summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:winbind: Convert WINBINDD_GETSIDALIASES to the new APIVolker Lendecke2009-08-054-28/+144
* s3:winbind: Add async wb_lookupuseraliasesVolker Lendecke2009-08-053-0/+122
* s3:winbind: Make parse_sidlist take a const char *Volker Lendecke2009-08-052-5/+12
* s3:winbind: Make wcache_lookup_useraliases available publicallyVolker Lendecke2009-08-052-33/+78
* s3:winbind: Convert WINBINDD_GETPWUID to the new APIVolker Lendecke2009-08-054-265/+116
* s3:winbind: Convert WINBINDD_GETPWNAM to the new APIVolker Lendecke2009-08-054-98/+151
* s3:winbind: Convert WINBINDD_GETPWSID to the new APIVolker Lendecke2009-08-054-21/+100
* s3:winbind: Add async wb_getpwsidVolker Lendecke2009-08-052-0/+229
* s3:winbind: Make fillup_pw_field publically availableVolker Lendecke2009-08-052-1/+9
* s3:winbind: Add async wb_queryuserVolker Lendecke2009-08-053-0/+153
* s3:winbind: Make wcache_query_user externally visibleVolker Lendecke2009-08-052-22/+47
* s3:winbind: Convert WINBINDD_GID_TO_SID the new APIVolker Lendecke2009-08-054-59/+95
* s3:winbind: Add async wb_gid2sidVolker Lendecke2009-08-053-0/+136
* s3:winbind: Convert WINBINDD_UID_TO_SID the new APIVolker Lendecke2009-08-054-59/+95
* s3:winbind: Add async wb_uid2sidVolker Lendecke2009-08-053-0/+137
* s3:winbind: Convert WINBINDD_SID_TO_GID the new APIVolker Lendecke2009-08-054-114/+102
* s3:winbind: Add async wb_sid2gidVolker Lendecke2009-08-053-0/+188
* s3:winbind: Convert WINBINDD_SID_TO_UID to the new APIVolker Lendecke2009-08-054-110/+101
* s3:winbind: Add async wb_sid2uidVolker Lendecke2009-08-053-0/+189
* s3:winbind: Convert WINBINDD_LOOKUPNAME to the new APIVolker Lendecke2009-08-054-61/+117
* s3:winbind: Add async wb_lookupnameVolker Lendecke2009-08-053-0/+124
* s3:winbind: Make wcache_name_to_sid visible externallyVolker Lendecke2009-08-052-42/+42
* s3:winbind: Remove old version of WINBINDD_PINGVolker Lendecke2009-08-052-7/+0
* s3:winbind: Convert WINBINDD_LOOKUPSID to the new APIVolker Lendecke2009-08-054-43/+110
* s3:winbind: Add async wb_lookupsidVolker Lendecke2009-08-053-0/+163
* s3:winbind: Make wcache_sid_to_name externally visibleVolker Lendecke2009-08-052-42/+49
* s3:winbind: Add NDR-based parent-child communication to winbindVolker Lendecke2009-08-058-0/+335
* idmap_adex: Fix usage of talloc_stackframe().Gerald Carter2009-08-041-22/+26
* Add some const to winbind_userinfoVolker Lendecke2009-08-0311-37/+44