summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4:ldap_server: do the transport validation before calling gensec_create_tstr...Stefan Metzmacher2017-06-151-12/+14
* s4:ldap_server: use talloc_zero for ldapsrv_sasl_postprocess_contextStefan Metzmacher2017-06-151-1/+1
* s4:ldap_server: drop the connection if we fail to allocate ldapsrv_sasl_postp...Stefan Metzmacher2017-06-151-3/+2
* s4:ldap_server: only set *resp->SASL.secblob = output for OK or MORE_PROCESSI...Stefan Metzmacher2017-06-151-1/+3
* s4:ldap_server: remove indentation level for the valid credential caseStefan Metzmacher2017-06-151-92/+89
* s4:ldap_server: make sure we destroy the gensec context on errorStefan Metzmacher2017-06-151-2/+12
* s4:ldap_server: avoid pointless check arround LDAP_INVALID_CREDENTIALSStefan Metzmacher2017-06-151-5/+3
* s4:ldap_server: move invalid credential handling before the success handling.Stefan Metzmacher2017-06-151-11/+15
* s4:ldap_server: remove an useless indentation level from gensec_update_ev()Stefan Metzmacher2017-06-151-12/+8
* s4:ldap_server: always allocate resp->SASL.secblobStefan Metzmacher2017-06-151-6/+6
* s4:ldap_server: add use goto do_reply; to make the logic in ldapsrv_BindSASL(...Stefan Metzmacher2017-06-151-2/+12
* s4:auth: make authenticate_ldap_simple_bind*() use auth_check_password_send/recvStefan Metzmacher2017-06-151-82/+77
* s4:ldap_server: implement async BindSimpleStefan Metzmacher2017-06-151-20/+149
* s4:auth: add authenticate_ldap_simple_bind_send/recvStefan Metzmacher2017-06-152-0/+72