# # $Id: ChangeLog,v 1.4 2007/04/22 18:22:26 syzdek Exp $ # # Shell Jail -- A Wrapper to Chroot a Shell # Copyright (C) 2007 David M. Syzdek # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # # @configure_input@ # # ChangeLog - list of changes made to each revision # 0.1.2 - changed errno check for getpwuid() and getgrgid from `else if' statement to a `switch' statement (syzdek) - changed obscure error messages to understandable messages (syzdek) - wrapped long lines in C source to 80 col width (syzdek) - added debug messages and stadardized error messages (syzdek) - added check for presence of passwd and group file in chroot before calling getpwuid() and getgrgid() from within the chroot (syzdek) - added option for building concurrently the regular shell and the debugging shell (syzdeK) - updated gnu/project_gen.sh to check CVS status (syzdek) - updated gnu/project_gen.sh to allow user to override command locations (syzdek) - updated gnu/project_gen.sh run libtoolize (syzdek) - enable home directory environment linked from skel directory (syzdek) - enable home directory mask (syzdek) - added man pages (syzdek) 0.1.1 2007/04/14 12:22:23 - applied slight changes to solve porting issues (syzdek) - added additional checks to autoconf (syzdek) - added install-exec-hook in order to setuid the src/shail after it is installed (syzdek) 0.1.0 2007/04/14 11:44:07 AKDT - initial release (syzdek)