summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/lsasd.c
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc_server: Refactor lsasd_create_sockets().Andreas Schneider2013-10-211-33/+5
* lsasd: Fix CID 1107233 Double closeVolker Lendecke2013-10-211-1/+0
* s3-lsad: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-1/+1
* s3-daemons: Set the comment field of the daemons.Andreas Schneider2013-03-051-0/+6
* s3-lsasd: Don't leak file descriptors.Andreas Schneider2013-02-221-11/+18
* s3: Remove some calls to procid_selfVolker Lendecke2012-10-191-5/+7
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-3/+3
* s3:rpc_server/lsasd: remove dependency to libgen.h and basename()Stefan Metzmacher2012-06-191-8/+11
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* s3-lsasd: Fix debug messages on registration failureAndrew Bartlett2012-03-051-3/+3
* change low FDs are handled in SambaAndrew Bartlett2012-03-041-3/+0
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-121-2/+2
* s3: Fix an uninitialized variableVolker Lendecke2011-08-241-1/+1
* s3: Fix the build on FreeBSDVolker Lendecke2011-08-231-0/+1
* s3-passdb: Keep caches coherentAndreas Schneider2011-08-211-0/+3
* s3-lsasd: Listen on \PIPE\lsass.Andreas Schneider2011-08-211-0/+16
* s3-lsasd: Add missing ncalrpc listeners.Andreas Schneider2011-08-211-0/+66
* s3-lsasd: Remove useless checkSimo Sorce2011-08-211-16/+3
* s3-lsasd: Listen on parent messagesSimo Sorce2011-08-211-0/+18
* s3-lsasd: Send a message to the parent when we accept a connectionSimo Sorce2011-08-211-0/+25
* s3-lsasd: User new prefork helpers to simplify code.Simo Sorce2011-08-211-27/+3
* s3-prefork: Fix worker flags handling.Simo Sorce2011-08-211-1/+1
* s3-prefork: do not use a lock_fd, just race on accept()Simo Sorce2011-08-211-18/+5
* s3-lsasd: Use prefrok utils to manage childrenSimo Sorce2011-08-211-117/+36
* s3-lsasd: Import fixes from spoolssdSimo Sorce2011-08-211-98/+36
* s3-lsasd: Create a lsa service daemon.Andreas Schneider2011-08-211-0/+1034