[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
[sfrench/samba-autobuild/.git] / source3 / libsmb / clierror.c
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Simo Sorcer23723: Alexander Larsson pointed me at a missing mappi...
2007-10-10 Derrell Lipmanr22732: - Testing of libsmbclient against Vista reveale...
2007-10-10 Jeremy Allisonr21865: Add in the stubs for SMB transport encryption...
2007-10-10 Jeremy Allisonr21576: Patch based on work from Todd Stecher <todd...
2007-10-10 Andrew Tridgellr18865: fixed some of the most obvious NTSTATUS/WERROR...
2007-10-10 Andrew Tridgellr18858: arrgh! - since HAVE_IMMEDIATE_STRUCTURES were...
2007-10-10 Jeremy Allisonr17863: Fix unneeded NULL check on pointer parameters...
2007-10-10 Jeremy Allisonr13669: Get rid of poor errno mapping table. Bounce...
2007-10-10 Jeremy Allisonr13664: Fix the cli_error codes to always detect a...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Tim Potterr8572: Remove crufty #define NO_SYSLOG as it's not...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Jelmer Vernooijr547: Add entry for NT_STATUS_DUPLICATE_NAME in the...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-30 Jeremy AllisonEliminate valgrind error when client gets bad sig on...
2003-07-16 Tim PotterSpelling.
2003-04-21 Andrew BartlettMerge SMB signing, cli buffer clobber and NTLMSSP signi...
2003-04-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-15 Jelmer VernooijAdd some more NT to unix error code mappings (from...
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-06 Andrew BartlettClean up error messages on cli pipe disconnection,...
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 mapping for Bad Network Path
2003-03-22 Jelmer VernooijDon't use EDQUOT on systems where it's not available
2003-03-22 Jelmer VernooijDon't use errno's when they're not available
2003-03-21 Jelmer VernooijAdd more mappings to the nterr->errno mapping table...
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-10-01 Jeremy AllisonCope with rw errors and timeout to peer.
2002-10-01 Jeremy AllisonCope with rw errors and timeout to peer.
2002-10-01 Jeremy AllisonAdded error string for server timeout on client call.
2002-10-01 Jeremy AllisonAdded error string for server timeout on client call.
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-08-31 Andrew BartlettAdd a dash of static.
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-02-13 Gerald Cartermerge from 2.2
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-22 Martin PoolAdd more string explanations of RAP errors that are...
2001-12-10 Jeremy AllisonTreat RAP codes differently.
2001-12-10 Jeremy AllisonRAP error strings take precedence as they are not encod...
2001-11-26 Andrew BartlettFix --enable-developer shadow warning
2001-10-29 Andrew BartlettThis patch applied, except without the structure change...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-05 Andrew Tridgelluse cli_is_error() instead of looking in smb_rcls,...
2001-08-28 Andrew Tridgellfixed typo
2001-08-27 Andrew Tridgellstarted converting NTSTATUS to be a structure on system...
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-21 Tim PotterDistinguish between NT informational and error codes.
2001-08-10 Tim PotterDebug cleanups.
2001-08-10 Tim PotterHad the test for cli_is_error() reversed. You idiot...
2001-08-10 Tim PotterA rewrite of the error handling in the libsmb client...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-15 Tim PotterAdded a unix error code for NT_STATUS_PATH_NOT_COVERED.
2001-01-29 Richard SharpeAdd an extra error code translation to clierror.c so...
2001-01-02 Tim PotterReturn EACCES for bad password.
2000-10-11 Herb Lewischanges to sync with 2.2. tree
2000-08-04 Tim PotterIn cli_error() return ENOENT when an ERROR_INVALID_NAME...
2000-08-01 Jeremy AllisonTidyup removing many of the 0xC0000000 | NT_STATUS_XXX...
2000-05-10 Andrew Tridgellmore merging
2000-04-25 Andrew Tridgellsplit clientgen.c into several parts