Age | Commit message (Expand) | Author | Files | Lines |
2009-10-17 | s3:winbind: Move fillup_pw_field() as static to wb_fill_pwent.c | Volker Lendecke | 1 | -8/+0 |
2009-10-13 | s3-winbindd: add wbint_ChangeMachineAccount implementation. | Günther Deschner | 1 | -0/+7 |
2009-09-28 | s3:winbind: Make check_info3_in_group, sanitize its memory handling | Volker Lendecke | 1 | -0/+2 |
2009-09-28 | s3:winbind: Make "check_request_flags" publically available | Volker Lendecke | 1 | -0/+1 |
2009-09-28 | s3:winbind: Sanitize the args for find_auth_domain: It only needs the flags | Volker Lendecke | 1 | -2/+2 |
2009-09-28 | s3:winbind: Make append_data publically available as append_auth_data | Volker Lendecke | 1 | -0/+4 |
2009-09-22 | s3-winbindd: add cm_connect_lsa_tcp(). | Günther Deschner | 1 | -0/+3 |
2009-09-17 | s3-winbindd: add and use winbindd_lookup_names(). | Günther Deschner | 1 | -0/+7 |
2009-09-17 | s3-winbindd: add and use winbindd_lookup_sids(). | Günther Deschner | 1 | -0/+9 |
2009-09-07 | s3:winbind: Convert WINBINDD_SET_HWM to the new API | Volker Lendecke | 1 | -0/+7 |
2009-09-07 | s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new API | Volker Lendecke | 1 | -0/+7 |
2009-09-07 | s3:winbind: Convert WINBINDD_SET_MAPPING to the new API | Volker Lendecke | 1 | -0/+7 |
2009-09-07 | s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new API | Volker Lendecke | 1 | -0/+6 |
2009-09-05 | s3:winbind: Make the pam_auth subfunctions static | Volker Lendecke | 1 | -9/+0 |
2009-08-30 | w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new API | Volker Lendecke | 1 | -0/+7 |
2009-08-30 | w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new API | Volker Lendecke | 1 | -0/+7 |
2009-08-29 | s3:winbind: Convert WINBINDD_LIST_GROUPS to the new API | Volker Lendecke | 1 | -0/+8 |
2009-08-29 | s3:winbind: Convert WINBINDD_LIST_USERS to the new API | Volker Lendecke | 1 | -0/+7 |
2009-08-29 | s3:winbind: Convert the getgrent functions to the new API | Volker Lendecke | 1 | -0/+19 |
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 |