summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_pipe_register.c
AgeCommit message (Collapse)AuthorFilesLines
2010-07-19s3-rpc_server: Added callbacks for init and shutdown of a rpc service.Andreas Schneider1-1/+44
This adds two callback function for each rpc service. One is for initialisation and the other for shutdown. rpc_<service>_unregister() needs to be called to execute the shutdown function.
2010-07-19s3-rpc_server: Don't register the same rpc commands twice.Andreas Schneider1-6/+4
2010-06-04s3-rpc: Seperate rpc_srv_register for plain connection.Andreas Schneider1-0/+200
This will make it possible to create plain rpc named pipe connnections. Reviewed-by: Simo Sorce <idra@samba.org>