summaryrefslogtreecommitdiff
path: root/lib/util/become_daemon.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20lib/util/become_daemon.c: use DBG_STARTUP_NOTICEBjörn Jacke1-1/+1
2021-05-20lib:util: Fix log level for normal startup messageDmytro Bagrii1-1/+1
2021-04-27lib: Remove close_low_fds()Volker Lendecke1-27/+0
2021-04-27lib: Directly call close_low_fd() in become_daemon()Volker Lendecke1-1/+12
2021-03-01daemons: Do not notify systemd in child processes started by main sambaSamuel Cabrero1-5/+24
2021-03-01lib:util: Move variable initialization out of conditional compilation blockSamuel Cabrero1-1/+1
2018-12-17Send status to systemd on daemon startMarcos Mello1-10/+8
2017-09-08smbd: add missing newline to debug message in daemon_status()Justin Maggard via samba-technical1-1/+1
2017-08-17util: Add error handling to become_daemon()Martin Schwenke1-1/+9
2017-08-17util: Modernise loggingMartin Schwenke1-12/+14
2017-08-17util: Make function definitions consistent with header fileMartin Schwenke1-15/+15
2017-08-17util: Add become_daemon.hMartin Schwenke1-1/+1
2017-08-17util: Avoid use of includes.hMartin Schwenke1-2/+6
2016-05-25s3-smbd: Support systemd 230Alexander Bokovoy1-5/+5
2015-04-08waf: Fix systemd detectionAndreas Schneider1-6/+6
2014-09-17lib: Add daemon_status() to util library.Andreas Schneider1-0/+11
2014-08-01lib: Make close_low_fd() independently linkableVolker Lendecke1-43/+1
2014-08-01lib: Use close_low_fd in close_low_fdsVolker Lendecke1-33/+19
2014-08-01lib: Add close_low_fdVolker Lendecke1-0/+43
2014-05-23smbd: add missing newline to debug message in daemon_ready()Michael Adam1-1/+2
2014-05-23lib/util: s/daemon/nameStefan Metzmacher1-5/+5
2014-04-23add systemd integrationAlexander Bokovoy1-1/+36
2013-02-22lib-util: Don't leak file descriptor on error.Andreas Schneider1-0/+1
2012-04-05build: Remove sys_open wrapperAndrew Bartlett1-1/+1
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-8/+14
2010-03-26s3-smbd: Don't close stdout if we want to log to stdout.Andreas Schneider1-4/+6
2009-02-23Refactored sys_fork() and sys_pid() into shared util librarySteven Danneman1-3/+3
2009-02-20Moved become_daemon() and close_low_fds() to shared util libSteven Danneman1-11/+11
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-0/+93