summaryrefslogtreecommitdiff
path: root/source3/libsmb/smberr.c
Commit message (Expand)AuthorAgeFilesLines
* Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.Richard Sharpe2015-04-291-3/+3
* s3:libsmb: remove unused smb_dos_errstr()Stefan Metzmacher2011-07-081-42/+0
* s3:libsmb/smberr: make global const arrays staticStefan Metzmacher2011-07-081-4/+4
* s3: Fix some nonempty blank linesVolker Lendecke2010-12-311-5/+5
* Some pstring removalVolker Lendecke2007-11-111-24/+36
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-0/+1
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-17/+17
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-6/+6
* Added unknown info level.Jeremy Allison2002-10-091-0/+1
* Added dos_errstr() function. Not all errors in list yet.Tim Potter2002-03-171-12/+0
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Added a get_dos_error_msg() function to mirror the get_nt_error_msg()Tim Potter2002-01-061-0/+11
* Update the NT_STATUS -> DOS error table.Andrew Bartlett2002-01-031-3/+3
* Added error message for ERRdiskfull.Tim Potter2001-12-041-0/+1
* Add a new torture test to extract a NT->DOS error map from an NT member of aAndrew Bartlett2001-11-251-1/+45
* Added constants and error message for dos error code 1326 (logon failure).Tim Potter2001-11-231-0/+12
* This patch applied, except without the structure changes to nmblib.cAndrew Bartlett2001-10-291-2/+2
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell2001-09-051-31/+28
* more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-031-0/+11
* the next step in our error code handling changeAndrew Tridgell2001-09-031-0/+11
* A rewrite of the error handling in the libsmb client code. I've separatedTim Potter2001-08-101-26/+27
* The big character set handling changeover!Andrew Tridgell2001-07-041-3/+5
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-58/+27
* safe string error reporting functions (found a potential buffer overflowLuke Leighton1999-06-241-10/+29
* bugfix in smb_err_msgLuke Leighton1998-12-091-3/+2
* adding some enumerate services code, client and server.Luke Leighton1998-12-091-26/+39
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-3/+1
* Remove the copyright to Canon Information Systems Australia, as we don'tRichard Sharpe1998-06-211-0/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-121-4/+4
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* Rolled back tree state to 11:59pm 8th November 1997 EST toJeremy Allison1997-11-101-23/+3
* attempting to mark up 32 bit error codes, needed for NT domains.Luke Leighton1997-11-091-3/+23
* a simple SMB torture tester. This will allow us to evaluate lockingAndrew Tridgell1997-11-011-0/+182