summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2009-01-31move src/subcommands to srv/share, and add common file to src/share (update M...Jameson Graef Rollins
2009-01-31Merge commit 'dkg/master'Jameson Graef Rollins
2009-01-31more big cleanup of host/authentication commands to reflect newJameson Graef Rollins
2009-01-31remove executable bit, remove shebang line, update copyright on subcommands.Daniel Kahn Gillmor
2009-01-31change log level for unacceptable keys that can not be translated toJameson Graef Rollins
2008-12-28added version output optionJameson Graef Rollins
2008-11-30add a couple of bugs about posix compliance and the use of getoptsJameson Graef Rollins
2008-11-16add some more informative debug output to key processing.Jameson Graef Rollins
2008-11-15Added info log output when a new key is added to known_hosts file.Jameson Graef Rollins
2008-10-29set DISPLAY in test suite so that passphrase prompting falls through.Jameson Graef Rollins
2008-10-28fix bugs in authorized_* file permission checking.Jameson Graef Rollins
2008-10-11working on improving log outputJameson Graef Rollins
2008-10-11some preparatory changes in preparation for a test suite: not tested!Daniel Kahn Gillmor
2008-09-13replace stat with ls (sigh) and make su more portable.Daniel Kahn Gillmor
2008-09-12more portability fixes: GNU date and BSD date prognosticate differently.Daniel Kahn Gillmor
2008-09-12making invocations of mktemp portable (FreeBSD does not have a default value ...Daniel Kahn Gillmor
2008-09-12further lockfile debugging.Daniel Kahn Gillmor
2008-09-05add curly brace end to lock function that was oddly removed at one point.Jameson Graef Rollins
2008-09-05fix lockfile wrapper; it was sloppily constructed.Daniel Kahn Gillmor
2008-09-05abstract lockfile functions to be able to Depend: lockfile-progs | lockfileDaniel Kahn Gillmor
2008-09-04removed use of sponge, got rid of dependency on moreutils.Daniel Kahn Gillmor
2008-09-02checking a keyserver should warn at level INFO, since it is a potential infor...Daniel Kahn Gillmor
2008-09-02created new VERBOSE log level, and moved most INFO stuff to that level.Jameson Graef Rollins
2008-09-02the way i modified the log function breaks when IFS is set to something funny...Daniel Kahn Gillmor
2008-09-02added Jamie McClelland as author in src/*Daniel Kahn Gillmor
2008-09-02cleanup stray commas, ensure that ill-specified loglevels default to INFODaniel Kahn Gillmor
2008-09-02Finalize new log level changes. This is more or less doing what it should. ...Jameson Graef Rollins
2008-09-01Start modifications to output logging with LOG_LEVEL.Jameson Graef Rollins
2008-08-24tweaked the key expiration checking function, and replied to SJJ's bugJameson Graef Rollins
2008-08-21made monkeysphere subkey-to-ssh-agent more user-friendly.Daniel Kahn Gillmor
2008-08-20broke out ssh-askpass-style prompting (to feed to gpg); implemented first pas...Daniel Kahn Gillmor
2008-08-18stupid big jimmy. fix bug in previous bug fix.Jameson Graef Rollins
2008-08-18added 'monkeysphere-server extend-key' subcommandDaniel Kahn Gillmor
2008-08-18fixed bad bug in user id processing that prevented bad primary keysJameson Graef Rollins
2008-08-15Merge commit 'dkg/master'Jameson Graef Rollins
2008-08-15more work on hostname add/revokeJameson Graef Rollins
2008-08-15first pass at revoking hostnames.Daniel Kahn Gillmor
2008-08-14Add sorting of the processed key lines so that "good" keys are outputJameson Graef Rollins
2008-08-13Merge commit 'dkg/master'Jameson Graef Rollins
2008-08-12fix another bug when processing ssh key files that do not exist.Jameson Graef Rollins
2008-08-12unescape *all* colons, instead of just the first one in encoded user IDsDaniel Kahn Gillmor
2008-08-08made clearer comments, earlier bailouts for some user ID processingDaniel Kahn Gillmor
2008-08-03- Fixed bug in monkeysphere update-authorized_keys subcommand that hadJameson Graef Rollins
2008-08-03rework out user id processing is done to provide better diagnostic output.Jameson Graef Rollins
2008-08-02Fix how file modification check is done, and fix accidental extraneousJameson Graef Rollins
2008-07-31Fix inaccurate comment in process_user_id function.Jameson Graef Rollins
2008-07-27Tweak how empty authorized_user_ids and known_hosts files are handled.Jameson Graef Rollins
2008-07-25allowing expiration dates with strings longer than one digit (e.g. "10m" mean...Daniel Kahn Gillmor
2008-07-10Added file permission check function, and fixed bug in key writing forJameson Graef Rollins
2008-07-10Update man pages, and tweak default error return code.Jameson Graef Rollins