227 Commits (a73f07bb4614516c101afdb6d3dbedc1beba9bf1)
 

Author SHA1 Message Date
  Andrea Cimbalo 42d25685f9 fix ca ssh generation, add initial autocomplete function support 8 years ago
  Andrea Cimbalo d454b85878 move request_server.py paths in paths.py 8 years ago
  Andrea Cimbalo 50f19e78e6 fix documentation 8 years ago
  Edoardo Putti 0e215f92be store active state in db for authority model 8 years ago
  Edoardo Putti 4c7b0d7ffe store creation date for authority model in database 8 years ago
  Edoardo Putti 7e899b5176 update docstring for requests module 8 years ago
  Edoardo Putti 89e49c94df add restrictions and help text for database fields to authority model 8 years ago
  Edoardo Putti adbfd9bda5 update docstring for module authority 8 years ago
  Edoardo Putti 5e9e844f09 add command describe certificate 8 years ago
  Edoardo Putti f18654c63c add command list certificates 8 years ago
  Edoardo Putti 69b883d6fe pluralise command list ca 8 years ago
  Edoardo Putti 652869b370 implement certificate lookup 8 years ago
  Edoardo Putti 8d0ad7db5f draft for CALookup item getter 8 years ago
  Edoardo Putti 14bdb228b9 remove inheritance from object as they are already new style classes 8 years ago
  Edoardo Putti bd5f3332d6 move request scripts into test directory 8 years ago
  Edoardo Putti ae85c0322b remove ghost requirement 8 years ago
  Edoardo Putti bfd8c95a5c remove writing serial number to file 8 years ago
  Edoardo Putti f448934d84 fix NameError 8 years ago
  Edoardo Putti 2a3bc8d635 implement CA generation from shell 8 years ago
  Edoardo Putti 5da5f0c9fb fix the path attribute implementation for Authorit 8 years ago
  Edoardo Putti 1243ca87cc implement iteration over all certification authorities 8 years ago
  Edoardo Putti 91f5a5aff9 remove custom init from SSLAuthority 8 years ago
  Edoardo Putti 2726dc023c load request from RequestLookup 8 years ago
  Edoardo Putti 749f443151 remove setter from CALookup 8 years ago
  Edoardo Putti 4203a5f67d use single quote in command description 8 years ago
  Edoardo Putti a4a64e8d45 use database from peewee module 8 years ago
  Edoardo Putti 683c978d18 adapt __main__ to remove context manager 8 years ago
  Edoardo Putti 14d12a3092 remove pickled ca directory 8 years ago
  Edoardo Putti a9882fa1a8 manager does not need to be context manager 8 years ago
  Edoardo Putti 9884702c68 change to new imports in manager 8 years ago
  Edoardo Putti f8fc056689 change to correct import in shell module 8 years ago
  Edoardo Putti ce3edc41c0 iterate over requests without RequestLoader 8 years ago
  Edoardo Putti f9744091d1 remove RequestLoader class 8 years ago
  Edoardo Putti 6fcbb7ab1a make certificate a peewee model for persistence 8 years ago
  Edoardo Putti ee88529f1d move ssh and ssl authority and requests to respective modules 8 years ago
  Edoardo Putti fddcb48b5c remove stub implementation for generate method 8 years ago
  Edoardo Putti c9dda72307 make authority a peewee model for persistence 8 years ago
  Edoardo Putti 9cbac296ee remove unused imports from authority base 8 years ago
  Edoardo Putti 917619c58a rename to manager and shel 8 years ago
  Edoardo Putti eb1010b105 adapt import statements to models module 8 years ago
  Edoardo Putti 198c893304 make models a module 8 years ago
  Edoardo Putti ffc4b45a76 move object classes into models directory 8 years ago
  Edoardo Putti 8d0591e38b add requirements for peewee orm 8 years ago
  Edoardo Putti 7542c08807 move speficics from README to SPEC file 8 years ago
  Edoardo Putti 0b8cfd5e2e draft for sign_request completion with all possibilities 8 years ago
  Edoardo Putti 77aa76e242 update function to print authorities and requests 8 years ago
  Edoardo Putti 62bb8261e6 get ids required by sign_request from shell 8 years ago
  Edoardo Putti d876618fe9 remove ca_type attribute from authorities 8 years ago
  Edoardo Putti 8b1eef3910 implement ls_ca after ca descriptor refactoring 8 years ago
  Edoardo Putti 864da51a68 show id instead of name when printing authorities 8 years ago