dmon:dmon.git
2010-09-27 Adrian PerezRelease v0.3.5 v0.3.5
2010-09-27 Adrian PerezAdd "-i" and remove "-?" in manual page
2010-09-27 Adrian PerezRemove "-?" as valid command line flag
2010-09-27 Adrian PerezMove "-1" in help message to exec constraints section
2010-09-27 Adrian PerezImplement sleeping an interval between succesful runs
2010-09-27 Adrian PerezRefactored code for better reusability of functions
2010-09-13 Adrian PerezExplictly ignore return value of write() in iolib
2010-09-13 Adrian PerezAvoid warning about signed vs. unsigned comparisons
2010-09-13 Adrian PerezHandle errors when creating command<->log pipes
2010-09-08 Adrian PerezNew "strip" target in Makefile
2010-09-06 Adrian PerezSupport building all tools as a multicall binary
2010-09-05 Adrian PerezRelease v0.3.4 v0.3.4
2010-09-05 Adrian Perezutil: Use primary group for the user
2010-09-05 Adrian PerezRelease v0.3.3 v0.3.3
2010-09-05 Adrian PerezSet additional groups prior to execution
2010-09-05 Adrian PerezUpdate manual pages for -u/-U
2010-09-05 Adrian PerezDo -u/-U in terms of parse_uidgids() removing -g/-G
2010-09-05 Adrian Perezutil: Add function to parse uid[:gid[:gid...]] lists
2010-09-03 Adrian PerezRelease v0.3.2
2010-09-03 Adrian PerezAdded COPYING and (simple) README
2010-09-03 Adrian PerezRenamed dsyslog to dlog to avoid file collisions
2010-09-01 Adrian PerezRelease v0.3.1 v0.3.1
2010-09-01 Adrian PerezFix: Do not handle SIGSTOP, it is forbidden by POSIX.1
2010-08-26 Adrian PerezRelease v0.3 v0.3
2010-08-26 Adrian PerezUpdate manual page with the -L/-l options, plus example
2010-08-26 Adrian PerezFix: SIGSTOP signal must be forwarded with -S/-s
2010-08-26 Adrian PerezImplement process pause/resume depending on load average
2010-08-26 Adrian Perezutil: Implement iterruptible_sleep()
2010-08-26 Adrian PerezCategorize help output of dmon
2010-08-25 Adrian PerezUpdate manual page with setid/setgid options
2010-08-25 Adrian PerezImplement setuid/setgid when spawning child processes
2010-08-25 Adrian PerezHelper name_to_uid() & name_to_gid() functions
2010-08-11 Adrian Perezdmon: Do not wait the first time a process is started
2010-08-11 Adrian Perezutil: Handle passing zero to safe_sleep
2010-08-04 Adrian PerezRelease v0.2 v0.2
2010-08-04 Adrian Perezdmon: Sleep second before exec'ing to prevent DoS
2010-08-04 Adrian Perezutil: Fix header to say "util" instead of "dmon-util"
2010-08-03 Adrian Perezdmon: Print error message when no command is specified
2010-08-03 Adrian Perezdmon: Implement timeout for process running time
2010-07-30 Adrian Perezdmon: Implement -1 (run once) switch
2010-07-30 Adrian PerezDebian packaging files v0.1
2010-07-30 Adrian PerezAdd manual page for dmon
2010-07-30 Adrian Perezdmon: Implement daemonization and PID file writing
2010-07-30 Adrian Perezdlog: Do not create log file with execution bit set
2010-07-30 Adrian PerezAvoid building debug functions
2010-07-30 Adrian PerezImplement signal handling and process respawning
2010-07-30 Adrian PerezMigrate to new task_t control structure
2010-07-30 Adrian PerezSupport omitting log file path on dlog
2010-07-30 Adrian PerezAdd dlog manual page
2010-07-30 Adrian PerezImplement dlog utility
2010-07-30 Adrian PerezFix file headers, rename dmon-util.* -> util.*
2010-07-30 Adrian PerezAdd dsyslog manual page
2010-07-30 Adrian PerezRewrite code in terms of iolib.[hc]
2010-07-30 Adrian PerezAdd support for @e/@E formatters in iolib.[hc]
2010-07-30 Adrian PerezAdd vformat() function to iolib.[hc]
2010-07-29 Adrian PerezProper indentation and modelines
2010-07-29 Adrian PerezClose standard output after initialization
2010-07-29 Adrian PerezImplementation of dsyslog
2010-07-29 Adrian PerezExpand tabs in indentation
2010-07-29 Adrian PerezInitial import