summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3: lib: Rename all uses of file_pload_XXX -> file_ploadv_XXX.Ralph Boehme2019-06-131-2/+2
* s3: winbind: Convert idmap to use file_ploadv_send().Jeremy Allison2019-06-131-10/+43
* s3: winbind: Fix crash when invoking winbind idmap scripts.Jeremy Allison2019-06-132-9/+33
* s3:winbindd: Do not free db_path in idmap_tdb2 before we printed itAndreas Schneider2019-05-171-2/+2
* winbind: Fix overlapping id rangesVolker Lendecke2019-05-171-2/+10
* winbind: Use domain name from lsa query for sid_to_name cache entryChristof Schmitt2019-05-151-2/+3
* winbind: Return queried domain name from name_to_sidChristof Schmitt2019-05-159-6/+44
* winbind: Query domain from winbind sam_name_to_sidChristof Schmitt2019-05-151-0/+2
* winbind: Query domain from winbind rpc name_to_sidChristof Schmitt2019-05-151-1/+2
* winbind: Query domain from msrpc name_to_sidChristof Schmitt2019-05-151-1/+2
* winbind: Use idmap_cache_find_xid2sidVolker Lendecke2019-03-121-13/+2
* winbind: Now we explicitly track if we got ids from cacheVolker Lendecke2019-03-121-4/+10
* winbind: Initialize "expired" parameter to idmap_cache_xid2sidVolker Lendecke2019-03-121-1/+1
* idmap_cache: Only touch "sid" on success in find_xid_to_sidVolker Lendecke2019-03-121-1/+1
* 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