summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* ldap: Run the LDAP server with the default (typically standard) process modelAndrew Bartlett2017-07-021-3/+6
* dsdb: Improve debugging on start transacton failureAndrew Bartlett2017-07-021-1/+2
* dsdb: Teach the Samba partition module how to lock all the DB backendsAndrew Bartlett2017-07-021-1/+175
* drsuapi: Improve debugging in DsAddEntry()Andrew Bartlett2017-07-021-0/+2
* show-deleted: Rename attr_filter to exclude_filter for clarityGarming Sam2017-06-301-5/+5
* show-deleted: Simplify the code to require as little logic as neededGarming Sam2017-06-301-23/+15
* show-deleted: Remove an unnecessary search during connectGarming Sam2017-06-301-46/+48
* show-deleted: Do not indicate an error if an object is missing.Garming Sam2017-06-302-3/+14
* dsdb: Add a dummy module to replace show_deletedAndrew Bartlett2017-06-301-0/+36
* debug: new debug class for kerberosAndrew Bartlett2017-06-301-1/+1
* s4:auth/ntlm: allow auth_operations to specify check_password_send/recv()Stefan Metzmacher2017-06-272-1/+60
* s4:auth/ntlm: introduce auth_check_password_next()Stefan Metzmacher2017-06-271-54/+44
* s4:auth/ntlm: move auth_check_password_wrapper() further downStefan Metzmacher2017-06-271-37/+37
* s4:auth_winbind: rename 's' to 'state' in winbind_check_password()Stefan Metzmacher2017-06-271-19/+19
* s4:auth_winbind: remove a block nesting level and fix indentationRalph Boehme2017-06-271-27/+27
* s4:auth_winbind: fix error checking in winbind_check_password()Stefan Metzmacher2017-06-271-4/+6
* s4:password_hash: make use of smb_krb5_salt_principal() and smb_krb5_salt_pri...Stefan Metzmacher2017-06-271-66/+12
* s4-netlogon: Escape user-supplied computer name in Bad credentials log lineAndrew Bartlett2017-06-271-3/+3
* s4-netlogon: Provide logs for machine account success and failuresAndrew Bartlett2017-06-272-3/+31
* smbtorture: Add more tests around NETLOGON challenge reuseAndrew Bartlett2017-06-271-0/+237
* s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_auto_name_to_nt...Stefan Metzmacher2017-06-262-9/+3
* s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_name_to_nt4_name()Stefan Metzmacher2017-06-264-14/+13
* s4:auth/unix_token: remove unused tevent_context from auth_session_info_fill_...Stefan Metzmacher2017-06-262-5/+4
* s4:auth/unix_token: remove unused tevent_context from security_token_to_unix_...Stefan Metzmacher2017-06-262-5/+2
* lib: Give util_paths.c its own headerVolker Lendecke2017-06-243-0/+3
* s4:torture: Do not segfault in torture_rpc_spoolss_printer_teardown_common()Andreas Schneider2017-06-231-3/+8
* add provision performance testsDouglas Bagnall2017-06-231-0/+129
* perftest: add a new medley testDouglas Bagnall2017-06-231-0/+501
* dsdb: Rework schema_init module to always use valid memoryAndrew Bartlett2017-06-221-20/+42
* dnsserver/common: Use cached dnsHostName to reduce database readsGarming Sam2017-06-221-20/+4
* dsdb: Add a samdb_dns_host_name which avoids searchingGarming Sam2017-06-221-0/+47
* s4/dcerpc_netlogon: Logging for dcesrv_netr_LogonGetDomainInfoGary Lockyer2017-06-221-1/+13
* pycredentials: add function to return the netr_AuthenticatorGary Lockyer2017-06-221-0/+3
* lsa.String: add String constructor, str and reprGary Lockyer2017-06-221-0/+77
* Tests lsa.String: add String constructor, str and reprGary Lockyer2017-06-221-0/+2
* s4:libcli/smb_composite: make the additional gensec_update steps asyncStefan Metzmacher2017-06-171-23/+128
* s4:libcli/smb_composite: add early returns to sesssetup.c:request_handler()Stefan Metzmacher2017-06-171-11/+23
* s4:libcli/smb_composite: make the first round to gensec asyncStefan Metzmacher2017-06-171-36/+58
* s4:libcli/smb_composite: move gensec_update_ev() out of session_setup_spnego()Stefan Metzmacher2017-06-171-16/+30
* s4:libcli/smb_composite: move session_setup_spnego_restart() to the callers o...Stefan Metzmacher2017-06-171-7/+21
* s4:libcli/smb_composite: split out session_setup_spnego_restart() from sessio...Stefan Metzmacher2017-06-171-19/+37
* s4:libcli/smb_composite: move chosen_oid to state->chosen_oidStefan Metzmacher2017-06-171-10/+20
* s4:libcli/smb_composite: simplify gensec_update_ev() handling in session_setu...Stefan Metzmacher2017-06-171-13/+8
* dsdb: Add comment explaining requirements on DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OIDAndrew Bartlett2017-06-161-1/+2
* dsdb: Do not prevent searches for @ATTRIBUTES because the DB is not set up yetAndrew Bartlett2017-06-161-0/+5
* dsdb: Do not run dsdb_replace() on the calculated difference between old and ...Andrew Bartlett2017-06-161-2/+12
* selftest: Fix failure message in dsdb_schema_infoAndrew Bartlett2017-06-161-2/+2
* s4:gensec_gssapi: fix CID 1409781: Possible Control flow issues (DEADCODE)Stefan Metzmacher2017-06-161-1/+4
* dsdb: Remember the last ACL we read during a search and what it expanded toAndrew Bartlett2017-06-161-2/+81
* dsdb: Cache the result of checking the parent ACLAndrew Bartlett2017-06-161-7/+87