summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* Fix an empty if statement.Jose A. Rivera2014-05-051-1/+1
* s4:samr: allow builtin groups for samr_OpenGroup.Michael Adam2014-05-031-7/+16
* selftest: Add tests for dbcheck detection and removal of partial objectsAndrew Bartlett2014-05-0331-0/+80715
* dsdb: Make it harder to corrupt the database by requiring DBCHECK or RELAX fo...Andrew Bartlett2014-05-032-10/+32
* s4:repl_meta_data: fix array assignment in replmd_process_linked_attribute()Stefan Metzmacher2014-05-021-2/+2
* winbind: Allow winbindd to be run from inside "samba"Andrew Bartlett2014-04-292-0/+102
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-04-2811-24/+5
* dsdb: Specify no event context to smb_krb5_init_context() in dsdbAndrew Bartlett2014-04-283-4/+6
* ad-dc: use exit_daemon() to communicate status of startup to systemdAlexander Bokovoy2014-04-231-12/+7
* add systemd integrationAlexander Bokovoy2014-04-231-0/+4
* s4:samba_kcc: Use 'dburl' passed from command line rather than lp.samdb_url()Kamen Mazdrashki2014-04-221-3/+3
* s4:samba_kcc: fix reference to DSA object while building partial replica listKamen Mazdrashki2014-04-221-1/+1
* s4:samba_kcc: Fix error handling opening export ldif fileKamen Mazdrashki2014-04-221-2/+2
* s4:KCC: Use dsdb.DS_DOMAIN_FUNCTION_2008 constant for DS-Behavior comparisonsKamen Mazdrashki2014-04-221-4/+4
* s4-auth: Make the auth_winbind_wbclient use more correct code now in auth/wbc...Andrew Bartlett2014-04-181-86/+8
* s4-torture: Remove socket_wrapper testsuite.Andreas Schneider2014-04-172-7/+0
* selftest: Rename WINBINDD_SOCKET_DIR environment variable.Andreas Schneider2014-04-172-2/+2
* Remove special nss_wrapper codeAndreas Schneider2014-04-171-3/+3
* s4-torture: Remove nss_wrapper testsuite.Andreas Schneider2014-04-172-7/+0
* s4-ntfs: Improve uid check in wrapper mode.Andreas Schneider2014-04-171-3/+19
* lib: Change uid_wrapper to preloadable version.Andreas Schneider2014-04-171-2/+2
* lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach2014-04-161-2/+2
* auth: Remove support for HAVE_TRUNCATED_SALT from pass_check.cAndrew Bartlett2014-04-151-5/+0
* auth: Remove USE_BOTH_CRYPT_CALLS block from pass_check.cAndrew Bartlett2014-04-151-20/+0
* auth: Remove linux_bigcrypt support from pass_check.cAndrew Bartlett2014-04-151-8/+0
* auth: Remove support for plaintext auth on systems that use getprpwnam()Andrew Bartlett2014-04-151-9/+0
* auth: Remove afs_auth() from pass_check.c and s4's auth_unixAndrew Bartlett2014-04-151-4/+0
* auth: Remove dfs_auth() from pass_check.c and s4's auth_unixAndrew Bartlett2014-04-151-4/+0
* Do not install smbclient4 and nmblookup4Jeroen Dekkers2014-04-151-1/+2
* Typo: s/preceeded/preceded/Jelmer Vernooij2014-04-141-1/+1
* s4-wbclient: Fix wbc_sids_to_xids to correctly indicate the length of the SID...Andrew Bartlett2014-04-091-1/+1
* torture: add local verification trailer parsing testDavid Disseldorp2014-04-093-1/+104
* s4-wbclient: Cope with winbind returning an errorAndrew Bartlett2014-04-081-0/+4
* script to generate content for libcli/util/nterr.c & libcli/util/ntstatus.hNoel Power2014-04-021-0/+243
* script to generate libcli/util/hresult.c & libcli/util/hresult.hNoel Power2014-04-021-0/+207
* Allow FSRVP access generic HRESULT error message descriptionsNoel Power2014-04-021-2/+3
* torture-samr: Add testing of account lockout and password change behaviourAndrew Bartlett2014-04-021-39/+346
* torture-samr: Add test for lockout with and without a password historyAndrew Bartlett2014-04-021-2/+18
* torture-samr: Improve rpc.samr.passwords.badpwdcount testAndrew Bartlett2014-04-021-10/+12
* selftest: Add test for password lockoutAndrew Bartlett2014-04-022-0/+1485
* dsdb: Allow SAMR server to return the computed, not actual badPwdCountAndrew Bartlett2014-04-022-13/+58
* s4:rpc_server/samr: passdown unmodified acct_flags to the ldb layer.Stefan Metzmacher2014-04-021-15/+1
* s4:dsdb/samldb: rework samldb_user_account_control_change()Stefan Metzmacher2014-04-021-99/+134
* s4:dsdb/samldb: remove fantasy code from samldb_user_account_control_change()Stefan Metzmacher2014-04-021-10/+0
* s4-samr: Escape the username in the LDAP filterAndrew Bartlett2014-04-021-2/+2
* s4-auth: Support password history correctly, including allowing NTLM logins u...Andrew Bartlett2014-04-022-26/+297
* dsdb: check type with talloc_get_type_abort in samdb_set_passwordAndrew Bartlett2014-04-021-2/+5
* dsdb: Implement password lockout on LDAP password changesAndrew Bartlett2014-04-021-16/+134
* dsdb: Move dsdb_update_bad_pwd_count to dsdb/common/util.cAndrew Bartlett2014-04-022-100/+113
* auth: Split out badPwdCount update into a helper functionAndrew Bartlett2014-04-021-48/+79