possibly fix the 15000 user problem
[sfrench/samba-autobuild/.git] / source3 / client /
2002-03-14 Tim Pottergetpid() -> sys_getpid()
2002-01-31 Jeremy AllisonFix from Michael Steffens <michael_steffens@hp.com...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-29 Martin PoolDoc.
2002-01-21 Martin PoolMake the -L option to smbclient slightly less gross:
2002-01-19 Simo Sorcefixes (asprintf) from 2.2
2002-01-17 Andrew BartlettMove the bang (!) command back to the bottom of the...
2002-01-16 Jeremy AllisonAlphabetize.
2002-01-16 Jeremy AllisonAdded CIFS UNIX extension code to client.
2002-01-10 Martin Poolbrowse_fn: FIXME: If the remote machine returns non...
2002-01-09 Martin PoolFIXME: At the moment, if the user should happen to...
2002-01-07 Herb Lewismerge changes from 2.2 branch to prevent smb.conf from...
2002-01-05 Andrew BartlettOne line fix to get smbmount working again.
2001-12-21 Andrew Tridgell- handle kerberos session setup reply with broken null...
2001-12-20 Jeremy AllisonRemoved global debugf. Replaced with lp_set_logfile...
2001-12-19 Jeremy AllisonFix for extra capabilities from Urban Widmark <urban...
2001-12-19 Jeremy AllisonPatch from dan_thibadeau@hp.com to allow domain set...
2001-11-28 Andrew Tridgellfixed some krb5 ifdefs
2001-11-28 Andrew Tridgellfix a bunch of places where we can double-free a cli...
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-26 Tim PotterFixed compiler warnings and dyn_CONFIGFILE related...
2001-11-24 Andrew Tridgelladded "net join" command
2001-11-23 Tim PotterRemoved TimeInit() call from every client program ...
2001-11-20 Martin PoolRename xmalloc, xmemdup, xstrdup to smb_$1 to avoid...
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-11-02 Andrew BartlettReturn 1 (rather than 0) on failure. This may well...
2001-10-24 Jim McDonoughRemove xstrdup since it was added to lib/util.c. Cause...
2001-10-19 Jeremy Allisonclient : Fixed error return.
2001-10-12 Andrew Tridgelladded NTLMSSP authentication to libsmb. It seems to...
2001-10-11 Andrew Tridgellfirst step in converting the head branch to use lang_td...
2001-10-11 Andrew Tridgellinitial kerberos/ADS/SPNEGO support in libsmb and smbcl...
2001-10-10 Simo Sorceops, remove my test code, sorry.
2001-10-09 Simo Sorceinitial support to error report in smbclient, useful...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-30 Christopher R. HertelI told Jeremy at the CIFS conference that I would sort...
2001-09-20 Jeremy Allisonsmbmount fixes from Urban.
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-17 Simo Sorceintroduce SAFE_FREE() macro as suggested by andreas...
2001-09-16 Andrew BartlettFix compile warnings on IRIX's cc.
2001-09-10 Andrew Tridgelldeclare dbf in one spot
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-09-09 Andrew Tridgellfixed typo
2001-09-09 Andrew Tridgellremoved pointless parameter from readfile()
2001-09-07 Andrew Tridgelladded "display charset" option in smb.conf, along with...
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-24 Andrew Tridgellfixed handling of 139/445 in clients
2001-08-20 Andrew Tridgella bunch of fixes from the s\7fflight to seattle
2001-08-12 Simo Sorcethis is a big global fix for the ptr = Realloc(ptr...
2001-08-08 Simo SorceChange all realloc() statements to Realloc() (ecxept...
2001-07-12 Tim PotterChanged instances of TRUE, FALSE to True, False as...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-07-03 Jeremy AllisonApplied Michael Sweet's patch, with one minor signal...
2001-06-21 Andrew Tridgellnext_token() was supposed to be a reentrant replacement...
2001-05-07 Andrew Tridgellremoved need for scandir in client.c
2001-05-07 Andrew Tridgellnew mput code from idra that doesn't need a call to...
2001-04-27 Jeremy AllisonMore gcc compile on solaris tidyups.
2001-04-22 Andrew Tridgella couple of minor merges from 2_2
2001-04-16 Tim PotterGetting medieval with compiler warnings as Jeremy puts it.
2001-04-15 Jeremy AllisonFix from Tony Butt - shouldn't set got_pass for -c...
2001-04-14 John TerpstraPatch from Mandrakesoft to ensure we close all files.
2001-04-11 Jeremy AllisonTo stop people complaining about the mktemp call, move...
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-03-26 Jeremy AllisonFix for smbtar race condition from Glenn Burkhardt...
2001-03-26 Jeremy AllisonMissed a cli_set_port on message code connect.
2001-03-19 Andrew Tridgelladded basic command completion support
2001-03-18 Andrew Tridgellmuch simpler readline code
2001-03-18 Andrew Tridgellmuch better readline support from Simo Sorce, with...
2001-03-16 Jeremy AllisonUpdates for CUPS 1.1 from Michael Sweet.
2001-03-10 Jeremy AllisonSync up Urbans changes from 2.2 into HEAD.
2001-03-09 Jeremy AllisonSerious (and I *mean* serious) attempt to fix little...
2001-03-09 Richard SharpeFixes to testsmbc to ensure it will compile on SGI ...
2001-02-25 Andrew Tridgellthe -m option to the client is back
2001-02-20 Richard SharpeFix a small problem where tree.c was using the creation...
2001-02-19 Richard SharpeImprove the sample GTK+ client program to make it a...
2001-02-16 Jeremy AllisonExcise snprintf -> slprintf.
2001-02-12 Richard SharpeFix calls to smbc_init in testsmbc.c and tree.c
2001-01-25 Anton Blanchardio_bufsize was set too large and so full length reads
2001-01-14 Richard SharpeFixed bugs relating to Win2K and the need for a codepag...
2001-01-12 Richard SharpeMany bug fixes to the libsmbclient.c code plus
2001-01-07 Richard SharpeUpdate the tree.c GTK+ App so it can walk down director...
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...
2000-12-26 Richard SharpeFirst pass at the libsmbclient code ...
2000-11-22 Jeremy AllisonTar fixes from Craig Barratt craig@arraycomm.com.
2000-09-14 Gerald Carterfixed typo
2000-08-29 Gerald Carteradded -A <authfile> option to smbclient for the reading...
2000-06-11 Andrew TridgellLinux kernel oplocks now seem to work, but need a _lot_...
2000-05-02 Andrew Tridgelland yet another memory leak - this one in the client
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-30 Andrew Tridgell- removed all our old wildcard matching code and replac...
2000-03-10 Jeremy AllisonFix for names with spaces and some I18N filename issues...
2000-02-25 Jeremy Allisonclient/client.c:
2000-01-27 Jeremy AllisonFixed code page conversions of messages outgoing/incoming.
2000-01-26 Jeremy AllisonSecond set of inline optimisation fixes from Ying Chen...
2000-01-08 Andrew Tridgellcli_open() wasn't handling DENY_FCB or O_WRONLY correctly.
2000-01-07 Andrew Tridgellthis looks like a big commit, but it isn't really :)
next