Fix some misleading debug messages.
[ira/wip.git] / source3 / client /
2003-06-11 Andrew Tridgellseveral places in client.c rely in commands[i].name...
2003-06-11 Andrew Tridgelli'm getting rather sick of this
2003-06-10 Jelmer VernooijDon't segfault when -b is specified (fixes debian bug...
2003-06-10 Andrew Tridgelldon't call a function error_message() as that conflicts...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-29 Jelmer VernooijDon't crash when doing namecompletion in smbclient...
2003-05-29 Jelmer VernooijDon't crash when doing command name completion. Fixes...
2003-05-28 Tim PotterSyncup with HEAD:
2003-05-28 Tim PotterMerge of non-static initialisation fixes from 3.0
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-20 Steve FrenchFix Linux cifs vfs mount helper parsing of slashes
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-13 Andrew BartlettFix non-constant initialiser for Sun CC.
2003-05-12 Simo SorceAnd finally IDMAP in 3_0
2003-05-10 Jelmer VernooijReverse previous patch from Stefan and me after comment...
2003-05-10 Jelmer VernooijReverse previous patch from Stefan and me after comment...
2003-05-10 Jelmer VernooijPatch from metze and me that adds dummy smb_register_...
2003-05-10 Jelmer VernooijPatch from metze and me that adds dummy smb_register_...
2003-05-10 Jeremy AllisonFix for possible segfault in readline handler. Found...
2003-05-10 Jeremy AllisonFix for possible segfault in readline handler. Found...
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-28 Tim PotterMerge of -W fixes for bug #39:
2003-04-28 Tim PotterReplace workgroup global variable with lp_workgroup()
2003-04-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-19 Simo Sorcesome readline completion exancements
2003-04-14 Tim PotterMerge:
2003-04-14 Tim PotterMerge:
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-08 Alexander BokovoyUpdate smbmount to include unicode and lfs capabilities...
2003-04-08 Alexander BokovoyUpdate smbmount to include unicode and lfs capabilities...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-29 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-24 Jelmer VernooijAdd static to satisfy exotic compilers
2003-03-24 Jelmer VernooijRevoke some of the popt patch from metze I applied...
2003-03-24 Jelmer VernooijPatch from metze to generalise POPT_COMMON_SAMBA, with...
2003-03-23 Jelmer VernooijDon't declare variables after instructions
2003-03-22 Jelmer VernooijConvert to popt.
2003-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-18 Andrew BartlettJeremy merged across my string parinoia fixes, but...
2003-03-18 Andrew BartlettFix segfault on FD_SET() when we have an fd of -1
2003-03-18 Andrew BartlettAdd an extra parameter to our 'set_remote_machine_name...
2003-03-18 Andrew BartlettAdd const.
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-16 Andrew Bartlett - Make ReadDirName return a const char*.
2003-03-15 Steve FrenchCheckin cifs vfs for Linux mount helper
2003-03-15 Andrew BartlettIf the server went away, don't segfault by attempting...
2003-03-08 Andrew BartlettMake sure that the 'remote' machine name can only be...
2003-03-07 Steve FrenchAdd early prototype of cifs mount helper for Linux
2003-03-06 Andrew BartlettMore safe_strcpy() off-by-one bug fixes. (mostly moves...
2003-03-03 Richard SharpeMore janitorial duties, fixing the BIG_UINT changes...
2003-03-03 Richard SharpeDo my janitorial duties to encourage others to do so.
2003-02-25 Tim PotterFix breakage done by myself yesterday.
2003-02-25 Tim PotterFixed up some const related compiler warnings.
2003-02-24 Andrew BartlettCleint-side-auth/kerberos fixes from HEAD, and don...
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-18 Andrew BartlettThe cli_send_tconX code already determines to send...
2003-02-15 Simo Sorcefix dumb perror used without errno beeing set.
2003-02-15 Simo Sorcefix dumb perror used without errno beeing set.
2003-02-15 Andrew BartlettAntti Andreimann <Antti.Andreimann@mail.ee> has done...
2003-02-13 Alexander BokovoyFix typo in WIFSIGNALED (as per Waider's report)
2003-02-13 Martin Poolwaitstatus audit: Correctly handle case where smbmnt...
2003-02-07 Jeremy AllisonSamba janitors: applying mbp's redundant umask fix.
2003-02-07 Jeremy AllisonSamba janitors: applying mbp's redundant umask fix.
2003-02-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-02 Tim Pottersmb signing compile fix
2003-02-02 Andrew BartlettMore signing updates - start checking that the server...
2003-02-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-20 Martin PoolAdd FIXME about dodgy argument parser.
2003-01-15 Gerald Carters/WIFSIGNALLED/WIFSIGNALED/g
2003-01-15 Gerald Carters/WIFSIGNALLED/WIFSIGNALED/g
2003-01-15 Gerald Carter*lots of small merges form HEAD
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-15 Martin PoolOne more from waitpid() audit: Correctly interpret...
2003-01-14 Andrew BartlettMerge from HEAD:
2003-01-11 Andrew BartlettFix a number of client-side fstring/pstring mixups.
2003-01-07 Christopher R. HertelAdded code to the handling of the -M option to ensure...
2003-01-07 Christopher R. HertelAdded code to the handling of the -M option to ensure...
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-12-19 Herb Lewismerge from 2.2 fix for smbclient large files
2002-12-19 Herb Lewismerge from 2.2 fix for smbclient large files
2002-12-16 Herb Lewismerge smbtar fix from 2.2
2002-12-16 Herb Lewismerge smbtar fixes from 2.2
2002-12-10 John TerpstraUpdating changes from HEAD.
2002-12-05 Herb Lewisfix stat reporting on put command
2002-12-05 Herb Lewisfix stat reporting on put command
2002-12-01 Andrew BartlettLink less with smbmnt and smbumount. Also change from...
2002-11-13 Jeremy AllisonSorry Jim we can't assign to global_xxx(), we need...
2002-11-13 Jeremy AllisonSorry Jim we can't assign to global_xxx(), we need...
next