Age | Commit message (Expand) | Author | Files | Lines |
2009-08-29 | s3:winbind: Add async wb_next_grent | Volker Lendecke | 1 | -0/+8 |
2009-08-29 | w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new API | Volker Lendecke | 1 | -2/+7 |
2009-08-29 | s3:winbind: Convert the GETDCNAME routines to the new API | Volker Lendecke | 1 | -1/+7 |
2009-08-29 | s3:winbind: Add async wb_dsgetdcname | Volker Lendecke | 1 | -0/+9 |
2009-08-29 | s3:winbind: Convert winbindd_dsgetdcname to the new API | Volker Lendecke | 1 | -0/+7 |
2009-08-29 | s3:winbind: Convert the GETPWENT routines to the new API | Volker Lendecke | 1 | -0/+20 |
2009-08-29 | s3:winbind: Add async next_pwent | Volker Lendecke | 1 | -0/+6 |
2009-08-29 | s3:winbind: Add async fill_pwent | Volker Lendecke | 1 | -0/+7 |
2009-08-29 | s3:winbind: Add async query_user_list | Volker Lendecke | 1 | -0/+7 |
2009-08-27 | s3:winbind: Convert WINBINDD_GETUSERSIDS to the new API | Volker Lendecke | 1 | -4/+7 |
2009-08-27 | s3:winbind: Factor out wcache_store_seqnum() | Volker Lendecke | 1 | -0/+2 |
2009-08-27 | s3:winbind: Add a generic cache for NDR based parent-child requests | Volker Lendecke | 1 | -1/+6 |
2009-08-16 | s3:winbind: The get[gr|pw]end functions need access to the client state | Volker Lendecke | 1 | -1/+17 |
2009-08-16 | s3:winbind: Convert WINBINDD_GETGRNAM to the new API | Volker Lendecke | 1 | -0/+6 |
2009-08-16 | s3:winbind: Convert WINBINDD_GETGRGID to the new API | Volker Lendecke | 1 | -0/+6 |
2009-08-16 | s3:winbind: Add winbindd_print_groupmem | Volker Lendecke | 1 | -0/+3 |
2009-08-16 | s3:winbind: Make fill_grent publically available | Volker Lendecke | 1 | -0/+2 |
2009-08-16 | s3:winbind: Add const to normalize_name_map | Volker Lendecke | 1 | -3/+3 |
2009-08-16 | s3:winbind: Add async wb_getgrsid | Volker Lendecke | 1 | -0/+8 |
2009-08-16 | s3:winbind: Add async wb_group_members | Volker Lendecke | 1 | -0/+7 |
2009-08-16 | s3:winbind: Make wcache_lookup_groupmem available publically | Volker Lendecke | 1 | -0/+6 |
2009-08-16 | s3:winbind: Convert winbindd_show_sequence to the new API | Volker Lendecke | 1 | -0/+7 |
2009-08-16 | s3:winbind: Add async wb_seqnums | Volker Lendecke | 1 | -0/+5 |
2009-08-16 | s3:winbind: Add async wb_seqnum | Volker Lendecke | 1 | -0/+4 |
2009-08-16 | s3:winbind: WINBIND_USERINFO -> wbint_userinfo | Volker Lendecke | 1 | -2/+2 |
2009-08-05 | s3:winbind: Convert WINBINDD_GETGROUPS to the new API | Volker Lendecke | 1 | -0/+5 |
2009-08-05 | s3:winbind: Add async wb_gettoken | Volker Lendecke | 1 | -0/+5 |
2009-08-05 | s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new API | Volker Lendecke | 1 | -0/+7 |
2009-08-05 | s3:winbind: Add async wb_lookupusergroups | Volker Lendecke | 1 | -0/+7 |
2009-08-05 | s3:winbind: Make wcache_lookup_usergroups externally visible | Volker Lendecke | 1 | -0/+5 |
2009-08-05 | s3:winbind: Convert WINBINDD_GETSIDALIASES to the new API | Volker Lendecke | 1 | -0/+5 |
2009-08-05 | s3:winbind: Add async wb_lookupuseraliases | Volker Lendecke | 1 | -0/+7 |
2009-08-05 | s3:winbind: Make parse_sidlist take a const char * | Volker Lendecke | 1 | -1/+1 |
2009-08-05 | s3:winbind: Make wcache_lookup_useraliases available publically | Volker Lendecke | 1 | -0/+4 |
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWUID to the new API | Volker Lendecke | 1 | -0/+6 |
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWNAM to the new API | Volker Lendecke | 1 | -0/+7 |
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWSID to the new API | Volker Lendecke | 1 | -0/+6 |
2009-08-05 | s3:winbind: Add async wb_getpwsid | Volker Lendecke | 1 | -0/+6 |
2009-08-05 | s3:winbind: Make fillup_pw_field publically available | Volker Lendecke | 1 | -0/+8 |
2009-08-05 | s3:winbind: Add async wb_queryuser | Volker Lendecke | 1 | -0/+5 |
2009-08-05 | s3:winbind: Make wcache_query_user externally visible | Volker Lendecke | 1 | -0/+4 |
2009-08-05 | s3:winbind: Convert WINBINDD_GID_TO_SID the new API | Volker Lendecke | 1 | -0/+6 |
2009-08-05 | s3:winbind: Add async wb_gid2sid | Volker Lendecke | 1 | -0/+5 |
2009-08-05 | s3:winbind: Convert WINBINDD_UID_TO_SID the new API | Volker Lendecke | 1 | -0/+6 |
2009-08-05 | s3:winbind: Add async wb_uid2sid | Volker Lendecke | 1 | -0/+6 |
2009-08-05 | s3:winbind: Convert WINBINDD_SID_TO_GID the new API | Volker Lendecke | 1 | -0/+6 |
2009-08-05 | s3:winbind: Add async wb_sid2gid | Volker Lendecke | 1 | -0/+4 |
2009-08-05 | s3:winbind: Convert WINBINDD_SID_TO_UID to the new API | Volker Lendecke | 1 | -0/+5 |
2009-08-05 | s3:winbind: Add async wb_sid2uid | Volker Lendecke | 1 | -0/+7 |
2009-08-05 | s3:winbind: Convert WINBINDD_LOOKUPNAME to the new API | Volker Lendecke | 1 | -0/+5 |