summaryrefslogtreecommitdiffstats
path: root/source/client/client.c
Commit message (Expand)AuthorAgeFilesLines
* added "net join" commandAndrew Tridgell2001-11-241-1/+1
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-6/+8
* Return 1 (rather than 0) on failure. This may well help get the build farmAndrew Bartlett2001-11-021-1/+1
* client : Fixed error return.Jeremy Allison2001-10-191-0/+2
* added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell2001-10-121-4/+1
* first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2001-10-111-2/+4
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-1/+54
* ops, remove my test code, sorry.Simo Sorce2001-10-101-9/+5
* initial support to error report in smbclient, useful when using smbclient -c ...Simo Sorce2001-10-091-78/+158
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* I told Jeremy at the CIFS conference that I would sort the command listChristopher R. Hertel2001-09-301-30/+33
* introduce SAFE_FREE() macro as suggested by andreas moroder.Simo Sorce2001-09-171-25/+21
* Fix compile warnings on IRIX's cc.Andrew Bartlett2001-09-161-3/+3
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-19/+19
* fixed typoAndrew Tridgell2001-09-091-1/+1
* removed pointless parameter from readfile()Andrew Tridgell2001-09-091-3/+3
* added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell2001-09-071-117/+118
* 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