summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2019-03-01winbindd: Use wrapper for string to integer conversionSwen Schillig3-15/+52
2019-02-28winbind: Use idmap_cache_find_xid2sidVolker Lendecke1-13/+2
2019-02-28winbind: Now we explicitly track if we got ids from cacheVolker Lendecke1-4/+10
2019-02-28winbind: Initialize "expired" parameter to idmap_cache_xid2sidVolker Lendecke1-1/+1
2019-02-28idmap_cache: Only touch "sid" on success in find_xid_to_sidVolker Lendecke1-1/+1
2019-02-27winbind: Avoid a "==False"Volker Lendecke1-1/+1
2019-02-27winbind: Fix an error path memleakVolker Lendecke1-0/+1
2019-02-27winbind: Align integer typesVolker Lendecke1-3/+3
2019-02-27winbindd: Fix typosVolker Lendecke1-2/+2
2019-02-23winbindd: set idmap cache entries as the last step in async wb_xids2sidsRalph Boehme1-11/+22
2019-02-23winbindd: track whether a result from xid2sid was coming from the cacheRalph Boehme1-0/+7
2019-02-23winbindd: switch send-next/done orderRalph Boehme1-9/+13
2019-02-23winbindd: update xid in wb_xids2sids_state->xids with what we gotRalph Boehme1-0/+1
2019-02-23winbindd: convert id to a pointer in wb_xids2sids_dom_done()Ralph Boehme1-2/+2
2019-02-23winbindd: make xids a const argument to wb_xids2sids_send()Ralph Boehme2-2/+2
2019-02-23winbindd: make a copy of xid's in wb_xids2sids_send()Ralph Boehme1-1/+6
2019-02-22s3:winbindd: Remove unused arcfour.h from PAM handlingAndreas Schneider1-1/+0
2019-02-20winbind: Log PAM and NTLM authentications.Gary Lockyer3-18/+227
2019-02-20winbind: Generate and pass logon IDGary Lockyer3-1/+25
2019-02-14winbindd_irpc: remove unused winbind_DsrUpdateReadOnlyServerDnsRecords from w...Stefan Metzmacher1-2/+0
2019-02-08winbindd: Enhance xids2sids debuggingVolker Lendecke1-0/+5
2019-02-08winbind: Enhance xids2sids debuggingVolker Lendecke1-2/+6
2019-01-28s3:winbind: Use C99 initializer for poptOption in winbinddAndreas Schneider1-6/+48
2019-01-08idmap: In _wbint_Sids2UnixIDs, pass back what we haveVolker Lendecke1-0/+9
2019-01-08idmap_tdb: If one SID fails to map, try the restVolker Lendecke1-1/+4
2019-01-08winbind: Fix a typoVolker Lendecke1-1/+1
2019-01-08winbindd: Use dom_sid_str_bufVolker Lendecke1-8/+10
2018-12-22winbind: honor WBFLAG_FROM_NSS along with winbind enum users/groupsStefan Metzmacher2-0/+10
2018-12-20winbindd: Use dom_sid_str_bufVolker Lendecke25-59/+129
2018-12-20winbind: Use dom_sid_str_bufVolker Lendecke3-4/+11
2018-12-19winbindd: Add kerberos tracingSwen Schillig1-3/+3
2018-12-14Correction of comment in winbindd_pam.camitkuma1-1/+1
2018-12-11winbind: Use dom_sid_str_bufVolker Lendecke4-72/+48
2018-12-07winbindd: Use dom_sid_str_bufVolker Lendecke4-13/+12
2018-12-07idmap_tdb: Use dom_sid_str_bufVolker Lendecke1-3/+2
2018-12-07winbindd_cache: Use dom_sid_str_bufVolker Lendecke1-17/+21
2018-12-05winbindd: Route predefined domains through the BUILTIN domain childRalph Boehme1-0/+7
2018-12-05winbindd: fix predefined domains routing in find_lookup_domain_from_sid()Ralph Boehme1-19/+8
2018-12-05winbindd: add some bracesRalph Boehme1-1/+2
2018-11-30Fix spelling mistakesOlly Betts1-2/+2
2018-11-28s3:winbindd: Use #ifdef instead of #if for config.h definitionsAndreas Schneider1-1/+1
2018-11-27winbind: Use dom_sid_str_bufVolker Lendecke1-10/+6
2018-11-27winbind: Fix "wbint_Principals" definitionVolker Lendecke2-2/+2
2018-11-27winbind: Use dom_sid_str_bufVolker Lendecke1-3/+7
2018-11-27winbind: Use dom_sid_str_bufVolker Lendecke1-1/+4
2018-11-27winbind: Use dom_sid_str_bufVolker Lendecke1-7/+5
2018-11-27libads: Give krb5_errs.c its own headerVolker Lendecke2-0/+2
2018-11-12winbindd: Fix crash when taking profilesVolker Lendecke1-1/+2
2018-11-12s3:winbind: Log client process name for PAM authAndreas Schneider1-2/+4
2018-11-12s3:winbind: Log client process name in winbind_miscAndreas Schneider1-16/+30