summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-09async_sock: Use unix errnos instead of NTSTATUSKai Blin1-21/+0
2009-01-28s3:winbind: remove prototype for non-existent function from winbind_proto.hMichael Adam1-1/+0
2009-01-27s3: Fix shadowed declarationTim Prouty1-1/+1
2009-01-27s3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUSR2 via teventStefan Metzmacher1-2/+2
2009-01-06Make winbindd_cm.c use winbindd_reinit_after_fork().Jeremy Allison1-0/+1
2009-01-05s3:winbindd: regain tickets for all ccache entries, when we go onlineStefan Metzmacher1-0/+1
2009-01-05s3:winbindd: cancel all ccache entry events and not just oneStefan Metzmacher1-0/+1
2009-01-05s3:winbindd: rename fd_event => winbindd_fd_eventStefan Metzmacher1-4/+4
2009-01-04Remove wb_trans_send/recvVolker Lendecke1-9/+0
2008-12-08Add wb_trans_send/revcVolker Lendecke1-0/+9
2008-12-08Add infrastructure to transfer winbindd_request/response asynchronouslyVolker Lendecke1-0/+21
2008-11-21s3-winbindd: make all winbind rpc-methods static.Michael Adam1-34/+0