summaryrefslogtreecommitdiff
path: root/source4/dsdb/common/util_samr.c
Commit message (Expand)AuthorAgeFilesLines
* s4:dsdb/util_samr: simplify dsdb_add_user()Stefan Metzmacher2014-04-021-42/+8
* s4-dsdb Print clearer error messages when invalid account flags are specified...Andrew Bartlett2011-09-051-0/+9
* s4-dsdb Give a less worrying error message on failure to get a transactionAndrew Bartlett2011-08-131-1/+1
* s4-dsdb Add ability to force a particular SID in the upgrade caseAndrew Bartlett2011-08-131-1/+16
* s4-dsdb Add transactions to dsdb modify helpersAndrew Bartlett2011-05-081-0/+18
* s4/ldb - remove now superflous "ldb_dn_validate" checksMatthias Dieter Wallnöfer2011-03-041-1/+1
* s4:remove many invocations of "samdb_msg_add_string"Matthias Dieter Wallnöfer2011-03-011-8/+6
* build: moved libds/common/flag_mapping.c into a common subsystemAndrew Tridgell2011-02-241-0/+2
* s4:dsdb/common/util_samr.c and auth/sam.c - fix error messageMatthias Dieter Wallnöfer2010-12-041-2/+2
* s4:dsdb/common/util_samr.c - "dsdb_enum_group_mem" - fix it up regarding non ...Matthias Dieter Wallnöfer2010-12-041-7/+16
* s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...Matthias Dieter Wallnöfer2010-10-151-1/+1
* libcli/security Use common security.hAndrew Bartlett2010-10-121-1/+1
* s4:dsdb/common/util_samr.c - use an LDB constant for result checkingMatthias Dieter Wallnöfer2010-10-071-1/+1
* s4:dsdb/common/util_samr.c - remove the primary group specificationsMatthias Dieter Wallnöfer2010-09-241-4/+0
* Revert "s4:util_samr.c - also here we've now the default primaryGroupID detec...Matthias Dieter Wallnöfer2010-09-121-1/+4
* s4:util_samr.c - also here we've now the default primaryGroupID detection wor...Matthias Dieter Wallnöfer2010-09-121-4/+1
* s4:dsdb_enum_group_mem - use "unsigned" countersMatthias Dieter Wallnöfer2010-05-241-2/+3
* s4:dsdb_lookup_rids - "unsigned" counters fit better than "signed" in this caseMatthias Dieter Wallnöfer2010-05-241-2/+2
* s4:dsdb_add_user - check the "cn"/"account_name" length (should be >= 1)Matthias Dieter Wallnöfer2010-05-241-7/+12
* s4:samr Push most of samr_LookupRids into a helper functionAndrew Bartlett2010-05-241-0/+66
* s4:samr Push most of samr_QueryGroupMember into a helper functionAndrew Bartlett2010-05-241-0/+67
* s4:samr Move most of samr_CreateDomAlias into a helper functionAndrew Bartlett2010-05-241-0/+73
* s4:samr Split most of samr_CreateDomainGroup into a helper functionAndrew Bartlett2010-05-241-0/+79
* s4:samr Split the guts of samr_CreateUser2 into a helper functionAndrew Bartlett2010-05-241-0/+249