summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-16s3:winbind: Convert winbindd_show_sequence to the new APIVolker Lendecke1-0/+7
2009-08-16s3:winbind: Add async wb_seqnumsVolker Lendecke1-0/+5
2009-08-16s3:winbind: Add async wb_seqnumVolker Lendecke1-0/+4
2009-08-16s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke1-2/+2
2009-08-05s3:winbind: Convert WINBINDD_GETGROUPS to the new APIVolker Lendecke1-0/+5
2009-08-05s3:winbind: Add async wb_gettokenVolker Lendecke1-0/+5
2009-08-05s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new APIVolker Lendecke1-0/+7
2009-08-05s3:winbind: Add async wb_lookupusergroupsVolker Lendecke1-0/+7
2009-08-05s3:winbind: Make wcache_lookup_usergroups externally visibleVolker Lendecke1-0/+5
2009-08-05s3:winbind: Convert WINBINDD_GETSIDALIASES to the new APIVolker Lendecke1-0/+5
2009-08-05s3:winbind: Add async wb_lookupuseraliasesVolker Lendecke1-0/+7
2009-08-05s3:winbind: Make parse_sidlist take a const char *Volker Lendecke1-1/+1
2009-08-05s3:winbind: Make wcache_lookup_useraliases available publicallyVolker Lendecke1-0/+4
2009-08-05s3:winbind: Convert WINBINDD_GETPWUID to the new APIVolker Lendecke1-0/+6
2009-08-05s3:winbind: Convert WINBINDD_GETPWNAM to the new APIVolker Lendecke1-0/+7
2009-08-05s3:winbind: Convert WINBINDD_GETPWSID to the new APIVolker Lendecke1-0/+6
2009-08-05s3:winbind: Add async wb_getpwsidVolker Lendecke1-0/+6
2009-08-05s3:winbind: Make fillup_pw_field publically availableVolker Lendecke1-0/+8
2009-08-05s3:winbind: Add async wb_queryuserVolker Lendecke1-0/+5
2009-08-05s3:winbind: Make wcache_query_user externally visibleVolker Lendecke1-0/+4
2009-08-05s3:winbind: Convert WINBINDD_GID_TO_SID the new APIVolker Lendecke1-0/+6
2009-08-05s3:winbind: Add async wb_gid2sidVolker Lendecke1-0/+5
2009-08-05s3:winbind: Convert WINBINDD_UID_TO_SID the new APIVolker Lendecke1-0/+6
2009-08-05s3:winbind: Add async wb_uid2sidVolker Lendecke1-0/+6
2009-08-05s3:winbind: Convert WINBINDD_SID_TO_GID the new APIVolker Lendecke1-0/+6
2009-08-05s3:winbind: Add async wb_sid2gidVolker Lendecke1-0/+4
2009-08-05s3:winbind: Convert WINBINDD_SID_TO_UID to the new APIVolker Lendecke1-0/+5
2009-08-05s3:winbind: Add async wb_sid2uidVolker Lendecke1-0/+7
2009-08-05s3:winbind: Convert WINBINDD_LOOKUPNAME to the new APIVolker Lendecke1-0/+5
2009-08-05s3:winbind: Add async wb_lookupnameVolker Lendecke1-0/+7
2009-08-05s3:winbind: Make wcache_name_to_sid visible externallyVolker Lendecke1-0/+5
2009-08-05s3:winbind: Convert WINBINDD_LOOKUPSID to the new APIVolker Lendecke1-0/+7
2009-08-05s3:winbind: Add async wb_lookupsidVolker Lendecke1-0/+7
2009-08-05s3:winbind: Make wcache_sid_to_name externally visibleVolker Lendecke1-0/+6
2009-08-05s3:winbind: Add NDR-based parent-child communication to winbindVolker Lendecke1-0/+6
2009-08-03Add some const to winbind_userinfoVolker Lendecke1-2/+2
2009-07-31Slightly restructure the async winbind request calling conventionVolker Lendecke1-2/+2
2009-06-14Make rescan_trusted_domains a timed eventVolker Lendecke1-1/+2
2009-06-14Remove unused init_child_connection()Volker Lendecke1-4/+0
2009-06-14Add winbindd_dual_ping to all childrenVolker Lendecke1-0/+2
2009-06-14Add async wb_pingVolker Lendecke1-0/+6
2009-06-14Add wb_domain_request_send/recvVolker Lendecke1-0/+6
2009-06-14Remove some unused codeVolker Lendecke1-11/+0
2009-06-14Convert the winbind parent->child communication to wb_reqtransVolker Lendecke1-0/+7
2009-03-18s3: remove POLICY_HND.Günther Deschner1-2/+2
2009-03-18s3:winbindd: remove unused close_winbindd_socket() functionStefan Metzmacher1-1/+0
2009-03-12Make opt_nocache static to winbindd.cVolker Lendecke1-0/+2
2009-02-17s3:winbindd: make do_async_domain() static.Michael Adam1-6/+0
2009-02-11s3: Implement wbcGetSidAliasesDan Sledz1-0/+3
2009-02-11s3: Implement wbcGetpwsidDan Sledz1-0/+1