index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
dsdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
dsdb: Do not permit nested event loops when in a transaction, use a nested ev...
Andrew Bartlett
2014-05-06
1
-13
/
+80
*
dsdb: Rename private_data to rootdse_private_data in rootdse
Andrew Bartlett
2014-05-06
1
-8
/
+8
*
dsdb: Make it harder to corrupt the database by requiring DBCHECK or RELAX fo...
Andrew Bartlett
2014-05-03
2
-10
/
+32
*
s4:repl_meta_data: fix array assignment in replmd_process_linked_attribute()
Stefan Metzmacher
2014-05-02
1
-2
/
+2
*
kerberos: Remove un-used event context argument from smb_krb5_init_context()
Andrew Bartlett
2014-04-28
3
-4
/
+0
*
dsdb: Specify no event context to smb_krb5_init_context() in dsdb
Andrew Bartlett
2014-04-28
3
-4
/
+6
*
selftest: Add test for password lockout
Andrew Bartlett
2014-04-02
1
-0
/
+1484
*
dsdb: Allow SAMR server to return the computed, not actual badPwdCount
Andrew Bartlett
2014-04-02
1
-11
/
+49
*
s4:dsdb/samldb: rework samldb_user_account_control_change()
Stefan Metzmacher
2014-04-02
1
-99
/
+134
*
s4:dsdb/samldb: remove fantasy code from samldb_user_account_control_change()
Stefan Metzmacher
2014-04-02
1
-10
/
+0
*
dsdb: check type with talloc_get_type_abort in samdb_set_password
Andrew Bartlett
2014-04-02
1
-2
/
+5
*
dsdb: Implement password lockout on LDAP password changes
Andrew Bartlett
2014-04-02
1
-16
/
+134
*
dsdb: Move dsdb_update_bad_pwd_count to dsdb/common/util.c
Andrew Bartlett
2014-04-02
1
-0
/
+113
*
s4:dsdb/samldb: add let lockoutTime=0 reset badPwdCount=0
Stefan Metzmacher
2014-04-02
1
-0
/
+57
*
dsdb: collapse wrong password and no-password-hash errors into one handler
Andrew Bartlett
2014-04-02
1
-25
/
+3
*
dsdb: Add samdb_result_passwords_from_history helper function
Andrew Bartlett
2014-04-02
1
-0
/
+37
*
dsdb: give a better error message and return code on failed password change
Andrew Bartlett
2014-04-02
1
-0
/
+5
*
dsdb: Put password lockout support in samdb_result_passwords()
Andrew Bartlett
2014-04-02
2
-7
/
+43
*
dsdb: Rework samdb_result_acct_flags to use either userAccountControl or msDS...
Andrew Bartlett
2014-04-02
1
-17
/
+13
*
dsdb-operational: Implement msDS-UserPasswordExpiryTimeComputed
Andrew Bartlett
2014-04-02
1
-1
/
+47
*
dsdb-operational: Implement msDS-User-Account-Control-Computed
Andrew Bartlett
2014-04-02
1
-1
/
+165
*
dsdb-operational: Use a list for the extra attributes that may be required
Andrew Bartlett
2014-04-02
1
-28
/
+52
*
s4:dsdb/util_samr: simplify dsdb_add_user()
Stefan Metzmacher
2014-04-02
1
-42
/
+8
*
dsdb-tests: Remove pointless creation of ldaptestou
Andrew Bartlett
2014-04-02
1
-1
/
+0
*
s4:dsdb/ldb_modules: avoid invalid pointer type warnings
Stefan Metzmacher
2014-04-02
2
-5
/
+4
*
s4:dsdb/ldb_modules: avoid str_list related const warnings
Stefan Metzmacher
2014-04-02
2
-3
/
+6
*
s4:dsdb/ldb_modules: avoid declaration after code warnings
Stefan Metzmacher
2014-04-02
2
-2
/
+5
*
tdb_wrap: Remove tdb_wrap_open_ again
Volker Lendecke
2014-03-31
2
-4
/
+4
*
dsdb: Avoid passing lp_ctx to tdb_wrap_open in partition_metadata_open
Volker Lendecke
2014-03-31
1
-3
/
+3
*
dsdb: Avoid passing lp_ctx to tdb_wrap_open in schema_metadata_open
Volker Lendecke
2014-03-31
1
-3
/
+3
*
dsdb: Improve missing objectClass handling
Andrew Bartlett
2014-03-27
1
-13
/
+13
*
dsdb: Improve errors and checks for missing objectClass values
Andrew Bartlett
2014-03-27
1
-2
/
+9
*
dsdb: Clarify how the DSDB_REPL_FLAG_PRIORITISE_INCOMING flag works
Andrew Bartlett
2014-03-27
1
-5
/
+13
*
dsdb: Do not update notify_uSN until the transaction is genuinely committed t...
Andrew Bartlett
2014-03-27
1
-7
/
+7
*
dsdb: Do checks for invalid renames in samldb, before repl_meta_data
Andrew Bartlett
2014-03-26
2
-238
/
+271
*
s4:dsdb/repl: make use of dcerpc_binding_handle_is_connected()
Stefan Metzmacher
2014-03-25
1
-7
/
+10
*
dsdb: Further assert that we always have an objectClass and an rDN
Andrew Bartlett
2014-03-17
1
-32
/
+118
*
dsdb: Ensure to sort replPropertyMetaData as UNSIGNED, not SIGNED quantities
Andrew Bartlett
2014-03-14
1
-4
/
+18
*
Remove the remaining uses of the macro NT_STATUS_HAVE_NO_MEMORY_AND_FREE in t...
Garming Sam
2014-03-05
1
-6
/
+12
*
Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.
Garming Sam
2014-03-05
3
-30
/
+120
*
s4:dsdb/repl: make use of dcerpc_binding_get_string_option("host")
Stefan Metzmacher
2014-02-13
1
-4
/
+11
*
s4:dsdb/repl: make dreplsrv_get_target_principal() static
Stefan Metzmacher
2014-02-13
1
-5
/
+6
*
s4:dsdb/repl: make use of dcerpc_binding_set_string_option("target_principal")
Stefan Metzmacher
2014-02-13
1
-1
/
+9
*
s4:samdb: respect SEARCH_FLAG_PRESERVEONDELETE
Arvid Requate
2014-02-06
1
-2
/
+7
*
dsdb: Add more tests for DN+String and DN+Binary comparisons
Andrew Bartlett
2014-02-05
1
-0
/
+14
*
dsdb: Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR ...
Andrew Bartlett
2014-02-05
1
-4
/
+7
*
s4:dsdb fix compiler warnings
Christian Ambach
2013-12-12
1
-1
/
+1
*
s4:dsdb fix compiler warnings
Christian Ambach
2013-12-12
1
-1
/
+1
*
s4:dsdb fix compiler warnings
Christian Ambach
2013-12-12
1
-1
/
+1
*
s4:dsdb fix compiler warnings
Christian Ambach
2013-12-12
1
-1
/
+1
[next]