]> granicus.if.org Git - sudo/commitdiff
regen
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 24 Aug 2007 18:23:42 +0000 (18:23 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 24 Aug 2007 18:23:42 +0000 (18:23 +0000)
HISTORY
LICENSE

diff --git a/HISTORY b/HISTORY
index 9b5df4ba9ef250dc0639d199afd8b2e2c6a2b4fb..f9a12b2c38a80e3200914131d4cbda7bc23d5643 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -19,11 +19,13 @@ Todd Miller made a public release of "CU sudo" (version 1.3) with bug fixes
 and support for more operating systems. The "CU" was added to differentiate
 it from the "official" version from "The Root Group".
 
+In 1995, a new parser for the sudoers file was contributed by Chris Jepeway.
+The new parser was a proper grammar (unlike the old one) and could work with
+both sudo and visudo (previously they had slightly different parsers).
+
 In 1996, Todd, who had been maintaining sudo for several years in his spare
-time, brought sudo development under the umbrella of his consulting firm,
-Courtesan Consulting. Courtesan remains committed to a free sudo and is
-sponsoring another sudo rewrite as well as continued development of the sudo
-1.x code base.
+time, moved distribution of sudo from a CU-Boulder ftp site to his domain,
+courtesan.com.
 
 In 1999, the "CU" prefix was dropped from the name since there has been no
 formal release of sudo from "The Root Group" since 1991 (the original
@@ -31,10 +33,13 @@ authors now work elsewhere). As of version 1.6, Sudo no longer contains any
 of the original "Root Group" code and is available under an ISC-style
 license.
 
-In 2004, Todd incorporated as GratiSoft, Inc. to provide commercial support
-and enhancements to the sudo community.
+In 2001, the sudo web site, ftp site and mailing lists were moved from
+courtesan.com to the sudo.ws domain (sudo.org was already taken).
 
-In 2005, GratiSoft was put on hold.
+In 2005, Todd rewrote the sudoers parser to better support the features that
+had been added in the past ten years. This new parser removes some
+limitations of the previous one, removes ordering constraints and adds
+support for including multiple sudoers files.
 
 sudo, in its current form, is maintained by:
 
diff --git a/LICENSE b/LICENSE
index 7a36f5e03e6e32ce31c9e67eb34ad7eaf69e74dd..97c722dd8c13f9226158d5a5c019c4b2aef987eb 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,7 @@
 Sudo is distributed under the following ISC-style license:
 
-   Copyright (c) 1994-1996,1998-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+   Copyright (c) 1994-1996, 1998-2005, 2007
+        Todd C. Miller <Todd.Miller@courtesan.com>
 
    Permission to use, copy, modify, and distribute this software for any
    purpose with or without fee is hereby granted, provided that the above
@@ -18,8 +19,8 @@ Sudo is distributed under the following ISC-style license:
    Agency (DARPA) and Air Force Research Laboratory, Air Force
    Materiel Command, USAF, under agreement number F39502-99-1-0512.
 
-Additionally, fnmatch.c, fnmatch.h, getcwd.c, glob.c, glob.h, mkstemp.c and
-snprintf.c bear the following UCB license:
+Additionally, fnmatch.c, fnmatch.h, getcwd.c, glob.c, glob.h, mkstemp.c
+and snprintf.c bear the following UCB license:
 
    Copyright (c) 1987, 1989, 1990, 1991, 1992, 1993, 1994
         The Regents of the University of California.  All rights reserved.