summaryrefslogtreecommitdiffstats
path: root/source/client/client.c
Commit message (Expand)AuthorAgeFilesLines
* use double instead of SMB_BIG_UINT for dir_total and ttarfAlexandre Oliva1999-03-301-3/+3
* SMB_BIG_INT dir_total incompatible with %d: must use %llu (line 446)Luke Leighton1999-03-251-1/+1
* * client/client.c (dir_total): use SMB_BIG_UINTAlexandre Oliva1999-03-251-2/+2
* set_port warning / unused / global/local variable overlap issuesLuke Leighton1999-01-271-9/+9
* Putting back the -p flag in smbclient.Richard Sharpe1999-01-251-2/+6
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-3/+3
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-4/+4
* Fixed missing NULL check in tar op.Jeremy Allison1998-11-171-2/+4
* automatically uppercase server and share names (win95 won't handleAndrew Tridgell1998-11-141-6/+0
* - handle servers that don't support getattrE (ie. NT)Andrew Tridgell1998-11-141-3/+5
* Fixed problem with smbclient issuing '*.*' to NT server when anJeremy Allison1998-11-141-5/+5
* prompt for password on smbclient -LAndrew Tridgell1998-11-141-1/+0
* fixes for OSF1 compilationAndrew Tridgell1998-11-131-1/+1
* please remember to check that code compiles before checkin!Andrew Tridgell1998-11-121-2/+2
* .cvsignore: Removed old entries.Herb Lewis1998-11-121-1/+13
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-21/+7
* converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1998-11-091-3454/+1437
* client/client.c: Patch to tidy up file size output.Jeremy Allison1998-11-021-1/+1
* Tidied up option processing in smbclient - usage message now actuallyJeremy Allison1998-10-291-123/+132
* fix for John.Andrew Tridgell1998-10-241-8/+8
* Unlink zero length files that did NOT exist at the point of origin on a do_ge...John Terpstra1998-10-241-1/+4
* use the username GUEST if no other username is availableAndrew Tridgell1998-10-161-0/+5
* 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
* 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-041-2/+2
* Got very strict about the differences and uses ofJeremy Allison1998-09-291-31/+30
* 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
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-13/+12
* 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
* 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