summaryrefslogtreecommitdiff
path: root/source3/client
AgeCommit message (Expand)AuthorFilesLines
1998-09-30Removed a redundant include for "includes.h"Michael Warfield1-3/+1
1998-09-30Fixed uid->vuid confusion in smbmount (hopefully).Jeremy Allison1-2/+2
1998-09-29Fixed extern definition of cnum in clitar.cJeremy Allison1-1/+1
1998-09-29Got very strict about the differences and uses ofJeremy Allison3-50/+45
1998-09-29get away with dummy and .dummy filesAlexandre Oliva1-1/+0
1998-09-29Now have a better solution to the need to have smblcient findRichard Sharpe1-0/+3
1998-09-29Fixed stupid bug with "cd /" appending a "/" character to the path forever....Jeremy Allison1-0/+2
1998-09-28Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison1-3/+18
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison2-14/+13
1998-09-28Two changes in this ball...Michael Warfield3-44/+18
1998-09-28automated generation of .dummy files for each subdirectory;Alexandre Oliva1-1/+0
1998-09-27wait_keyboard must still be defined if readline is not availableAlexandre Oliva1-3/+3
1998-09-27Fixed up more possibly uninitialized variables.Richard Sharpe1-3/+3
1998-09-26Small update to clitar.c to omit warnings about servers notRichard Sharpe1-4/+5
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