This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[samba.git] / source3 / client /
2002-10-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-29 Jelmer VernooijSync with HEAD
2002-10-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-18 Jelmer VernooijDon't encourage people to use -P - it's obsolete
2002-10-17 Jeremy AllisonAdded new error codes. Fix up connection code to retry...
2002-10-17 Jeremy AllisonAdded new error codes. Fix up connection code to retry...
2002-10-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-03 Andrew BartlettPatch from Steve Langasek <vorlon@netexpress.net> to...
2002-10-01 Gerald Cartersyncing up with HEAD. Seems to be a lot of differences...
2002-10-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-29 Richard SharpeMake sure that variable does not shadow a parameter.
2002-09-28 Richard SharpeCommit a fix to smbclient so that it will connect to...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-23 Tim PotterDon't uppercase the username and domain in a session...
2002-09-05 Volker LendeckeFixed a little, long standing bug: smbclient -M <name...
2002-08-28 Simo Sorcefix wrong check
2002-08-27 Jeremy AllisonRemove strsep - non portable.
2002-08-27 Simo Sorceadd a trivial seeking function to xfile (tseek) that...
2002-08-20 Simo Sorcefix typos
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-10 Andrew BartlettFix the %m security bug again - and try to make it...
2002-07-28 Andrew Tridgellfix for smbtar filename matching
2002-07-21 Andrew BartlettLooks like I missed this earlier. We should connect...
2002-07-20 Andrew BartlettMore fixes towards warnings on the IRIX compiler
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-13 Andrew BartlettMake smbmnt a standalone program from a linker point...
2002-07-13 Andrew Tridgell- fixed a crash bug for 'print -'
2002-07-02 Andrew Tridgellfixed a prototype problem in client.c
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-06-25 Andrew BartlettUpdate cli_full_connection() to take a 'flags' paramate...
2002-06-25 Andrew BartlettAnd another .cvsignore
2002-06-25 Andrew BartlettBreak up samba's object dependencies, and its prototype...
2002-06-25 Gerald Carterremoved compiler warning
2002-05-17 Andrew BartlettThis removes --with-ssl from Samba.
2002-05-14 Gerald Cartersegfault fix merged from SAMBA_2_2
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-14 Tim Pottergetpid() -> sys_getpid()
2002-01-31 Jeremy AllisonFix from Michael Steffens <michael_steffens@hp.com...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-29 Martin PoolDoc.
2002-01-21 Martin PoolMake the -L option to smbclient slightly less gross:
2002-01-19 Simo Sorcefixes (asprintf) from 2.2
2002-01-17 Andrew BartlettMove the bang (!) command back to the bottom of the...
2002-01-16 Jeremy AllisonAlphabetize.
2002-01-16 Jeremy AllisonAdded CIFS UNIX extension code to client.
2002-01-10 Martin Poolbrowse_fn: FIXME: If the remote machine returns non...
2002-01-09 Martin PoolFIXME: At the moment, if the user should happen to...
2002-01-07 Herb Lewismerge changes from 2.2 branch to prevent smb.conf from...
2002-01-05 Andrew BartlettOne line fix to get smbmount working again.
2001-12-21 Andrew Tridgell- handle kerberos session setup reply with broken null...
2001-12-20 Jeremy AllisonRemoved global debugf. Replaced with lp_set_logfile...
2001-12-19 Jeremy AllisonFix for extra capabilities from Urban Widmark <urban...
2001-12-19 Jeremy AllisonPatch from dan_thibadeau@hp.com to allow domain set...
2001-11-28 Andrew Tridgellfixed some krb5 ifdefs
2001-11-28 Andrew Tridgellfix a bunch of places where we can double-free a cli...
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-26 Tim PotterFixed compiler warnings and dyn_CONFIGFILE related...
2001-11-24 Andrew Tridgelladded "net join" command
2001-11-23 Tim PotterRemoved TimeInit() call from every client program ...
2001-11-20 Martin PoolRename xmalloc, xmemdup, xstrdup to smb_$1 to avoid...
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-11-02 Andrew BartlettReturn 1 (rather than 0) on failure. This may well...
2001-10-24 Jim McDonoughRemove xstrdup since it was added to lib/util.c. Cause...
2001-10-19 Jeremy Allisonclient : Fixed error return.
2001-10-12 Andrew Tridgelladded NTLMSSP authentication to libsmb. It seems to...
2001-10-11 Andrew Tridgellfirst step in converting the head branch to use lang_td...
2001-10-11 Andrew Tridgellinitial kerberos/ADS/SPNEGO support in libsmb and smbcl...
2001-10-10 Simo Sorceops, remove my test code, sorry.
2001-10-09 Simo Sorceinitial support to error report in smbclient, useful...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-30 Christopher R. HertelI told Jeremy at the CIFS conference that I would sort...
2001-09-20 Jeremy Allisonsmbmount fixes from Urban.
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-17 Simo Sorceintroduce SAFE_FREE() macro as suggested by andreas...
2001-09-16 Andrew BartlettFix compile warnings on IRIX's cc.
2001-09-10 Andrew Tridgelldeclare dbf in one spot
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-09-09 Andrew Tridgellfixed typo
2001-09-09 Andrew Tridgellremoved pointless parameter from readfile()
2001-09-07 Andrew Tridgelladded "display charset" option in smb.conf, along with...
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-24 Andrew Tridgellfixed handling of 139/445 in clients
2001-08-20 Andrew Tridgella bunch of fixes from the s\7fflight to seattle
2001-08-12 Simo Sorcethis is a big global fix for the ptr = Realloc(ptr...
2001-08-08 Simo SorceChange all realloc() statements to Realloc() (ecxept...
2001-07-12 Tim PotterChanged instances of TRUE, FALSE to True, False as...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-07-03 Jeremy AllisonApplied Michael Sweet's patch, with one minor signal...
2001-06-21 Andrew Tridgellnext_token() was supposed to be a reentrant replacement...
2001-05-07 Andrew Tridgellremoved need for scandir in client.c
2001-05-07 Andrew Tridgellnew mput code from idra that doesn't need a call to...
2001-04-27 Jeremy AllisonMore gcc compile on solaris tidyups.
2001-04-22 Andrew Tridgella couple of minor merges from 2_2
2001-04-16 Tim PotterGetting medieval with compiler warnings as Jeremy puts it.
2001-04-15 Jeremy AllisonFix from Tony Butt - shouldn't set got_pass for -c...
2001-04-14 John TerpstraPatch from Mandrakesoft to ensure we close all files.
next