Removed global debugf. Replaced with lp_set_logfile(name).
[sfrench/samba-autobuild/.git] / source3 / client / client.c
2001-12-20 Jeremy AllisonRemoved global debugf. Replaced with lp_set_logfile...
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-24 Andrew Tridgelladded "net join" command
2001-11-23 Tim PotterRemoved TimeInit() call from every client program ...
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-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-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-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
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-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-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 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-02-25 Andrew Tridgellthe -m option to the client is back
2001-02-16 Jeremy AllisonExcise snprintf -> slprintf.
2001-01-25 Anton Blanchardio_bufsize was set too large and so full length reads
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-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-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 :)
2000-01-06 Jeremy AllisonFixed spurious error message when doing a 'put' of...
2000-01-05 Jeremy Allisonclient/client.c: I18N fixes.
1999-12-21 Andrew Tridgellchanged %g to %3.1f to be friendly to our poor snprintf...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-01 Luke Leightonsys_select added one more argument (read, write selectors).
1999-11-26 Luke Leightonwhoa. _major_ restructure of rpcclient. fixed some...
1999-10-30 Luke Leightongeneral, drastic improvements to rpcclient.
1999-07-09 Tim PotterPut back in GNU readline support for smbclient accident...
1999-06-29 Luke Leightonsmbclient modified to use cli_establish_connection...
1999-03-30 Alexandre Olivause double instead of SMB_BIG_UINT for dir_total and...
1999-03-25 Luke LeightonSMB_BIG_INT dir_total incompatible with %d: must use...
1999-03-25 Alexandre Oliva* client/client.c (dir_total): use SMB_BIG_UINT
1999-01-27 Luke Leightonset_port warning / unused / global/local variable overl...
1999-01-25 Richard SharpePutting back the -p flag in smbclient.
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-17 Jeremy AllisonFixed missing NULL check in tar op.
1998-11-14 Andrew Tridgellautomatically uppercase server and share names (win95...
1998-11-14 Andrew Tridgell- handle servers that don't support getattrE (ie. NT)
1998-11-14 Jeremy AllisonFixed problem with smbclient issuing '*.*' to NT server...
1998-11-14 Andrew Tridgellprompt for password on smbclient -L
1998-11-13 Andrew Tridgellfixes for OSF1 compilation
1998-11-12 Andrew Tridgellplease remember to check that code compiles before...
1998-11-12 Herb Lewis.cvsignore: Removed old entries.
1998-11-09 Jeremy AllisonMakefile.in: Removed rpc_server/srv_ldap_helpers.c...
1998-11-09 Andrew Tridgellconverted smbclient to use clientgen.c rather than...
1998-11-02 Jeremy Allisonclient/client.c: Patch to tidy up file size output.
1998-10-29 Jeremy AllisonTidied up option processing in smbclient - usage messag...
1998-10-24 Andrew Tridgellfix for John.
1998-10-24 John TerpstraUnlink zero length files that did NOT exist at the...
1998-10-16 Andrew Tridgelluse the username GUEST if no other username is available
1998-10-08 Andrew Tridgellfixed a bug in the readline support
1998-10-07 Andrew Tridgellsomehow "in_client" got included twice in two places.
1998-10-06 Richard SharpeAdded capability for smbclient to use the local WINS...
1998-10-04 Andrew Tridgellsupport using #xx at end of netbios name to connect...
1998-10-04 Richard SharpeAdded E Jay Berkenbilt's fixes
1998-09-29 Jeremy AllisonGot very strict about the differences and uses of
1998-09-29 Richard SharpeNow have a better solution to the need to have smblcien...
1998-09-29 Jeremy AllisonFixed stupid bug with "cd /" appending a "/" character...
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
next