log src/lib/restrict-process-size.c @ 22664:fea53c2725c0

age author description
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Mon, 08 Apr 2013 13:09:52 +0300 Timo Sirainen restrict_process_count(): Don't die if process count can't be changed.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Tue, 21 Feb 2012 11:35:05 +0200 Timo Sirainen Added restrict_get_process_size()
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Wed, 23 Nov 2011 19:51:01 +0200 Timo Sirainen Added restrict_get_fd_limit()
Wed, 09 Nov 2011 18:30:27 +0200 Timo Sirainen restrict_process_size() API changes.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Wed, 18 Jun 2008 03:05:17 +0300 Timo Sirainen If process's RLIMIT_NOFILE can't be changed, log an error but don't die. HEAD
Mon, 23 Jun 2008 07:28:07 +0300 Timo Sirainen If core dump limit is 0, add "core dumps disabled" to startup log line. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sat, 15 Sep 2007 16:57:11 +0300 Timo Sirainen Removed restrict_raise_fd_limit(). HEAD
Fri, 24 Aug 2007 20:55:01 +0300 Timo Sirainen restrict_raise_fd_limit() fixes HEAD
Fri, 24 Aug 2007 20:50:44 +0300 Timo Sirainen Added restrict_fd_limit() and restrict_raise_fd_limit() HEAD
Wed, 27 Aug 2003 00:18:16 +0300 Timo Sirainen Removed most of the license comments from src/lib/*.c. It's just fine to HEAD
Sun, 27 Apr 2003 04:14:45 +0300 Timo Sirainen cleanup HEAD
Sat, 08 Feb 2003 11:00:26 +0200 Timo Sirainen Don't try to set rlimits to infinity, rather just don't change them. HEAD
Sat, 01 Feb 2003 04:06:11 +0200 Timo Sirainen Don't let login process fork() HEAD
Sun, 01 Dec 2002 23:17:59 +0200 Timo Sirainen RLIMIT_AS isn't supported everywhere - use it if it exists, but also use HEAD
Sun, 01 Dec 2002 15:48:50 +0200 Timo Sirainen Added virtual memory size limits to processes. Default values are pretty HEAD