summaryrefslogtreecommitdiff
path: root/source/client
Commit message (Expand)AuthorAgeFilesLines
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-3/+15
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-304-20/+14
* Move over to RELEASE branch.Jeremy Allison2002-02-013-140/+307
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-114-19/+46
* Syncup getting ready for release.Jeremy Allison2001-07-062-83/+186
* Fix from Tony Butt - shouldn't set got_pass for -c option.Jeremy Allison2001-04-151-1/+0
* More typos.... grrrr.Jeremy Allison2001-04-141-1/+1
* Fix more typos...Jeremy Allison2001-04-141-2/+3
* Missing variable in getrlimit call.Jeremy Allison2001-04-141-0/+1
* Patch from Mandrakesoft to make sure we close all files.John Terpstra2001-04-141-1/+3
* - remove template from smbrun(). Now uses /tmp and mkstempAndrew Tridgell2001-04-131-1/+1
* To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison2001-04-111-10/+25
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-083-6/+6
* Fix for smbtar race condition from Glenn Burkhardt <glenn@aoi.ultranet.com>.Jeremy Allison2001-03-261-1/+11
* Missed a cli_set_port on message code connect.Jeremy Allison2001-03-261-1/+1
* added readline to smbclient and rpcclient from HEAD. Also added aGerald Carter2001-03-231-106/+90
* Updates for CUPS 1.1 from Michael Sweet.Jeremy Allison2001-03-161-1/+38
* Sync up with Urban.Jeremy Allison2001-03-101-1/+4
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-1/+1
* Smbmount fixes from the new maintainer Urban Widmark <urban@svenskatest.se>Jeremy Allison2001-03-092-59/+288
* Expunge snprintf, *always* use slprintf. Ensure snprintf cannot be used inJeremy Allison2001-02-161-1/+1
* Tar fixes from Craig Barratt craig@arraycomm.com.Jeremy Allison2000-11-222-2/+4
* fixed typoGerald Carter2000-09-141-1/+1
* added -A <authfile> option to smbclient for the reading of username /Gerald Carter2000-08-291-9/+71
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-2/+2
* and yet another memory leak - this one in the clientAndrew Tridgell2000-05-021-0/+5
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-022-6/+6
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-302-3/+3
* Fix for names with spaces and some I18N filename issues fromJeremy Allison2000-03-101-10/+11
* client/client.c:Jeremy Allison2000-02-251-1/+6
* Fixed code page conversions of messages outgoing/incoming.Jeremy Allison2000-01-271-0/+7
* Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-261-4/+4
* cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell2000-01-083-3/+3
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-073-14/+17
* Fixed spurious error message when doing a 'put' of an empty file.Jeremy Allison2000-01-061-1/+4
* client/client.c: I18N fixes.Jeremy Allison2000-01-051-33/+23
* changed %g to %3.1f to be friendly to our poor snprintf() codeAndrew Tridgell1999-12-211-2/+2
* client/smbspool.c from 2.0.6Andrew Tridgell1999-12-171-0/+366
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-131-975/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-135-1203/+1004
* 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