summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2010-01-10s4-ldb: display security descriptors with correct SDL for known SIDsAndrew Tridgell2-1/+7
2010-01-09s4-messaging: remove only usage of debug_ctx()Andrew Tridgell1-2/+4
2010-01-09s4-messaging: fixed a memory leak in messaging_path()Andrew Tridgell1-2/+9
2010-01-09s4-ldb: validate the type of the ldb argument to ldb_dn_new()Andrew Tridgell1-1/+7
2010-01-08s4-acl: fixed acl.py test to use correct ldifAndrew Tridgell1-1/+2
2010-01-08s4-secdesc: fixed the sec_descriptor.py testAndrew Tridgell1-42/+74
2010-01-08s4-ldb: improve error handling in indexing codeAndrew Tridgell2-5/+34
2010-01-08s4-event: added s4_event_context_set_default()Andrew Tridgell2-1/+15
2010-01-08s4-messaging: added a new msg type MSG_DREPL_ALLOCATE_RIDAndrew Tridgell1-0/+1
2010-01-08s4-ldb: added nice ldif display of 64 bit ranges for RIDsAndrew Tridgell2-0/+119
2010-01-05s4:ldap_schema.py - add an additional check for validity of "defaultObjectCat...Matthias Dieter Wallnöfer1-0/+25
2010-01-05s4:ldap_schema.py - Move generated attributes checkMatthias Dieter Wallnöfer1-15/+15
2010-01-04Fix the merged build. Probably not strictly correct but allows us to "make te...Jeremy Allison1-1/+1
2010-01-02ldb: Fix the standalone ldb build.Jelmer Vernooij1-14/+14
2010-01-02s4-dsdb: switched to using RMD_FLAGS instead of DELETED in extended DNsAndrew Tridgell1-1/+1
2010-01-02s4-ldb: fixed valgrind error: ares can be freed by callbackAndrew Tridgell1-4/+1
2010-01-02s4-ldaptest: need to use MessageElement for modify messagesAndrew Tridgell1-2/+4
2010-01-02s4-ldb: show an error string, as well as error messageAndrew Tridgell1-3/+4
2010-01-02s4-ldbtest: fixed message element in modifyAndrew Tridgell1-1/+2
2010-01-02s4-ldb: allow modules to override error return valuesAndrew Tridgell1-2/+4
2010-01-02s4-ldbmodify: show the error code as well as error stringAndrew Tridgell1-1/+2
2010-01-02s4-ldb: declate ldb_val_to_time()Andrew Tridgell1-0/+6
2010-01-02s4-ldb: use safe length limited conversions for int64 and timeAndrew Tridgell1-13/+48
2010-01-02s4-dsdb: use safe length limiting in string->integer conversionAndrew Tridgell1-11/+35
2010-01-02s4-ldb: added ldb_val_to_time() Andrew Tridgell1-0/+27
2010-01-02s4-ldb: show the error code as well as errstrAndrew Tridgell1-2/+3
2010-01-02s4-ldb: added ldb_module_get_ops()Andrew Tridgell2-0/+6
2010-01-02s4-ldb: use the RELAX control to disable single value checking on replaceAndrew Tridgell3-5/+16
2010-01-02s4-dsdb: split RMD_USN into RMD_LOCAL_USN and RMD_ORIGINATING_USNAndrew Tridgell1-1/+6
2009-12-31pyldb: Add dom_sid.split in favor of less powerful dom_sid_to_rid().Jelmer Vernooij2-10/+10
2009-12-30s4:lib/registry/util.c - Reintroduce "FIXME"sMatthias Dieter Wallnöfer1-0/+2
2009-12-24s4:lib/socket: add socket_get_{remote|local}_addr() to get a tsocket_address ...Stefan Metzmacher2-0/+32
2009-12-24s4:lib/socket: add helpers functions to convert between socket_address and ts...Stefan Metzmacher3-1/+48
2009-12-23s4:ldb Fix declaration in the middle of the codeSimo Sorce1-2/+4
2009-12-23s4: Fix the buildSimo Sorce1-0/+1
2009-12-23s4: tests controls parsing and using for ldbadd/ldbedit/ldbmodifyMatthieu Patou4-1/+90
2009-12-23s4: make ldbadd/ldbmodify/ldbdelete really use the --controls switchMatthieu Patou6-9/+230
2009-12-22Samba4 and LDB requires talloc 2.0.1Andrew Bartlett1-1/+1
2009-12-21provision/pyldb: Avoid linking in static python ldb module.Jelmer Vernooij2-2/+3
2009-12-21ldb_wrap: Fix compilation when using system ldb.Jelmer Vernooij1-1/+1
2009-12-21s4-tort: Tests for "msDS-IntId" attribute implementedKamen Mazdrashki1-2/+281
2009-12-21s4-tort: Move Schema tests from ldap.py into separate moduleKamen Mazdrashki2-133/+221
2009-12-18Added oid for AS_SYSTEM control, used to bypass access checks for system oper...Nadezhda Ivanova1-0/+6
2009-12-18s4-ldb: fixed a valgrind error in ldbtestAndrew Tridgell1-0/+2
2009-12-18s4-dsdb: declare ldb_dn_update_components()Andrew Tridgell1-0/+1
2009-12-18s4-dsdb: added ldb_dn_update_components()Andrew Tridgell1-0/+23
2009-12-18s4-ldb: display msDS-OptionalFeatureGUID as a GUIDAndrew Tridgell1-0/+1
2009-12-18s4-ldb: canonicalise the message on ldb_addAndrew Tridgell1-0/+9
2009-12-18s4-dsdb: Add a test for adding, deleting, and appending a posixAccount object...Brendan Powers1-0/+30
2009-12-17Fixed incorrect checking of PRINCIPAL_SELF permissions.Nadezhda Ivanova1-2/+41