summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3:winbind: Add async wb_dsgetdcnameVolker Lendecke2009-08-292-0/+124
* s3:winbind: Convert winbindd_dsgetdcname to the new APIVolker Lendecke2009-08-294-117/+207
* s3:winbind: Add an async dsgetdcname callVolker Lendecke2009-08-291-0/+81
* s3:winbind: Convert the GETPWENT routines to the new APIVolker Lendecke2009-08-297-385/+278
* s3:winbind: Add async next_pwentVolker Lendecke2009-08-293-0/+163
* s3:winbind: Add async fill_pwentVolker Lendecke2009-08-292-0/+162
* s3:winbind: Add async query_user_listVolker Lendecke2009-08-293-0/+112
* s3:winbind: simplify wb_seqnums_done a bitVolker Lendecke2009-08-291-15/+24
* s3:winbind: Make wb_seqnums.c update the winbind cache seqnumsVolker Lendecke2009-08-291-1/+12
* s3:winbind: Fix a bug found by RPC-SAMRVolker Lendecke2009-08-298-47/+59
* s3:winbind: Fix a typoVolker Lendecke2009-08-291-1/+1
* s3:winbind: Rename wbint_GroupMembers to wbint_PrincipalsVolker Lendecke2009-08-292-8/+8
* s3:winbind: Rename wbint_GroupMember to wbint_PrincipalVolker Lendecke2009-08-293-24/+23
* s3:winbind: Convert WINBINDD_GETUSERSIDS to the new APIVolker Lendecke2009-08-275-255/+129
* s3:winbind: Fix a typoVolker Lendecke2009-08-271-1/+1
* s3:winbind: Remove the manual caching for the async wb_ functionsVolker Lendecke2009-08-276-80/+15
* s3:winbind: Some calls are not cacheableVolker Lendecke2009-08-271-0/+19
* s3:winbind: Factor out wcache_store_seqnum()Volker Lendecke2009-08-272-19/+34
* s3:winbind: Add a generic cache for NDR based parent-child requestsVolker Lendecke2009-08-277-21/+157
* s3:winbind: Factor out wcache_fetch_seqnumVolker Lendecke2009-08-271-14/+39
* s3/winbindd: Remove unnecessary check for NULL SIDSteven Danneman2009-08-262-8/+7
* s3:winbind: Fix Coverity ID 942: Resource LeakVolker Lendecke2009-08-261-0/+2
* s3:winbind: Fallback to the forest root for lookupnameVolker Lendecke2009-08-231-0/+49
* s3:winbind: Even on a domain controller, "our" domain is internalVolker Lendecke2009-08-231-6/+0
* s3:winbind: Do not drop the first user in sam_query_user_listVolker Lendecke2009-08-231-3/+4
* s3:winbind: For internal domains it is pointless to connect to a DCVolker Lendecke2009-08-232-1/+11
* s3:winbind: winbindd_dual_ndrcmd should output what it's doingVolker Lendecke2009-08-231-0/+4
* s3:winbind: Fix the talloc hierarchy in wb_queryuser_doneVolker Lendecke2009-08-231-1/+1
* s3-idmap: fix two uninitialized variable warnings in idmap_tdb2.Günther Deschner2009-08-201-3/+3
* s3:winbind: The get[gr|pw]end functions need access to the client stateVolker Lendecke2009-08-1618-3/+36
* s3:winbind: Convert WINBINDD_GETGRNAM to the new APIVolker Lendecke2009-08-164-253/+198
* s3:winbind: Convert WINBINDD_GETGRGID to the new APIVolker Lendecke2009-08-164-52/+142
* s3:winbind: Add winbindd_print_groupmemVolker Lendecke2009-08-162-0/+75
* s3:winbind: Make fill_grent publically availableVolker Lendecke2009-08-162-3/+4
* s3:winbind: Add const to normalize_name_mapVolker Lendecke2009-08-162-4/+4
* s3:winbind: Add async wb_getgrsidVolker Lendecke2009-08-162-0/+159
* s3:winbind: Add async wb_group_membersVolker Lendecke2009-08-163-0/+541
* s3:winbind: Make wcache_lookup_groupmem available publicallyVolker Lendecke2009-08-162-24/+60
* s3:winbind: Convert winbindd_show_sequence to the new APIVolker Lendecke2009-08-164-112/+177
* s3:winbind: Add async wb_seqnumsVolker Lendecke2009-08-162-0/+138
* s3:winbind: Add async wb_seqnumVolker Lendecke2009-08-163-0/+98
* s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke2009-08-1612-87/+49
* s3:winbind: Simplify _wbint_[GU]id2SidVolker Lendecke2009-08-161-16/+4
* s3:winbindd: raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.Stefan Metzmacher2009-08-112-0/+56
* s3: Fix nss info substitutionBo Yang2009-08-081-3/+3
* s3:winbind: Convert WINBINDD_GETGROUPS to the new APIVolker Lendecke2009-08-054-173/+229
* s3:winbind: Add async wb_gettokenVolker Lendecke2009-08-052-0/+223
* s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new APIVolker Lendecke2009-08-054-28/+130
* s3:winbind: Add async wb_lookupusergroupsVolker Lendecke2009-08-053-0/+120
* s3:winbind: Make wcache_lookup_usergroups externally visibleVolker Lendecke2009-08-052-29/+52