summaryrefslogtreecommitdiffstats
path: root/source4/libcli/util/errormap.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/util Bring samba4 unix -> nt_status code in common.Andrew Bartlett2011-06-201-157/+0
* s3-libcli Remove unused error mapping tablesAndrew Bartlett2011-06-201-549/+0
* s4-errors: Import error maps from the source3/ unix -> ntstatus mappingAndrew Bartlett2011-06-171-0/+11
* errors: reorder error codes for easier s3/s4 comparisonAndrew Bartlett2011-06-171-3/+3
* libcli/util Remove ntstatus_check_dos_mappingAndrew Bartlett2011-05-311-35/+0
* s4-libcli Merge error map order with source3 errmap_unix.cAndrew Bartlett2011-05-311-26/+28
* errors: Remove unused unix_to_werror()Andrew Bartlett2011-05-061-5/+0
* libcli/util Merge ntstatus_to_dos() ntstatus_to_werror() to the top levelAndrew Bartlett2011-05-061-668/+0
* errors: Merge source3/ werror_to_ntstatus() code to source4/Andrew Bartlett2011-05-061-6/+16
* errors: Merge ntstatus -> DOS error table between Samba3 and Samba4.Andrew Bartlett2011-05-061-7/+11
* s3-lib Remove unused dos error codes from errmap_unixAndrew Bartlett2011-05-061-5/+3
* ndr: merge duplicate ndr_map_error2ntstatus() functions.Günther Deschner2011-02-081-26/+0
* errormap: Add unix_to_werror() functionKai Blin2011-01-261-0/+6
* s4-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETEDStefan Metzmacher2010-09-101-0/+1
* ѕ4: EDQUOT needs to be mapped to NT_STATUS_DISK_FULLBjörn Jacke2010-03-101-1/+1
* errormap: Remove wbc -> NTSTATUS error map for now. It is not used.Jelmer Vernooij2009-05-151-37/+0
* 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/+37
* s4:errormap: map ECANCELED to NT_STATUS_CANCELLEDStefan Metzmacher2009-03-061-0/+4
* Remove unused include of param/param.h.Jelmer Vernooij2008-11-021-1/+0
* Remove use of global_loadparm when comparing nt status error - useJelmer Vernooij2008-11-021-1/+3
* Remove use of global_loadparm during initialization of gensec.Jelmer Vernooij2008-11-021-2/+2
* Use common error definitions.Jelmer Vernooij2008-10-231-0/+1403
* Move libcli-util error code to top-level.Jelmer Vernooij2008-10-231-1403/+0
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* r25917: ndr: move ndr_map_error2ntstatus to errormap.cStefan Metzmacher2007-12-211-0/+25
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r20072: make sure WERR_ACCESS_DENIED gets mapped to NT_STATUS_ACCESS_DENIEDStefan Metzmacher2007-10-101-0/+5
* r18968: EWOULDBLOCK should also be mapped to STATUS_MORE_ENTRIESAndrew Tridgell2007-10-101-1/+4
* r18916: fixed the messaging layer on *BSD systems. When a socket was full weAndrew Tridgell2007-10-101-1/+1
* r15794: fixed a problem with DOS status codes - found by kukks (thanks!)Andrew Tridgell2007-10-101-0/+5
* r14876: added ENOSYS to unix error mappingAndrew Tridgell2007-10-101-0/+3
* r12910: fix bug #3069Stefan Metzmacher2007-10-101-2/+5
* r11546: add more errno ntstatus mappings, to get more usefull errors from soc...Stefan Metzmacher2007-10-101-0/+15
* r10545: map ECONNRESET to NT_STATUS_CONNECTION_RESETStefan Metzmacher2007-10-101-0/+3
* r10103: Put an #ifdef guard around ENOTSUP to fix systems that don't have itTim Potter2007-10-101-0/+2
* r8125: fixed an error code mapping based on the updated torture testsAndrew Tridgell2007-10-101-1/+1
* r8111: fixed the client library to work against w2k3 with nt status codesAndrew Tridgell2007-10-101-270/+30
* r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell2007-10-101-1/+1
* r4066: add a mapping for NT_STATUS_NO_MORE_ENTRIESAndrew Tridgell2007-10-101-0/+1
* r4065: fixed ntstatus->dos error code for NT_STATUS_NO_SUCH_FILEAndrew Tridgell2007-10-101-1/+1
* r3792: improved the posix -> nt error mapping, so we get things likeAndrew Tridgell2007-10-101-0/+12
* r3545: initial support for using extended attributes to hold extended dos att...Andrew Tridgell2007-10-101-0/+7
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2007-10-101-35/+38
* r3206: - added the reverse map for ERRbaduid to NT_STATUS_INVALID_HANDLEAndrew Tridgell2007-10-101-0/+1
* r3197: fixed error code mapping for ENOTDIRAndrew Tridgell2007-10-101-1/+1