summaryrefslogtreecommitdiffstats
path: root/source4/libcli/util
Commit message (Expand)AuthorAgeFilesLines
* two more NT status codes that we get on DRS with w2k8-R2Andrew Tridgell2009-06-121-0/+2
* 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
* s/NT_STATUS_WIN7_INVALID_RANGE/NT_STATUS_INVALID_LOCK_RANGE/gZach Loafman2009-04-011-1/+1
* s4 torture: Add a string version for NT_STATUS_WIN7_INVALID_RANGEZach Loafman2009-03-171-0/+1
* s4:errormap: map ECANCELED to NT_STATUS_CANCELLEDStefan Metzmacher2009-03-061-0/+4
* libcli/ldap: move ldap_errors.h to the toplevel and install itStefan Metzmacher2009-02-241-1/+1
* Fix the mess with ldb includes.Simo Sorce2009-01-301-1/+1
* Include errors.i verbatim in security.i, as it's the only file still using it.Jelmer Vernooij2008-12-211-54/+0
* Add convenience macro for raising exceptions for NTSTATUS / WERROR.Jelmer Vernooij2008-12-181-0/+12
* nterrors: add NT_STATUS_DS_BUSY.Günther Deschner2008-11-101-0/+1
* 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
* s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl.Günther Deschner2008-10-271-1/+3
* s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.Günther Deschner2008-10-271-1/+3
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Remove a few more usages of global_loadparm.Jelmer Vernooij2008-10-241-1/+1
* Use common error definitions.Jelmer Vernooij2008-10-232-0/+2300
* Import NTSTATUS defines from Samba 3.Jelmer Vernooij2008-10-231-678/+0
* Move libcli-util error code to top-level.Jelmer Vernooij2008-10-236-2906/+0
* idl: more lsa.idl merges.Günther Deschner2008-10-151-1/+1
* Remove more hand-written marshallers.Jelmer Vernooij2008-09-161-0/+1
* Add a new error codeAndrew Bartlett2008-09-052-0/+2
* Add definition for NT_STATUS_DOWNGRADE_DETECTEDAndrew Bartlett2008-08-272-0/+2
* Use friendly NTSTATUS message in python code when possible.Jelmer Vernooij2008-06-171-1/+1
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-0/+1
* Add convenience functions for setting Python objects from errors.Jelmer Vernooij2008-05-241-2/+6
* Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij2008-05-242-4/+35
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-022-1/+3
* swig: make the code more portable and use NT_STATUS_V() and W_ERROR_V()Stefan Metzmacher2008-03-141-2/+2
* util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij2008-01-152-824/+0
* r26694: asn1: Fix header and some typo's.Jelmer Vernooij2008-01-081-6/+6
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+3
* r26613: Add a function to write a DATA_BLOB into an LDAPString.Andrew Bartlett2007-12-271-0/+7
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-241-2/+2
* r26571: Hide warnings about unused macros and casting qualifiers in autogener...Jelmer Vernooij2007-12-241-2/+2
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-241-3/+3
* r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ...Jelmer Vernooij2007-12-241-0/+2
* r26160: Add WERR_NAME_NOT_FOUND.Günther Deschner2007-12-212-0/+2
* r26133: Add some more error codes from wkssvc testing.Günther Deschner2007-12-212-0/+13
* r26088: Import some native-python python modules and move original python swi...Jelmer Vernooij2007-12-211-0/+11
* r26074: Add SWIG magic for NTSTATUS and WERROR return codes.Jelmer Vernooij2007-12-211-0/+39
* r26060: Add some error codes from remote join api.Günther Deschner2007-12-212-0/+8
* r25917: ndr: move ndr_map_error2ntstatus to errormap.cStefan Metzmacher2007-12-212-1/+30
* r25897: Add WERR_INVALID_FLAGS.Günther Deschner2007-12-212-0/+2
* r25672: Some more FRS werrors.Günther Deschner2007-12-212-0/+4
* r25669: Real build fix.Günther Deschner2007-12-211-1/+1
* r25668: Hopefully fix the build, sorry...Günther Deschner2007-12-212-3/+4