summaryrefslogtreecommitdiff
path: root/source3/rpc_server/epmd.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-15s3-epmd: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-05s3-daemons: Set the comment field of the daemons.Andreas Schneider1-0/+4
2012-10-19s3: Remove some calls to procid_selfVolker Lendecke1-1/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-2/+3
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2012-03-04change low FDs are handled in SambaAndrew Bartlett1-3/+0
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-1/+0
2011-08-11s3-messaging: Do not register to classes we are not going to use.Simo Sorce1-2/+2
2011-08-01s3-epmd: Use rpc_setup_tcpip_sockets().Andreas Schneider1-73/+14
2011-07-18s3-rpc_server: Fixed segfaults in rpc daemons.Andreas Schneider1-1/+1
2011-06-01s3-epmapper: Register ports on IPv4 too.Andreas Schneider1-1/+1
2011-06-01s3-rpc_server: Remove guessing of the syntax id.Andreas Schneider1-3/+0
2011-05-05s3-rpc_server: run minimal_includes.pl.Günther Deschner1-1/+0
2011-05-02s3: include ntdomain.h before including generated srv_ headers.Günther Deschner1-0/+1
2011-05-02s3-proto: move rpc_srv_register protos and structs to town headerfile.Günther Deschner1-0/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-23s3-epmd: Cleanup endpoints on service pipe disconnect.Andreas Schneider1-1/+1
2011-03-23s3-rpc_server: Added disconnect callback function.Andreas Schneider1-1/+2
2011-03-23s3-epmd: Cleanup endpoint mapper correctly.Andreas Schneider1-1/+15
2011-03-08s3-epmd: remove some unused variables.Günther Deschner1-6/+0
2011-03-08s3-rpc_server: Added IPv6 support for epmapper.Andreas Schneider1-0/+9
2011-03-08s3-rpc_server: Created an Endpoint Mapper Daemon.Andreas Schneider1-0/+279