summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* 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
* repl_meta_data: single valued error codes depend on change typeDouglas Bagnall2017-06-151-4/+8
* replmd: special-case member return value in replmd_add_fix_la()Douglas Bagnall2017-06-151-1/+5
* replmd: check duplicate linked attributesDouglas Bagnall2017-06-151-0/+9
* replmd: check single values in replmd_add_fix_laGarming Sam2017-06-151-2/+14
* dsdb/tests/ldap: test single valued linked attributesDouglas Bagnall2017-06-151-0/+67
* s4/linked_attribute tests: test duplicate valuesDouglas Bagnall2017-06-151-1/+19
* dsdb/tests/ldap: multivalued attributesDouglas Bagnall2017-06-151-0/+72
* s4:ldap_server: implement async BindSASLStefan Metzmacher2017-06-151-8/+69
* s4:ldap_server: set result = LDAP_SUCCESS at the end, when we're really doneStefan Metzmacher2017-06-151-3/+2
* s4:ldap_server: avoid using talloc_reference()Stefan Metzmacher2017-06-151-5/+9
* s4:ldap_server: remove useless NT_STATUS_IS_OK(status) checkStefan Metzmacher2017-06-151-1/+1
* s4:ldap_server: remove useless indentation level arround ldapsrv_backend_Init()Stefan Metzmacher2017-06-151-15/+15
* s4:ldap_server: remove useless indentation level arround gensec_session_info()Stefan Metzmacher2017-06-151-23/+21
* s4:ldap_server: make the gensec_create_tstream() error checking more clearStefan Metzmacher2017-06-151-12/+11
* s4:ldap_server: only touch conn->session_info on success in ldapsrv_BindSASL()Stefan Metzmacher2017-06-151-6/+4
* s4:ldap_server: terminate the connection if talloc_reference failsStefan Metzmacher2017-06-151-1/+1
* s4:ldap_server: remove pointless (result != LDAP_SUCCESS) checkStefan Metzmacher2017-06-151-2/+1