summaryrefslogtreecommitdiffstats
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* not needed.Luke Leighton1998-09-251-348/+0
* Added a minor fix to clitar.c for a bug.Richard Sharpe1998-09-241-16/+2
* Fixed data corruption bugs in clitar.c with restores.Richard Sharpe1998-09-231-17/+58
* Fixed up warnings in new client code.Jeremy Allison1998-09-232-47/+47
* major autoconf clean-upAlexandre Oliva1998-09-211-0/+1
* implemented du and tar -nAlexandre Oliva1998-09-212-5/+141
* Fixed changes in clitar.c that Jeremey noted. One change wasRichard Sharpe1998-09-191-1/+2
* Fixed compile errors in new code.Jeremy Allison1998-09-181-3/+3
* Adding rewritten restore code ... Old code is still thereRichard Sharpe1998-09-182-69/+471
* Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1998-09-112-2/+2
* 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-052-8/+18
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-033-2/+25
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-013-12/+12
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-313-34/+35
* allow smbclient to connect to IPC$ as an IPC serviceAndrew Tridgell1998-08-301-2/+0
* This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1998-08-282-2/+2
* configure: Changes for extra headers.Jeremy Allison1998-08-151-2/+2
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-8/+10
* remove an unused variableAndrew Tridgell1998-08-141-1/+0
* Changed a call to fflush(dbg) to dbgflush().Christopher R. Hertel1998-08-121-1/+1
* 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
* added ignore rules for the dummy filesAndrew Tridgell1998-08-091-0/+1
* these dummy files are needed for autoconf processingAndrew Tridgell1998-08-091-0/+0
* Fixing clitar.c so that tar to stdout works correctly.Richard Sharpe1998-08-031-9/+9
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-312-2/+2
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-294-137/+9
* clitar.c: Fixed gcc warning with comment in /* */ code.Jeremy Allison1998-06-251-1/+1
* Arrrgh, one more fix. Restores of long file names wereRichard Sharpe1998-06-221-2/+7
* Remove the copyright to Canon Information Systems Australia, as we don'tRichard Sharpe1998-06-211-7/+18
* clitar.c: Fixed minor gcc -pedantic-error compile warnings.Jeremy Allison1998-06-201-5/+4
* Re-submit changes for CLITAR.Richard Sharpe1998-06-171-84/+291
* clientgen: Added USE_SSL for client shutdown.Jeremy Allison1998-06-161-1/+3
* Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1998-06-162-0/+17
* client.c: Made -L do a null-session share unless -U user is specified.Jeremy Allison1998-06-152-130/+135
* Makefile:Jeremy Allison1998-06-151-0/+2
* client.c: Allowed client to proceed even if it gets error 234 (more dataJeremy Allison1998-06-041-101/+108
* clientutil.c: Don't core dump if no controlling terminal available for password.Jeremy Allison1998-06-011-0/+3
* includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1998-05-121-2/+2
* This is a security audit change of the main source.Jeremy Allison1998-05-126-244/+244
* 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-113-14/+26
* clitar.c: #ifdef'ed out all the bits that were giving 'defined but not used'Jeremy Allison1998-05-081-0/+7
* Se-submitting clitar.c/Richard Sharpe1998-05-081-53/+433
* Rolling back again to the equivalent of revision 1.22, as the currentJeremy Allison1998-05-061-382/+25
* Real fix for clitar.c problems. Have now made all the rightRichard Sharpe1998-05-061-25/+382
* Rolling clitar.c back to the previous rev 1.22 as the current oneJeremy Allison1998-05-051-382/+25
* Added bug fixes to clitar to ensure proper longfile name restoresRichard Sharpe1998-05-051-25/+382
* This looks like a big change but really isn't.Jeremy Allison1998-04-253-17/+17