summaryrefslogtreecommitdiff
path: root/source4/ldap_server
Commit message (Expand)AuthorAgeFilesLines
* ldap_server: Regression in 0559430ab6e5c48d6e853fda0d8b63f2e149015cGarming Sam2019-08-071-0/+1
* ldap server: generate correct referral schemesGary Lockyer2019-05-243-0/+25
* ldap_server: Run ldapsrv_queue_reply() in the ldb callback, rather than waiti...Andrew Bartlett2019-05-201-78/+156
* ldap_server: chunk the writev() calls at 25MBAndrew Bartlett2019-05-202-1/+13
* ldap_server: Add explict repsonse size limit of 256MBAndrew Bartlett2019-05-202-7/+70
* ldap_server: Use an array of struct iovec to avoid data_blob_append()Andrew Bartlett2019-05-202-22/+67
* ldap_server: Run the ldap_encode() step in ldapsrv_queue_reply()Andrew Bartlett2019-05-203-24/+35
* ldap_server: Remove success_limitAndrew Bartlett2019-05-201-9/+1
* ldap: Add a database open after fork to speed-up prefork bindsGarming Sam2019-05-152-1/+27
* s4: use ldb_msg_new(), not talloc/talloc_zeroDouglas Bagnall2019-05-101-3/+1
* s4/ldap_bind: notice backend init failureDouglas Bagnall2019-05-101-0/+1
* CVE-2018-16851 ldap_server: Check ret before manipulating blobGarming Sam2018-11-281-2/+2
* source4 smdb: Add a post fork hook to the service APIGary Lockyer2018-11-011-11/+27
* source4 smbd: Make the service_details structure constant.Gary Lockyer2018-11-011-1/+1
* ldap_server: Fix CID 1435721 Unchecked return valueVolker Lendecke2018-05-241-3/+10
* ldap_server: Fix CID 1435731 Unchecked return valueVolker Lendecke2018-05-241-3/+11
* samdb: Add remote address to connectGary Lockyer2018-05-101-2/+6
* dsdb: pass the remote address to samdb connectGary Lockyer2018-05-101-4/+5
* s4:ldap_server: Fix size typesAndreas Schneider2018-03-201-2/+2
* source4/smbd: Do not overstamp the process model with "single"Gary Lockyer2017-10-191-12/+6
* source4/smbd: refactor the process model for preforkGary Lockyer2017-10-191-7/+16
* ldap_server: Plumb ldb error string from a failed connect to ldapsrv_terminat...Andrew Bartlett2017-09-203-26/+42
* ldap: Run the LDAP server with the default (typically standard) process modelAndrew Bartlett2017-07-021-3/+6
* 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:ldap_server: implement async BindSimpleStefan Metzmacher2017-06-151-20/+149
* s4:ldap_server: improve ldapsrv_UnbindRequest implementationStefan Metzmacher2017-06-151-1/+67
* s4:ldap_server: add call->wait_send/recv infrastructureStefan Metzmacher2017-06-152-2/+63
* s4:ldap_server: don't log Unbind and Abandon requests.Stefan Metzmacher2017-06-151-0/+2
* s4:ldap_server: introduce a ldapsrv_call_destructor()Stefan Metzmacher2017-06-151-0/+13
* s4:ldap_server: use talloc_zero() in ldapsrv_init_reply()Stefan Metzmacher2017-06-151-2/+2