summaryrefslogtreecommitdiff
path: root/source4/ldap_server
AgeCommit message (Expand)AuthorFilesLines
2018-11-28CVE-2018-16851 ldap_server: Check ret before manipulating blobGarming Sam1-2/+2
2018-11-01source4 smdb: Add a post fork hook to the service APIGary Lockyer1-11/+27
2018-11-01source4 smbd: Make the service_details structure constant.Gary Lockyer1-1/+1
2018-05-24ldap_server: Fix CID 1435721 Unchecked return valueVolker Lendecke1-3/+10
2018-05-24ldap_server: Fix CID 1435731 Unchecked return valueVolker Lendecke1-3/+11
2018-05-10samdb: Add remote address to connectGary Lockyer1-2/+6
2018-05-10dsdb: pass the remote address to samdb connectGary Lockyer1-4/+5
2018-03-20s4:ldap_server: Fix size typesAndreas Schneider1-2/+2
2017-10-19source4/smbd: Do not overstamp the process model with "single"Gary Lockyer1-12/+6
2017-10-19 source4/smbd: refactor the process model for preforkGary Lockyer1-7/+16
2017-09-20ldap_server: Plumb ldb error string from a failed connect to ldapsrv_terminat...Andrew Bartlett3-26/+42
2017-07-02ldap: Run the LDAP server with the default (typically standard) process modelAndrew Bartlett1-3/+6
2017-06-15s4:ldap_server: implement async BindSASLStefan Metzmacher1-8/+69
2017-06-15s4:ldap_server: set result = LDAP_SUCCESS at the end, when we're really doneStefan Metzmacher1-3/+2
2017-06-15s4:ldap_server: avoid using talloc_reference()Stefan Metzmacher1-5/+9
2017-06-15s4:ldap_server: remove useless NT_STATUS_IS_OK(status) checkStefan Metzmacher1-1/+1
2017-06-15s4:ldap_server: remove useless indentation level arround ldapsrv_backend_Init()Stefan Metzmacher1-15/+15
2017-06-15s4:ldap_server: remove useless indentation level arround gensec_session_info()Stefan Metzmacher1-23/+21
2017-06-15s4:ldap_server: make the gensec_create_tstream() error checking more clearStefan Metzmacher1-12/+11
2017-06-15s4:ldap_server: only touch conn->session_info on success in ldapsrv_BindSASL()Stefan Metzmacher1-6/+4
2017-06-15s4:ldap_server: terminate the connection if talloc_reference failsStefan Metzmacher1-1/+1
2017-06-15s4:ldap_server: remove pointless (result != LDAP_SUCCESS) checkStefan Metzmacher1-2/+1
2017-06-15s4:ldap_server: do the transport validation before calling gensec_create_tstr...Stefan Metzmacher1-12/+14
2017-06-15s4:ldap_server: use talloc_zero for ldapsrv_sasl_postprocess_contextStefan Metzmacher1-1/+1
2017-06-15s4:ldap_server: drop the connection if we fail to allocate ldapsrv_sasl_postp...Stefan Metzmacher1-3/+2
2017-06-15s4:ldap_server: only set *resp->SASL.secblob = output for OK or MORE_PROCESSI...Stefan Metzmacher1-1/+3
2017-06-15s4:ldap_server: remove indentation level for the valid credential caseStefan Metzmacher1-92/+89
2017-06-15s4:ldap_server: make sure we destroy the gensec context on errorStefan Metzmacher1-2/+12
2017-06-15s4:ldap_server: avoid pointless check arround LDAP_INVALID_CREDENTIALSStefan Metzmacher1-5/+3
2017-06-15s4:ldap_server: move invalid credential handling before the success handling.Stefan Metzmacher1-11/+15
2017-06-15s4:ldap_server: remove an useless indentation level from gensec_update_ev()Stefan Metzmacher1-12/+8
2017-06-15s4:ldap_server: always allocate resp->SASL.secblobStefan Metzmacher1-6/+6
2017-06-15s4:ldap_server: add use goto do_reply; to make the logic in ldapsrv_BindSASL(...Stefan Metzmacher1-2/+12
2017-06-15s4:ldap_server: implement async BindSimpleStefan Metzmacher1-20/+149
2017-06-15s4:ldap_server: improve ldapsrv_UnbindRequest implementationStefan Metzmacher1-1/+67
2017-06-15s4:ldap_server: add call->wait_send/recv infrastructureStefan Metzmacher2-2/+63
2017-06-15s4:ldap_server: don't log Unbind and Abandon requests.Stefan Metzmacher1-0/+2
2017-06-15s4:ldap_server: introduce a ldapsrv_call_destructor()Stefan Metzmacher1-0/+13
2017-06-15s4:ldap_server: use talloc_zero() in ldapsrv_init_reply()Stefan Metzmacher1-2/+2
2017-05-11s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2017-03-29ldap_server: Move a variable into a smaller scopeGarming Sam1-1/+1
2017-03-29auth: Add hooks for notification of authentication events over the message busAndrew Bartlett1-1/+3
2017-03-29auth: Log the transport connection for the authorizationAndrew Bartlett2-1/+14
2017-03-29ldap_server: Log access without a bindAndrew Bartlett4-2/+59
2017-03-29ldap_server: Log authorization for simple bindsAndrew Bartlett1-0/+6
2017-03-29ldap_server: Move code into authenticate_ldap_simple_bind()Andrew Bartlett1-13/+9
2017-03-29s4-ldap_server: Do not set conn->session_info to NULL, keep valid at all timesAndrew Bartlett1-2/+0
2017-03-29s4-ldap_server: Set remote and local address values into GENSECAndrew Bartlett1-0/+12
2017-03-29s4-ldap_server: Split gensec setup into a helper functionAndrew Bartlett1-22/+37