summaryrefslogtreecommitdiffstats
path: root/source3/client/client.c
Commit message (Expand)AuthorAgeFilesLines
...
* please remember to check that code compiles before checkin!Andrew Tridgell1998-11-121-2/+2
* .cvsignore: Removed old entries.Herb Lewis1998-11-121-1/+13
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-21/+7
* converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1998-11-091-3454/+1437
* client/client.c: Patch to tidy up file size output.Jeremy Allison1998-11-021-1/+1
* Tidied up option processing in smbclient - usage message now actuallyJeremy Allison1998-10-291-123/+132
* fix for John.Andrew Tridgell1998-10-241-8/+8
* Unlink zero length files that did NOT exist at the point of origin on a do_ge...John Terpstra1998-10-241-1/+4
* use the username GUEST if no other username is availableAndrew Tridgell1998-10-161-0/+5
* fixed a bug in the readline supportAndrew Tridgell1998-10-081-3/+4
* somehow "in_client" got included twice in two places.Andrew Tridgell1998-10-071-1/+0
* Added capability for smbclient to use the local WINS server on the sameRichard Sharpe1998-10-061-1/+2
* support using #xx at end of netbios name to connect to the specified name typeAndrew Tridgell1998-10-041-0/+6
* Added E Jay Berkenbilt's fixesRichard Sharpe1998-10-041-2/+2
* Got very strict about the differences and uses ofJeremy Allison1998-09-291-31/+30
* Now have a better solution to the need to have smblcient findRichard Sharpe1998-09-291-0/+3
* Fixed stupid bug with "cd /" appending a "/" character to the path forever....Jeremy Allison1998-09-291-0/+2
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-13/+12
* wait_keyboard must still be defined if readline is not availableAlexandre Oliva1998-09-271-3/+3
* Fixed up more possibly uninitialized variables.Richard Sharpe1998-09-271-3/+3
* Fixed up warnings in new client code.Jeremy Allison1998-09-231-43/+43
* implemented du and tar -nAlexandre Oliva1998-09-211-2/+98
* Adding rewritten restore code ... Old code is still thereRichard Sharpe1998-09-181-17/+237
* Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1998-09-111-1/+1
* ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell1998-09-051-25/+0
* tridge the destroyer returns!Andrew Tridgell1998-09-051-6/+14
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-0/+23
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-7/+7
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-24/+25
* This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1998-08-281-1/+1
* remove an unused variableAndrew Tridgell1998-08-141-1/+0
* I've added a dbgflush() function to debug.c. Calling this will cause theChristopher R. Hertel1998-08-121-1/+1
* Makefile.in: Added CHECK target back in (at Herb's request). AddedJeremy Allison1998-08-111-11/+28
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-1/+1
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-68/+2
* Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1998-06-161-0/+4
* client.c: Made -L do a null-session share unless -U user is specified.Jeremy Allison1998-06-151-36/+30
* client.c: Allowed client to proceed even if it gets error 234 (more dataJeremy Allison1998-06-041-101/+108
* This is a security audit change of the main source.Jeremy Allison1998-05-121-156/+156
* don't use system functions as arguments to qsort() as otherwise youAndrew Tridgell1998-05-111-1/+1
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-11/+23
* This looks like a big change but really isn't.Jeremy Allison1998-04-251-4/+4
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-27/+25
* Changes to client.c support the need for directories to be processed by whateverRichard Sharpe1998-04-111-16/+24
* client.c: Fixed problem where debug level on command line was overridden by s...Jeremy Allison1998-03-261-2/+11
* Adding the same changes to HEAD as were added to BRANCH_1_9_18.Jeremy Allison1998-03-191-25/+0
* Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1998-03-161-1/+11
* another makeover of loadparm to support new stuff in swat andAndrew Tridgell1998-03-141-1/+1
* Change the multibyte character set support so thatJeremy Allison1998-03-031-16/+3
* -N option still prompted for password in smbclient -L usageHerb Lewis1998-02-261-0/+2