log src/lib/eacces-error.c @ 22656:1789bf2a1e01

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.
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.
Fri, 02 Mar 2012 15:34:22 +0200 Timo Sirainen eacces_error_get*(): Added ',' to message to improve readability.
Fri, 02 Mar 2012 15:31:25 +0200 Timo Sirainen eacces_error_get*(): Suggest ACL/MAC error if UNIX permission bits look ok.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 20 Jan 2012 16:54:17 +0200 Timo Sirainen eacces_error(): Removed bogus message about UNIX perms appearing to be ok.
Tue, 08 Nov 2011 22:49:57 +0200 Timo Sirainen eacces_error_get*(): Crashfix for recent change.
Fri, 04 Nov 2011 18:50:24 +0200 Timo Sirainen eacces_error_get*(): Log if group has r/w permissions, but we don't belong to it.
Wed, 03 Aug 2011 20:29:16 +0300 Timo Sirainen eacces_error_get*(): Handle non-int struct stat.st_mode properly.
Fri, 03 Jun 2011 17:22:09 +0300 Timo Sirainen eacces_get_error(): Give even better error message for directory permission errors.
Fri, 03 Jun 2011 17:13:59 +0300 Timo Sirainen eaccess_get_error(): Show also directory mode.
Fri, 03 Jun 2011 17:07:37 +0300 Timo Sirainen eaccess_get_error(): Fixes to reporting dir permissions.
Fri, 08 Apr 2011 16:06:20 +0300 Timo Sirainen eperm_error_get_chgrp(): Changed wiki link.
Fri, 08 Apr 2011 16:05:03 +0300 Timo Sirainen eperm_error_get_chgrp(): Improved error message and added a link to wiki.
Thu, 17 Mar 2011 16:21:00 +0200 Timo Sirainen Replaced all getpw/gr*() to use i_getpw/gr*() with improved error handling.
Wed, 16 Mar 2011 18:37:14 +0200 Timo Sirainen eacces_error_get*(): Handle errors to / directory better.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Tue, 31 Aug 2010 20:04:10 +0100 Timo Sirainen access_get_error(): Fixed to give better error messages with relative paths.
Mon, 16 Aug 2010 20:35:26 +0100 Timo Sirainen eaccess_error_get(): If UID/GID doesn't have name, show it as <unknown>
Mon, 01 Mar 2010 00:34:43 +0200 Timo Sirainen eacces_error_get*(): Mention if euid is parent directory's owner. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Mon, 18 Jan 2010 10:55:55 +0200 Timo Sirainen eacces_error_get*(): Check and warn if multiple uids/gids have same name. HEAD
Wed, 16 Dec 2009 13:43:23 -0500 Timo Sirainen Added t_get_current_dir() and use it instead of getcwd(). HEAD
Tue, 27 Oct 2009 17:35:16 -0400 Timo Sirainen eaccess_error*(): Error message updated. HEAD
Wed, 08 Jul 2009 13:50:32 -0400 Timo Sirainen eacces_error_get*(): Show current directory if path is relative. HEAD
Sat, 27 Jun 2009 20:39:38 -0400 Timo Sirainen Whenever file's group changing fails, show the group origin in the error message. HEAD
Sat, 27 Jun 2009 18:51:06 -0400 Timo Sirainen eacces_error_get(): Check also if user had write permissions to the given file. HEAD
Sun, 21 Jun 2009 23:31:46 -0400 Timo Sirainen eacces_error_get*() works now properly when process's real uid != effective uid. HEAD
Fri, 20 Feb 2009 17:35:49 -0500 Timo Sirainen Moved user-friendly EACCES error message generation to lib/. HEAD