pposix: Add setgid() function
[prosody.git] / util-src / pposix.c
2009-07-23 Matthew Wildpposix: Add setgid() function
2009-07-21 Matthew Wildpposix: Change LOG_EMERG -> LOG_CRIT, which makes more...
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildClose std{in,out,err} when daemonizing
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-03-03 Matthew Wildpposix: Standardize error messages
2009-03-03 Matthew Wildpposix: Small fix for copyright notice
2009-03-03 Matthew WildAutomated merge with http://luaetta.ath.cx:1234/
2009-03-03 Tobias MarkmannMerged with main tip.
2009-02-22 Tobias MarkmannMake the code actually build.
2009-02-22 Tobias MarkmannAdded missing code.
2009-02-22 Tobias MarkmannAdding setrlimits() binding.
2009-02-16 Matthew WildMerge from waqas
2009-02-16 Matthew WildMerge waqas with waqas
2009-02-15 Matthew Wildutil.pposix: Add getuid/setuid (we don't use them yet)
2009-02-13 Matthew Wildutil.pposix: Fix incompatible pointer type compiler...
2009-02-02 Matthew WildLicensing/version updates for some files (forgot to...
2009-01-16 Matthew Wildpposix: Remove debug line
2009-01-16 Matthew Wildpposix: Add syslog_setmask (use config: minimum_log_lev...
2009-01-16 Matthew Wildpposix: Add _NAME and _VERSION
2009-01-15 Matthew Wildmod_posix/pposix: Fix reporting of incorrect PID on...
2009-01-15 Matthew Wildmod_posix: Support for logging to syslog (log = 'syslog...
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Matthew WildRemove some debugging from pposix.c
2008-12-06 Matthew WildAdd posix support library, and adjust makefiles for it