July 2014 Archives by thread
Starting: Wed Jul 2 13:55:21 UTC 2014
Ending: Wed Jul 30 10:33:24 UTC 2014
Messages: 179
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] branch master updated (419b507 -> 1e38cf7)
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 02/156: By default, don't start with an expired cert. Add option SSLEnforceValid Cert on/off to allow one to start with a bad cert.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 01/156: Initial import of mod_nss
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 03/156: The path to the cert database was hardcoded, use the value passed in by Apache.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 05/156: Remove check for Define SSL Comment out a few entries that the average user won't need Do some general cleanups and fixups
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 06/156: First crack at migrating an existing ssl.conf to nss.conf.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 07/156: Enable more ciphers than just fips_3des_sha.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 08/156: Terminate echo'd strings
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 09/156: When doing SSLVerifyCert require then we need to always require the certificate to match what OpenSSL does.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 10/156: Add support for the SSL_CLIENT_CERT_CHAIN_ environment variable. SSL_CLIENT_I_DN_ was incorrectly parsing the client certificate subject instead of the issuer subject. Print out PEM files the same way as OpenSSL
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 11/156: Generate gencert so we can set the NSS and NSPR directories and make things easier for the user. Also try really, really hard to get the FQDN so we can create a host-specific self-signed certificate.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 13/156: Remove message about co-existing with mod_ssl, that works ok now. Also fix nasty typo.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 14/156: Initialize enforcement of valid certificates to true.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 04/156: Add support for apr-config. Print out some nice notes alerting the user to verify that mod_ssl is disabled. Tell the user about gencert so they can generate their own self-signed certificate.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 12/156: Changed function and configuration names so mod_nss can peacefully co-exist with mod_ssl.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 15/156: Fix formatting and variable name in error message.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 16/156: Basic documentation on the mod_nss module.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 17/156: Reflect new Directive naming convention
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 18/156: Zero length file for now so autoconf will shut up.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 19/156: Add NSS database prefix support
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 20/156: Earlier versions of Apache 2.0 (such as on RHEL 3) don't support AP_BUCKET_IS_EOC. Define around it.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 21/156: Fix lunasa problem. The key we generate must work for both encryption and decryption. By default generate key only returns encryption keys.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 22/156: Add in support for older versions of NSS that don't have the function PK11_TokenKeyGenWithFlags(). Older versions of NSS will only work with software certificates when using nss_pcache. The workaround is to store the token passwords in a file instead.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 23/156: Don't assume that apr-config is in the PATH. Let the user specify which one to run, just like with apxs.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 24/156: Clarify things a bit, change directive name to match new naming scheme.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 25/156: Add libsoftokn3.so for nss_pcache.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 26/156: Add more information related to gencert Tell user's where to find more documentation
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 27/156: Added Database Management section. Added links to NSS and NSPR
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 28/156: Changed 2 function names from SSL -> NSS I had missed in earlier cleanup
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 29/156: Properly clean up the SSL environment so NSS can be shut down gracefully.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 30/156: Also clean up the SSL Session ID Cache when shutting down. If we are using the forked model, use the MP version of the Session ID cache. Don't call PR_Cleanup(), this could cause problems.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 31/156: More correct detection of NSS version when determining whether we should expect PK11_TokenKeyGenWithFlags(). It hasn't been included as of NSS 3.10.0.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 32/156: Add a FIPS configuration option. This enables the FIPS internal database module, configures for SSLv3 and TLSv1 and enables the 2 FIPS ciphers (and disables all the others).
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 33/156: Add OCSP support
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 34/156: Add information about how to use built-in CA's via libnssckbi.so
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 35/156: Add short example of how to use certutil to generate a certificate request suitable for submission to a 3rd party CA such as Verisign.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 36/156: Improve FIPS configuration: - The NSS ciphers are enumerated to find those that are FIPS approved - This list of approved ciphers is compared to the NSSCipherSuite entry and those enabled, approved ciphers are configured. This way you aren't forced to use all of the FIPS ciphers (in case you don't want a 56-bit cipher enabled). - Only TLSv1 should be enabled.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 37/156: Update to reflect changes to the NSSFIPS directive
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 39/156: Adding files required by the Apache 2.0 License
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 40/156: Add missing copyright block
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 41/156: separate with options for include and lib directories - use nspr and nss instead of mozilla-nspr and -nss
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 42/156: force checkin of autoconf files
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 43/156: Add proxy support to mod_nss. Most of the changes are related to adding new configuration directives. For the others we need to initialize an NSS socket differently whether we will be acting as a client or a server.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 44/156: Remove a debug msg that was left in on accident.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 38/156: Make SSL2 an optional protocol, disabled by default.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 45/156: Add support for seeding the NSS Random Number Generator. This adds a new directive, NSSRandomSeed based on the mod_ssl SSLRandomSeed directive.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 46/156: Close the proxy model socket so NSS can be shutdown gracefully. Also correct an error where the PKCS#11 slot isn't closed unless a the certificate key is obtained. This also affected NSS_Shutdown().
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 47/156: Add in check to be sure that the same server isn't initialized with SSL more than once. This avoids a crash during shutdown where the same certificates and keys will try to be released multiple times. This is based on ssl_init_server_check() from mod_ssl.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 49/156: had to recreate these on rhel3 because I nuked them on rhel4
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 48/156: added mod_nss.spec and makerpm.sh
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 50/156: removed empty flavor from spec
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 51/156: Fix command-line argument miscounting caused by the addition of the FIPS flag. The result was that the database prefix was always missed.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 53/156: This file was copied directly from the Apache distribution. Remove the extra per-module stuff that doesn't apply.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 52/156: Changes to allow the mod_nss to work in Apache 2.2.0. Based on a patch from Oden Eriksson.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 54/156: [179394] HP-UX IPF support autoconf 2.59/libtool 1.5
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 55/156: [179394] HP-UX IPF support autoconf 2.59/libtool 1.5
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 56/156: Make configure automatically find the correct versions of apr-config and apxs
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 58/156: Checking in automatically generated aclocal.m4 and derived files. aclocal-1.6; automake-1.6; autoconf
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 57/156: [179394] HP-UX IPF/PA-RISC support updated hppa*64* with hppa2.* in aclocal.m4 to support 64 bit PA_RISC. CAUTION: this file could be automatically updated by "aclocal" command using libtool.m4, which contains the expression: "hppa*64*". But 64 bit PA_RISC generates, this string "build_cpu='hppa2.0w'", which does not match "hppa*64*". So, if aclocal.m4 is updated, hppa*64* needs to be replaced.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 60/156: Add support for Elliptical Curve Cryptography (ECC). This is disabled by default. To enable it, pass --enable-ecc to configure.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 61/156: force checkin of autoconf files
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 62/156: 188300
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 63/156: 196070
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 64/156: Drop dependency on ksh and use bash instead.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 65/156: Remove some invalid comments
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 66/156: 196070
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 67/156: mod_proxy support has been around for a while. We want SNI support as soon as NSS allows it.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 68/156: 197681
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 59/156: upgraded config.guess and config.sub to 2004-09-07 (same as mod_admserv)
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 69/156: 200855
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 70/156: 200855
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 71/156: 200610
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 72/156: Merge in changes from http://svn.apache.org/viewvc?view=rev&revision=161958
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 73/156: Merge in changes from http://svn.apache.org/viewvc?view=rev&revision=104700
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 74/156: Merge in changes from http://svn.apache.org/viewvc?view=rev&revision=290965
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 75/156: Merge in http://svn.apache.org/viewvc?view=rev&revision=354394
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 76/156: Initialize the NSS cache before NSS_Init is called. A race condition was being triggered during the first module unload when calling NSS_Shutdown because the cache wasn't finished setting itself up in MP mode.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 77/156: 204138
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 78/156: Add information about ECC including required versions of NSPR and NSS and the available ciphers.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 79/156: 208848
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 80/156: 211139
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 81/156: 211612
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 82/156: 212426
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 83/156: 213081
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 84/156: 222173
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 85/156: 226747
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 86/156: 229660
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 87/156: Resolves: 241936
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 88/156: Populate the changelog.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 89/156: The wrong variable was being used to report that NSSPassPhraseHelper wasn't found.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 90/156: Only NSSPassPhraseHelper needs to be required.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 91/156: The error message was wrong if NSSPassPhraseHelper pointed to a non-existant file. Don't require a password file AND NSSPassPhraseHelper. Only the helper is required.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 92/156: If mod_ssl isn't loaded then register the hooks to mod_proxy so we can do at least secure proxy in front of an unsecure host.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 93/156: Resolves BZ 248722
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 94/156: NSS has been modified to not allow a fork after an NSS_Init() in the soft token. It apparently always did this for hardware tokens as it is part of the PKCS#11 spec.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 95/156: Make FIPS mode work. This fixes 2 problems:
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 96/156: No need to link with softokn3
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 97/156: Fix parsing error where a token with no password would end up with a trailing tab in its value causing NSS to not find it.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 98/156: Don't allow blank passwords if FIPS is enabled. This is not allowed by the NSS FIPS 140-2 security policy.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 99/156: Don't inherit the MP cache when running in threaded mode Don't initialize the database if the SSL is disabled in the configuration
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 100/156: Restore moduleKill function so that NSS remains initialized during the entire configuration state. Other modules were relying on mod_nss leaving NSS initialized.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 101/156: Bring up-to-date to mod_nss 1.0.8
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 102/156: Fix bug in disabling mod_ssl when installing mod_nss with 'make install'
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 103/156: Return -1 on a read failure and set the appropriate NSPR error message.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 104/156: Fix another place we should set PR_WOULD_BLOCK_ERROR during a read.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 105/156: Add controls for managing SSL renegotiation
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 106/156: Add TLS renegotiation options to the configuration file
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 107/156: Update list of error messages
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 108/156: Compare CN value of remote host with requested host in reverse proxy. Add configuration option to disable this, defaulting to on.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 109/156: Ignore SIGHUP in nss_pcache (#591889).
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 110/156: 2010-05-14 Rob Crittenden <rcritten at redhat.com> * Ignore SIGHUP in nss_pcache (#591889). Contributed by Joshua Roys <roysjosh at gmail.com>
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 111/156: Fix endless read loop in some situations when handling POST data (#620856)
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 112/156: Only call PK11_ListCerts once and pass it when configuring each virtual server. This saves considerable time when there are a lot of certificates and/or virtual servers.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 113/156: Bring up to date.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 114/156: Revert PR_WOULD_BLOCK change and reset the NSPR error value before callling PR_Read().
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 115/156: Bug 669118
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 116/156: * Don't use memcpy as it may operate on overlapping memory (#669118) Patch ported from mod_ssl by Stephen Gallagher <sgallagh at redhat.com>
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 117/156: Add man page for gencert
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 118/156: Add a semaphore lock around retrieving token PINs from the nss_pcache pipe. Rarely requests to the pipe were getting overridden causing that child to not enable SSL.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 119/156: Always copy in client certificate and fix FakeBasicAuth
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 120/156: No need to shut things down if NSS isn't initialized.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 121/156: Fix static array overrun when generating arg list for nss_pcache
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 122/156: Bugzilla Bug #906082 - mod_nss requires manpages for gencert and nss_pcache.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 123/156: Moved 'nss_pcache' and provided compatibility link.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 124/156: Only clear the SSL Session Cache when shutting the server down.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 125/156: Add support for TLS v1.1, protocol ranges.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 126/156: Documentation formatting fixes
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 127/156: Fix usage string in nss_pcache to include semid
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 128/156: Clarify the error messages to distinguish between server and proxy
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 129/156: Install nss_pcache.8 man page
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 130/156: Document sample mod_nss use cases, including FIPS.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 131/156: Work with mod_proxy when mod_ssl is also loaded.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 132/156: Move nss_pcache to /usr/libexec
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 133/156: Fix argument handling in nss_pcache
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 134/156: Fix incorrect handling of NSSVerifyClient in directory context
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 135/156: Update Changelog and AUTHORS
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 137/156: Rename configure.in to configure.ac
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 138/156: Apache 2.4 compatibility changes
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 136/156: Remove a bunch of auto-generated files
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 139/156: Remove an unused variable
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 140/156: Finally added a .gitignore
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 142/156: update paths
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 143/156: control: Use canonical vcs urls.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 144/156: compat: Bump to 9.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 145/156: Merge remote-tracking branch 'origin/upstream' into master-n
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 146/156: Merge branch 'master' into master-n
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 147/156: debian/nss.conf: Removed, use the patched upstream conf instead.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 148/156: bump the version
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 149/156: control, rules: Use dh and dh-autoreconf.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 150/156: install: Install nss_pcache in /usr/lib/libapache2-mod-nss instead of /usr/sbin.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 141/156: Add some basic functional tests.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 152/156: gencert: Create sqlite-based db's.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 153/156: rules: Disable tests, too many fedoraisms.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 154/156: install manpages, symlink to nss_pcache
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 155/156: rules: Add a symlink to libnssckbi.so to the nssdb.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 156/156: postinst, postrm: Create the nssdb on postinst, clear on postrm.
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 151/156: update patches, remove upstreamed ones
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] branch ubuntu updated (a7e6f34 -> b5a938c)
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] [libapache2-mod-nss] branch upstream updated (5b6aaed -> 07c2729)
Timo Aaltonen
- [Pkg-fedora-ds-maintainers] Bug#752708: libmozilla-ldap-perl: hardcodes /usr/lib/perl5
gregor herrmann
- [Pkg-fedora-ds-maintainers] Hello
dcain4 (Dawna Cain)
- [Pkg-fedora-ds-maintainers] HUD CLOSING
Iavn hush
- [Pkg-fedora-ds-maintainers] Dear Friend,
Mrs. Ishtar Kalif
- [Pkg-fedora-ds-maintainers] Aktualіѕіегung dеѕ Κоntоѕtatus. Аntwοгt егfοгderlich
info at pаурal.dе
- [Pkg-fedora-ds-maintainers] (no subject)
Ilagan, Olivia G.
- [Pkg-fedora-ds-maintainers] Klindex 4th of July Special
Klindex
- [Pkg-fedora-ds-maintainers] ZAGOTOVITE SI E- KONTAKTE SUSEDNJIH DRŽAVA I POVEČAJTE PRODAJU
bizidan
- [Pkg-fedora-ds-maintainers] Call for paper: 2nd International Conference on Economics, Finance and Management Outlooks
saad moin
- [Pkg-fedora-ds-maintainers] We invite you to publish scientific articles
Science and Education Foundation, Bulgaria
- [Pkg-fedora-ds-maintainers] Reply ASAP!!!
Alba Mora
- [Pkg-fedora-ds-maintainers] U.N/WBO/042UK/2014
organization_un
- [Pkg-fedora-ds-maintainers] (sin asunto)
lperez at express.com.ar
- [Pkg-fedora-ds-maintainers] Bug#752708: Perl 5.20 transition imminent
Damyan Ivanov
- [Pkg-fedora-ds-maintainers] libmozilla-ldap-perl is marked for autoremoval from testing
Debian testing autoremoval watch
- [Pkg-fedora-ds-maintainers] Processed: jessie
Debian Bug Tracking System
Last message date:
Wed Jul 30 10:33:24 UTC 2014
Archived on: Wed Jul 30 10:33:47 UTC 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).