summaryrefslogtreecommitdiffstats
path: root/source/client
Commit message (Expand)AuthorAgeFilesLines
* finally! got a long DCE/RPC request / response system going. it alwaysLuke Leighton1999-12-202-4/+4
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-012-2/+2
* whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1999-11-261-5/+5
* general, drastic improvements to rpcclient.Luke Leighton1999-10-301-5/+5
* Put back in GNU readline support for smbclient accidentally trashed byTim Potter1999-07-091-1/+210
* smbclient modified to use cli_establish_connection(). smbclient thereforeLuke Leighton1999-06-291-58/+39
* declare ttarf as double, as in client.cAlexandre Oliva1999-03-301-1/+1
* use double instead of SMB_BIG_UINT for dir_total and ttarfAlexandre Oliva1999-03-302-4/+4
* 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-252-4/+5
* Got to the bottom of another weird one...Michael Warfield1999-02-181-1/+5
* Added caching of user password if it was entered via getpass. We were alreadyMichael Warfield1999-02-141-1/+102
* Fixed a glibc glitch in smbumount.c and reenabled some debuggingMichael Warfield1999-02-132-2/+2
* %s not $sLuke Leighton1999-02-031-1/+1
* Minor change to bring smbmount in the main branch in line with some bzeroMichael Warfield1999-02-011-3/+3
* Ok... Yet another round of fixes for smbmount and autofs.Michael Warfield1999-01-312-18/+63
* 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
* A small change to clitar.c (really, I promise :-)Richard Sharpe1999-01-171-0/+7
* Fixed problems in debug code because I did not compileRichard Sharpe1998-12-191-4/+4
* Added some debugging to clitar ...Richard Sharpe1998-12-191-0/+4
* Fixed tar recurse bug.Jeremy Allison1998-12-171-1/+1
* Earlier fix for smbmount timing window was the wrong patch.Michael Warfield1998-11-301-9/+10
* 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-172-7/+7
* 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
* fixed setmode in smbclientAndrew Tridgell1998-11-141-7/+6
* - handle servers that don't support getattrE (ie. NT)Andrew Tridgell1998-11-142-4/+6
* 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
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-1/+1
* Fixed timing window created by daemonize function. Smbmount was going daemonMichael Warfield1998-11-131-7/+10
* 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-092-29/+14
* converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1998-11-092-4591/+1549
* 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
* 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