summaryrefslogtreecommitdiff
path: root/source3/rpc_server/lsasd.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-21s3-rpc_server: Refactor lsasd_create_sockets().Andreas Schneider1-33/+5
2013-10-21lsasd: Fix CID 1107233 Double closeVolker Lendecke1-1/+0
2013-03-15s3-lsad: 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/+6
2013-02-22s3-lsasd: Don't leak file descriptors.Andreas Schneider1-11/+18
2012-10-19s3: Remove some calls to procid_selfVolker Lendecke1-5/+7
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-3/+3
2012-06-19s3:rpc_server/lsasd: remove dependency to libgen.h and basename()Stefan Metzmacher1-8/+11
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2012-03-05s3-lsasd: Fix debug messages on registration failureAndrew Bartlett1-3/+3
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-2/+2
2011-08-24s3: Fix an uninitialized variableVolker Lendecke1-1/+1
2011-08-23s3: Fix the build on FreeBSDVolker Lendecke1-0/+1
2011-08-21s3-passdb: Keep caches coherentAndreas Schneider1-0/+3
2011-08-21s3-lsasd: Listen on \PIPE\lsass.Andreas Schneider1-0/+16
2011-08-21s3-lsasd: Add missing ncalrpc listeners.Andreas Schneider1-0/+66
2011-08-21s3-lsasd: Remove useless checkSimo Sorce1-16/+3
2011-08-21s3-lsasd: Listen on parent messagesSimo Sorce1-0/+18
2011-08-21s3-lsasd: Send a message to the parent when we accept a connectionSimo Sorce1-0/+25
2011-08-21s3-lsasd: User new prefork helpers to simplify code.Simo Sorce1-27/+3
2011-08-21s3-prefork: Fix worker flags handling.Simo Sorce1-1/+1
2011-08-21s3-prefork: do not use a lock_fd, just race on accept()Simo Sorce1-18/+5
2011-08-21s3-lsasd: Use prefrok utils to manage childrenSimo Sorce1-117/+36
2011-08-21s3-lsasd: Import fixes from spoolssdSimo Sorce1-98/+36
2011-08-21s3-lsasd: Create a lsa service daemon.Andreas Schneider1-0/+1034