summaryrefslogtreecommitdiff
path: root/source3/client
AgeCommit message (Expand)AuthorFilesLines
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-2/+2
2000-05-02and yet another memory leak - this one in the clientAndrew Tridgell1-0/+5
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2-6/+6
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell2-3/+3
2000-03-10Fix for names with spaces and some I18N filename issues fromJeremy Allison1-10/+11
2000-02-25client/client.c:Jeremy Allison1-1/+6
2000-01-27Fixed code page conversions of messages outgoing/incoming.Jeremy Allison1-0/+7
2000-01-26Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-4/+4
2000-01-08cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell3-3/+3
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell3-14/+17
2000-01-06Fixed spurious error message when doing a 'put' of an empty file.Jeremy Allison1-1/+4
2000-01-05client/client.c: I18N fixes.Jeremy Allison1-33/+23
1999-12-21changed %g to %3.1f to be friendly to our poor snprintf() codeAndrew Tridgell1-2/+2
1999-12-17client/smbspool.c from 2.0.6Andrew Tridgell1-0/+366
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-975/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell5-1203/+1004
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton2-2/+2
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-30declare ttarf as double, as in client.cAlexandre Oliva1-1/+1
1999-03-30use double instead of SMB_BIG_UINT for dir_total and ttarfAlexandre Oliva2-4/+4
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 Oliva2-4/+5
1999-02-18Got to the bottom of another weird one...Michael Warfield1-1/+5
1999-02-14Added caching of user password if it was entered via getpass. We were alreadyMichael Warfield1-1/+102
1999-02-13 Fixed a glibc glitch in smbumount.c and reenabled some debuggingMichael Warfield2-2/+2
1999-02-03%s not $sLuke Leighton1-1/+1
1999-02-01Minor change to bring smbmount in the main branch in line with some bzeroMichael Warfield1-3/+3
1999-01-31Ok... Yet another round of fixes for smbmount and autofs.Michael Warfield2-18/+63
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
1999-01-17A small change to clitar.c (really, I promise :-)Richard Sharpe1-0/+7
1998-12-19Fixed problems in debug code because I did not compileRichard Sharpe1-4/+4
1998-12-19Added some debugging to clitar ...Richard Sharpe1-0/+4
1998-12-17Fixed tar recurse bug.Jeremy Allison1-1/+1
1998-11-30 Earlier fix for smbmount timing window was the wrong patch.Michael Warfield1-9/+10
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 Allison2-7/+7
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-14fixed setmode in smbclientAndrew Tridgell1-7/+6
1998-11-14- handle servers that don't support getattrE (ie. NT)Andrew Tridgell2-4/+6
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-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-1/+1
1998-11-13Fixed timing window created by daemonize function. Smbmount was going daemonMichael Warfield1-7/+10
1998-11-13fixes for OSF1 compilationAndrew Tridgell1-1/+1
1998-11-12please remember to check that code compiles before checkin!Andrew Tridgell1-2/+2