summaryrefslogtreecommitdiff
path: root/source3/client
AgeCommit message (Expand)AuthorFilesLines
2001-02-20Fix a small problem where tree.c was using the creation time to display, rath...Richard Sharpe1-2/+2
2001-02-19Improve the sample GTK+ client program to make it a bit more functional.Richard Sharpe1-139/+220
2001-02-16Excise snprintf -> slprintf.Jeremy Allison2-5/+5
2001-02-12Fix calls to smbc_init in testsmbc.c and tree.cRichard Sharpe2-5/+104
2001-01-25io_bufsize was set too large and so full length readsAnton Blanchard1-1/+1
2001-01-14Fixed bugs relating to Win2K and the need for a codepage so that unicodeRichard Sharpe1-17/+25
2001-01-12Many bug fixes to the libsmbclient.c code plusRichard Sharpe2-29/+236
2001-01-07Update the tree.c GTK+ App so it can walk down directories etc ...Richard Sharpe1-76/+122
2001-01-06Fix some more bugs in libsmbclient.c and add functionality to tree.cRichard Sharpe1-5/+23
2001-01-06Fix a minor problem with listing servers in a workgroup and add aRichard Sharpe1-0/+460
2001-01-05The latest changes to libsmbclient ...Richard Sharpe1-1/+118
2001-01-05Needed a callback arg on cli_list ...Richard Sharpe1-3/+3
2001-01-04I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe1-5/+7
2000-12-26First pass at the libsmbclient code ...Richard Sharpe1-0/+219
2000-11-22Tar fixes from Craig Barratt craig@arraycomm.com.Jeremy Allison2-2/+4
2000-09-14fixed typoGerald Carter1-1/+1
2000-08-29added -A <authfile> option to smbclient for the reading of username /Gerald Carter1-9/+71
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