index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
util
/
errormap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcli/util Bring samba4 unix -> nt_status code in common.
Andrew Bartlett
2011-06-20
1
-157
/
+0
*
s3-libcli Remove unused error mapping tables
Andrew Bartlett
2011-06-20
1
-549
/
+0
*
s4-errors: Import error maps from the source3/ unix -> ntstatus mapping
Andrew Bartlett
2011-06-17
1
-0
/
+11
*
errors: reorder error codes for easier s3/s4 comparison
Andrew Bartlett
2011-06-17
1
-3
/
+3
*
libcli/util Remove ntstatus_check_dos_mapping
Andrew Bartlett
2011-05-31
1
-35
/
+0
*
s4-libcli Merge error map order with source3 errmap_unix.c
Andrew Bartlett
2011-05-31
1
-26
/
+28
*
errors: Remove unused unix_to_werror()
Andrew Bartlett
2011-05-06
1
-5
/
+0
*
libcli/util Merge ntstatus_to_dos() ntstatus_to_werror() to the top level
Andrew Bartlett
2011-05-06
1
-668
/
+0
*
errors: Merge source3/ werror_to_ntstatus() code to source4/
Andrew Bartlett
2011-05-06
1
-6
/
+16
*
errors: Merge ntstatus -> DOS error table between Samba3 and Samba4.
Andrew Bartlett
2011-05-06
1
-7
/
+11
*
s3-lib Remove unused dos error codes from errmap_unix
Andrew Bartlett
2011-05-06
1
-5
/
+3
*
ndr: merge duplicate ndr_map_error2ntstatus() functions.
Günther Deschner
2011-02-08
1
-26
/
+0
*
errormap: Add unix_to_werror() function
Kai Blin
2011-01-26
1
-0
/
+6
*
s4-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETED
Stefan Metzmacher
2010-09-10
1
-0
/
+1
*
ѕ4: EDQUOT needs to be mapped to NT_STATUS_DISK_FULL
Björn Jacke
2010-03-10
1
-1
/
+1
*
errormap: Remove wbc -> NTSTATUS error map for now. It is not used.
Jelmer Vernooij
2009-05-15
1
-37
/
+0
*
errormap: Change the WBC_ERR_UNKNOWN_ERROR to map to NT_STATUS_UNSUCCESSFUL
Kai Blin
2009-04-23
1
-1
/
+1
*
errormap: Add wbcErr to NTSTATUS mappings
Kai Blin
2009-04-22
1
-0
/
+37
*
s4:errormap: map ECANCELED to NT_STATUS_CANCELLED
Stefan Metzmacher
2009-03-06
1
-0
/
+4
*
Remove unused include of param/param.h.
Jelmer Vernooij
2008-11-02
1
-1
/
+0
*
Remove use of global_loadparm when comparing nt status error - use
Jelmer Vernooij
2008-11-02
1
-1
/
+3
*
Remove use of global_loadparm during initialization of gensec.
Jelmer Vernooij
2008-11-02
1
-2
/
+2
*
Use common error definitions.
Jelmer Vernooij
2008-10-23
1
-0
/
+1403
*
Move libcli-util error code to top-level.
Jelmer Vernooij
2008-10-23
1
-1403
/
+0
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
1
-0
/
+1
*
r25917: ndr: move ndr_map_error2ntstatus to errormap.c
Stefan Metzmacher
2007-12-21
1
-0
/
+25
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23795: more v2->v3 conversion
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r20072: make sure WERR_ACCESS_DENIED gets mapped to NT_STATUS_ACCESS_DENIED
Stefan Metzmacher
2007-10-10
1
-0
/
+5
*
r18968: EWOULDBLOCK should also be mapped to STATUS_MORE_ENTRIES
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r18916: fixed the messaging layer on *BSD systems. When a socket was full we
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r15794: fixed a problem with DOS status codes - found by kukks (thanks!)
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r14876: added ENOSYS to unix error mapping
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r12910: fix bug #3069
Stefan Metzmacher
2007-10-10
1
-2
/
+5
*
r11546: add more errno ntstatus mappings, to get more usefull errors from soc...
Stefan Metzmacher
2007-10-10
1
-0
/
+15
*
r10545: map ECONNRESET to NT_STATUS_CONNECTION_RESET
Stefan Metzmacher
2007-10-10
1
-0
/
+3
*
r10103: Put an #ifdef guard around ENOTSUP to fix systems that don't have it
Tim Potter
2007-10-10
1
-0
/
+2
*
r8125: fixed an error code mapping based on the updated torture tests
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8111: fixed the client library to work against w2k3 with nt status codes
Andrew Tridgell
2007-10-10
1
-270
/
+30
*
r4757: added the ability of the clisocket level of libcli to handle async
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4066: add a mapping for NT_STATUS_NO_MORE_ENTRIES
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r4065: fixed ntstatus->dos error code for NT_STATUS_NO_SUCH_FILE
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3792: improved the posix -> nt error mapping, so we get things like
Andrew Tridgell
2007-10-10
1
-0
/
+12
*
r3545: initial support for using extended attributes to hold extended dos att...
Andrew Tridgell
2007-10-10
1
-0
/
+7
*
r3278: - rewrote the client side rpc connection code to use lib/socket/
Andrew Tridgell
2007-10-10
1
-35
/
+38
*
r3206: - added the reverse map for ERRbaduid to NT_STATUS_INVALID_HANDLE
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3197: fixed error code mapping for ENOTDIR
Andrew Tridgell
2007-10-10
1
-1
/
+1
[next]