summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/common/util.c
Commit message (Expand)AuthorAgeFilesLines
* s4:dsdb/common/util.c - provide a better implementation of the "samdb_msg_add...Matthias Dieter Wallnöfer2010-06-061-28/+90
* s4:dsdb_load_udv_v1 - "uint32_t" counter type fits better than "unsigned int"Matthias Dieter Wallnöfer2010-05-311-1/+1
* s4:dsdb/common/util.c - fix a counter variableMatthias Dieter Wallnöfer2010-05-301-1/+1
* s4:dsdb Allow a NULL search expression in dsdb_search()Andrew Bartlett2010-05-241-2/+5
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-7/+5
* s4-rodc: Cache am_rodc flagAnatoliy Atanasov2010-05-171-0/+29
* s4:dsdb: fix samdb_result_logon_hours() and don't hardcode units_per_weekStefan Metzmacher2010-05-131-4/+11
* s4:dsdb: cached results of samdb_rodc()Stefan Metzmacher2010-05-111-1/+29
* s4:samdb_set_password - adapt it for the user password change handlingMatthias Dieter Wallnöfer2010-05-101-0/+12
* s4:samdb_set_password/samdb_set_password_sid - ReworkMatthias Dieter Wallnöfer2010-05-101-256/+134
* s4:dsdb/util.c - Add a new function for retrieving password change attributesMatthias Dieter Wallnöfer2010-05-101-0/+41
* s4:dsdb Provide an intelegent fallback if not CN=Subnets is foundAndrew Bartlett2010-05-091-3/+7
* s4/rodc: Support read-only databaseAnatoliy Atanasov2010-05-041-0/+1
* s4/rodc: Implement msDS-isRODC constructed attrAnatoliy Atanasov2010-05-031-6/+15
* s4/rodc: RODC FAS initial implementationAnatoliy Atanasov2010-04-291-0/+28
* s4/dsdb: dsdb_validate_invocation_id() should validate by objectGUIDKamen Mazdrashki2010-04-281-18/+18
* s4:dsdb/common: if we don't have the ip of the client return the server site ...Stefan Metzmacher2010-04-271-0/+8
* s4:util - add a function which finds the matching client site using the clien...Matthias Dieter Wallnöfer2010-04-271-0/+90
* s4-drs: removed dsdb_validate_client_flags()Andrew Tridgell2010-04-221-30/+0
* s4-dsdb: added dsdb_validate_invocation_id()Andrew Tridgell2010-04-221-0/+87
* s4-dsdb: added dsdb_get_extended_dn_sid()Andrew Tridgell2010-04-221-0/+29
* s4-drs: Use new samdb_rodc() function in s4 codeFernando J V da Silva2010-04-221-1/+1
* s4-drs: dsdb_validate_client_flags() functionFernando J V da Silva2010-04-221-0/+28
* s4-drs: samdb_is_rodc() function and new samdb_rodc() functionFernando J V da Silva2010-04-221-32/+41
* s4:provision Pass in the invoication ID and NTDS Settings DN to Schema()Andrew Bartlett2010-04-201-1/+38
* s4:samdb_server_site_name - fix indentationMatthias Dieter Wallnöfer2010-04-131-4/+6
* s4:dsdb/common/util.c - add a call which determines centrally the forest DNS ...Matthias Dieter Wallnöfer2010-04-131-0/+19
* s4:remove "samdb_root_dn", "samdb_base_dn", "samdb_config_dn" and "samdb_sche...Matthias Dieter Wallnöfer2010-04-131-20/+0
* Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"Matthias Dieter Wallnöfer2010-04-131-6/+8
* s4:samdb_server_site_dn - free unused DNs in the right wayMatthias Dieter Wallnöfer2010-04-111-2/+2
* s4:dsdb Move dsdb_save_partition_usn() to be a module helper functionAndrew Bartlett2010-03-221-88/+0
* A helper function to get the Infrastructure DN.Nadezhda Ivanova2010-03-091-0/+12
* s4:dsdb/util - Change also here counters to "unsigned"Matthias Dieter Wallnöfer2010-03-051-13/+16
* s4/rodc: Implement samdb_rodc with ldb contextAnatoliy Atanasov2010-03-011-7/+61
* s4-dsdb: fixed the fetch of the server site nameAndrew Tridgell2010-02-261-1/+7
* s4:dsdb/util.c - Use LDB result constants in some more helper functionsMatthias Dieter Wallnöfer2010-02-211-11/+11
* s4-dsdb: return LDB_ERR_CONSTRAINT_VIOLATION on num_recs != 1Andrew Tridgell2010-02-161-1/+1
* s4-dsdb: added dsdb_search_one() and cleanup dsdb_find_dn_by_guid()Andrew Tridgell2010-02-161-11/+72
* s4-dsdb: replace dsdb_find_dn_by_guid() with a dsdb_search() callAndrew Tridgell2010-02-161-67/+84
* s4-dsdb: change dsdb_search_dn_with_deleted() to dsdb_search_dn() with dsdb_f...Andrew Tridgell2010-02-161-56/+58
* s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flagsAndrew Tridgell2010-02-161-72/+27
* s4-dsdb: replace dsdb_modify_permissive() with dsdb_modify() and dsdb_flagsAndrew Tridgell2010-02-161-38/+40
* s4-dsdb: move dsdb_request_add_controls() into dsdb/common/util.cAndrew Tridgell2010-02-161-0/+71
* s4-dsdb: added dsdb_modify_permissive()Andrew Tridgell2010-02-151-0/+36
* s4:util.c - Corrected the location of the "Directory Service" objectMatthias Dieter Wallnöfer2010-02-131-1/+1
* s4-dsdb: use TYPESAFE_QSORT() in dsdb codeAndrew Tridgell2010-02-131-10/+5
* 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