summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s4:dsdb/common/util - samdb_result_hashes - use "unsigned int" for countersMatthias Dieter Wallnöfer2009-11-071-2/+1
* s4:samdb_check_password - allow the password string to be NULLMatthias Dieter Wallnöfer2009-11-061-0/+1
* s4:samdb_validate_password - Adapt the function to use the UNIX charset for t...Matthias Dieter Wallnöfer2009-11-061-20/+7
* s4:dsdb/common/util - Add a new utility function "samdb_check_password"Matthias Dieter Wallnöfer2009-11-051-9/+45
* s4:samdb_set_password/samdb_set_password_sid - Better comments and cosmeticsMatthias Dieter Wallnöfer2009-11-051-28/+34
* s4:sites - get the server site (name) from DSDBMatthias Dieter Wallnöfer2009-10-181-0/+10
* s4-dsdb: added samdb_rodc() and samdb_ntds_options()Andrew Tridgell2009-10-151-0/+50
* s4:provision Remove all references to samba4LocalDomainAndrew Bartlett2009-10-121-1/+1
* s3/s4 - Adapt the IDL changes on various locationsMatthias Dieter Wallnöfer2009-10-081-11/+14
* s4:samdb_set_password - Return the maximum password age when requested (not t...Matthias Dieter Wallnöfer2009-10-021-2/+3
* s4:samdb_set_password - cosmetic fixesMatthias Dieter Wallnöfer2009-10-021-44/+58
* s4:dsdb/common/sidmap - RemoveMatthias Dieter Wallnöfer2009-10-021-612/+0
* s4:dsdb/common/util - remove introduced "samdb_is_capable_dc" callMatthias Dieter Wallnöfer2009-09-301-57/+0
* s4-dsdb: ask for an extended DN in dsdb_find_dn_by_guid()Andrew Tridgell2009-09-281-0/+5
* s4-dsdb: make dsdb_search_dn_with_deleted public for repl_meta_data moduleAndrew Tridgell2009-09-281-5/+5
* s4-drs: add SHOW_DELETED control on dsdb utility callsAndrew Tridgell2009-09-241-2/+60
* s4-dsdb: added dsdb_find_sid_by_dn()Andrew Tridgell2009-09-231-0/+30
* s4-dsdb: fixed a printf format warningAndrew Tridgell2009-09-211-1/+1
* s4:dsdb/common/util - Check for the right forest/domain function levelMatthias Dieter Wallnöfer2009-09-201-0/+57
* Move replmd_drsuapi_DsReplicaCursor2_compare to a common place.Anatoliy Atanasov2009-09-191-0/+6
* s4-dsdb: treat uSNHighest as 0 if @REPLCHANGED doesn't existAndrew Tridgell2009-09-161-0/+8
* s4-dsdb: added dsdb_load_partition_usn and dsdb_save_partition_usnAndrew Tridgell2009-09-131-0/+146
* s4-kcc: we should only add to the repsFrom if it doesn't already existAndrew Tridgell2009-09-121-0/+111
* s4:dsdb/common/util.c - Copy parameters to prevent segfaultsMatthias Dieter Wallnöfer2009-09-061-3/+8
* s4:dsdb/common/util - Indentation fixesMatthias Dieter Wallnöfer2009-09-061-4/+5
* s4: fixed a missing NULL termination in a attribute list passed to ldb_searchAndrew Tridgell2009-09-041-1/+1
* added dsdb_find_guid_by_dn()Andrew Tridgell2009-09-031-1/+21
* added dsdb_find_dn_by_guid()Andrew Tridgell2009-09-031-0/+78
* s4: Remove obsolete "samdb_password_quality_ok" function (it's just a one-lin...Matthias Dieter Wallnöfer2009-08-141-10/+1
* Return infinite time for last last logoff when last logoff = 0Matthieu Patou2009-08-031-0/+16
* libds: merge the UF<->ACB flag mapping functions.Günther Deschner2009-07-133-149/+4
* libds: share UF_ flags between samba3 and 4.Günther Deschner2009-07-134-140/+3