summaryrefslogtreecommitdiff
path: root/source/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed a cast warningAndrew Tridgell1998-10-051-1/+1
* - modified resolve_name() to take a name_typeAndrew Tridgell1998-10-041-1/+1
* 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-042-2/+5
* Removed a redundant include for "includes.h"Michael Warfield1998-09-301-3/+1
* Fixed uid->vuid confusion in smbmount (hopefully).Jeremy Allison1998-09-301-2/+2
* Fixed extern definition of cnum in clitar.cJeremy Allison1998-09-291-1/+1
* Got very strict about the differences and uses ofJeremy Allison1998-09-293-50/+45
* get away with dummy and .dummy filesAlexandre Oliva1998-09-291-1/+0
* 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
* Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison1998-09-281-3/+18
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-282-14/+13
* Two changes in this ball...Michael Warfield1998-09-283-44/+18
* automated generation of .dummy files for each subdirectory;Alexandre Oliva1998-09-281-1/+0
* 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
* Small update to clitar.c to omit warnings about servers notRichard Sharpe1998-09-261-4/+5
* 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