Age | Commit message (Expand) | Author | Files | Lines |
2001-05-07 | Some reformatting (sorry Gerald). | Tim Potter | 2 | -143/+155 |
2001-05-07 | Fixed a compiler warning. Still more const warnings though. )-: | Tim Potter | 1 | -1/+1 |
2001-05-04 | Zero fnum when initialising a cli_state. | Tim Potter | 1 | -0/+2 |
2001-05-04 | Added cli_samr_query_aliasmem() and cli_samr_open_alias() functions. | Tim Potter | 1 | -0/+107 |
2001-05-04 | Added cli_samr_enum_dom_groups() function. | Tim Potter | 1 | -0/+77 |
2001-05-01 | Fixup smbcacls. Don't return memory already freed, don't free memory allocated | Jeremy Allison | 1 | -12/+1 |
2001-04-28 | - fixed some compiler warnings | Andrew Tridgell | 1 | -1/+1 |
2001-04-28 | rpcclient merge from 2.2 (including Jeremy's non-void return fix) | Gerald Carter | 3 | -162/+300 |
2001-04-22 | merging from 2.2 to head | Andrew Tridgell | 4 | -55/+195 |
2001-04-15 | Fix from "Darrin B. Jewell" <jewell@bdi.com> to allow anything other than | Jeremy Allison | 1 | -4/+12 |
2001-04-13 | Merge of Andrew's changes in 2.2. | Jeremy Allison | 1 | -1/+1 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 2 | -7/+7 |
2001-03-30 | This is a big, rather ugly patch. Whilst investigating the files not truncated | Jeremy Allison | 1 | -4/+4 |
2001-03-29 | Added cli_nt_delete_on_close() call to allow flag to be set for torture tests. | Jeremy Allison | 1 | -0/+41 |
2001-03-29 | Added cli_nt_create_full() as a way to get at all the ntcreate parameters. | Jeremy Allison | 1 | -6/+20 |
2001-03-28 | rename of 16 new_smb_io functions to smb_io_* for consistency sake | Gerald Carter | 1 | -10/+10 |
2001-03-28 | More memory leaks fixed courtesy of Insure ... | Richard Sharpe | 1 | -11/+44 |
2001-03-27 | merge from 2.2. | Gerald Carter | 1 | -3/+3 |
2001-03-27 | One small Insure fix for a memory leak. More fixes to come perhaps ... | Richard Sharpe | 1 | -2/+52 |
2001-03-19 | reverted the rename of new_spoolss_io_r_enumprinterdrivers() | Gerald Carter | 1 | -1/+1 |
2001-03-18 | fixed some compilation errors with IRIX cc | Andrew Tridgell | 1 | -2/+2 |
2001-03-16 | added STR_ASCII support to clistr_pull() | Andrew Tridgell | 2 | -5/+6 |
2001-03-15 | addprinter and adddriver are working now :-) | Gerald Carter | 1 | -0/+106 |
2001-03-15 | added getdriverdir and cleaned up the PRINTER_DRIVER_CTR struct | Gerald Carter | 1 | -2/+94 |
2001-03-15 | added getdriver and enumdrivers commands. Also fixed | Gerald Carter | 1 | -8/+217 |
2001-03-15 | more updates. several spoolss commands added as placeholders | Gerald Carter | 1 | -1/+1 |
2001-03-14 | set of changes in the beginning of bringing rpcclient changes | Gerald Carter | 3 | -33/+35 |
2001-03-14 | simpler clistr interface which handles individual packets having | Andrew Tridgell | 4 | -60/+18 |
2001-03-11 | Ok - everything now compiles in HEAD (at least the default stuff). We | Jeremy Allison | 1 | -1/+1 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -3/+0 |
2001-03-10 | to use the same macros in the client and server rename the CLISTR_ | Andrew Tridgell | 7 | -74/+74 |
2001-03-09 | Missed some prs_inits. | Jeremy Allison | 2 | -29/+29 |
2001-03-09 | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 2 | -14/+14 |
2001-03-09 | More SGI type fixes ... | Richard Sharpe | 1 | -5/+7 |
2001-03-07 | Fix the definition and implementation of smbc_lseekdir ... | Richard Sharpe | 1 | -6/+7 |
2001-03-06 | Implement smbc_lseekdir, but it will have to change ... because it has the | Richard Sharpe | 1 | -1/+52 |
2001-03-05 | smb.h: add one error code for no such printer job | Richard Sharpe | 1 | -3/+28 |
2001-03-01 | Fix two problems identified by the test suite, one a major one | Richard Sharpe | 1 | -3/+61 |
2001-03-01 | Fixed compiler warning. | Tim Potter | 1 | -4/+4 |
2001-02-26 | Fix some errors uncovered in libsmbclient by the test suite | Richard Sharpe | 2 | -120/+57 |
2001-02-26 | made some LANMAN1 wildcard progress | Andrew Tridgell | 2 | -9/+16 |
2001-02-26 | fixed a bug in non-terminated unicode strings with clistr_pull() | Andrew Tridgell | 1 | -1/+1 |
2001-02-26 | add cli_list_new() for forced new protocol listing | Andrew Tridgell | 1 | -8/+18 |
2001-02-25 | use cli_list_old() when negotiating the older protocols | Andrew Tridgell | 1 | -0/+4 |
2001-02-25 | neater negprot code using the new cli_setup_bcc() call | Andrew Tridgell | 1 | -7/+2 |
2001-02-25 | Separated reg code into interface & implementation. | Jeremy Allison | 1 | -5/+1 |
2001-02-22 | make sure we don't free non-allocated data | Andrew Tridgell | 1 | -7/+10 |
2001-02-22 | cope better with broken filer expectations | Andrew Tridgell | 1 | -2/+2 |
2001-02-21 | converted the last couple of functions in libsmb to be unicode | Andrew Tridgell | 2 | -14/+18 |
2001-02-21 | the unicode conversion of our client code is complete enough to be | Andrew Tridgell | 6 | -95/+24 |