summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3/winbindd: fix invalid freeAurelien Aptel2017-01-181-1/+1
* winbind: Fix CID 1398534 Dereference before null checkJeremy Allison2017-01-132-8/+6
* winbind: Fix CID 1398530 Resource leakVolker Lendecke2017-01-111-0/+1
* winbind: Fix CID 1398530 Resource leakVolker Lendecke2017-01-111-2/+3
* winbind: Fix CID 1398531 Resource leakVolker Lendecke2017-01-111-0/+1
* winbind: Fix CID 1398533 Resource leakVolker Lendecke2017-01-111-0/+1
* winbind: Fix CID 1398533 Resource leakVolker Lendecke2017-01-111-0/+1
* s3:winbindd: talloc_steal the extra_data in winbindd_list_users_recv()Stefan Metzmacher2017-01-101-1/+1
* winbind: Fix a typoVolker Lendecke2017-01-041-1/+1
* winbind: Avoid a few explicit ZERO_STRUCT callsVolker Lendecke2017-01-041-36/+12
* winbind: remove nss_get_info backend functionsVolker Lendecke2017-01-043-174/+0
* winbind: Remove nss_get_info()Volker Lendecke2017-01-041-26/+0
* winbind: Remove unused nss_get_info_cachedVolker Lendecke2017-01-042-124/+0
* winbind: Simplify query_user_list to only return ridsVolker Lendecke2017-01-0411-264/+82
* winbind: Remove wbint_QueryUserListVolker Lendecke2017-01-041-17/+0
* winbind: Make list_users use wb_query_user_listVolker Lendecke2017-01-041-59/+47
* winbind: Make wb_query_user_list just return namesVolker Lendecke2017-01-042-13/+60
* winbind: Remove rpc_lookup_usergroupsVolker Lendecke2017-01-042-83/+0
* winbind: Remove "lookup_usergroups" winbind methodVolker Lendecke2017-01-046-565/+0
* winbind: Remove validate_ugVolker Lendecke2017-01-041-32/+0
* winbind: Remove wcache_lookup_usergroupsVolker Lendecke2017-01-042-64/+0
* winbind: Remove wb_cache_lookup_usergroupsVolker Lendecke2017-01-042-76/+0
* winbind: Remove wbint_LookupUserGroupsVolker Lendecke2017-01-041-17/+0
* winbind: Remove wb_lookupusergroupsVolker Lendecke2017-01-043-104/+0
* winbind: Use wb_gettoken in getuserdomgroupsVolker Lendecke2017-01-041-12/+3
* winbind: Add "expand_local_aliases" to wb_gettokenVolker Lendecke2017-01-044-4/+13
* winbind: Remove rpc_query_userVolker Lendecke2017-01-042-84/+0
* winbind: Remove "query_user" backend functionVolker Lendecke2017-01-046-353/+0
* winbind: Remove unused wb_cache_query_userVolker Lendecke2017-01-042-54/+0
* winbind: Remove wbint_QueryUserVolker Lendecke2017-01-041-15/+0
* winbind: Remove find_builtin_domain helper functionVolker Lendecke2017-01-023-14/+1
* winbind: Remove wb_fill_pwentVolker Lendecke2017-01-023-256/+0
* winbind: Go throught wb_getpwsid for listing usersVolker Lendecke2017-01-022-18/+23
* winbind: Add wbint_QueryUserRidListVolker Lendecke2017-01-021-0/+47
* winbind: Fix a confusing indentationVolker Lendecke2017-01-021-1/+1
* winbind: Simplify wb_gettokenVolker Lendecke2017-01-021-6/+1
* winbind: Don't do supplementary group lookup manuallyVolker Lendecke2017-01-021-26/+37
* idmap_ad: Restore querying SFU nss infoVolker Lendecke2017-01-021-0/+110
* winbind: Restructure wb_getpwsidVolker Lendecke2017-01-022-99/+304
* winbind: Adapt cache to extended wbint_userinfoVolker Lendecke2017-01-021-0/+21
* winbind: Add a GetNssInfo parent/child callVolker Lendecke2017-01-021-0/+14
* winbind: Make "idmap_find_domain" publicVolker Lendecke2017-01-022-1/+2
* winbind: It's legitmate to have 0 groups in info3Volker Lendecke2017-01-021-5/+0
* idmap: Simplify idmap_ad_nss_init()Volker Lendecke2017-01-021-18/+13
* winbind: Fix wb_lookupsids for AD DCsVolker Lendecke2017-01-021-2/+1
* winbind: Initialize user list info to 0Volker Lendecke2017-01-021-0/+2
* lib: Add lib/util_unixsids.hVolker Lendecke2016-12-283-0/+3
* winbindd: Use idmap cache in xids2sidsVolker Lendecke2016-12-281-0/+26
* idmap: Prime gencache after xids2sids callsVolker Lendecke2016-12-271-1/+14
* idmap: Pass up the xid2sids unix-ids from the idmap childVolker Lendecke2016-12-271-0/+1