BIG patch...
[tprouty/samba.git] / source / client / client.c
2003-01-02 Andrew BartlettBIG patch...
2002-12-05 Herb Lewisfix stat reporting on put command
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-10-18 Jelmer VernooijDon't encourage people to use -P - it's obsolete
2002-10-03 Andrew BartlettPatch from Steve Langasek <vorlon@netexpress.net> to...
2002-09-29 Richard SharpeMake sure that variable does not shadow a parameter.
2002-09-28 Richard SharpeCommit a fix to smbclient so that it will connect to...
2002-09-23 Tim PotterDon't uppercase the username and domain in a session...
2002-09-05 Volker LendeckeFixed a little, long standing bug: smbclient -M <name...
2002-08-28 Simo Sorcefix wrong check
2002-08-27 Simo Sorceadd a trivial seeking function to xfile (tseek) that...
2002-08-20 Simo Sorcefix typos
2002-07-13 Andrew Tridgell- fixed a crash bug for 'print -'
2002-07-02 Andrew Tridgellfixed a prototype problem in client.c
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-06-25 Andrew BartlettBreak up samba's object dependencies, and its prototype...
2002-06-25 Gerald Carterremoved compiler warning
2002-05-17 Andrew BartlettThis removes --with-ssl from Samba.
2002-05-14 Gerald Cartersegfault fix merged from SAMBA_2_2
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...
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 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...
next