summaryrefslogtreecommitdiffstats
path: root/source/client/client.c
Commit message (Expand)AuthorAgeFilesLines
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-2/+3
* fixed handling of 139/445 in clientsAndrew Tridgell2001-08-241-3/+3
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-201-1/+1
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-2/+4
* Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2001-08-081-0/+4
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-11/+11
* The big character set handling changeover!Andrew Tridgell2001-07-041-24/+14
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-27/+27
* 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
* a couple of minor merges from 2_2Andrew Tridgell2001-04-221-0/+3
* 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
* 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-081-1/+1
* 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
* the -m option to the client is backAndrew Tridgell2001-02-251-2/+4
* Excise snprintf -> slprintf.Jeremy Allison2001-02-161-1/+1
* io_bufsize was set too large and so full length readsAnton Blanchard2001-01-251-1/+1
* 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
* Tar fixes from Craig Barratt craig@arraycomm.com.Jeremy Allison2000-11-221-0/+2
* 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-021-4/+4
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-1/+1
* 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
* cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell2000-01-081-1/+1
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-7/+10
* 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
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-297/+394
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-1/+1
* 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
* use double instead of SMB_BIG_UINT for dir_total and ttarfAlexandre Oliva1999-03-301-3/+3
* 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-251-2/+2
* set_port warning / unused / global/local variable overlap issuesLuke Leighton1999-01-271-9/+9
* Putting back the -p flag in smbclient.Richard Sharpe1999-01-251-2/+6