summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/common/util.c
Commit message (Expand)AuthorAgeFilesLines
* s4:dsdb/common/util.c - change the usage of the RECYCLED controlMatthias Dieter Wallnöfer2010-10-041-1/+4
* s4:dsdb - substitute the "show_deleted" with the "show_recycled" controlMatthias Dieter Wallnöfer2010-10-031-3/+6
* s4:dsdb/common/util.c - introduce "DSDB_SEARCH_SHOW_RECYCLED" flagMatthias Dieter Wallnöfer2010-10-031-0/+7
* s4:dsdb_dn_val_rmd_flags - memmem - scan the whole string for occourencesMatthias Dieter Wallnöfer2010-10-031-1/+1
* s4-dsdb: added dsdb_search_by_dn_guid()Andrew Tridgell2010-10-011-0/+26
* s4-dsdb: silence the domainFunctionality not setup warningAndrew Tridgell2010-09-301-1/+2
* s4-dsdb Add ldb_reset_err_string() when we set error codes.Andrew Bartlett2010-09-291-0/+3
* s4-dsdb Make samdb_reference_dn() use dsdb_search() and DSDB_SEARCH_ONE_ONLYAndrew Bartlett2010-09-291-7/+8
* s4-dsdb: added samdb_find_site_for_computer() and samdb_find_ntdsguid_for_com...Andrew Tridgell2010-09-271-0/+57
* s4-dsdb: A helper to determine if an attribute is part of the search filterNadezhda Ivanova2010-09-261-0/+46
* s4/dcdiag: Handle ListRoles command for dcdiag:KnowsOfRoleHolders testAnatoliy Atanasov2010-09-201-0/+21
* s4/fsmo: Create separate function for retrieving fsmo role dn and owner dn.Anatoliy Atanasov2010-09-201-0/+72
* s4:SID handling - always encode the SID using "ldap_encode_ndr_dom_sid" for L...Matthias Dieter Wallnöfer2010-09-131-1/+1
* s4:cosmetic - the SID attribute is called objectSid - not objectSIDMatthias Dieter Wallnöfer2010-09-131-4/+4
* dsdb: make the ATTRIBUTE NOT FOUND more clearMatthieu Patou2010-09-051-0/+2
* s4-dsdb: fixed dsdb_get_extended_dn_sid()Andrew Tridgell2010-08-201-1/+1
* s4-drs: implement RODC attribute filtering overrideAndrew Tridgell2010-08-201-15/+29
* s4:samdb_set_password/samdb_set_password_sid - make more arguments "const"Matthias Dieter Wallnöfer2010-08-171-5/+5
* s4:samdb_set_password/samdb_set_password_sid - make the adaptions to support ...Matthias Dieter Wallnöfer2010-08-171-13/+27
* s4:DSDB - rename the "DSDB_CONTROL_PASSWORD_CHANGE_OLD_PW_CHECKED_OID"Matthias Dieter Wallnöfer2010-08-171-1/+1
* s4-ldb: use LDB_FLAG_MOD_TYPE() to extract element type from messagesAndrew Tridgell2010-08-171-3/+3
* s4:samdb_set_password_sid - fix commentMatthias Dieter Wallnöfer2010-08-161-1/+2
* s4:samdb_set_password - fix formattingMatthias Dieter Wallnöfer2010-08-151-1/+2
* s4:samdb_set_password - implement the extended LDAP error code detectionMatthias Dieter Wallnöfer2010-08-151-9/+17
* s4:samdb_set_password - return "NT_STATUS_WRONG_PASSWORD" when a user account...Matthias Dieter Wallnöfer2010-08-141-0/+2
* s4:dsdb/common/util.c - provide a call which returns the forest function levelMatthias Dieter Wallnöfer2010-08-101-2/+15
* s4:dsdb/common/util.c - use LDB constants whenever possibleMatthias Dieter Wallnöfer2010-08-101-8/+8
* s4:dsdb/common/util.c - add a function "dsdb_add"Matthias Dieter Wallnöfer2010-08-071-0/+30
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
* s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell2010-07-071-38/+40
* s4:dsdb - samdb_result_force_password_change - also when "pwdLastSet" is "-1"...Matthias Dieter Wallnöfer2010-07-061-3/+9
* Implementation of self membership validated right.Nadezhda Ivanova2010-06-281-0/+31
* s4:dsdb_load_partition_usn - free the right memory context (tmp_ctx)Matthias Dieter Wallnöfer2010-06-211-2/+1
* s4:dsdb - add a new dsdb delete function which understands the tree delete co...Matthias Dieter Wallnöfer2010-06-201-0/+7
* s4:dsdb Add const to dsdb_dn functions that operate on an ldb_val.Andrew Bartlett2010-06-151-2/+2
* 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