summaryrefslogtreecommitdiff
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* s4: Fix a few warnings.Jelmer Vernooij2010-01-212-0/+3
* Add a comment to tdb_wrap to explain why it should be used instead of directl...Matthieu Patou2010-01-211-0/+7
* Fix unintentional free of the last value when adding a new value to a key.Wilco Baan Hofman2010-01-201-4/+8
* ldap: Fix test failure that seemed to go unreported previously.Jelmer Vernooij2010-01-171-2/+1
* ldap.py: Remove unused imports.Jelmer Vernooij2010-01-171-18/+4
* Import testtools as well, required for subunit.Jelmer Vernooij2010-01-164-8/+4
* s4-ldb: cope with bad ptr alignment in ldb_index.cAndrew Tridgell2010-01-161-3/+3
* s4:ldb/tests: do a "schemaUpdateNow" after creating a new attribute in ldap_s...Stefan Metzmacher2010-01-131-0/+10
* s4:ldb_msg: first try to decode integers as signed and then fallback to unsignedStefan Metzmacher2010-01-131-0/+18
* s4:ldb: be more strict in parsing ldb time stringsStefan Metzmacher2010-01-131-4/+4
* s4-ldb: display security descriptors with correct SDL for known SIDsAndrew Tridgell2010-01-102-1/+7
* s4-messaging: remove only usage of debug_ctx()Andrew Tridgell2010-01-091-2/+4
* s4-messaging: fixed a memory leak in messaging_path()Andrew Tridgell2010-01-091-2/+9
* s4-ldb: validate the type of the ldb argument to ldb_dn_new()Andrew Tridgell2010-01-091-1/+7
* s4-acl: fixed acl.py test to use correct ldifAndrew Tridgell2010-01-081-1/+2
* s4-secdesc: fixed the sec_descriptor.py testAndrew Tridgell2010-01-081-42/+74
* s4-ldb: improve error handling in indexing codeAndrew Tridgell2010-01-082-5/+34
* s4-event: added s4_event_context_set_default()Andrew Tridgell2010-01-082-1/+15
* s4-messaging: added a new msg type MSG_DREPL_ALLOCATE_RIDAndrew Tridgell2010-01-081-0/+1
* s4-ldb: added nice ldif display of 64 bit ranges for RIDsAndrew Tridgell2010-01-082-0/+119
* s4:ldap_schema.py - add an additional check for validity of "defaultObjectCat...Matthias Dieter Wallnöfer2010-01-051-0/+25
* s4:ldap_schema.py - Move generated attributes checkMatthias Dieter Wallnöfer2010-01-051-15/+15
* Fix the merged build. Probably not strictly correct but allows us to "make te...Jeremy Allison2010-01-041-1/+1
* ldb: Fix the standalone ldb build.Jelmer Vernooij2010-01-021-14/+14
* s4-dsdb: switched to using RMD_FLAGS instead of DELETED in extended DNsAndrew Tridgell2010-01-021-1/+1
* s4-ldb: fixed valgrind error: ares can be freed by callbackAndrew Tridgell2010-01-021-4/+1
* s4-ldaptest: need to use MessageElement for modify messagesAndrew Tridgell2010-01-021-2/+4
* s4-ldb: show an error string, as well as error messageAndrew Tridgell2010-01-021-3/+4
* s4-ldbtest: fixed message element in modifyAndrew Tridgell2010-01-021-1/+2
* s4-ldb: allow modules to override error return valuesAndrew Tridgell2010-01-021-2/+4
* s4-ldbmodify: show the error code as well as error stringAndrew Tridgell2010-01-021-1/+2
* s4-ldb: declate ldb_val_to_time()Andrew Tridgell2010-01-021-0/+6
* s4-ldb: use safe length limited conversions for int64 and timeAndrew Tridgell2010-01-021-13/+48
* s4-dsdb: use safe length limiting in string->integer conversionAndrew Tridgell2010-01-021-11/+35
* s4-ldb: added ldb_val_to_time() Andrew Tridgell2010-01-021-0/+27
* s4-ldb: show the error code as well as errstrAndrew Tridgell2010-01-021-2/+3
* s4-ldb: added ldb_module_get_ops()Andrew Tridgell2010-01-022-0/+6
* s4-ldb: use the RELAX control to disable single value checking on replaceAndrew Tridgell2010-01-023-5/+16
* s4-dsdb: split RMD_USN into RMD_LOCAL_USN and RMD_ORIGINATING_USNAndrew Tridgell2010-01-021-1/+6
* pyldb: Add dom_sid.split in favor of less powerful dom_sid_to_rid().Jelmer Vernooij2009-12-312-10/+10
* s4:lib/registry/util.c - Reintroduce "FIXME"sMatthias Dieter Wallnöfer2009-12-301-0/+2
* s4:lib/socket: add socket_get_{remote|local}_addr() to get a tsocket_address ...Stefan Metzmacher2009-12-242-0/+32
* s4:lib/socket: add helpers functions to convert between socket_address and ts...Stefan Metzmacher2009-12-243-1/+48
* s4:ldb Fix declaration in the middle of the codeSimo Sorce2009-12-231-2/+4
* s4: Fix the buildSimo Sorce2009-12-231-0/+1
* s4: tests controls parsing and using for ldbadd/ldbedit/ldbmodifyMatthieu Patou2009-12-234-1/+90
* s4: make ldbadd/ldbmodify/ldbdelete really use the --controls switchMatthieu Patou2009-12-236-9/+230
* Samba4 and LDB requires talloc 2.0.1Andrew Bartlett2009-12-221-1/+1
* provision/pyldb: Avoid linking in static python ldb module.Jelmer Vernooij2009-12-212-2/+3
* ldb_wrap: Fix compilation when using system ldb.Jelmer Vernooij2009-12-211-1/+1