summaryrefslogtreecommitdiff
path: root/source3/libsmb/errormap.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-01s3-libsmb: Remove dead gssapi code.Andreas Schneider1-112/+0
2011-12-02Ensure we map our own Samba return of ERRSRV, ERRunknownsmbJeremy Allison1-0/+1
2011-07-03S3: Fix some nonempty blank linesVolker Lendecke1-1/+1
2011-05-06libcli/util Merge ntstatus_to_dos() ntstatus_to_werror() to the top levelAndrew Bartlett1-1214/+0
2011-05-06errors: Merge ntstatus -> DOS error table between Samba3 and Samba4.Andrew Bartlett1-8/+9
2011-03-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner1-1/+0
2011-03-16s3-includes: avoid global include of gssapi headers.Günther Deschner1-0/+8
2011-02-25s3-errormap: move (unused) map_nt_error_from_wbcErr out of errormap.Günther Deschner1-39/+0
2010-09-10s3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETEDStefan Metzmacher1-0/+2
2010-08-19s3-libsmbclient Convert dos error codes to NTstatus in async libsmbclient.Jim McDonough1-1/+1
2009-12-21Rename 282 -> ERReasnotsupported.Jeremy Allison1-3/+3
2009-04-23errormap: Change the WBC_ERR_UNKNOWN_ERROR to map to NT_STATUS_UNSUCCESSFULKai Blin1-1/+1
2009-04-22errormap: Add wbcErr to NTSTATUS mappingsKai Blin1-0/+41
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-0/+105
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-106/+0
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23224: Move map_nt_error_from_unix to lib/errmap_unix.c. This function isVolker Lendecke1-63/+0
2007-10-10r22353: Fix bad #ifdefs.Jeremy Allison1-2/+2
2007-10-10r22327: Finish the gss-spnego part of the seal code. NowJeremy Allison1-0/+4
2007-10-10r21967: Add conversion from gss errors to nt status.Jeremy Allison1-0/+102
2007-10-10r17677: There is no need for a 2nd krb5_to_nt_status function, is there?Günther Deschner1-37/+0
2007-10-10r17606: Introduce krb5_to_ntstatus.Volker Lendecke1-0/+37
2007-10-10r17262: After messages from Metze and traces from Karolin Seeger,Jeremy Allison1-5/+1
2007-10-10r17234: Fix error mappings for EQUOTA and ENOBUFS.Jeremy Allison1-1/+8
2007-10-10r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison1-2/+2
2007-10-10r13316: Let the carnage begin....Gerald Carter1-0/+15
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-2/+2
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-2/+2
2007-10-10r6447: Add missing error mapping for EMLINK to NT_STATUS_TOO_MANY_LINKS (we h...Steve French1-0/+1
2007-10-10r2575: Return correct error codes on old SEARCH call (from Samba4 torture tes...Jeremy Allison1-1/+2
2007-10-10r415: Return NT_STATUS_ACCESS_DENIED not some LOCK message ...Richard Sharpe1-1/+1
2004-02-28Can't set allocation size on directories, return correct error code onJeremy Allison1-0/+1
2003-10-21Fix for bug #64, Win9x Nexus tools not working against Samba3.0. MissingJeremy Allison1-0/+4
2003-10-08Fixup error code returns from Samba4 tester. Ensure invalid paths areJeremy Allison1-1/+1
2003-08-01Final fix for the bug tridge found. Only push locks onto a blocking lockJeremy Allison1-0/+1
2003-02-19Merge minor library fixes from HEAD to 3.0.Andrew Bartlett1-1/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-3/+3
2002-12-11Fix write error returning EFBIG - found by Conrad.Jeremy Allison1-0/+3
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-1/+0
2002-11-10sync with headSimo Sorce1-0/+56
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+1
2002-03-23Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett1-3/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-17fixed a typo in the error map for WRONG_PASSWORDAndrew Tridgell1-1/+1
2002-01-16Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison1-0/+1
2002-01-06DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalentTim Potter1-1/+1
2002-01-05Add a comment on how this error map was derrived.Andrew Bartlett1-0/+22
2002-01-03Update the NT_STATUS -> DOS error table.Andrew Bartlett1-404/+427
2002-01-01This brings the NT->DOS error mapping into better line with what NT does.Andrew Bartlett1-2/+2