Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-23 | s3:winbind: winbindd_dual_ndrcmd should output what it's doing | Volker Lendecke | 1 | -0/+4 | |
2009-08-23 | s3:winbind: Fix the talloc hierarchy in wb_queryuser_done | Volker Lendecke | 1 | -1/+1 | |
We need to return state->userinfo beyond the end of wb_queryuser_recv, so the unmarshalled strings are children of that, not the state that is lost sooner. Metze, this scheme works fine as long as we only have a single malloc'ed entity that is returned. I think we need a different scheme in the future when we might have more than one independent object to be returned. | |||||
2009-08-20 | s3-idmap: fix two uninitialized variable warnings in idmap_tdb2. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2009-08-16 | s3:winbind: The get[gr|pw]end functions need access to the client state | Volker Lendecke | 18 | -3/+36 | |
2009-08-16 | s3:winbind: Convert WINBINDD_GETGRNAM to the new API | Volker Lendecke | 4 | -253/+198 | |
2009-08-16 | s3:winbind: Convert WINBINDD_GETGRGID to the new API | Volker Lendecke | 4 | -52/+142 | |
2009-08-16 | s3:winbind: Add winbindd_print_groupmem | Volker Lendecke | 2 | -0/+75 | |
This converts a talloc_dict retrieved from wb_group_members to the string that the pipe protocol expects | |||||
2009-08-16 | s3:winbind: Make fill_grent publically available | Volker Lendecke | 2 | -3/+4 | |
2009-08-16 | s3:winbind: Add const to normalize_name_map | Volker Lendecke | 2 | -4/+4 | |
2009-08-16 | s3:winbind: Add async wb_getgrsid | Volker Lendecke | 2 | -0/+159 | |
2009-08-16 | s3:winbind: Add async wb_group_members | Volker Lendecke | 3 | -0/+541 | |
2009-08-16 | s3:winbind: Make wcache_lookup_groupmem available publically | Volker Lendecke | 2 | -24/+60 | |
2009-08-16 | s3:winbind: Convert winbindd_show_sequence to the new API | Volker Lendecke | 4 | -112/+177 | |
2009-08-16 | s3:winbind: Add async wb_seqnums | Volker Lendecke | 2 | -0/+138 | |
This is something that would have been very difficult with the old style of async requests: Send the request to all children simultaneously. | |||||
2009-08-16 | s3:winbind: Add async wb_seqnum | Volker Lendecke | 3 | -0/+98 | |
2009-08-16 | s3:winbind: WINBIND_USERINFO -> wbint_userinfo | Volker Lendecke | 12 | -87/+49 | |
2009-08-16 | s3:winbind: Simplify _wbint_[GU]id2Sid | Volker Lendecke | 1 | -16/+4 | |
2009-08-11 | s3:winbindd: raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds. | Stefan Metzmacher | 2 | -0/+56 | |
metze | |||||
2009-08-08 | s3: Fix nss info substitution | Bo Yang | 1 | -3/+3 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-08-05 | s3:winbind: Convert WINBINDD_GETGROUPS to the new API | Volker Lendecke | 4 | -173/+229 | |
2009-08-05 | s3:winbind: Add async wb_gettoken | Volker Lendecke | 2 | -0/+223 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new API | Volker Lendecke | 4 | -28/+130 | |
2009-08-05 | s3:winbind: Add async wb_lookupusergroups | Volker Lendecke | 3 | -0/+120 | |
2009-08-05 | s3:winbind: Make wcache_lookup_usergroups externally visible | Volker Lendecke | 2 | -29/+52 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GETSIDALIASES to the new API | Volker Lendecke | 4 | -28/+144 | |
2009-08-05 | s3:winbind: Add async wb_lookupuseraliases | Volker Lendecke | 3 | -0/+122 | |
2009-08-05 | s3:winbind: Make parse_sidlist take a const char * | Volker Lendecke | 2 | -5/+12 | |
2009-08-05 | s3:winbind: Make wcache_lookup_useraliases available publically | Volker Lendecke | 2 | -33/+78 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWUID to the new API | Volker Lendecke | 4 | -265/+116 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWNAM to the new API | Volker Lendecke | 4 | -98/+151 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWSID to the new API | Volker Lendecke | 4 | -21/+100 | |
2009-08-05 | s3:winbind: Add async wb_getpwsid | Volker Lendecke | 2 | -0/+229 | |
2009-08-05 | s3:winbind: Make fillup_pw_field publically available | Volker Lendecke | 2 | -1/+9 | |
2009-08-05 | s3:winbind: Add async wb_queryuser | Volker Lendecke | 3 | -0/+153 | |
2009-08-05 | s3:winbind: Make wcache_query_user externally visible | Volker Lendecke | 2 | -22/+47 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GID_TO_SID the new API | Volker Lendecke | 4 | -59/+95 | |
2009-08-05 | s3:winbind: Add async wb_gid2sid | Volker Lendecke | 3 | -0/+136 | |
2009-08-05 | s3:winbind: Convert WINBINDD_UID_TO_SID the new API | Volker Lendecke | 4 | -59/+95 | |
2009-08-05 | s3:winbind: Add async wb_uid2sid | Volker Lendecke | 3 | -0/+137 | |
2009-08-05 | s3:winbind: Convert WINBINDD_SID_TO_GID the new API | Volker Lendecke | 4 | -114/+102 | |
2009-08-05 | s3:winbind: Add async wb_sid2gid | Volker Lendecke | 3 | -0/+188 | |
2009-08-05 | s3:winbind: Convert WINBINDD_SID_TO_UID to the new API | Volker Lendecke | 4 | -110/+101 | |
2009-08-05 | s3:winbind: Add async wb_sid2uid | Volker Lendecke | 3 | -0/+189 | |
2009-08-05 | s3:winbind: Convert WINBINDD_LOOKUPNAME to the new API | Volker Lendecke | 4 | -61/+117 | |
2009-08-05 | s3:winbind: Add async wb_lookupname | Volker Lendecke | 3 | -0/+124 | |
2009-08-05 | s3:winbind: Make wcache_name_to_sid visible externally | Volker Lendecke | 2 | -42/+42 | |
2009-08-05 | s3:winbind: Remove old version of WINBINDD_PING | Volker Lendecke | 2 | -7/+0 | |
2009-08-05 | s3:winbind: Convert WINBINDD_LOOKUPSID to the new API | Volker Lendecke | 4 | -43/+110 | |
2009-08-05 | s3:winbind: Add async wb_lookupsid | Volker Lendecke | 3 | -0/+163 | |
2009-08-05 | s3:winbind: Make wcache_sid_to_name externally visible | Volker Lendecke | 2 | -42/+49 | |