summaryrefslogtreecommitdiff
path: root/source3/libsmb/smberr.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-08s3:libsmb: remove unused smb_dos_errstr()Stefan Metzmacher1-42/+0
2011-07-08s3:libsmb/smberr: make global const arrays staticStefan Metzmacher1-4/+4
2010-12-31s3: Fix some nonempty blank linesVolker Lendecke1-5/+5
2007-11-11Some pstring removalVolker Lendecke1-24/+36
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-0/+1
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-17/+17
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-6/+6
2002-10-09Added unknown info level.Jeremy Allison1-0/+1
2002-03-17Added dos_errstr() function. Not all errors in list yet.Tim Potter1-12/+0
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-06Added a get_dos_error_msg() function to mirror the get_nt_error_msg()Tim Potter1-0/+11
2002-01-03Update the NT_STATUS -> DOS error table.Andrew Bartlett1-3/+3
2001-12-04Added error message for ERRdiskfull.Tim Potter1-0/+1
2001-11-25Add a new torture test to extract a NT->DOS error map from an NT member of aAndrew Bartlett1-1/+45
2001-11-23Added constants and error message for dos error code 1326 (logon failure).Tim Potter1-0/+12
2001-10-29This patch applied, except without the structure changes to nmblib.cAndrew Bartlett1-2/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-05use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell1-31/+28
2001-09-03more NTSTATUS/WERROR conversionAndrew Tridgell1-0/+11
2001-09-03the next step in our error code handling changeAndrew Tridgell1-0/+11
2001-08-10A rewrite of the error handling in the libsmb client code. I've separatedTim Potter1-26/+27
2001-07-04The big character set handling changeover!Andrew Tridgell1-3/+5
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-58/+27
1999-06-24safe string error reporting functions (found a potential buffer overflowLuke Leighton1-10/+29
1998-12-09bugfix in smb_err_msgLuke Leighton1-3/+2
1998-12-09adding some enumerate services code, client and server.Luke Leighton1-26/+39
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-3/+1
1998-06-21Remove the copyright to Canon Information Systems Australia, as we don'tRichard Sharpe1-0/+1
1998-05-12This is a security audit change of the main source.Jeremy Allison1-4/+4
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-11-10Rolled back tree state to 11:59pm 8th November 1997 EST toJeremy Allison1-23/+3
1997-11-09attempting to mark up 32 bit error codes, needed for NT domains.Luke Leighton1-3/+23
1997-11-01a simple SMB torture tester. This will allow us to evaluate lockingAndrew Tridgell1-0/+182