update from Simo
[sfrench/samba-autobuild/.git] / source3 / libsmb /
2001-05-08 Tim PotterFix for query_dispinfo()
2001-05-07 Tim PotterSome reformatting (sorry Gerald).
2001-05-07 Tim PotterFixed a compiler warning. Still more const warnings...
2001-05-04 Tim PotterZero fnum when initialising a cli_state.
2001-05-04 Tim PotterAdded cli_samr_query_aliasmem() and cli_samr_open_alias...
2001-05-04 Tim PotterAdded cli_samr_enum_dom_groups() function.
2001-05-01 Jeremy AllisonFixup smbcacls. Don't return memory already freed,...
2001-04-28 Andrew Tridgell- fixed some compiler warnings
2001-04-28 Gerald Carterrpcclient merge from 2.2 (including Jeremy's non-void...
2001-04-22 Andrew Tridgellmerging from 2.2 to head
2001-04-15 Jeremy AllisonFix from "Darrin B. Jewell" <jewell@bdi.com> to allow...
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-03-30 Jeremy AllisonThis is a big, rather ugly patch. Whilst investigating...
2001-03-29 Jeremy AllisonAdded cli_nt_delete_on_close() call to allow flag to...
2001-03-29 Jeremy AllisonAdded cli_nt_create_full() as a way to get at all the...
2001-03-28 Gerald Carterrename of 16 new_smb_io functions to smb_io_* for consi...
2001-03-28 Richard SharpeMore memory leaks fixed courtesy of Insure ...
2001-03-27 Gerald Cartermerge from 2.2.
2001-03-27 Richard SharpeOne small Insure fix for a memory leak. More fixes...
2001-03-19 Gerald Carterreverted the rename of new_spoolss_io_r_enumprinterdriv...
2001-03-18 Andrew Tridgellfixed some compilation errors with IRIX cc
2001-03-16 Andrew Tridgelladded STR_ASCII support to clistr_pull()
2001-03-15 Gerald Carteraddprinter and adddriver are working now :-)
2001-03-15 Gerald Carteradded getdriverdir and cleaned up the PRINTER_DRIVER_CT...
2001-03-15 Gerald Carteradded getdriver and enumdrivers commands. Also fixed
2001-03-15 Gerald Cartermore updates. several spoolss commands added as placeh...
2001-03-14 Gerald Carterset of changes in the beginning of bringing rpcclient...
2001-03-14 Andrew Tridgellsimpler clistr interface which handles individual packe...
2001-03-11 Jeremy AllisonOk - everything now compiles in HEAD (at least the...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-03-10 Andrew Tridgellto use the same macros in the client and server rename...
2001-03-09 Jeremy AllisonMissed some prs_inits.
2001-03-09 Jeremy AllisonSerious (and I *mean* serious) attempt to fix little...
2001-03-09 Richard SharpeMore SGI type fixes ...
2001-03-07 Richard SharpeFix the definition and implementation of smbc_lseekdir ...
2001-03-06 Richard SharpeImplement smbc_lseekdir, but it will have to change...
2001-03-05 Richard Sharpesmb.h: add one error code for no such printer job
2001-03-01 Richard SharpeFix two problems identified by the test suite, one...
2001-03-01 Tim PotterFixed compiler warning.
2001-02-26 Richard SharpeFix some errors uncovered in libsmbclient by the test...
2001-02-26 Andrew Tridgellmade some LANMAN1 wildcard progress
2001-02-26 Andrew Tridgellfixed a bug in non-terminated unicode strings with...
2001-02-26 Andrew Tridgelladd cli_list_new() for forced new protocol listing
2001-02-25 Andrew Tridgelluse cli_list_old() when negotiating the older protocols
2001-02-25 Andrew Tridgellneater negprot code using the new cli_setup_bcc() call
2001-02-25 Jeremy AllisonSeparated reg code into interface & implementation.
2001-02-22 Andrew Tridgellmake sure we don't free non-allocated data
2001-02-22 Andrew Tridgellcope better with broken filer expectations
2001-02-21 Andrew Tridgellconverted the last couple of functions in libsmb to...
2001-02-21 Andrew Tridgellthe unicode conversion of our client code is complete...
2001-02-21 Andrew Tridgellreverted richards cli_NetServerEnum changes - they...
2001-02-21 Andrew Tridgelladded support for a CLISTR_ASCII flag so we can use...
2001-02-20 Andrew Tridgellyipee! client unicode now works well with nt
2001-02-20 Andrew Tridgellconverted a bunch more fns
2001-02-20 Andrew Tridgellconverted nt_create and setatr
2001-02-20 Andrew Tridgell- neater setting of bcc
2001-02-20 Andrew Tridgellconverted cli_open()
2001-02-20 Andrew Tridgellconverted cli_chkpath()
2001-02-20 Andrew Tridgellconverted cli_list()
2001-02-20 Andrew Tridgellconverted cli_mkdir()
2001-02-20 Andrew Tridgellpipe opening now works with unicode
2001-02-20 Andrew Tridgellinitial client side unicode support (needed for netapp...
2001-02-19 Richard SharpeOpps, last one did not commit the correct changes ...
2001-02-19 Richard SharpeChange code around and add retry to deal with the occas...
2001-02-18 Richard SharpeFixes to libsmbclient so it will work when browsing...
2001-02-16 Jeremy AllisonExcise snprintf -> slprintf.
2001-02-15 Tim PotterMerge of i18n password fix for smbclient.
2001-02-14 Tim PotterMerge ... i18n fixes from appliance branch. Samba...
2001-02-12 Richard SharpeAdded commented/documented version of libsmbclient...
2001-02-06 Richard SharpeFix problems in libsmbclient with pring job struct...
2001-02-05 Richard SharpeImplement two printing related functions and start...
2001-02-04 Richard SharpeFix some further small bugs in libsmbclient to make...
2001-02-02 Tim PotterConvert netbios name to dos codepage in make_nmb_name...
2001-01-29 Richard SharpeFix some bugs and prepare for some other bug fixes ...
2001-01-29 Richard SharpeAdd an extra error code translation to clierror.c so...
2001-01-25 Richard SharpeRemove an inet_aton so that this code will compile...
2001-01-25 Jeremy AllisonFixes from appliance-head for pdc searches.
2001-01-24 Richard SharpeFix a problem with smbc_unlink on directories where...
2001-01-15 Tim PotterAdded remaining samr functions needed by winbindd.
2001-01-14 Richard SharpeFixed bugs relating to Win2K and the need for a codepag...
2001-01-12 Richard SharpeSome more bug fixes plus implementations of smbc_mkdir...
2001-01-12 Richard SharpeMany bug fixes to the libsmbclient.c code plus
2001-01-11 Jeremy Allisonrpc_server/srv_samr.c:
2001-01-10 Tim PotterAdded init functions, cli_spoolss_open_printer_ex(),
2001-01-10 Tim PotterAdded init functions, cli_samr_connect(), cli_samr_close(),
2001-01-10 Tim PotterFixed authenticated pipe access.
2001-01-08 Richard SharpeAdd support for logging to wherever smb.conf specifies.
2001-01-07 Richard SharpeGet rid of 10.0.0.6 and replace it with 0.0.0.0 as...
2001-01-07 Richard SharpeMore bug fixen ...
2001-01-07 Richard SharpeMore fixes and implementation bits and pieces for libsm...
2001-01-06 Richard SharpeFix some more bugs in libsmbclient.c and add functional...
2001-01-06 Richard SharpeFix a minor problem with listing servers in a workgroup...
2001-01-05 Richard SharpeThe latest changes to libsmbclient ...
2001-01-05 Richard SharpeNeeded a callback arg on cli_list ...
2001-01-04 Richard SharpeI need a callback arg for cli_NetServerEnum and cli_RNe...
2001-01-03 Richard SharpeAdd a new file clidgram with routines that are used...
2001-01-02 Tim PotterReturn EACCES for bad password.
2000-12-26 Richard SharpeFirst pass at the libsmbclient code ...
2000-12-21 Tim PotterAdded a cli_nt_create_uni() to do a ntcreate&x with...
next