Changelog for
ocspd-1.5.1-0.3.rc1.fc8.x86_64.rpm :
Thu Oct 9 00:00:00 2008 Patrick Monnerat
1.5.1-0.3.rc1
- Use group \"ocspd\" for daemon.
Wed Oct 8 00:00:00 2008 Patrick Monnerat 1.5.1-0.2.rc1
- Spec file section reworked.
- autoheader called.
- Patch \"badcomment\" to replace bad \"#\" comment marks in configure.in.
- Unimplemented configure option \"--disable-shared\" removed.
- System user creation reworked.
Thu Jul 3 00:00:00 2008 Patrick Monnerat 1.5.1-0.1.rc1
- Package revision change and specs reworked according to Fedora standards.
Tue Jul 1 00:00:00 2008 Patrick Monnerat 1.5.1-rc1.2
- Specific Fedora RPM spec file, obsolescing package \"openca-ocspd\".
- Patch \"bufresponse\" to output response in a single packet if possible.
- Patch \"misc\" to clean-up various things, such as suppressing the need of
an unused CA certificate, use of regular Fedora directories, configuration
files fixes, typos, configurable listen() queue length, configuration
parameter names, autoconf 2.62 compatibility, etc.
Mon Oct 16 00:00:00 2006 Massimiliano Pala
-Fixed HTTP HEADERS parsing problem
-Tested behind an Apache Proxy
-Added \'-debug\' startup option to output the HTTP head and additional
informations to be pushed to stderr
Sat Oct 14 00:00:00 2006 Massimiliano Pala
-Completely changed the codebase in order to use threads instead
of fork().
-Fixed compilation under OpenSolaris (SunOS 5.11)
-Added chroot() capabilities
-Added options to set the number of threads to be pre-spawned
-Fixed Socket creation under Solaris (Accept)
-Moved from BIO_
* interface to pure socket implementation for
better Network options management
Wed Jul 19 00:00:00 2006 Massimiliano Pala
-Removed required index file option in the configuration file (was not
used)
Tue Apr 25 00:00:00 2006 Massimiliano Pala
-Fixed invalidity date problem (no more empty ext added to responses)
-Added log reporting of returned status about a response when the
verbose switch is used (before it was enabled only in DEBUG mode)
Mon Dec 19 23:00:00 2005 Massimiliano Pala
-Added chroot facility to enhance server security
Thu Nov 3 23:00:00 2005 Massimiliano Pala
-Fixed compile against OpenSSL 0.9.8a
-Fixed HTTP downloading routines for CRLs and CA certs
-Fixed Solaris Port for Signal Handling on CRLs check and reloading
Fri Oct 7 00:00:00 2005 Massimiliano Pala
-Fixed variables init (for Solaris) and code cleanup
Fri Apr 29 00:00:00 2005 Massimiliano Pala
-Fixed RPM installation of man pages
Thu Apr 28 00:00:00 2005 Massimiliano Pala
-Fixed RPM creation on Fedora Distros
Wed Apr 20 00:00:00 2005 Massimiliano Pala
-Fixed child re-spawning when HSM is active
-Added support for CA/CRL downloading via HTTP
Fri Jan 28 23:00:00 2005 Massimiliano Pala
-Fixed SIGHUP problem when auto_crl_reload was enabled
-Fixed Solaris include for flock usage instead of semaphores
-Added --enable-flock and --enable-semaphores in configure script
Tue Jan 18 23:00:00 2005 Massimiliano Pala
- Fixed bug for nextUpdate and lastUpdate fields setting when reloading
CRLs.
- Added CA certificate loading from LDAP.
- Added multiple CA certificate from the same cACertificate entry in LDAP.
- Fixed Solaris putenv issues in configure.c
- Added OS architecture specific targes in makefiles
Thu May 20 00:00:00 2004 Massimiliano Pala
- First support for new data structure for CRL lookup and multi CAs
support (not working now)
- Fixed configure.in for correct generation of config.h
- Fixed configure.in for openldap ld options (for non-standard directories)
Tue May 18 00:00:00 2004 Massimiliano Pala
- Fixed compilation problems on Solaris
- Added support for exclusion of ldap usage (--disable-openldap)
- Added support for openldap directory specification
- Fixed signal handling and correct children death
- Added pre-spawning of processes()
Fri May 14 00:00:00 2004 Massimiliano Pala
- Fixed miscreation of responses when certificate is revoked
- Fixed crl loading checking (segmentation fault on loading fixed)
Fri Jan 17 23:00:00 2003 Massimiliano Pala
- Correclty lookup using loaded CRL
- Added extensions management from CRL to OCSP response
Mon Jan 13 23:00:00 2003 Massimiliano Pala
- Updated the sample (contrib/) configuration file
- Added CRL retrivial from LDAP server
- Added LDAP support (needs OpenLDAP libraries)
- Added CRL retrivial from file
Thu Oct 17 00:00:00 2002 Massimiliano Pala
- Fixed daemon description
- Fixed requirements (for ENGINE support)
- Added multi child spawning (max_childs_num)
- Fixed zombi child presence
Mon Feb 25 23:00:00 2002 Massimiliano Pala
- Fixed response generation
Tue Feb 20 23:00:00 2001 Massimiliano Pala
- First RPM spec file