summaryrefslogtreecommitdiff
path: root/source3/client
AgeCommit message (Expand)AuthorFilesLines
1998-09-25not needed.Luke Leighton1-348/+0
1998-09-24Added a minor fix to clitar.c for a bug.Richard Sharpe1-16/+2
1998-09-23Fixed data corruption bugs in clitar.c with restores.Richard Sharpe1-17/+58
1998-09-23Fixed up warnings in new client code.Jeremy Allison2-47/+47
1998-09-21major autoconf clean-upAlexandre Oliva1-0/+1
1998-09-21implemented du and tar -nAlexandre Oliva2-5/+141
1998-09-19Fixed changes in clitar.c that Jeremey noted. One change wasRichard Sharpe1-1/+2
1998-09-18Fixed compile errors in new code.Jeremy Allison1-3/+3
1998-09-18Adding rewritten restore code ... Old code is still thereRichard Sharpe2-69/+471
1998-09-11Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison2-2/+2
1998-09-05ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell1-25/+0
1998-09-05tridge the destroyer returns!Andrew Tridgell2-8/+18
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison3-2/+25
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison3-12/+12
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell3-34/+35
1998-08-30allow smbclient to connect to IPC$ as an IPC serviceAndrew Tridgell1-2/+0
1998-08-28This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison2-2/+2
1998-08-15configure: Changes for extra headers.Jeremy Allison1-2/+2
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-8/+10
1998-08-14remove an unused variableAndrew Tridgell1-1/+0
1998-08-12Changed a call to fflush(dbg) to dbgflush().Christopher R. Hertel1-1/+1
1998-08-12I've added a dbgflush() function to debug.c. Calling this will cause theChristopher R. Hertel1-1/+1
1998-08-11Makefile.in: Added CHECK target back in (at Herb's request). AddedJeremy Allison1-11/+28
1998-08-09added ignore rules for the dummy filesAndrew Tridgell1-0/+1
1998-08-09these dummy files are needed for autoconf processingAndrew Tridgell1-0/+0
1998-08-03Fixing clitar.c so that tar to stdout works correctly.Richard Sharpe1-9/+9
1998-07-31As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel2-2/+2
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell4-137/+9
1998-06-25clitar.c: Fixed gcc warning with comment in /* */ code.Jeremy Allison1-1/+1
1998-06-22Arrrgh, one more fix. Restores of long file names wereRichard Sharpe1-2/+7
1998-06-21Remove the copyright to Canon Information Systems Australia, as we don'tRichard Sharpe1-7/+18
1998-06-20clitar.c: Fixed minor gcc -pedantic-error compile warnings.Jeremy Allison1-5/+4
1998-06-17Re-submit changes for CLITAR.Richard Sharpe1-84/+291
1998-06-16clientgen: Added USE_SSL for client shutdown.Jeremy Allison1-1/+3
1998-06-16Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison2-0/+17
1998-06-15client.c: Made -L do a null-session share unless -U user is specified.Jeremy Allison2-130/+135
1998-06-15Makefile:Jeremy Allison1-0/+2
1998-06-04client.c: Allowed client to proceed even if it gets error 234 (more dataJeremy Allison1-101/+108
1998-06-01clientutil.c: Don't core dump if no controlling terminal available for password.Jeremy Allison1-0/+3
1998-05-12includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1-2/+2
1998-05-12This is a security audit change of the main source.Jeremy Allison6-244/+244
1998-05-11don't use system functions as arguments to qsort() as otherwise youAndrew Tridgell1-1/+1
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell3-14/+26
1998-05-08clitar.c: #ifdef'ed out all the bits that were giving 'defined but not used'Jeremy Allison1-0/+7
1998-05-08Se-submitting clitar.c/Richard Sharpe1-53/+433
1998-05-06Rolling back again to the equivalent of revision 1.22, as the currentJeremy Allison1-382/+25
1998-05-06Real fix for clitar.c problems. Have now made all the rightRichard Sharpe1-25/+382
1998-05-05Rolling clitar.c back to the previous rev 1.22 as the current oneJeremy Allison1-382/+25
1998-05-05Added bug fixes to clitar to ensure proper longfile name restoresRichard Sharpe1-25/+382
1998-04-25This looks like a big change but really isn't.Jeremy Allison3-17/+17