Age | Commit message (Expand) | Author |
2008-10-29 | set DISPLAY in test suite so that passphrase prompting falls through. | Jameson Graef Rollins |
2008-10-28 | fix bugs in authorized_* file permission checking. | Jameson Graef Rollins |
2008-10-11 | working on improving log output | Jameson Graef Rollins |
2008-10-11 | some preparatory changes in preparation for a test suite: not tested! | Daniel Kahn Gillmor |
2008-09-13 | replace stat with ls (sigh) and make su more portable. | Daniel Kahn Gillmor |
2008-09-12 | more portability fixes: GNU date and BSD date prognosticate differently. | Daniel Kahn Gillmor |
2008-09-12 | making invocations of mktemp portable (FreeBSD does not have a default value ... | Daniel Kahn Gillmor |
2008-09-12 | further lockfile debugging. | Daniel Kahn Gillmor |
2008-09-05 | add curly brace end to lock function that was oddly removed at one point. | Jameson Graef Rollins |
2008-09-05 | fix lockfile wrapper; it was sloppily constructed. | Daniel Kahn Gillmor |
2008-09-05 | abstract lockfile functions to be able to Depend: lockfile-progs | lockfile | Daniel Kahn Gillmor |
2008-09-04 | removed use of sponge, got rid of dependency on moreutils. | Daniel Kahn Gillmor |
2008-09-02 | checking a keyserver should warn at level INFO, since it is a potential infor... | Daniel Kahn Gillmor |
2008-09-02 | created new VERBOSE log level, and moved most INFO stuff to that level. | Jameson Graef Rollins |
2008-09-02 | the way i modified the log function breaks when IFS is set to something funny... | Daniel Kahn Gillmor |
2008-09-02 | added Jamie McClelland as author in src/* | Daniel Kahn Gillmor |
2008-09-02 | cleanup stray commas, ensure that ill-specified loglevels default to INFO | Daniel Kahn Gillmor |
2008-09-02 | Finalize new log level changes. This is more or less doing what it should. ... | Jameson Graef Rollins |
2008-09-01 | Start modifications to output logging with LOG_LEVEL. | Jameson Graef Rollins |
2008-08-24 | tweaked the key expiration checking function, and replied to SJJ's bug | Jameson Graef Rollins |
2008-08-21 | made monkeysphere subkey-to-ssh-agent more user-friendly. | Daniel Kahn Gillmor |
2008-08-20 | broke out ssh-askpass-style prompting (to feed to gpg); implemented first pas... | Daniel Kahn Gillmor |
2008-08-18 | stupid big jimmy. fix bug in previous bug fix. | Jameson Graef Rollins |
2008-08-18 | added 'monkeysphere-server extend-key' subcommand | Daniel Kahn Gillmor |
2008-08-18 | fixed bad bug in user id processing that prevented bad primary keys | Jameson Graef Rollins |
2008-08-15 | Merge commit 'dkg/master' | Jameson Graef Rollins |
2008-08-15 | more work on hostname add/revoke | Jameson Graef Rollins |
2008-08-15 | first pass at revoking hostnames. | Daniel Kahn Gillmor |
2008-08-14 | Add sorting of the processed key lines so that "good" keys are output | Jameson Graef Rollins |
2008-08-13 | Merge commit 'dkg/master' | Jameson Graef Rollins |
2008-08-12 | fix another bug when processing ssh key files that do not exist. | Jameson Graef Rollins |
2008-08-12 | unescape *all* colons, instead of just the first one in encoded user IDs | Daniel Kahn Gillmor |
2008-08-08 | made clearer comments, earlier bailouts for some user ID processing | Daniel Kahn Gillmor |
2008-08-03 | - Fixed bug in monkeysphere update-authorized_keys subcommand that had | Jameson Graef Rollins |
2008-08-03 | rework out user id processing is done to provide better diagnostic output. | Jameson Graef Rollins |
2008-08-02 | Fix how file modification check is done, and fix accidental extraneous | Jameson Graef Rollins |
2008-07-31 | Fix inaccurate comment in process_user_id function. | Jameson Graef Rollins |
2008-07-27 | Tweak how empty authorized_user_ids and known_hosts files are handled. | Jameson Graef Rollins |
2008-07-25 | allowing expiration dates with strings longer than one digit (e.g. "10m" mean... | Daniel Kahn Gillmor |
2008-07-10 | Added file permission check function, and fixed bug in key writing for | Jameson Graef Rollins |
2008-07-10 | Update man pages, and tweak default error return code. | Jameson Graef Rollins |
2008-07-09 | A bunch of changes for variable scoping, exit codes, etc. See | Jameson Graef Rollins |
2008-07-01 | A bunch of work on man pages to shore up interface and behavior before | Jameson Graef Rollins |
2008-06-29 | More work on priviledge separation for host/authentication keyring. | Jameson Graef Rollins |
2008-06-24 | Priviledge separation: use new monkeysphere user to handle | Jameson Graef Rollins |
2008-06-24 | Move to /var/lib/monkeysphere instead of /var/cache/monkeysphere. | Jameson Graef Rollins |
2008-06-23 | fix some authorized_keys updating bugs in ms-server, and update to use | Jameson Graef Rollins |
2008-06-23 | Merge commit 'dkg/master' | Jameson Graef Rollins |
2008-06-23 | switched shortcut for monkeysphere-server update-users to "u", added some FIX... | Daniel Kahn Gillmor |
2008-06-23 | Add trap to remove lockfiles on exit. | Jameson Graef Rollins |