summaryrefslogtreecommitdiff
path: root/rhesus/rhesus
AgeCommit message (Collapse)Author
2008-06-10New client/server components:Jameson Graef Rollins
- broke out all common functions to "common" file - put all client commands into "monkeysphere" script - put all server commands into "monkeysphere-server" script - moved all code into src directory to clean things up a bit - this effectively makes obsolete rhesus and howler - added proposed monkeysphere-ssh-proxycommand script that can be called to update known_hosts from ssh ProxyCommand - updated monkeysphere.conf to work as global client config - added monkeysphere-server.conf for server config
2008-06-09more work on rhesusJameson Graef Rollins
- known_hosts processing know processes known_hosts file directly - uses "ssh-keygen -R" to remove keys as necessary - known_hosts lines can be hashed if requested - added ability to specify required key capability - added ability to specify if user authorized_keys file is added
2008-05-25expand howler to handle general gpg maintenence tasks for serverJameson Graef Rollins
- add "gen-key", "publish-key", and "trust-uids" functions small tweak to rhesus. update README and MonkeySpec
2008-05-25some updates to rhesus:Jameson Graef Rollins
- add ability to rhesus to just process specified userids. - removed '--' in front of process type specification at command line. - cleaned up some log output
2008-05-25fix bashism, and correct bad error messageJameson Graef Rollins
2008-05-23major overhaul of rhesus:Jameson Graef Rollins
- much more sophisticated validity checking of keys/uids - broke out more functions - cleaned-up/simplified code - changed to new variable naming standard
2008-05-04major overhaul of rhesus. it now handles creation of bothJameson Graef Rollins
authorized_keys and known_hosts files, and is capable of being used by an administrator to maintain authorized_keys files for users. monkeysphere.conf file was updated for use by system administrator.
2008-04-14more work on rhesus. Improve retreival of key based on userid. cleanJameson Graef Rollins
up output. cleanup variables and monkeysphere.conf
2008-04-11some more work on rhesus. receiving of keys is much improved.Jameson Graef Rollins
rudimentery policy checking is implemented, but needs a lot more fleshing out (currently only accepts "fully trusted" keys). need to figure out how to query trustdb.
2008-03-30add start of a rhesus authorized_keys generator.Jameson Graef Rollins
start of a monkeysphere.conf file (in bash)