summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* s4-source4/dsdb/samdb/ldb_modules/util.c Use DSDB_FLAG_NEXT_MODULE flagKamen Mazdrashki2010-07-081-2/+4
* s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell2010-07-0743-625/+455
* s4-ldb: added ldb_error() and ldb_operr()Andrew Tridgell2010-07-073-2/+22
* s4-ldb: added support for simple binds on ldb_ldap backendAndrew Tridgell2010-07-071-0/+50
* s4-ldb: added ldb_options_find()Andrew Tridgell2010-07-076-7/+85
* s4:libcli: Modify S4 client library to check for proper CN alignmentSteven Danneman2010-07-062-2/+102
* s4:new_partition LDB module - fix an uninitalised variable warningMatthias Dieter Wallnöfer2010-07-061-2/+1
* s4:SAMR rpc server - "SetUserInfo" - fix the implementation of the expire flagMatthias Dieter Wallnöfer2010-07-061-3/+22
* s4:SAMR rpc server - "QueryUserInfo" - send back the password expired flag on...Matthias Dieter Wallnöfer2010-07-061-1/+6
* s4:dsdb - samdb_result_force_password_change - also when "pwdLastSet" is "-1"...Matthias Dieter Wallnöfer2010-07-061-3/+9
* s4:rpc_server/lsa/dcesrv_lsa.c - fix typoSumit Bose2010-07-061-1/+1
* s4-smbtorture: add my (C) to rap torture lib.Günther Deschner2010-07-051-0/+1
* s4:dsdb/password_hash: implement DSDB_CONTROL_BYPASS_PASSWORD_HASH_OIDStefan Metzmacher2010-07-051-0/+20
* s4:dsdb: allocate DSDB_CONTROL_BYPASS_PASSWORD_HASH_OIDStefan Metzmacher2010-07-052-0/+6
* s4:dsdb/password_hash: fix some c++ compiler warningsStefan Metzmacher2010-07-051-9/+12
* DNS objects should not be ignoredZahari Zahariev2010-07-051-21/+9
* s4:winbind/wb_cmd_setpwent.c - fix a possible crash condition in the "winbind...Matthias Dieter Wallnöfer2010-07-051-8/+10
* s4:samr RPC server - "SetUserInfo" - allow some more informations to be setMatthias Dieter Wallnöfer2010-07-051-0/+25
* Changed passwords.py to use the correct account as acl checks now pass.Nadezhda Ivanova2010-07-051-14/+6
* s4-dsdb: Implementation of User-Change-Password and User-Force-Password-ChangeNadezhda Ivanova2010-07-052-85/+226
* s4:subtree_rename LDB module - Cosmetic fixesMatthias Dieter Wallnöfer2010-07-041-3/+4
* s4:subtree_delete LDB module - fix comments and add my copyrightMatthias Dieter Wallnöfer2010-07-041-2/+3
* s4:wb_cmd_list_groups.c - don't crash when we don't get any group at allMatthias Dieter Wallnöfer2010-07-041-2/+4
* s4:wb_cmd_list_groups.c - indentation and comment fixesMatthias Dieter Wallnöfer2010-07-041-9/+11
* s4:libnet - add missing "talloc_free"s for "c" contexts on "recv" operationsMatthias Dieter Wallnöfer2010-07-043-5/+8
* s4:torture/rpc/samlogon.c - strip trailing whitespacesMatthias Dieter Wallnöfer2010-07-031-199/+199
* s4:torture/rpc/samlogon.c - provide a function which sets and afterwards rese...Matthias Dieter Wallnöfer2010-07-031-0/+97
* s4:dsdb/tests/python/ldap_schema.py - remove a now useless "schemaUpdateNow" ...Matthias Dieter Wallnöfer2010-07-031-10/+0
* s4:urgent_replication.py test - remove unneeded "relax" control parametersMatthias Dieter Wallnöfer2010-07-031-2/+2
* s4:schema_load LDB module - fix a segfault condition on schema refreshMatthias Dieter Wallnöfer2010-07-031-0/+5
* s4:schema_set.c - Fix a commentMatthias Dieter Wallnöfer2010-07-031-1/+2
* s4:dsdb_schema_set_attributes - remove unneeded filter criteriasMatthias Dieter Wallnöfer2010-07-031-2/+4
* s4:dsdb_module_load_partition_usn - check for "res->count" equal/unequal to 1Matthias Dieter Wallnöfer2010-07-031-1/+1
* s4:schema_set.c - fix typoMatthias Dieter Wallnöfer2010-07-031-1/+3
* s4:schema_load.c - jump to "failed" on an error conditionMatthias Dieter Wallnöfer2010-07-031-3/+2
* s4:setup/provision_basedn_modify.ldif - set "minPwdAge" to the right valueMatthias Dieter Wallnöfer2010-07-031-2/+1
* s4:pwsettings net utility - change also here the "minPwdAge" to be the real d...Matthias Dieter Wallnöfer2010-07-031-2/+2
* s4:dsdb/tests/passwords.py - set and reset the "minPwdAge" properlyMatthias Dieter Wallnöfer2010-07-031-2/+21
* Tests for user-change-password and force-password-change access rightsNadezhda Ivanova2010-07-021-4/+242
* s4/schema: remove unnecessary deletion of dsdb_schema cached pointerAnatoliy Atanasov2010-07-021-3/+0
* s4-smbtorture: enable extended SetValue test against Samba3.Günther Deschner2010-07-021-3/+2
* s4-ldb: fixed error handling in openldap backendAndrew Tridgell2010-07-021-5/+15
* s4-ldb: fixed the parsing of references in the openldap backendAndrew Tridgell2010-07-021-5/+6
* s4-dsdb: fixed use after free of sasl mechanisms opaqueAndrew Tridgell2010-07-021-0/+6
* s4-dsdb: fixed spelling of supportedSASLMechanismsAndrew Tridgell2010-07-022-2/+2
* s4:dsdb Ensure we free old schema copiesAndrew Bartlett2010-07-021-6/+25
* s4/dsdb: Assert DSDB_FLAG_*_MODULE is always passed in function callKamen Mazdrashki2010-07-021-0/+5
* s4-source4/dsdb/samdb/ldb_modules/util.c Use DSDB_FLAG_NEXT_MODULE flagKamen Mazdrashki2010-07-021-2/+3
* s4-source4/dsdb/samdb/ldb_modules/subtree_delete.c: Use DSDB_FLAG_NEXT_MODULE...Kamen Mazdrashki2010-07-021-1/+3
* s4-source4/dsdb/samdb/ldb_modules/schema_load.c: Use DSDB_FLAG_NEXT_MODULE flagKamen Mazdrashki2010-07-021-1/+2