227 Commits (master)
 

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