summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/common
Commit message (Expand)AuthorAgeFilesLines
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-8/+8
* s4-dsdb: add our local cursor and sort in dsdb_load_udv_*()Andrew Tridgell2010-01-161-19/+65
* s4-dsdb: added dsdb_load_udv_v2() and dsdb_load_udv_v1()Andrew Tridgell2010-01-161-0/+82
* s4-drs: Store uSNUrgent for Urgent ReplicationFernando J V da Silva2010-01-141-5/+23
* s4:dsdb/common: fix major bug in lsa_BinaryString to ldb_val conversation.Stefan Metzmacher2010-01-131-2/+2
* s4:dsdb/common: let samdb_msg_add_uint() call samdb_msg_add_int()Stefan Metzmacher2010-01-131-2/+1
* s4:dsdb/common: let samdb_msg_add_uint64() call samdb_msg_add_int64()Stefan Metzmacher2010-01-131-2/+1
* s4-dsdb: added samdb_domain_sid_cache_only()Andrew Tridgell2010-01-101-1/+8
* s4-dsdb: added samdb_ldb_val_case_cmp()Andrew Tridgell2010-01-091-0/+16
* s4-drs: added filtering by udv in getncchangesAndrew Tridgell2010-01-091-0/+6
* s4-dsdb: added dsdb_find_guid_attr_by_dn()Andrew Tridgell2010-01-081-5/+18
* s4-dsdb: added samdb_rid_set_dn()Andrew Tridgell2010-01-081-0/+18
* s4-dsdb: added samdb_reference_dn()Andrew Tridgell2010-01-081-0/+62
* s4-dsdb: switched to using RMD_FLAGS instead of DELETED in extended DNsAndrew Tridgell2010-01-022-7/+46
* s4-dsdb: fixed several memory leaksAndrew Tridgell2010-01-021-5/+18
* s4-dsdb: fixed samdb_create_foreign_security_principal() to use the wellknown...Andrew Tridgell2010-01-021-18/+20
* s4-dsdb: added dsdb_tombstone_lifetime()Andrew Tridgell2010-01-021-0/+26
* s4-dsdb: added dsdb_set_extended_dn_guid()Andrew Tridgell2010-01-021-0/+19
* s4-dsdb: added parse functions for DRS linked attribute blobsAndrew Tridgell2010-01-021-0/+69
* s4-dsdb: added dsdb_dn_is_upgraded_link_val()Andrew Tridgell2010-01-021-0/+9
* s4-dsdb: allow the component name to be specified in dsdb_get_extended_dn_guid()Andrew Tridgell2010-01-021-2/+2
* s4-dsdb-util: Execute ldb_request using LDB_CONTROL_AS_SYSTEMKamen Mazdrashki2009-12-211-0/+49
* s4-dsdb-util: Utility function to process ldb_request in transactionKamen Mazdrashki2009-12-211-0/+26
* s4-dsdb: added dsdb_get_extended_dn_uint64()Andrew Tridgell2009-12-211-3/+11
* s4-dsdb: added two new dsdb_get_extended_dn_*() helper functionsAndrew Tridgell2009-12-211-0/+43
* s4-dsdb: fixed the sort in dsdb_find_nc_root()Andrew Tridgell2009-12-181-1/+6
* s4:"samdb_set_password" - remove delete instructionsMatthias Dieter Wallnöfer2009-12-171-7/+2
* s4:dsdb/common/util - make NTTIME attribute wrappers use a "const" messageMatthias Dieter Wallnöfer2009-12-171-4/+6
* s4-dsdb: added dsdb_get_deleted_objects_dn()Andrew Tridgell2009-12-161-0/+22
* s4-dsdb: added dsdb_find_nc_root()Andrew Tridgell2009-12-161-0/+64
* s4-dsdb: added dsdb_wellknown_dn()Andrew Tridgell2009-12-161-0/+32
* s4-dsdb: added dsdb_dn_is_deleted_val()Andrew Tridgell2009-12-161-0/+14
* s4-dsdb: return a zero guid on error in samdb_result_guid()Andrew Tridgell2009-12-141-1/+1
* s4:"samdb_set_password_sid" - clean up created objects correctlyMatthias Dieter Wallnöfer2009-12-131-2/+14
* s4-dsdb: use GUID_to_ndr_blob()Andrew Tridgell2009-12-101-7/+3
* s4-dsdb: simplify samdb_result_guid()Andrew Tridgell2009-12-101-11/+4
* s4-dsdb: use GUID_from_ndr_blob() to create dsdb_get_extended_dn_guid()Andrew Tridgell2009-12-101-0/+14
* s4-dsdb: added dsdb_functional_level() helper functionAndrew Tridgell2009-12-091-0/+16
* s4:dsdb Make parentGUID handler use dsdb_module_search_dn()Andrew Bartlett2009-12-071-58/+0
* s4-drsutil: fixed a memory leak in samdb_search_countAndrew Tridgell2009-12-041-4/+5
* s4:dsdb Add function to return the CN=Aggregate schema DNAndrew Bartlett2009-11-241-0/+18
* s4/schema: Object(OR-Name) syntax handling for DRS callsKamen Mazdrashki2009-11-232-2/+5
* s4-drs: Utility functions to deal with GUIDFernando J V da Silva2009-11-201-0/+99
* s4:samdb util - add a call for generating a correct "lDAPDisplayName"Matthias Dieter Wallnöfer2009-11-151-0/+28
* s4-ldb: changed the DN checks for \n to warningsAndrew Tridgell2009-11-131-3/+6
* s4:dsdb Add expected value tests for most DRS syntax conversionsAndrew Bartlett2009-11-121-6/+6
* s4:dsdb Cosmetic fixes found by metze in review of dsdb_dn changesAndrew Bartlett2009-11-121-1/+2
* s4:dsdb Ensure we allow 'odd' lengths for DN+StringAndrew Bartlett2009-11-121-5/+5
* s4:dsdb Add extensive tests for the behaviour of dsdb_dnAndrew Bartlett2009-11-121-0/+357
* s4:dsdb Add new dsdb_dn to handle DN+Binary and DN+StringAndrew Bartlett2009-11-122-0/+340