00ccf81cb8update to 0.59
Nalin Dahyabhai
2012-07-13 22:31:55 -0400
f3bac67d59- when a caller sets the is-default flag on a CA, and another CA is no longer the default, emit the PropertiesChanged signal on the CA which is not the default, instead on the new default a second time - drop some dead code from the D-Bus message handlers (static analysis, #796813) - cache public keys when we read private keys - go back to printing an error indicating that we're missing a required argument when we're missing a required argument, not that the option is invalid (broken since 0.51, #796542)
Nalin Dahyabhai
2012-03-03 01:20:58 -0500
514d96bd6a-update to 0.55 - allow root to use our implementation of org.freedesktop.DBus.Properties - take more care to not emit useless PropertiesChanged signals
Nalin Dahyabhai
2012-02-15 17:44:35 -0500
4c76e12d1d- update to 0.54
Nalin Dahyabhai
2012-02-15 02:27:13 -0500
b44f18eb7a- note that SELinux usually confines us to writing only to cert_t in doc/getting-started.txt (#765599) - fix crashes when we add a request during our first run when we're populating the hard-coded CA list - properly deal with cases where a path is passed to us is "./XXX" - in session mode, create our data directories as we go
Nalin Dahyabhai
2011-12-16 11:18:45 -0500
49a9e127b0- update to 0.51, mainly to add compatibility with super-new IPA
Nalin Dahyabhai
2011-12-06 11:08:31 -0500
2fa6a22c81- really fix these this time: - getcert: error out when "list -c" finds no matching CA (#743488) - getcert: error out when "list -i" finds no matching request (#743485)
Nalin Dahyabhai
2011-10-14 11:55:56 -0400
18495c2dde- update to 0.49: - when using an NSS database, skip loading the module database (#743042) - when using an NSS database, skip loading root certs - generate SPKAC values when generating CSRs, though we don't do anything with SPKAC values yet - internally maintain and use challenge passwords, if we have them - behave better when certificates have shorter lifetimes - add/recognize/handle notification type "none" - getcert: error out when "list -c" finds no matching CA (#743488) - getcert: error out when "list -i" finds no matching request (#743485) - don't incorrectly assume that CERT_ImportCerts() returns a NULL-terminated array (#742348) - getcert: distinguish between {stat() succeeds but isn't a directory} and {stat() failed} when printing an error message (#739903) - getcert resubmit/start-tracking: when we're looking for an existing request by ID, and we don't find one, note that specifically (#741262)
Nalin Dahyabhai
2011-10-13 17:25:09 -0400
ef57f434b8- update to 0.46
Nalin Dahyabhai
2011-08-15 15:42:36 -0400
653879e39b- treat the ability to access keys in an NSS database without using a PIN, when we've been told we need one, as an error (#692766, really this time)
Nalin Dahyabhai
2011-08-15 15:37:00 -0400
b81a31a3da- modify the systemd .service file to be a proper 'dbus' service (more of #718172)
Nalin Dahyabhai
2011-08-11 13:56:57 -0400
c5c48c7ba2- update to 0.44: - check specifically for cases where a specified token that we need to use just isn't present for whatever reason (#697058)
Nalin Dahyabhai
2011-08-11 11:50:26 -0400
8cea822712- update to 0.43
Nalin Dahyabhai
2011-08-10 18:24:45 -0400
c0eb1bf7eb- update to 0.43
Nalin Dahyabhai
2011-08-10 18:23:52 -0400
a15951ae49- getcert: fix a buffer overrun preparing a request for the daemon when there are more parameters to encode than space in the array (#696185) - updated translations: de, es, id, pl, ru, uk
Nalin Dahyabhai
2011-04-13 10:29:00 -0400
cc3917e153- update to 0.41
Nalin Dahyabhai
2011-04-11 17:35:07 -0400
933d5c2933- update to 0.40 - fix validation check on EKU OIDs in getcert (#691351) - get session bus mode sorted - add a list of recognized EKU values to the getcert-request man page
Nalin Dahyabhai
2011-03-28 17:14:09 -0400
3749ef64b7- update to 0.39 - fix use of an uninitialized variable in the xmlrpc-based submission helpers (#690886)
Nalin Dahyabhai
2011-03-25 14:12:02 -0400
838b40e07a- update to 0.38 - catch cases where we can't read a PIN file, but we never have to log in to the token to access the private key (more of #688229)
Nalin Dahyabhai
2011-03-24 15:30:29 -0400
2329f71493- update to 0.37 - be more careful about checking if we can read a PIN file successfully before we even call an API that might need us to try (#688229) - fix strict aliasing warnings
Nalin Dahyabhai
2011-03-22 19:33:39 -0400