index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
errormap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23224: Move map_nt_error_from_unix to lib/errmap_unix.c. This function is
Volker Lendecke
1
-63
/
+0
2007-10-10
r22353: Fix bad #ifdefs.
Jeremy Allison
1
-2
/
+2
2007-10-10
r22327: Finish the gss-spnego part of the seal code. Now
Jeremy Allison
1
-0
/
+4
2007-10-10
r21967: Add conversion from gss errors to nt status.
Jeremy Allison
1
-0
/
+102
2007-10-10
r17677: There is no need for a 2nd krb5_to_nt_status function, is there?
Günther Deschner
1
-37
/
+0
2007-10-10
r17606: Introduce krb5_to_ntstatus.
Volker Lendecke
1
-0
/
+37
2007-10-10
r17262: After messages from Metze and traces from Karolin Seeger,
Jeremy Allison
1
-5
/
+1
2007-10-10
r17234: Fix error mappings for EQUOTA and ENOBUFS.
Jeremy Allison
1
-1
/
+8
2007-10-10
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
1
-2
/
+2
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-0
/
+15
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-2
/
+2
2007-10-10
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
1
-2
/
+2
2007-10-10
r6447: Add missing error mapping for EMLINK to NT_STATUS_TOO_MANY_LINKS (we h...
Steve French
1
-0
/
+1
2007-10-10
r2575: Return correct error codes on old SEARCH call (from Samba4 torture tes...
Jeremy Allison
1
-1
/
+2
2007-10-10
r415: Return NT_STATUS_ACCESS_DENIED not some LOCK message ...
Richard Sharpe
1
-1
/
+1
2004-02-28
Can't set allocation size on directories, return correct error code on
Jeremy Allison
1
-0
/
+1
2003-10-21
Fix for bug #64, Win9x Nexus tools not working against Samba3.0. Missing
Jeremy Allison
1
-0
/
+4
2003-10-08
Fixup error code returns from Samba4 tester. Ensure invalid paths are
Jeremy Allison
1
-1
/
+1
2003-08-01
Final fix for the bug tridge found. Only push locks onto a blocking lock
Jeremy Allison
1
-0
/
+1
2003-02-19
Merge minor library fixes from HEAD to 3.0.
Andrew Bartlett
1
-1
/
+1
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-3
/
+3
2002-12-11
Fix write error returning EFBIG - found by Conrad.
Jeremy Allison
1
-0
/
+3
2002-11-29
Merge a bunch of trivial changes from HEAD. The difference remaining
Tim Potter
1
-1
/
+0
2002-11-10
sync with head
Simo Sorce
1
-0
/
+56
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-0
/
+1
2002-03-23
Make a number of the lookup tables 'const'. I'm told this assists in sharing
Andrew Bartlett
1
-3
/
+3
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-17
fixed a typo in the error map for WRONG_PASSWORD
Andrew Tridgell
1
-1
/
+1
2002-01-16
Fixup error mapping so we have only one table containing errno -> dos error -...
Jeremy Allison
1
-0
/
+1
2002-01-06
DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalent
Tim Potter
1
-1
/
+1
2002-01-05
Add a comment on how this error map was derrived.
Andrew Bartlett
1
-0
/
+22
2002-01-03
Update the NT_STATUS -> DOS error table.
Andrew Bartlett
1
-404
/
+427
2002-01-01
This brings the NT->DOS error mapping into better line with what NT does.
Andrew Bartlett
1
-2
/
+2
2001-12-10
NT_STATUS(0x80000005) maps to ERRDOS,234
Jean-François Micouleau
1
-1
/
+1
2001-11-23
Update some of the error mapping, based on on-the-wire observations of an NT4...
Andrew Bartlett
1
-7
/
+7
2001-11-23
Added constants and error message for dos error code 1326 (logon failure).
Tim Potter
1
-1
/
+1
2001-09-03
more NTSTATUS/WERROR conversion
Andrew Tridgell
1
-0
/
+584
2001-09-01
use a name not a number for ERRinsufficientbuffer
Andrew Tridgell
1
-1
/
+1
2001-08-27
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
1
-1
/
+1
2001-08-27
started converting NTSTATUS to be a structure on systems with gcc in order to...
Andrew Tridgell
1
-0
/
+854