- 12 Dec, 2005 1 commit
-
-
Leigh B. Stoller authored
-
- 10 Nov, 2003 1 commit
-
-
Leigh B. Stoller authored
for key upload). Also fix parsing code for version 7 SFS keys.
-
- 25 Mar, 2003 1 commit
-
-
Leigh B. Stoller authored
Bad idea. Use an auto_incrementing idx field instead.
-
- 13 Feb, 2003 1 commit
-
-
Leigh B. Stoller authored
changes to the mail notification.
-
- 29 Jan, 2003 1 commit
-
-
Leigh B. Stoller authored
-
- 24 Jan, 2003 1 commit
-
-
Leigh B. Stoller authored
-
- 10 Dec, 2002 1 commit
-
-
Leigh B. Stoller authored
-
- 09 Dec, 2002 2 commits
-
-
Leigh B. Stoller authored
protected page except those that are explicitly deemed okay for a webonly user. This makes me feel better and safer!
-
Leigh B. Stoller authored
see if user actually has an account (by checking user status user table). Avoids trying to run suexec as a user that does not actuall exist on boss cause they do not have an account (since we allow users to edit personal info before being approved and getting an account). For addpubkey, we have to run the program as someone, so when the user does not have an account, run it as nobody.
-
- 19 Nov, 2002 1 commit
-
-
Leigh B. Stoller authored
-
- 10 Sep, 2002 1 commit
-
-
Chad Barb authored
Improved error reporting style.. also added image for uky, though right now it is the same as the standard image (will edit it soon.)
-
- 26 Aug, 2002 1 commit
-
-
Leigh B. Stoller authored
to an external perl script, and use ssh-keygen to attempt conversion off SSH2/SECSH key formats. This is actually a simplification of the php code, which is not generally very good at this kind of thing (or maybe I mean perl is just better at it). The parsing and error handling it also much improved.
-
- 20 Aug, 2002 1 commit
-
-
Leigh B. Stoller authored
-
- 16 Aug, 2002 1 commit
-
-
Chad Barb authored
The big one. New look; most of the changes are in menu.php3. A lot of the changes in other files are s/<TD>/<TH>/ for table headers. Also closed some tags, tweaked some table styles, etc.. No actual functionality should have changed. Will be installing soon...
-
- 10 Jul, 2002 1 commit
-
-
Robert Ricci authored
group from the defs file instead.
-
- 07 Jul, 2002 1 commit
-
-
Leigh B. Stoller authored
-
- 16 Jun, 2002 2 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
Useful for auditing and perhaps for other things.
-
- 12 Jun, 2002 1 commit
-
-
Leigh B. Stoller authored
table and create a new table to hold user_pubkeys, indexed by the comment field of the key. Change mkacct to insert newly created Emulab keys into that table, and to regen the users authorized_keys file from the DB. Users should no longer edit their own authorized_keys file or the changes will be lost (I put a comment in their files). Change the three pages that deal with keys. join/new project can now take a file of multiple keys; each is inserted. Moved the key stuff that was in the update user info page into a new pubkeys page that allows users to add/sub keys easily. New key additions are password protected. Unrelated change: Add an audit mode to mkacct to log its output and send it to the tblogs email. Previously, warnings and errors tended to get lost.
-