summaryrefslogtreecommitdiff
path: root/source3/client/client.c
AgeCommit message (Expand)AuthorFilesLines
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-297/+394
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-1/+1
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1-5/+5
1999-10-30general, drastic improvements to rpcclient.Luke Leighton1-5/+5
1999-07-09Put back in GNU readline support for smbclient accidentally trashed byTim Potter1-1/+210
1999-06-29smbclient modified to use cli_establish_connection(). smbclient thereforeLuke Leighton1-58/+39
1999-03-30use double instead of SMB_BIG_UINT for dir_total and ttarfAlexandre Oliva1-3/+3
1999-03-25SMB_BIG_INT dir_total incompatible with %d: must use %llu (line 446)Luke Leighton1-1/+1
1999-03-25* client/client.c (dir_total): use SMB_BIG_UINTAlexandre Oliva1-2/+2
1999-01-27set_port warning / unused / global/local variable overlap issuesLuke Leighton1-9/+9
1999-01-25Putting back the -p flag in smbclient.Richard Sharpe1-2/+6
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-3/+3
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-4/+4
1998-11-17Fixed missing NULL check in tar op.Jeremy Allison1-2/+4
1998-11-14automatically uppercase server and share names (win95 won't handleAndrew Tridgell1-6/+0
1998-11-14- handle servers that don't support getattrE (ie. NT)Andrew Tridgell1-3/+5
1998-11-14Fixed problem with smbclient issuing '*.*' to NT server when anJeremy Allison1-5/+5
1998-11-14prompt for password on smbclient -LAndrew Tridgell1-1/+0
1998-11-13fixes for OSF1 compilationAndrew Tridgell1-1/+1
1998-11-12please remember to check that code compiles before checkin!Andrew Tridgell1-2/+2
1998-11-12.cvsignore: Removed old entries.Herb Lewis1-1/+13
1998-11-09Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1-21/+7
1998-11-09converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1-3454/+1437
1998-11-02client/client.c: Patch to tidy up file size output.Jeremy Allison1-1/+1
1998-10-29Tidied up option processing in smbclient - usage message now actuallyJeremy Allison1-123/+132
1998-10-24fix for John.Andrew Tridgell1-8/+8
1998-10-24Unlink zero length files that did NOT exist at the point of origin on a do_ge...John Terpstra1-1/+4
1998-10-16use the username GUEST if no other username is availableAndrew Tridgell1-0/+5
1998-10-08fixed a bug in the readline supportAndrew Tridgell1-3/+4
1998-10-07somehow "in_client" got included twice in two places.Andrew Tridgell1-1/+0
1998-10-06Added capability for smbclient to use the local WINS server on the sameRichard Sharpe1-1/+2
1998-10-04support using #xx at end of netbios name to connect to the specified name typeAndrew Tridgell1-0/+6
1998-10-04Added E Jay Berkenbilt's fixesRichard Sharpe1-2/+2
1998-09-29Got very strict about the differences and uses ofJeremy Allison1-31/+30
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-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-13/+12
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-23Fixed up warnings in new client code.Jeremy Allison1-43/+43
1998-09-21implemented du and tar -nAlexandre Oliva1-2/+98
1998-09-18Adding rewritten restore code ... Old code is still thereRichard Sharpe1-17/+237
1998-09-11Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1-1/+1
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 Tridgell1-6/+14
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-0/+23
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-7/+7
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1-24/+25
1998-08-28This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1-1/+1
1998-08-14remove an unused variableAndrew Tridgell1-1/+0