Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-29 | s4:libcli/raw: add transport->ev as copy of transport->socket->event.ctx | Stefan Metzmacher | 1 | -1/+1 | |
We'll remove transport->socket soon, but removing transport->ev will take a bit longer. metze | |||||
2011-06-20 | libcli/util Bring samba4 unix -> nt_status code in common. | Andrew Bartlett | 1 | -157/+0 | |
Due to library link orders, this is already the function that is being used. However we still need to sort out the duplicate symbol issues, probably by renaming things. Andrew Bartlett | |||||
2011-06-20 | s3-libcli Remove unused error mapping tables | Andrew Bartlett | 1 | -549/+0 | |
The functions which uesed these tables have since moved in common. Andrew Bartlett | |||||
2011-06-17 | s4-errors: Import error maps from the source3/ unix -> ntstatus mapping | Andrew Bartlett | 1 | -0/+11 | |
We need to syncronise these mappings, as the duplication of this symobol in the build means that either may be called based only on library link orders. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jun 17 10:22:07 CEST 2011 on sn-devel-104 | |||||
2011-06-17 | errors: reorder error codes for easier s3/s4 comparison | Andrew Bartlett | 1 | -3/+3 | |
2011-06-17 | s4-util: removed the s4 nterr.c | Andrew Tridgell | 1 | -54/+0 | |
this is now in common code Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-06-17 | libclu/util: Move get_friendly_nt_error_msg() in common. | Andrew Bartlett | 1 | -20/+0 | |
Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-05-31 | libcli/util Remove ntstatus_check_dos_mapping | Andrew Bartlett | 1 | -35/+0 | |
This has been set to true since the global loadparm was removed in 2008, and removes an #ifdef SAMBA_BUILD == 4 Andrew Bartlett | |||||
2011-05-31 | s4-libcli Merge error map order with source3 errmap_unix.c | Andrew Bartlett | 1 | -26/+28 | |
This makes it easier to see what the actual differences here are. Andrew Bartlett | |||||
2011-05-06 | errors: Remove unused unix_to_werror() | Andrew Bartlett | 1 | -5/+0 | |
2011-05-06 | libcli/util Move NTSTATUS table to the top level | Andrew Bartlett | 1 | -889/+2 | |
2011-05-06 | nterr: Add mem_ctx for return string from get_nt_error_c_code() | Andrew Bartlett | 1 | -6/+7 | |
It is clearer to avoid the implicit return on talloc_tos() Andrew Bartlett | |||||
2011-05-06 | libcli/util Merge ntstatus_to_dos() ntstatus_to_werror() to the top level | Andrew Bartlett | 1 | -668/+0 | |
This takes the Samba4 version, with the NT_STATUS_IS_DOS() check. This will be used in smbd/error.c shortly. Andrew Bartlett | |||||
2011-05-06 | errors: Merge source3/ werror_to_ntstatus() code to source4/ | Andrew Bartlett | 1 | -6/+16 | |
2011-05-06 | errors: Merge ntstatus -> DOS error table between Samba3 and Samba4. | Andrew Bartlett | 1 | -7/+11 | |
They are now identical Andrew Bartlett | |||||
2011-05-06 | s3-lib Remove unused dos error codes from errmap_unix | Andrew Bartlett | 1 | -5/+3 | |
This also makes unix_nt_errmap private to errmap_unix.c and errormap.c so the tables themselves cannot be duplicate symbols until merged. Andrew Bartlett | |||||
2011-05-02 | s4:libcli/util/nterr: NO_S4U_PROT_SUPPORT and CROSSREALM_DELEGATION_FAILURE | Stefan Metzmacher | 1 | -0/+2 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon May 2 15:02:56 CEST 2011 on sn-devel-104 | |||||
2011-03-04 | s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.c | Günther Deschner | 1 | -0/+27 | |
Guenther | |||||
2011-03-04 | s4-nterr: some minor cosmetic edits to further match s3 nterr. | Günther Deschner | 1 | -3/+10 | |
Guenther | |||||
2011-03-04 | nterr: make sure both nt_err_desc structs are the same. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2011-03-04 | nterr: make sure both nt_errs structs are the same. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-04 | s4-nterr: add _N macro handling as in s3-nterr. | Günther Deschner | 1 | -91/+95 | |
Guenther | |||||
2011-03-04 | nterr: remove space indents (use tabs instead), following coding standards. | Günther Deschner | 1 | -15/+15 | |
Guenther | |||||
2011-03-04 | nterr: remove trailing whitespace. | Günther Deschner | 1 | -9/+9 | |
Guenther | |||||
2011-02-08 | ndr: merge duplicate ndr_map_error2ntstatus() functions. | Günther Deschner | 1 | -26/+0 | |
Guenther | |||||
2011-01-30 | s4:libcli/util: display NT_STATUS_RPC_SEC_PKG_ERROR in error strings | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-01-26 | errormap: Add unix_to_werror() function | Kai Blin | 1 | -0/+6 | |
While this function technically is closest to the map_nt_status_from_unix() function, I think it is better to keep the new function in line with our usual fooerror_to_barerror() naming scheme. Signed-off-by: Kai Blin <kai@samba.org> Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Wed Jan 26 23:07:24 CET 2011 on sn-devel-104 | |||||
2010-10-18 | s4:libcli/util: add pipe related NT_STATUS_RPC_* codes | Stefan Metzmacher | 1 | -0/+6 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 18 13:50:55 UTC 2010 on sn-devel-104 | |||||
2010-09-10 | s4-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETED | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -2/+1 | |
2010-04-04 | s4-python: Remove convenience macro PyErr_SetStringError. | Jelmer Vernooij | 1 | -3/+0 | |
This macro assumed that all errors were runtime errors. | |||||
2010-03-29 | s4:libcli/util/clilsa.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -3/+31 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-19 | error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo. | Günther Deschner | 1 | -1/+1 | |
Metze, please check. Guenther | |||||
2010-03-18 | libcli/util: add more NT_STATUS_RPC_* defines | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2010-03-12 | s4:libcli/util/clilsa.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2010-03-10 | ѕ4: EDQUOT needs to be mapped to NT_STATUS_DISK_FULL | Björn Jacke | 1 | -1/+1 | |
2010-03-09 | s3: Fix a typo. Thanks to Christian Ambach for pointing me at it :-) | Volker Lendecke | 1 | -1/+1 | |
2010-02-26 | s4-krb5: propogate errors from a lot more kerberos functions | Andrew Tridgell | 1 | -0/+5 | |
We need to be able to give sensible error messages when a kerberos calls fails. This propogates the kerberos error up the stack to the caller. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2009-07-31 | Adds new error codes (needed for enhancing error messages for SAMBA 4 AD ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
LDAP server) | |||||
2009-06-12 | two more NT status codes that we get on DRS with w2k8-R2 | Andrew Tridgell | 1 | -0/+2 | |
2009-05-15 | errormap: Remove wbc -> NTSTATUS error map for now. It is not used. | Jelmer Vernooij | 1 | -37/+0 | |
This was breaking the Samba 4 installation since it added dependencies on header files we weren't installing. Confirmed with Kai. | |||||
2009-04-23 | errormap: Change the WBC_ERR_UNKNOWN_ERROR to map to NT_STATUS_UNSUCCESSFUL | Kai Blin | 1 | -1/+1 | |
This allows us to distinguish on NTSTATUS level if we got a WBC_ERR_UNKNOWN_ERROR or WBC_ERR_NSS_ERROR. | |||||
2009-04-22 | errormap: Add wbcErr to NTSTATUS mappings | Kai Blin | 1 | -0/+37 | |
2009-04-01 | s/NT_STATUS_WIN7_INVALID_RANGE/NT_STATUS_INVALID_LOCK_RANGE/g | Zach Loafman | 1 | -1/+1 | |
2009-03-17 | s4 torture: Add a string version for NT_STATUS_WIN7_INVALID_RANGE | Zach Loafman | 1 | -0/+1 | |
Also submitted a request to cifs-protocol for a real name for this thing. Use win7 target logic in smb2 lock test, SMB2-LOCK now passes against Win7. | |||||
2009-03-06 | s4:errormap: map ECANCELED to NT_STATUS_CANCELLED | Stefan Metzmacher | 1 | -0/+4 | |
metze | |||||
2009-02-24 | libcli/ldap: move ldap_errors.h to the toplevel and install it | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 1 | -1/+1 | |
Separate again the public from the private headers. Add a new header specific for modules. Also add service function for modules as now ldb_context and ldb_module are opaque structures for them. | |||||
2008-12-21 | Include errors.i verbatim in security.i, as it's the only file still using it. | Jelmer Vernooij | 1 | -54/+0 | |
2008-12-18 | Add convenience macro for raising exceptions for NTSTATUS / WERROR. | Jelmer Vernooij | 1 | -0/+12 | |