summaryrefslogtreecommitdiff
path: root/source3/client
AgeCommit message (Expand)AuthorFilesLines
2001-10-19client : Fixed error return.Jeremy Allison1-0/+2
2001-10-12added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell1-4/+1
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2-3/+5
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell1-1/+54
2001-10-10ops, remove my test code, sorry.Simo Sorce1-9/+5
2001-10-09initial support to error report in smbclient, useful when using smbclient -c ...Simo Sorce2-88/+175
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter3-3/+0
2001-09-30I told Jeremy at the CIFS conference that I would sort the command listChristopher R. Hertel1-30/+33
2001-09-20smbmount fixes from Urban.Jeremy Allison1-5/+21
2001-09-17move to SAFE_FREE()Simo Sorce2-19/+16
2001-09-17introduce SAFE_FREE() macro as suggested by andreas moroder.Simo Sorce1-25/+21
2001-09-16Fix compile warnings on IRIX's cc.Andrew Bartlett1-3/+3
2001-09-10declare dbf in one spotAndrew Tridgell2-2/+0
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell3-26/+26
2001-09-09fixed typoAndrew Tridgell1-1/+1
2001-09-09removed pointless parameter from readfile()Andrew Tridgell1-3/+3
2001-09-07added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell1-117/+118
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-2/+3
2001-08-24fixed handling of 139/445 in clientsAndrew Tridgell3-11/+5
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell2-2/+1
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2-4/+8
2001-08-08Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2-0/+9
2001-07-12Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell4-29/+29
2001-07-04The big character set handling changeover!Andrew Tridgell4-92/+39
2001-07-03Applied Michael Sweet's patch, with one minor signal change.Jeremy Allison1-4/+26
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2-32/+32
2001-05-07removed need for scandir in client.cAndrew Tridgell1-21/+14
2001-05-07new mput code from idra that doesn't need a call to findAndrew Tridgell1-66/+152
2001-04-27More gcc compile on solaris tidyups.Jeremy Allison1-1/+1
2001-04-22a couple of minor merges from 2_2Andrew Tridgell3-3/+8
2001-04-16Getting medieval with compiler warnings as Jeremy puts it.Tim Potter1-3/+3
2001-04-15Fix from Tony Butt - shouldn't set got_pass for -c option.Jeremy Allison1-1/+0
2001-04-14Patch from Mandrakesoft to ensure we close all files.John Terpstra1-1/+3
2001-04-11To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison1-10/+25
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison3-6/+6
2001-03-26Fix for smbtar race condition from Glenn Burkhardt <glenn@aoi.ultranet.com>.Jeremy Allison1-1/+11
2001-03-26Missed a cli_set_port on message code connect.Jeremy Allison1-1/+1
2001-03-19added basic command completion supportAndrew Tridgell1-1/+35
2001-03-18much simpler readline codeAndrew Tridgell1-51/+44
2001-03-18much better readline support from Simo Sorce, with some mods from meAndrew Tridgell1-72/+24
2001-03-16Updates for CUPS 1.1 from Michael Sweet.Jeremy Allison1-1/+38
2001-03-10Sync up Urbans changes from 2.2 into HEAD.Jeremy Allison2-5/+46
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-55/+246
2001-03-09Fixes to testsmbc to ensure it will compile on SGI ...Richard Sharpe1-18/+31
2001-02-25the -m option to the client is backAndrew Tridgell1-2/+4
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