Changes since v0.25: Adrian Likins (7): add "versionfile" target to create etc/version for --version support add /etc/func/version to spec file add support for --version to certmaster daemon add support for --version to certmaster-ca add /etc/func/version to setup.py for --version support add etc/version fix type in certmaster-request.pod Daniel Lowe (1): cut and paste error making cers not include right CA info Felix Kaechele (1): fix certmaster/func connections out for fedora 14/python 2.7 Nima Talebi (1): spelling fixes for synchronize S.Ã?aÄ?lar Onur (5): return None for minion only setups to solve following exception; Force create_minion_keys function to use all lowercase hostnames don't raise the exception if certmaster is down or not available handle all socket errors (socket-related/address-related and timeout related) Whitespace cleanup which includes; Seth Vidal (12): sort the output of certmaster-ca before displaying them optionally allow a passwd callback for opening the ssl keys make the sha import use hashlib and make the hashlib import work sanely - add BasicConstraints CA:TRUE for a ca cert, false for the others add emailaddr option to the make_csr routine so we can identify a cert/key via change False to FALSE - from Adrian in python 2.7 - the things we are sending can also be a 'memoryview' object jump to 0.27 fix the version in the makefile :( catch syntax/logic issue correctly -> thanks to greg bump version to 0.28 and versionfile --- Makefile | 8 +++ certmaster.spec | 9 +++- certmaster/CommonErrors.py | 1 certmaster/SSLCommon.py | 6 +- certmaster/SSLConnection.py | 5 +- certmaster/certmaster.py | 95 ++++++++++++++++++++++++++------------------ certmaster/certs.py | 41 ++++++++++++------ certmaster/codes.py | 1 certmaster/config.py | 36 ++++++++-------- certmaster/logger.py | 4 - certmaster/requester.py | 8 +-- certmaster/utils.py | 22 +++++----- docs/certmaster-request.pod | 2 docs/certmaster-sync.pod | 10 ++-- etc/version | 5 ++ scripts/certmaster-ca | 13 +++--- scripts/certmaster-sync | 16 ++++++- setup.py | 7 +-- 18 files changed, 179 insertions(+), 110 deletions(-) ---
_______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list