From f50830cf6e6b4815541b7aea19fdbd698a0ccbc7 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jun 13 2014 20:54:48 +0000 Subject: Tag 0.75 --- diff --git a/certmonger.spec b/certmonger.spec index 216e15f..49b6703 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,7 +19,7 @@ %endif Name: certmonger -Version: 0.74.95 +Version: 0.75 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -205,6 +205,24 @@ exit 0 %endif %changelog +* Fri Jun 11 2014 Nalin Dahyabhai 0.75-1 +- add a -w (wait) flag to the getcert's request/resubmit/start-tracking + commands, and add a non-waiting status command + +* Wed Jun 11 2014 Nalin Dahyabhai 0.74.96-1 +- make the trust settings we apply to CA-supplied certificates while + saving them to NSS databases run-time configurable +- fix compiling against EL5-era OpenSSL +- when saving CA certificates we pull from an IPA server, nickname + it using the realm name with " IPA CA" appended rather than just + naming it "IPA CA" +- fix the local signer so that when it issues itself a new certificate, + it uses the same subject name +- add a -w flag to getcert's request, resubmit, and start-tracking + commands, telling it to wait until either the certificate is issued, + we get to a state where we know that we won't be able to get one, or + we are waiting for a CA + * Mon Jun 9 2014 Nalin Dahyabhai 0.74.95-1 - add the "local" signer, a local toy CA that signs anything you'll ask it to sign diff --git a/configure.ac b/configure.ac index e8322b6..546f496 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.74.95) +AC_INIT(certmonger,0.75) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable]) diff --git a/src/certmaster-getcert.1.in b/src/certmaster-getcert.1.in index 5c20bb7..2bae269 100644 --- a/src/certmaster-getcert.1.in +++ b/src/certmaster-getcert.1.in @@ -11,6 +11,7 @@ certmaster-getcert certmaster-getcert stop-tracking [options] certmaster-getcert list [options] certmaster-getcert list-cas [options] + certmaster-getcert refresh-cas [options] .SH DESCRIPTION The \fIcertmaster-getcert\fR tool issues requests to a @CM_DBUS_NAME@ diff --git a/src/certmonger.8.in b/src/certmonger.8.in index 47f4fa5..d84b69d 100644 --- a/src/certmonger.8.in +++ b/src/certmonger.8.in @@ -68,6 +68,7 @@ Please file tickets for any that you find at https://fedorahosted.org/certmonger \fBgetcert-list-cas\fR(1) \fBgetcert-refresh-ca\fR(1) \fBgetcert-request\fR(1) +\fBgetcert-resubmit\fR(1) \fBgetcert-start-tracking\fR(1) \fBgetcert-status\fR(1) \fBgetcert-stop-tracking\fR(1) diff --git a/src/getcert.1.in b/src/getcert.1.in index 1298ab5..51fdca3 100644 --- a/src/getcert.1.in +++ b/src/getcert.1.in @@ -11,6 +11,7 @@ getcert getcert stop-tracking [options] getcert list [options] getcert list-cas [options] + getcert refresh-cas [options] .SH DESCRIPTION The \fIgetcert\fR tool issues requests to a @CM_DBUS_NAME@ service on diff --git a/src/ipa-getcert.1.in b/src/ipa-getcert.1.in index 9f7c007..652c4d5 100644 --- a/src/ipa-getcert.1.in +++ b/src/ipa-getcert.1.in @@ -11,6 +11,7 @@ ipa-getcert ipa-getcert stop-tracking [options] ipa-getcert list [options] ipa-getcert list-cas [options] + ipa-getcert refresh-cas [options] .SH DESCRIPTION The \fIipa-getcert\fR tool issues requests to a @CM_DBUS_NAME@ diff --git a/src/local-getcert.1.in b/src/local-getcert.1.in index 8603a4a..5d3d835 100644 --- a/src/local-getcert.1.in +++ b/src/local-getcert.1.in @@ -11,6 +11,7 @@ local-getcert local-getcert stop-tracking [options] local-getcert list [options] local-getcert list-cas [options] + local-getcert refresh-cas [options] .SH DESCRIPTION The \fIlocal-getcert\fR tool issues requests to a @CM_DBUS_NAME@ diff --git a/src/selfsign-getcert.1.in b/src/selfsign-getcert.1.in index 586d833..8c6c568 100644 --- a/src/selfsign-getcert.1.in +++ b/src/selfsign-getcert.1.in @@ -11,6 +11,7 @@ selfsign-getcert selfsign-getcert stop-tracking [options] selfsign-getcert list [options] selfsign-getcert list-cas [options] + selfsign-getcert refresh-cas [options] .SH DESCRIPTION The \fIselfsign-getcert\fR tool issues requests to a @CM_DBUS_NAME@