summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3:winbind: Log client process name for PAM authAndreas Schneider2018-11-121-2/+4
* s3:winbind: Log client process name in winbind_miscAndreas Schneider2018-11-121-16/+30
* s3:winbind: Log client process nameAndreas Schneider2018-11-1212-13/+46
* s3:winbindd: Also log the process name in winbinddAndreas Schneider2018-11-122-5/+15
* idmap: Use dom_sid_str_bufVolker Lendecke2018-11-091-1/+3
* idmap: Use dom_sid_str_bufVolker Lendecke2018-11-091-2/+5
* winbind: Use dom_sid_str_bufVolker Lendecke2018-11-091-27/+27
* winbind: Use dom_sid_str_bufVolker Lendecke2018-11-091-2/+2
* winbind: Use dom_sid_str_bufVolker Lendecke2018-11-091-4/+6
* gencache: Remove transaction-based tdbVolker Lendecke2018-11-061-2/+0
* winbindd: Use dom_sid_str_bufVolker Lendecke2018-11-021-3/+3
* winbindd: Use dom_sid_str_bufVolker Lendecke2018-11-021-7/+6
* idmap: Use dom_sid_str_bufVolker Lendecke2018-11-021-5/+6
* windbindd: reword error messageGary Lockyer2018-11-011-1/+2
* s3: winbind: Remove fstring from wb_acct_info structSamuel Cabrero2018-11-014-14/+22
* s3:winbind: Check return code of initialize_password_db()Andreas Schneider2018-10-291-1/+7
* lib: Remove gencache.h from proto.hVolker Lendecke2018-10-193-0/+3
* lib: Move the "expired" for gencache_parse calculation into gencache.cVolker Lendecke2018-10-161-2/+4
* namemap_cache: Absorb the expired calculation into namemap_cache.cVolker Lendecke2018-10-161-5/+8
* winbindd_cache: Fix timeout calculation for sid<->name cacheVolker Lendecke2018-10-161-2/+2
* s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt2018-09-074-44/+44
* s3: Rename server_event_context() to global_event_context()Christof Schmitt2018-09-0715-68/+68
* lib: Pass mem_ctx to state_path()Volker Lendecke2018-08-174-4/+4
* s3:winbind: Fix memory leak in nss_init()Andreas Schneider2018-08-131-8/+18
* idmap: Make pointer initialization explicitVolker Lendecke2018-07-261-3/+2
* winbind: Move variable declarations close to their useVolker Lendecke2018-07-241-3/+3
* winbind: Align integer typesVolker Lendecke2018-07-241-2/+2
* 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