summaryrefslogtreecommitdiffstats
path: root/source3/client/client.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added fix for doing pq command (from "James J. Szinger" <james.szinger@yale.e...Jeremy Allison1998-02-121-2/+2
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* Added 3 commands:Volker Lendecke1998-01-051-4/+4
* Bugfix from Branko Cibej <branko.cibej@hermes.si>Jeremy Allison1997-12-241-1/+1
* client.c:Jeremy Allison1997-12-201-25/+30
* fixed the help message for -p (someone complained!)Andrew Tridgell1997-12-021-1/+1
* get rid of stat command (it is a hangover from an old experiment)Andrew Tridgell1997-11-251-38/+0
* added true enumerated types in loadparm.c. Now we don't need all thoseAndrew Tridgell1997-11-221-8/+2
* Rolled back tree state to 11:59pm 8th November 1997 EST toJeremy Allison1997-11-101-1/+1
* attempting to mark up 32 bit error codes, needed for NT domains.Luke Leighton1997-11-091-1/+1
* client.c clientutil.c proto.hLuke Leighton1997-11-011-9/+9
* a simple SMB torture tester. This will allow us to evaluate lockingAndrew Tridgell1997-11-011-1/+1
* fix some casting errors in smbencrypt and some multiply-defined errorsAndrew Tridgell1997-10-261-1/+0
* Makefile :Luke Leighton1997-10-251-11/+5
* nterr.c :Luke Leighton1997-10-241-164/+7
* missed nmbsync.c when adding setup count and setup pointer arguments toLuke Leighton1997-10-231-9/+14
* general sorting out, from crashes generated by do_lsa_req_chal() in client.cLuke Leighton1997-10-231-40/+48
* playing about, trying to SMBopenX a \PIPE\NETLOGON (should be a SMBopen)Luke Leighton1997-10-231-37/+131
* client.c :Luke Leighton1997-10-221-2/+2
* Makefile client.c :Luke Leighton1997-10-221-2/+98