- remove is_primary
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 11 Oct 2006 15:39:58 +0000 (15:39 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 11 Oct 2006 15:39:58 +0000 (15:39 +0000)
commit6a15f46cfce003d21ee8ba0bee213df66250e60e
tree6d41ec74f189c61cb58cf423b069e0fa16ea9e3c
parent280378ec21f46b060fb553e0c55e63f97cce8530
- remove is_primary
- set max on key length
- validate key_type against KeyTypes
- fix blacklisted key check (check for is_blacklisted IS True)
- accounts can have multiple keys but not vice-versa; move
  add_person/remove_person to Persons.add_key/remove_key
- validate SSH version 2 public keys
- add blacklist() function to permanently blacklist key (disassociate it
  and all other identical keys, and set is_blacklisted to True)
- whitespace nits
- Keys: only return non-blacklisted keys
PLC/Keys.py