summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_pipe_register.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-02s3-rpc_server: remove proto of nonexisting functionGünther Deschner1-1/+1
(rpc_pipe_register_commands). Guenther
2011-05-02s3-proto: move rpc_srv_register protos and structs to town headerfile.Günther Deschner1-0/+1
Guenther
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner1-0/+1
Guenther
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>