summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* winbindd: set idmap cache entries as the last step in async wb_xids2sidsRalph Boehme2019-03-041-11/+22
* winbindd: track whether a result from xid2sid was coming from the cacheRalph Boehme2019-03-041-0/+7
* winbindd: switch send-next/done orderRalph Boehme2019-03-041-9/+13
* winbindd: update xid in wb_xids2sids_state->xids with what we gotRalph Boehme2019-03-041-0/+1
* winbindd: convert id to a pointer in wb_xids2sids_dom_done()Ralph Boehme2019-03-041-2/+2
* winbindd: make xids a const argument to wb_xids2sids_send()Ralph Boehme2019-03-042-2/+2
* winbindd: make a copy of xid's in wb_xids2sids_send()Ralph Boehme2019-03-041-1/+6
* winbindd: Route predefined domains through the BUILTIN domain childRalph Boehme2018-12-101-0/+7
* winbindd: fix predefined domains routing in find_lookup_domain_from_sid()Ralph Boehme2018-12-101-19/+8
* winbindd: add some bracesRalph Boehme2018-12-101-1/+2
* winbindd: Fix crash when taking profilesVolker Lendecke2018-11-161-1/+2
* s3:winbind: Check return code of initialize_password_db()Andreas Schneider2018-11-051-1/+7
* winbindd_cache: Fix timeout calculation for sid<->name cacheVolker Lendecke2018-10-241-2/+2
* s3:winbind: Fix memory leak in nss_init()Andreas Schneider2018-08-231-8/+18
* winbindd: Do request profilingVolker Lendecke2018-07-111-2/+44
* winbindd: Convert process_request() to tevent_reqVolker Lendecke2018-07-111-147/+181
* winbindd: Remove ads.h include from nss_infoChristof Schmitt2018-07-111-1/+0
* s3:winbind: Do not lookup local system accounts in ADAndreas Schneider2018-07-041-0/+2
* samba-gpupdate: Change machine option to targetDavid Mulder2018-07-041-1/+1
* s3:winbind: Fix regression introduced with bso #12851Andreas Schneider2018-06-211-18/+10
* winbind: Fix a typoVolker Lendecke2018-06-191-1/+1
* idmap_hash: Align integer typesVolker Lendecke2018-06-191-1/+1
* winbindd: Fix winbindd_ping_dc_recvVolker Lendecke2018-06-161-1/+2
* winbindd: Add a missing NULL checkVolker Lendecke2018-06-161-0/+3
* winbindd: Do an early TALLOC_FREEVolker Lendecke2018-06-161-0/+2
* winbindd: Use is_domain_offline() where appropriateVolker Lendecke2018-06-161-2/+2
* winbindd: Align integer types in for loopsVolker Lendecke2018-06-161-2/+2
* s3:winbind: Fix uninitialzed variable warningAndreas Schneider2018-05-171-1/+1
* s3-winbindd: remove unused fill_domain_username()Günther Deschner2018-05-172-21/+0
* s3-winbindd: use fill_domain_username_talloc() in winbind.Günther Deschner2018-05-175-17/+46
* s3:winbind: Check if we have an open file descriptorAndreas Schneider2018-05-171-1/+4
* s3:winbind: Add sanity check when closing fdAndreas Schneider2018-05-171-2/+4
* winbindd: Remove an unused function prototypeVolker Lendecke2018-05-171-1/+0
* winbindd: Make "request_error()" static to winbindd.cVolker Lendecke2018-05-172-2/+2
* winbindd: Make "request_ok()" static to winbindd.cVolker Lendecke2018-05-172-2/+2
* winbindd: Remove the "old" non-bool dispatch tableVolker Lendecke2018-05-171-27/+0
* winbindd: Make DOMAIN_INFO a proper async requestVolker Lendecke2018-05-175-111/+139
* winbindd: winbindd_list_trusted_domains() -> bool_dispatch_tableVolker Lendecke2018-05-173-7/+8
* winbindd: winbindd_priv_pipe_dir() -> bool_dispatch_tableVolker Lendecke2018-05-173-6/+6
* winbindd: winbindd_ccache_save() -> bool_dispatch_tableVolker Lendecke2018-05-173-12/+10
* winbindd: winbindd_ccache_ntlm_auth() -> bool_dispatch_tableVolker Lendecke2018-05-173-14/+9
* winbindd: winbindd_dc_info() -> bool_dispatch_tableVolker Lendecke2018-05-173-10/+9
* winbindd: winbindd_netbios_name() -> bool_dispatch_tableVolker Lendecke2018-05-173-4/+6
* winbindd: winbindd_domain_name() -> bool_dispatch_tableVolker Lendecke2018-05-173-4/+6
* winbindd: winbindd_ping() -> bool_dispatch_tableVolker Lendecke2018-05-173-4/+6
* winbindd: winbindd_info() -> bool_dispatch_tableVolker Lendecke2018-05-173-4/+6
* winbindd: winbindd_interface_version() -> bool_dispatch_tableVolker Lendecke2018-05-173-5/+6
* winbindd: Introduce "bool_dispatch_table"Volker Lendecke2018-05-171-1/+28
* s3:winbind: Initialize validation_level in winbind_dual_SamLogon()Andreas Schneider2018-05-161-1/+1
* winbind: Fix CID 1435598 Error handling issues (CHECKED_RETURN)Volker Lendecke2018-05-151-5/+9