.\" .\" aegis - project change supervisor .\" Copyright (C) 1999, 2002, 2004-2008, 2010, 2012 Peter Miller .\" .\" 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 3 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, see .\" . .\" .SH Windows NT .XX "" "\ \ \ \ Windows NT" Aegis depends on the underlying security provided by the operating system (rather than re\[hy]invent yet another security mechanism). However, in order to do this, Aegis uses the POSIX \fIseteuid\fP system call, which has no direct equivalent on Windows NT. This makes porting difficult. Single\[hy]user ports are possible (\fIe.g.\fP using Cygwin), but are not usually what folks want. .PP Compounding this is the fact that many sites want to develop their software for both Unix and Windows NT simultaneously. This means that the security of the repository needs to be guaranteed to be handled in the same way by both operating systems, otherwise one can act as a \&\[lq]back door\[rq] into the repository. Many sites do not have the same users and permissions (sourced from the same network register of users) on both Unix and Windows NT, making the mapping almost impossible even if the security models did actually correspond. .PP Most sites using Aegis and Windows NT together do so by running Aegis on the Unix systems, but building and testing on the NT systems. The work areas and repository are accessed via Samba or NFS. .\" vim: set ts=8 sw=4 et :