summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* s4:samdb_set_password/samdb_set_password_sid - make the adaptions to support ...Matthias Dieter Wallnöfer2010-08-171-13/+27
* s4:password_hash LDB module - perform the adaptions to understand the new pas...Matthias Dieter Wallnöfer2010-08-171-8/+26
* s4:acl LDB module - support password changes over the DSDB_CONTROL_PASSWORD_C...Matthias Dieter Wallnöfer2010-08-171-1/+15
* s4:DSDB - DSDB_CONTROL_PASSWORD_CHANGE_OID - add a structure as value to the ...Matthias Dieter Wallnöfer2010-08-171-0/+5
* s4:DSDB - rename the "DSDB_CONTROL_PASSWORD_CHANGE_OLD_PW_CHECKED_OID"Matthias Dieter Wallnöfer2010-08-174-11/+10
* s4:selftest: recreate $SELFTEST_PREFIX/s4client with each make test runStefan Metzmacher2010-08-171-3/+3
* s4:selftest: run ldapi tests in 'dc:local' environmentStefan Metzmacher2010-08-171-1/+1
* s4-tests: Added tests for acl checks on search requestsNadezhda Ivanova2010-08-171-0/+218
* s4-ldb: ensure element flags are zero in ldb search returnAndrew Tridgell2010-08-171-0/+2
* s4-ldbwrap: ensure session_info in ldb opaque remains validAndrew Tridgell2010-08-171-0/+15
* s4-rpcserver: log unknown RPC calls at debug level 3Andrew Tridgell2010-08-171-0/+6
* s4-netlogon: added SEC_CHAN_RODCAndrew Tridgell2010-08-171-0/+5
* s4-net: use an encrypted ldap session when setting passwordsAndrew Tridgell2010-08-171-0/+3
* s4-dsdb: check the type of session_info from the opaqueAndrew Tridgell2010-08-171-2/+2
* s4-drs: allow getncchanges from RODC with WRIT_REP setAndrew Tridgell2010-08-171-2/+2
* s4-drs: added domain_sid to DRS security checksAndrew Tridgell2010-08-176-10/+14
* s4-drs: fixed check for SECURITY_RO_DOMAIN_CONTROLLERAndrew Tridgell2010-08-171-6/+6
* s4-dsdb: added support for UF_PARTIAL_SECRETS_ACCOUNTAndrew Tridgell2010-08-171-2/+9
* s4-dsdb: cope with cracknames of form dnsdomain\accountAndrew Tridgell2010-08-171-2/+8
* s4-dsdb: set LDB_FLAG_INTERNAL_DISABLE_VALIDATION for msDS-SecondaryKrbTgtNumberAndrew Tridgell2010-08-171-1/+8
* s4-ldb: added LDB_FLAG_INTERNAL_DISABLE_VALIDATIONAndrew Tridgell2010-08-172-7/+15
* s4-ldb: added LDB_FLAG_INTERNAL_MASKAndrew Tridgell2010-08-172-0/+31
* s4-ldb: use LDB_FLAG_MOD_TYPE() to extract element type from messagesAndrew Tridgell2010-08-178-23/+28
* s4-dsdb: support LDB_CONTROL_RODC_DCPROMO_OID for nTDSDSA addAndrew Tridgell2010-08-171-1/+24
* s4-dsdb: fixed test for LDB_CONTROL_RODC_DCPROMO_OIDAndrew Tridgell2010-08-171-1/+1
* s4-ldapserver: support controls on ldap add and renameAndrew Tridgell2010-08-171-10/+12
* s4-dsdb: added support for LDB_CONTROL_RODC_DCPROMO_OIDAndrew Tridgell2010-08-173-0/+76
* s4-ldap: use common functions for ldap flag controls encode/decodeAndrew Tridgell2010-08-171-163/+11
* build fixBrad Hards2010-08-171-1/+5
* s4-ldb: test the 'displayName=a,b' bugAndrew Tridgell2010-08-171-0/+6
* s3-provision: cope with the policy directory already existingAndrew Tridgell2010-08-171-3/+8
* s4-ldb: fixed the ldb 'displayName=a,b' indexing bugAndrew Tridgell2010-08-171-2/+4
* s4-ldb: add some comments explaining the ltdb_index_idxptr() functionAndrew Tridgell2010-08-171-0/+8
* s4:samdb_set_password_sid - fix commentMatthias Dieter Wallnöfer2010-08-161-1/+2
* s3-auth: Remove docs about obsolete 'update encrypted' option.Andreas Schneider2010-08-161-1/+0
* Revert "s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as the test is b...Günther Deschner2010-08-161-9/+0
* s4:samdb_set_password - fix formattingMatthias Dieter Wallnöfer2010-08-151-1/+2
* s4:passwords.py - proof the most important extended error codesMatthias Dieter Wallnöfer2010-08-151-8/+17
* s4:samdb_set_password - implement the extended LDAP error code detectionMatthias Dieter Wallnöfer2010-08-151-9/+17
* s4:password_hash LDB module - introduce the extended LDAP error codes on the ...Matthias Dieter Wallnöfer2010-08-151-43/+72
* s4:password_hash LDB module - support this new password set syntaxMatthias Dieter Wallnöfer2010-08-151-2/+10
* s4:passwords.py - another special password testMatthias Dieter Wallnöfer2010-08-151-3/+23
* s4:password_hash LDB module - allow to compare against both NT and LM hashes ...Matthias Dieter Wallnöfer2010-08-151-10/+1
* s4:ldap_backend.c - Windows returns WERROR codes in majuscule HEX formatMatthias Dieter Wallnöfer2010-08-151-1/+1
* s4:ldap_backend.c - map error codes - add a change which allows custom WERROR...Matthias Dieter Wallnöfer2010-08-151-0/+13
* s4:subtree_rename.c - relax the checks when requestedMatthias Dieter Wallnöfer2010-08-151-0/+5
* s4-test: Add drs.rpc.msDSIntId test to knownfail testsKamen Mazdrashki2010-08-151-0/+1
* s4-test: Run all DRS-RPC.* tests in ncacn_ip_tcp_tests tests groupKamen Mazdrashki2010-08-151-3/+3
* s4-drs-test: Make the two DRS test suite a top-level test suitesKamen Mazdrashki2010-08-151-16/+21
* s4:ldap_backend.c - fix a DS error code after WERROR changeMatthias Dieter Wallnöfer2010-08-141-1/+1