| Commit message (Expand) | Author | Age | Files | Lines |
* | util.pposix: Add pposix.uname(), bump version | Matthew Wild | 2010-08-31 | 1 | -1/+1 |
* | util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump modul... | Matthew Wild | 2010-08-28 | 1 | -1/+1 |
* | mod_posix: Some (perhaps temporary) changes to re-lock the pidfile after trun... | Matthew Wild | 2010-07-09 | 1 | -2/+6 |
* | mod_posix: Truncate the pidfile before writing to ensure that we never overwr... | Brian Cully | 2010-07-09 | 1 | -0/+5 |
* | Merge 0.7->trunk | Waqas Hussain | 2010-05-07 | 1 | -0/+1 |
|\ |
|
| * | Merge 0.6->0.7 | Waqas Hussain | 2010-05-07 | 1 | -0/+1 |
| |\ |
|
| | * | mod_posix: Fixed a global access. | Waqas Hussain | 2010-05-07 | 1 | -0/+1 |
* | | | mod_posix: Don't add a server-starting event handler while the server-startin... | Waqas Hussain | 2010-05-07 | 1 | -10/+12 |
|/ / |
|
* | | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\| |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| * | mod_posix: Adjust file open mode depending on whether file exists (take that ... | Matthew Wild | 2010-01-13 | 1 | -1/+3 |
| * | mod_posix: Lock pidfile when in use, shut down if we can't write or lock the ... | Matthew Wild | 2010-01-10 | 1 | -12/+23 |
* | | mod_posix: Adjust file open mode depending on whether file exists (take that ... | Matthew Wild | 2010-01-13 | 1 | -1/+3 |
* | | util.pposix, mod_posix, prosodyctl: Bump pposix version to 0.3.3 for mkdir | Matthew Wild | 2010-01-12 | 1 | -1/+1 |
* | | mod_posix: Lock pidfile when in use, shut down if we can't write or lock the ... | Matthew Wild | 2010-01-10 | 1 | -12/+23 |
* | | mod_posix: Set umask to 'umask' from the config, or 027 | Matthew Wild | 2010-01-10 | 1 | -0/+3 |
* | | util.pposix: Add pposix.umask(), bump version to 0.3.2 (and do the same in mo... | Matthew Wild | 2010-01-10 | 1 | -1/+1 |
* | | mod_posix: Remove the lines added to work around the util.signal loop bug | Matthew Wild | 2010-01-10 | 1 | -2/+0 |
* | | mod_posix: Fix to not loop in SIGTERM either, but the same happens with SIGHU... | Matthew Wild | 2009-12-08 | 1 | -1/+2 |
* | | mod_posix: Set empty SIGINT handler when a SIGINT is caught | Matthew Wild | 2009-12-08 | 1 | -0/+1 |
* | | mod_posix: Catch SIGINT | Matthew Wild | 2009-12-07 | 1 | -0/+7 |
|/ |
|
* | mod_posix: Log warning when no_daemonize is used, and instruct on how to upda... | Matthew Wild | 2009-11-08 | 1 | -1/+6 |
* | mod_posix: Switch config option to 'daemonize', fall back to 'no_daemonize' i... | Matthew Wild | 2009-11-08 | 1 | -1/+6 |
* | Merge waqas with Tobias. Eww. | Matthew Wild | 2009-08-18 | 1 | -7/+6 |
|\ |
|
| * | mod_posix: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-13 | 1 | -4/+3 |
* | | Shutdown prosody if changing user or group fails. | Tobias Markmann | 2009-08-15 | 1 | -4/+14 |
* | | Make mod_posix not complain about root user, if setuid is set to something di... | Tobias Markmann | 2009-08-15 | 1 | -4/+7 |
* | | Add setuid and setgid support. | Tobias Markmann | 2009-08-15 | 1 | -0/+14 |
|/ |
|
* | pposix, mod_posix: Bump pposix version number | Matthew Wild | 2009-07-23 | 1 | -1/+1 |
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 1 | -0/+8 |
* | mod_posix: Use global prosody object | Matthew Wild | 2009-05-30 | 1 | -6/+8 |
* | mod_posix: Reload the config and reopen log files on SIGHUP | Matthew Wild | 2009-05-05 | 1 | -7/+9 |
* | mod_posix: Don't let the server run as root without the magic run_as_root in ... | Matthew Wild | 2009-05-02 | 1 | -0/+9 |
* | mod_posix: Fix calls to log() (replace with module:log) and make some global ... | Matthew Wild | 2009-04-23 | 1 | -11/+11 |
* | mod_posix: Fix for removing the pidfile on exit | Matthew Wild | 2009-04-23 | 1 | -1/+1 |
* | mod_posix: Remove some debug coooooooooode | Matthew Wild | 2009-04-22 | 1 | -1/+0 |
* | mod_posix: Integrate with loggingmanager, register syslog sink, remove redund... | Matthew Wild | 2009-04-22 | 1 | -36/+15 |
* | mod_posix: Remove pidfile on exit | Matthew Wild | 2009-04-22 | 1 | -1/+16 |
* | mod_posix: Allow logging and pidfile options to take effect without needing t... | Matthew Wild | 2009-04-12 | 1 | -45/+72 |
* | mod_posix: logging fix | Matthew Wild | 2009-01-16 | 1 | -1/+1 |
* | Fix for pposix version detection | Matthew Wild | 2009-01-16 | 1 | -2/+2 |
* | mod_posix: Check version of pposix | Matthew Wild | 2009-01-16 | 1 | -0/+4 |
* | mod_posix/pposix: Fix reporting of incorrect PID on daemonization. Log correc... | Matthew Wild | 2009-01-15 | 1 | -2/+12 |
* | mod_posix: Support for logging to syslog (log = 'syslog' in config) | Matthew Wild | 2009-01-15 | 1 | -1/+11 |
* | Small logging adjustment for mod_posix | Matthew Wild | 2008-12-07 | 1 | -3/+1 |
* | Add mod_posix, fixes #5 | Matthew Wild | 2008-12-06 | 1 | -0/+50 |