Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - apply upstream patch to fix a null pointer dereference with the LDAP kdb ↵krb5-1.9.1-18.fc17 | Nalin Dahyabhai | 2011-10-18 | 2 | -1/+84 |
| | | | | backend (CVE-2011-1527, #744125), an assertion failure with multiple kdb backends (CVE-2011-1528), and a null pointer dereference with multiple kdb backends (CVE-2011-1529) (#737711) | ||||
* | - pull in patch from trunk to rename krb5int_pac_sign() to krb5_pac_sign() andkrb5-1.9.1-17.fc17 | Nalin Dahyabhai | 2011-10-13 | 2 | -1/+157 |
| | | | | make it public (#745533) | ||||
* | - handle a harder-to-trigger assertion failure that starts cropping up when wekrb5-1.9.1-16.fc17 | Nalin Dahyabhai | 2011-10-07 | 2 | -1/+23 |
| | | | | exit the transmit loop on time (#739853) | ||||
* | - kadmin.service: fix #723723 again | Nalin Dahyabhai | 2011-10-07 | 6 | -13/+19 |
| | | | | | | | | - kadmin.service,krb5kdc.service: remove optional use of $KRB5REALM in command lines, because systemd parsing doesn't handle alternate value shell variable syntax - kprop.service: add missing Type=forking so that systemd doesn't assume simple - kprop.service: expect the ACL configuration to be there, not absent | ||||
* | hardcode pid file path as option to krb5kdc.service | Tom "spot" Callaway | 2011-10-02 | 2 | -2/+5 |
| | |||||
* | fix typo | Tom "spot" Callaway | 2011-09-30 | 2 | -2/+5 |
| | |||||
* | convert to systemd | Tom "spot" Callaway | 2011-09-19 | 4 | -29/+93 |
| | |||||
* | - pull in upstream patch for RT#6952, confusion following referrals for ↵krb5-1.9.1-12.fc17krb5-1.9.1-12.fc16 | Nalin Dahyabhai | 2011-09-06 | 2 | -2/+27 |
| | | | | cross-realm auth (#734341) | ||||
* | - switch to the upstream patch for #727829krb5-1.9.1-11.fc17 | Nalin Dahyabhai | 2011-09-01 | 2 | -11/+25 |
| | |||||
* | - bump the release numberkrb5-1.9.1-10.fc17krb5-1.9.1-10.fc16 | Nalin Dahyabhai | 2011-08-31 | 1 | -1/+1 |
| | |||||
* | - handle an assertion failure that starts cropping up when the patch for ↵ | Nalin Dahyabhai | 2011-08-31 | 2 | -0/+18 |
| | | | | using poll (#701446) meets servers that aren't running KDCs or against which the connection fails for other reasons (#727829, #734172) | ||||
* | - override the default build rules to not delete temporary y.tab.c files,krb5-1.9.1-9.fc17 | Nalin Dahyabhai | 2011-08-08 | 2 | -1/+34 |
| | | | | | so that they can be packaged, allowing debuginfo files which point to them do so usefully (#729044) | ||||
* | - pull in a patch to fix losing track of the replay cache FD, from SVN by ↵krb5-1.9.1-8.fc16 | Nalin Dahyabhai | 2011-07-22 | 2 | -0/+31 |
| | | | | way of Kevin Coffman | ||||
* | - build shared libraries with partial RELRO support (#723995) | Nalin Dahyabhai | 2011-07-22 | 2 | -11/+26 |
| | | | | | - filter out potentially multiple instances of -Wl,-z,relro from krb5-config output, now that it's in the buildroot's default LDFLAGS | ||||
* | - prune 1.9 sources | Nalin Dahyabhai | 2011-07-22 | 1 | -3/+0 |
| | |||||
* | - kadmind.init: drop the attempt to detect no-database-present errors (#723723) | Nalin Dahyabhai | 2011-07-20 | 2 | -9/+4 |
| | |||||
* | - backport RT#6905: use poll() so that we can use higher descriptor numbers ↵ | Nalin Dahyabhai | 2011-07-19 | 2 | -1/+633 |
| | | | | when the client is talking to a KDC | ||||
* | - have a bug number for this now | Nalin Dahyabhai | 2011-06-28 | 1 | -1/+1 |
| | |||||
* | - pull a fix from SVN to use AI_ADDRCONFIG more often (RT#6923)krb5-1.9.1-5.fc16 | Nalin Dahyabhai | 2011-06-23 | 2 | -1/+124 |
| | |||||
* | - pull a fix from SVN to try to avoid triggering a PTR lookup in getaddrinfo() | Nalin Dahyabhai | 2011-06-23 | 2 | -0/+38 |
| | | | | | | during krb5_sname_to_principal(), and to let getaddrinfo() decide whether or not to ask for an IPv6 address based on the set of configured interfaces (RT#6922) | ||||
* | - fix that bug ID | Nalin Dahyabhai | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | - apply upstream patch by way of Burt Holzman to fall back to a non-referralkrb5-1.9.1-4.fc16 | Nalin Dahyabhai | 2011-06-20 | 2 | -1/+67 |
| | | | | | method in cases where we might be derailed by a KDC that rejects the canonicalize option (for example, those from the RHEL 2.1 or 3 era) (#713518) | ||||
* | - don't burn a release numberkrb5-1.9.1-3.fc16 | Nalin Dahyabhai | 2011-06-14 | 1 | -2/+2 |
| | |||||
* | - pull a fix from SVN to get libgssrpc clients (e.g. kadmin) authenticating | Nalin Dahyabhai | 2011-06-14 | 2 | -0/+45 |
| | | | | using the old protocol over IPv4 again (RT#6920) | ||||
* | - incorporate a fix to teach the file labeling bits about when replay caches ↵ | Nalin Dahyabhai | 2011-06-14 | 2 | -7/+59 |
| | | | | are expunged (#576093) | ||||
* | switch to the upstream patch for #707145 | Nalin Dahyabhai | 2011-05-26 | 2 | -8/+26 |
| | |||||
* | klist: don't trip over referral entries when invoked with -s (#707145, RT#6915)krb5-1.9.1-2.fc16 | Nalin Dahyabhai | 2011-05-25 | 2 | -1/+21 |
| | |||||
* | - fixup URL in a comment | Nalin Dahyabhai | 2011-05-06 | 1 | -2/+6 |
| | | | | - when built with NSS, require 3.12.10 rather than 3.12.9 | ||||
* | - update to 1.9.1:krb5-1.9.1-1.fc16 | Nalin Dahyabhai | 2011-05-05 | 7 | -208/+14 |
| | | | | | - drop no-longer-needed patches for CVE-2010-4022, CVE-2011-0281, CVE-2011-0282, CVE-2011-0283, CVE-2011-0284, CVE-2011-0285 | ||||
* | add the bug ID for that last fix | Nalin Dahyabhai | 2011-04-13 | 1 | -2/+2 |
| | |||||
* | - kadmind: add upstream patch to fix free() on an invalid pointer ↵krb5-1.9-9.fc16 | Nalin Dahyabhai | 2011-04-13 | 2 | -1/+46 |
| | | | | (MITKRB5-SA-2011-004, CVE-2011-0285) | ||||
* | - don't discard the error code from an error message received in response | Nalin Dahyabhai | 2011-04-04 | 2 | -0/+30 |
| | | | | to a change-password request (#658871, RT#6893) | ||||
* | - override INSTALL_SETUID at build-time so that ksu is installed into | Nalin Dahyabhai | 2011-04-01 | 2 | -0/+16 |
| | | | | the buildroot with the right permissions (part of #225974) | ||||
* | - backport change from SVN to fix a computed-value-not-used warning in | Nalin Dahyabhai | 2011-03-18 | 2 | -1/+20 |
| | | | | kpropd (#684065) | ||||
* | - turn off NSS as the backend for libk5crypto for now to work around itskrb5-1.9-7.fc16 | Nalin Dahyabhai | 2011-03-15 | 2 | -2/+23 |
| | | | | | | DES string2key not working (#679012) - add revised upstream patch to fix double-free in KDC while returning typed-data with errors (CVE-2011-0284, #674325) | ||||
* | - throw in a not-applied-by-default patch to try to make pkinit debugging ↵ | Nalin Dahyabhai | 2011-02-17 | 2 | -0/+105 |
| | | | | into a run-time boolean option named "pkinit_debug" | ||||
* | turn on NSS as the backend for libk5crypto, adding nss-devel as a build ↵krb5-1.9-6.fc16 | Nalin Dahyabhai | 2011-02-16 | 1 | -2/+9 |
| | | | | dependency when that switch is flipped | ||||
* | - krb5kdc init script: prototype some changes to do a quick spot-checkkrb5-1.9-5.fc15 | Nalin Dahyabhai | 2011-02-09 | 3 | -1/+210 |
| | | | | | of the TGS and kadmind keys and warn if there aren't any non-weak keys on file for them (to flush out parts of #651466) | ||||
* | reference the raw hide bug ID for CVE-2011-0283 in the changelog | Nalin Dahyabhai | 2011-02-08 | 1 | -1/+1 |
| | |||||
* | - add upstream patches to fix standalone kpropd exiting if the per-clientkrb5-1.9-4.fc15 | Nalin Dahyabhai | 2011-02-08 | 3 | -1/+157 |
| | | | | | | | child process exits with an error (MITKRB5-SA-2011-001), a hang or crash in the KDC when using the LDAP kdb backend, and an uninitialized pointer use in the KDC (MITKRB5-SA-2011-002) (CVE-2010-4022, #664009, CVE-2011-0281, #668719, CVE-2011-0282, #668726, CVE-2011-0283, #670567) | ||||
* | - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild | Dennis Gilmore | 2011-02-07 | 1 | -1/+4 |
| | |||||
* | fix a compile error in the SELinux labeling patch when -DDEBUG is used ↵ | Nalin Dahyabhai | 2011-02-07 | 2 | -3/+7 |
| | | | | (Sumit Bose) | ||||
* | - properly advertise that the kpropd init script now supports force-reload ↵ | Nalin Dahyabhai | 2011-02-01 | 2 | -1/+5 |
| | | | | (Zbysek Mraz #630587) | ||||
* | - pkinit: when verifying signed data, use the CMS APIs for better ↵ | Nalin Dahyabhai | 2011-01-26 | 2 | -1/+297 |
| | | | | interoperability (#636985, RT#6851) | ||||
* | update to 1.9 finalkrb5-1.9-1.fc15 | Nalin Dahyabhai | 2010-12-22 | 3 | -9/+15 |
| | |||||
* | - fix link flags and permissions on shared libraries (ausil) | Nalin Dahyabhai | 2010-12-20 | 2 | -11/+15 |
| | |||||
* | - fix link flags and permissions on shared libraries (ausil) | Nalin Dahyabhai | 2010-12-20 | 1 | -0/+0 |
| | |||||
* | - update to 1.9 beta 3 | Nalin Dahyabhai | 2010-12-16 | 2 | -7/+9 |
| | |||||
* | - update to 1.9 beta 3 | Nalin Dahyabhai | 2010-12-16 | 2 | -2/+6 |
| | |||||
* | Merge branch 'master-f15-1.9' of ssh://pkgs.fedoraproject.org/krb5 into ↵ | Nalin Dahyabhai | 2010-12-06 | 0 | -0/+0 |
|\ | | | | | | | | | | | | | | | master-f15-1.9 Conflicts: krb5.spec sources |