summaryrefslogtreecommitdiffstats
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-044-29/+29
* The big character set handling changeover!Andrew Tridgell2001-07-044-92/+39
* Applied Michael Sweet's patch, with one minor signal change.Jeremy Allison2001-07-031-4/+26
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-212-32/+32
* removed need for scandir in client.cAndrew Tridgell2001-05-071-21/+14
* new mput code from idra that doesn't need a call to findAndrew Tridgell2001-05-071-66/+152
* More gcc compile on solaris tidyups.Jeremy Allison2001-04-271-1/+1
* a couple of minor merges from 2_2Andrew Tridgell2001-04-223-3/+8
* Getting medieval with compiler warnings as Jeremy puts it.Tim Potter2001-04-161-3/+3
* Fix from Tony Butt - shouldn't set got_pass for -c option.Jeremy Allison2001-04-151-1/+0
* Patch from Mandrakesoft to ensure we close all files.John Terpstra2001-04-141-1/+3
* 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 basic command completion supportAndrew Tridgell2001-03-191-1/+35
* much simpler readline codeAndrew Tridgell2001-03-181-51/+44
* much better readline support from Simo Sorce, with some mods from meAndrew Tridgell2001-03-181-72/+24
* Updates for CUPS 1.1 from Michael Sweet.Jeremy Allison2001-03-161-1/+38
* Sync up Urbans changes from 2.2 into HEAD.Jeremy Allison2001-03-102-5/+46
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-55/+246
* Fixes to testsmbc to ensure it will compile on SGI ...Richard Sharpe2001-03-091-18/+31
* the -m option to the client is backAndrew Tridgell2001-02-251-2/+4
* Fix a small problem where tree.c was using the creation time to display, rath...Richard Sharpe2001-02-201-2/+2
* Improve the sample GTK+ client program to make it a bit more functional.Richard Sharpe2001-02-191-139/+220
* Excise snprintf -> slprintf.Jeremy Allison2001-02-162-5/+5
* Fix calls to smbc_init in testsmbc.c and tree.cRichard Sharpe2001-02-122-5/+104
* io_bufsize was set too large and so full length readsAnton Blanchard2001-01-251-1/+1
* Fixed bugs relating to Win2K and the need for a codepage so that unicodeRichard Sharpe2001-01-141-17/+25
* Many bug fixes to the libsmbclient.c code plusRichard Sharpe2001-01-122-29/+236
* Update the tree.c GTK+ App so it can walk down directories etc ...Richard Sharpe2001-01-071-76/+122
* Fix some more bugs in libsmbclient.c and add functionality to tree.cRichard Sharpe2001-01-061-5/+23
* Fix a minor problem with listing servers in a workgroup and add aRichard Sharpe2001-01-061-0/+460
* The latest changes to libsmbclient ...Richard Sharpe2001-01-051-1/+118
* Needed a callback arg on cli_list ...Richard Sharpe2001-01-051-3/+3
* I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe2001-01-041-5/+7
* First pass at the libsmbclient code ...Richard Sharpe2000-12-261-0/+219
* 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