From: Todd C. Miller Date: Fri, 24 Aug 2007 18:23:42 +0000 (+0000) Subject: regen X-Git-Tag: SUDO_1_7_0~405 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9dd821b5cc66cb31f244371579ae33298adc2a6;p=sudo regen --- diff --git a/HISTORY b/HISTORY index 9b5df4ba9..f9a12b2c3 100644 --- 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 7a36f5e03..97c722dd8 100644 --- 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 + Copyright (c) 1994-1996, 1998-2005, 2007 + Todd C. Miller 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.