summaryrefslogtreecommitdiff
path: root/source3/libsmb/errormap.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-lib: Do not walk past the end of the dos_to_ntstatus_map arrayAndrew Bartlett2014-09-081-1/+1
* s3-libsmb: Remove dead gssapi code.Andreas Schneider2012-02-011-112/+0
* Ensure we map our own Samba return of ERRSRV, ERRunknownsmbJeremy Allison2011-12-021-0/+1
* S3: Fix some nonempty blank linesVolker Lendecke2011-07-031-1/+1
* libcli/util Merge ntstatus_to_dos() ntstatus_to_werror() to the top levelAndrew Bartlett2011-05-061-1214/+0
* errors: Merge ntstatus -> DOS error table between Samba3 and Samba4.Andrew Bartlett2011-05-061-8/+9
* s3-winbind: remove global inclusion of libwbclient.Günther Deschner2011-03-301-1/+0
* s3-includes: avoid global include of gssapi headers.Günther Deschner2011-03-161-0/+8
* s3-errormap: move (unused) map_nt_error_from_wbcErr out of errormap.Günther Deschner2011-02-251-39/+0
* s3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETEDStefan Metzmacher2010-09-101-0/+2
* s3-libsmbclient Convert dos error codes to NTstatus in async libsmbclient.Jim McDonough2010-08-191-1/+1
* Rename 282 -> ERReasnotsupported.Jeremy Allison2009-12-211-3/+3
* errormap: Change the WBC_ERR_UNKNOWN_ERROR to map to NT_STATUS_UNSUCCESSFULKai Blin2009-04-231-1/+1
* errormap: Add wbcErr to NTSTATUS mappingsKai Blin2009-04-221-0/+41
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-0/+105
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-106/+0
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23224: Move map_nt_error_from_unix to lib/errmap_unix.c. This function isVolker Lendecke2007-10-101-63/+0
* r22353: Fix bad #ifdefs.Jeremy Allison2007-10-101-2/+2
* r22327: Finish the gss-spnego part of the seal code. NowJeremy Allison2007-10-101-0/+4
* r21967: Add conversion from gss errors to nt status.Jeremy Allison2007-10-101-0/+102
* r17677: There is no need for a 2nd krb5_to_nt_status function, is there?Günther Deschner2007-10-101-37/+0
* r17606: Introduce krb5_to_ntstatus.Volker Lendecke2007-10-101-0/+37
* r17262: After messages from Metze and traces from Karolin Seeger,Jeremy Allison2007-10-101-5/+1
* r17234: Fix error mappings for EQUOTA and ENOBUFS.Jeremy Allison2007-10-101-1/+8
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-2/+2
* r13316: Let the carnage begin....Gerald Carter2007-10-101-0/+15
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-2/+2
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-2/+2
* r6447: Add missing error mapping for EMLINK to NT_STATUS_TOO_MANY_LINKS (we h...Steve French2007-10-101-0/+1
* r2575: Return correct error codes on old SEARCH call (from Samba4 torture tes...Jeremy Allison2007-10-101-1/+2
* r415: Return NT_STATUS_ACCESS_DENIED not some LOCK message ...Richard Sharpe2007-10-101-1/+1
* Can't set allocation size on directories, return correct error code onJeremy Allison2004-02-281-0/+1
* Fix for bug #64, Win9x Nexus tools not working against Samba3.0. MissingJeremy Allison2003-10-211-0/+4
* Fixup error code returns from Samba4 tester. Ensure invalid paths areJeremy Allison2003-10-081-1/+1
* Final fix for the bug tridge found. Only push locks onto a blocking lockJeremy Allison2003-08-011-0/+1
* Merge minor library fixes from HEAD to 3.0.Andrew Bartlett2003-02-191-1/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-3/+3
* Fix write error returning EFBIG - found by Conrad.Jeremy Allison2002-12-111-0/+3
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-1/+0
* sync with headSimo Sorce2002-11-101-0/+56
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+1
* Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett2002-03-231-3/+3
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* fixed a typo in the error map for WRONG_PASSWORDAndrew Tridgell2002-01-171-1/+1
* Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison2002-01-161-0/+1
* DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalentTim Potter2002-01-061-1/+1
* Add a comment on how this error map was derrived.Andrew Bartlett2002-01-051-0/+22