* security.cc: Fix copyright dates.
This commit is contained in:
parent
69d7815eae
commit
e7b5eaaac9
|
@ -1,4 +1,8 @@
|
||||||
2011-03-07 Corinna Vinschen <corinna@vinschen.de>
|
2011-03-08 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* security.cc: Fix copyright dates.
|
||||||
|
|
||||||
|
2011-03-08 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler.cc (fhandler_base::open): When creating a file on a
|
* fhandler.cc (fhandler_base::open): When creating a file on a
|
||||||
filesystem supporting ACLs, create the file with WRITE_DAC access.
|
filesystem supporting ACLs, create the file with WRITE_DAC access.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* security.cc: NT file access control functions
|
/* security.cc: NT file access control functions
|
||||||
|
|
||||||
Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
||||||
2006, 2007, 2008, 2009, 2010 Red Hat, Inc.
|
2006, 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
|
||||||
|
|
||||||
Originaly written by Gunther Ebert, gunther.ebert@ixos-leipzig.de
|
Originaly written by Gunther Ebert, gunther.ebert@ixos-leipzig.de
|
||||||
Completely rewritten by Corinna Vinschen <corinna@vinschen.de>
|
Completely rewritten by Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
Loading…
Reference in New Issue