summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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:blackbox/test_passwords.sh - perform also here the adaptions for "minPwdAg...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
* s3-net: forgot to set type in winreg getvalue operation.Günther Deschner2010-07-021-0/+2
* s4/schema: remove unnecessary deletion of dsdb_schema cached pointerAnatoliy Atanasov2010-07-021-3/+0
* s3-registry: remove 2 byte winreg type limitation.Günther Deschner2010-07-022-5/+5
* s3-registry: allow to read NULL entries (that we allow to store) back from th...Günther Deschner2010-07-021-6/+2
* s4-smbtorture: enable extended SetValue test against Samba3.Günther Deschner2010-07-021-3/+2
* s3-registry: remove unused reg_util_marshalling code.Günther Deschner2010-07-027-256/+0
* s3-registry: avoid using registry_value union.Günther Deschner2010-07-0212-186/+233
* 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
* s4-source4/dsdb/samdb/ldb_modules/samldb.c: Use DSDB_FLAG_NEXT_MODULE flagKamen Mazdrashki2010-07-021-4/+5
* s4-source4/dsdb/samdb/ldb_modules/samba3sid.c: Use DSDB_FLAG_NEXT_MODULE flagKamen Mazdrashki2010-07-021-1/+3
* s4-source4/dsdb/samdb/ldb_modules/rootdse.c: Use DSDB_FLAG_NEXT_MODULE flagKamen Mazdrashki2010-07-021-2/+3
* s4-source4/dsdb/samdb/ldb_modules/ridalloc.c: Use DSDB_FLAG_NEXT_MODULE flagKamen Mazdrashki2010-07-021-1/+1
* s4-source4/dsdb/samdb/ldb_modules/repl_meta_data.c: Use DSDB_FLAG_NEXT_MODULE...Kamen Mazdrashki2010-07-021-4/+5
* s4-dsdb/samdb/ldb_modules/linked_attributes.c: make use of DSDB_FLAG_NEXT_MOD...Kamen Mazdrashki2010-07-021-2/+2
* s4/dsdb: Add DSDB_FLAG_NEXT_MODULE flagKamen Mazdrashki2010-07-021-0/+1
* s3:auth Fix switch statement referencing a uninitialized variableSimo Sorce2010-07-011-1/+1
* s3-nss_info: only include nss_info.h where needed.Günther Deschner2010-07-015-1/+4
* s3-libads: move ldap posix schema defines to their own header file.Günther Deschner2010-07-016-65/+65
* s3-libads: move spnego defines to their appropriate header file.Günther Deschner2010-07-012-6/+6
* s3-libads: only include libds flags where needed.Günther Deschner2010-07-0111-2/+11
* s3-libads: move keytab macros out of ads.h.Günther Deschner2010-07-013-18/+21
* s3-libads: move ads_dns out of main includes.Günther Deschner2010-07-019-32/+35
* s3-libads: move ads_status to a separate header file.Günther Deschner2010-07-014-43/+43
* s3-libads: move ads_protos.h to ads_ldap_protos.h.Günther Deschner2010-07-012-20/+20
* s3-waf: fix the build after smbd/change_trust_pw.c removal.Günther Deschner2010-07-011-1/+1
* tdb: fix the build on mac os x 10.6.4.Günther Deschner2010-07-011-0/+4
* s3-libnet_join: small IDL enhancement.Günther Deschner2010-07-012-4/+2
* s3-libads: use shared well known guids.Günther Deschner2010-07-013-6/+3
* s3-libads: move KRB5_ENV_CCNAME to separate header krb5_env.h.Günther Deschner2010-07-013-3/+3
* s4:dsdb/tests/python/passwords.py - add the right result codes for user passw...Matthias Dieter Wallnöfer2010-07-011-1/+5
* s4:lib/registry/ldb.c - free some "msg" objects earlier through explicit "tal...Matthias Dieter Wallnöfer2010-07-011-1/+10
* s4:registry - move some common constraint checks to the "local" backendMatthias Dieter Wallnöfer2010-07-012-24/+24
* s4:lib/registry/tests/registry.c - test recursive key generationMatthias Dieter Wallnöfer2010-07-011-8/+3
* s4:registry - on key add operations we have to handle with paths not always o...Matthias Dieter Wallnöfer2010-07-013-5/+5
* s4:lib/registry/local.c - support recursive key generationMatthias Dieter Wallnöfer2010-07-011-40/+53
* s4:lib/registry/ldb.c - refactor "reg_path_to_ldb"Matthias Dieter Wallnöfer2010-07-011-19/+21