- 01 Oct, 2019 1 commit
-
-
Chris Snijder authored
Update various stale documentation files etc. upgrade the docker file to buster, update dependecies that are packages along with stapled.
-
- 30 Oct, 2018 3 commits
-
-
Chris Snijder authored
-
Chris Snijder authored
-
Chris Snijder authored
-
- 25 Oct, 2018 1 commit
-
-
Chris Snijder authored
-
- 22 Oct, 2018 2 commits
-
-
Chris Snijder authored
-
Chris Snijder authored
-
- 29 Mar, 2018 1 commit
-
-
Chris Snijder authored
-
- 07 Mar, 2018 1 commit
-
-
Chris Snijder authored
-
- 06 Mar, 2018 2 commits
-
-
Chris Snijder authored
-
Chris Snijder authored
Finalise the parsing of HAProxy config files feature and a whole bunch of cleanup and code readability issues.
-
- 05 Mar, 2018 1 commit
-
-
Chris Snijder authored
-
- 03 Mar, 2018 1 commit
-
-
Chris Snijder authored
Allow --haproxy-config to be consumed and add it to the list of paths in --directories, deduplicate, simplify adder so its key is just the socket path and the socket_paths attribute contains the actual mapping, that way multiple directories can correspond with a single socket and a single directory can also correspond with multiple sockets.
-
- 27 Nov, 2017 2 commits
-
-
Chris Snijder authored
-
Chris Snijder authored
Replace ocspd with stapled and OCSPD with Stapled and OCSP\* with Staple\*, move files from any ocsp(d) to staple(d) too.
-
- 20 Nov, 2017 1 commit
-
-
Chris Snijder authored
Untested state, needs work, added recursion for testing (may need to move to another branch), fixed some bugs.
-
- 01 Feb, 2017 2 commits
-
-
= authored
-
Maarten de Waard authored
-
- 30 Jan, 2017 2 commits
-
-
Chris Snijder authored
Manage threads completely, restart crashed threads and monitor KeyBoardInterrupt to start shutting down threads and self.
-
Chris Snijder authored
-
- 26 Jan, 2017 1 commit
-
-
Chris Snijder authored
First step to back porting to python2.7, fix colourlog for python3 (also fix a few unrelated PEP8 issues)
-
- 24 Jan, 2017 1 commit
-
-
Maarten de Waard authored
-
- 19 Jan, 2017 3 commits
-
-
Maarten de Waard authored
move everything to its own "ocspd" module. Also add the ocspd command as "ocspd" to the setup.py so we do not need a separat py file in the project root
-
Chris Snijder authored
Remove exception handling from the areas where error sensitive calls happen, add them back to the handler. Subclass the scheduled task class and add a method for remembering and counting the last exception. Move scheduling to its own module (can be re-used in another project now). Move documentation for the scheduler, add documentation for the subclassed task context.
-
Chris Snijder authored
Go through all error sensitive code and make it raise categorised exceptions for the error handler to process, error handling is now mostly not working, needs to be reconstructed in the error handler based on empty except: statements and notes.
-
- 18 Jan, 2017 1 commit
-
-
Chris Snijder authored
-
- 17 Jan, 2017 2 commits
-
-
Maarten de Waard authored
* remove for loop and instead use dict(map()) * remove an "else" because Chris likes his toast differently... * remove a log statement that was never reached and actually only used for debugging in the beginning
-
Maarten de Waard authored
-
- 16 Jan, 2017 5 commits
-
-
Chris Snijder authored
-
Chris Snijder authored
-
= authored
-
Chris Snijder authored
-
Maarten de Waard authored
-
- 13 Jan, 2017 3 commits
-
-
Chris Snijder authored
-
Chris Snijder authored
-
Chris Snijder authored
-
- 12 Jan, 2017 2 commits
-
-
Chris Snijder authored
Moved around some code for making base64 output and only prints requests and responses if verbosity mode is DEBUG.
-
Chris Snijder authored
Fixed some merge conflicts and added some __init__.py files, moved some constants from modules and placed them in the ocspd.py files so they are kept centrally.
-
- 11 Jan, 2017 2 commits
-
-
Chris Snijder authored
-
Chris Snijder authored
-