Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-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-01-30 | s4:libcli/util: display NT_STATUS_RPC_SEC_PKG_ERROR in error strings | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
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-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-09 | s3: Fix a typo. Thanks to Christian Ambach for pointing me at it :-) | Volker Lendecke | 1 | -1/+1 | |
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-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-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-11-10 | nterrors: add NT_STATUS_DS_BUSY. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-10-23 | Use common error definitions. | Jelmer Vernooij | 1 | -0/+897 | |
2008-10-23 | Move libcli-util error code to top-level. | Jelmer Vernooij | 1 | -897/+0 | |
2008-09-05 | Add a new error code | Andrew Bartlett | 1 | -0/+1 | |
(This used to be commit b52fba5b2c63a24acbfc7e3e989c16b691d98162) | |||||
2008-08-27 | Add definition for NT_STATUS_DOWNGRADE_DETECTED | Andrew Bartlett | 1 | -0/+1 | |
(This used to be commit f6e227b72bb56d12cb270d76f7f458136c4ca160) | |||||
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -0/+1 | |
(This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0) | |||||
2007-10-10 | r25010: Avoid uses of pstring | Jelmer Vernooij | 1 | -2/+1 | |
(This used to be commit cce7785474fc536dd44b39403c785b524b128144) | |||||
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit 5c9b19271e0e3ad897499707003ce4703ffa4870) | |||||
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac) | |||||
2007-10-10 | r22884: Be consistant with the case of these constants. | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett (This used to be commit 7b086eebd6af21674ca18c7d9b35cb2c6b57514a) | |||||
2007-10-10 | r19734: display LDAP error code nicer | Stefan Metzmacher | 1 | -6/+47 | |
metze (This used to be commit a0a45c3326560b9b31d0e17f1439d2638e91aee0) | |||||
2007-10-10 | r16949: add and fix some NOTIFY return codes | Stefan Metzmacher | 1 | -0/+2 | |
metze (This used to be commit e40d62363c2123fff37b35c1c7004e85a6786c2a) | |||||
2007-10-10 | r15661: add NT_STATUS_OBJECTID_NOT_FOUND | Stefan Metzmacher | 1 | -0/+1 | |
metze (This used to be commit 2c9db9429106094b8ee9fa45e6f9a89af7c3725f) | |||||
2007-10-10 | r11740: add some EA error codes | Stefan Metzmacher | 1 | -0/+3 | |
metze (This used to be commit b1afcced395812477365befad1ed37a7cdafa275) | |||||
2007-10-10 | r10513: Reduce some use of pstring. The main reason some parts of the code still | Jelmer Vernooij | 1 | -1/+1 | |
use pstring is next_token() now. (This used to be commit a5b88bcd420eb7ae42283293541519e142be36e3) | |||||
2007-10-10 | r9048: added a new DOS error code (thanks to EMC) | Andrew Tridgell | 1 | -0/+1 | |
(This used to be commit 1936c20939a6e1311665b44a71a31ab231ba7b28) | |||||
2007-10-10 | r8174: Check DOS error codes in torture chkpath test. | Jeremy Allison | 1 | -0/+1 | |
Jeremy. (This used to be commit ff58ecad044dc7a3cdb4c010ea5cc1ea5e2e4b3b) | |||||
2007-10-10 | r8115: added support for 2 more dos error codes found during testing | Andrew Tridgell | 1 | -0/+2 | |
(This used to be commit 97cb70571377e3b4e5eb0b7ca516e4af349fdfea) | |||||
2007-10-10 | r8106: the use of a static string for dos error codes was causing problems in | Andrew Tridgell | 1 | -4/+121 | |
the torture code. To fix this, get rid of dos_errstr() and instead move the strings into the nt_errstr() table, using cpp to generate the strings (This used to be commit 3136ad9634f0a5ab46e4f83e093df87fdd36484d) | |||||
2007-10-10 | r8104: - added support for our client library to not negotiate nt status ↵ | Andrew Tridgell | 1 | -9/+10 | |
codes, controlled with 'nt status support' option. - make nt_errstr() display nice strings for dos status codes encoded using NT_STATUS_DOS() - no longer map between dos and nt status codes in the client library, instead return using NT_STATUS_DOS() - fixed the RAW-CONTEXT test to look for NT_STATUS_DOS(ERRSRV, ERRbaduid) instead of NT_STATUS_INVALID_HANDLE (This used to be commit ff5549e87ffae9f062394f30d8fd1ae95b614735) | |||||
2007-10-10 | r7626: a new ldap client library. Main features are: | Andrew Tridgell | 1 | -2/+9 | |
- hooked into events system, so requests can be truly async and won't interfere with other processing happening at the same time - uses NTSTATUS codes for errors (previously errors were mostly ignored). In a similar fashion to the DOS error handling, I have reserved a range of the NTSTATUS code 32 bit space for LDAP error codes, so a function can return a LDAP error code in a NTSTATUS - much cleaner packet handling (This used to be commit 2e3c660b2fc20e046d82bf1cc296422b6e7dfad0) | |||||
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -0/+1 | |
less likely that anyone will use pstring for new code - got rid of winbind_client.h from includes.h. This one triggered a huge change, as winbind_client.h was including system/filesys.h and defining the old uint32 and uint16 types, as well as its own pstring and fstring. (This used to be commit 9db6c79e902ec538108d6b7d3324039aabe1704f) | |||||
2007-10-10 | r4618: - tidied up the alter_context client code a bit | Andrew Tridgell | 1 | -0/+1 | |
- there is no alter_nak or alter_ack packet, its all done in an alter_response - auto-allocated the contex_ids - tried to fix up the dcom code to work again with alter_context. Jelmer, please take a look :) (This used to be commit dd1c54add8884376601f2f8a56c01bfb8add030c) | |||||
2007-10-10 | r4589: forgot to commit the new NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED error code | Andrew Tridgell | 1 | -0/+1 | |
(This used to be commit f4337c988c15dc84e3cfd77b628e92a0996717ea) | |||||
2007-10-10 | r3826: - added testing of ea lists in NTTRANS CREATE | Andrew Tridgell | 1 | -0/+1 | |
- fixed push/pull of chained ea lists - fixed a bug in the nttrans wire encoding (This used to be commit fcd09224076508f9c10095bf2e2c394232a4d297) | |||||
2007-10-10 | r2507: Allow a case-insensitive lookup when converting strings into NTSTATUS | Andrew Bartlett | 1 | -1/+1 | |
values. Andrew Bartlett (This used to be commit 59e361f7cca1bbaeba5d5952173b90665a76ab2d) | |||||
2007-10-10 | r2498: added STATUS_NO_MORE_FILES to nt status codes that we can map to a string | Andrew Tridgell | 1 | -0/+1 | |
(This used to be commit b7191999634cf3817dc69dd3743d185ae41dbdc3) |