summaryrefslogtreecommitdiff
path: root/source4/libcli/util
AgeCommit message (Expand)AuthorFilesLines
2008-09-05Add a new error codeAndrew Bartlett2-0/+2
2008-08-27Add definition for NT_STATUS_DOWNGRADE_DETECTEDAndrew Bartlett2-0/+2
2008-06-17Use friendly NTSTATUS message in python code when possible.Jelmer Vernooij1-1/+1
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-0/+1
2008-05-24Add convenience functions for setting Python objects from errors.Jelmer Vernooij1-2/+6
2008-05-24Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij2-4/+35
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij2-1/+3
2008-03-14swig: make the code more portable and use NT_STATUS_V() and W_ERROR_V()Stefan Metzmacher1-2/+2
2008-01-15util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij2-824/+0
2008-01-08r26694: asn1: Fix header and some typo's.Jelmer Vernooij1-6/+6
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-1/+3
2007-12-27r26613: Add a function to write a DATA_BLOB into an LDAPString.Andrew Bartlett1-0/+7
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij1-2/+2
2007-12-24r26571: Hide warnings about unused macros and casting qualifiers in autogener...Jelmer Vernooij1-2/+2
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij1-3/+3
2007-12-24r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ...Jelmer Vernooij1-0/+2
2007-12-21r26160: Add WERR_NAME_NOT_FOUND.Günther Deschner2-0/+2
2007-12-21r26133: Add some more error codes from wkssvc testing.Günther Deschner2-0/+13
2007-12-21r26088: Import some native-python python modules and move original python swi...Jelmer Vernooij1-0/+11
2007-12-21r26074: Add SWIG magic for NTSTATUS and WERROR return codes.Jelmer Vernooij1-0/+39
2007-12-21r26060: Add some error codes from remote join api.Günther Deschner2-0/+8
2007-12-21r25917: ndr: move ndr_map_error2ntstatus to errormap.cStefan Metzmacher2-1/+30
2007-12-21r25897: Add WERR_INVALID_FLAGS.Günther Deschner2-0/+2
2007-12-21r25672: Some more FRS werrors.Günther Deschner2-0/+4
2007-12-21r25669: Real build fix.Günther Deschner1-1/+1
2007-12-21r25668: Hopefully fix the build, sorry...Günther Deschner2-3/+4
2007-12-21r25665: Add some more WERR codes.Günther Deschner2-0/+11
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij3-149/+149
2007-10-10r25516: Sorry, I reverted too much of r25448 in r25515.Michael Adam1-1/+1
2007-10-10r25515: Revert r25448:Michael Adam2-1/+13
2007-10-10r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ...Jelmer Vernooij2-13/+1
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25301: Merge my includes.h cleanups.Jelmer Vernooij6-324/+310
2007-10-10r25212: merge some stuff from samba3Stefan Metzmacher1-1/+4
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison1-2/+2
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-0/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r25010: Avoid uses of pstringJelmer Vernooij2-4/+2
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-1/+1
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-1/+1
2007-10-10r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher1-1/+1
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher1-1/+1
2007-10-10r24146: It is not an error for a Win2k3-only server not to support the NT4Andrew Bartlett2-0/+2
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell3-6/+3
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell3-3/+3
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell8-24/+16
2007-10-10r23381: Merge netr_GetDcName WERROR return and WERROR_DOMAIN_CONTROLLER_NOT_F...Günther Deschner2-0/+2
2007-10-10r23037: actually fix the asn1 memory leak :-)Stefan Metzmacher1-1/+1
2007-10-10r23036: error checking on asn1_init() failureAndrew Tridgell1-1/+5
2007-10-10r23030: finally fixed up our asn1 code to use better memory allocation. ThisAndrew Tridgell1-27/+34