summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - bump to 1.10 alpha 1Nalin Dahyabhai2011-11-153-67/+108
|
* - get the 'make check' target to build in the gss-kernel-lib subdirNalin Dahyabhai2011-11-141-0/+24
|
* update for 1.10Nalin Dahyabhai2011-11-091-124/+154
|
* update for 1.10Nalin Dahyabhai2011-11-092-244/+9
|
* we shouldn't need this any more, per RT#6893Nalin Dahyabhai2011-11-091-24/+0
|
* update for 1.10Nalin Dahyabhai2011-11-091-9/+10
|
* dependency libs aren't output any moreNalin Dahyabhai2011-11-091-20/+0
|
* update, adding the default location for KRB5_KDC_PROFILENalin Dahyabhai2011-11-092-52/+48
|
* update for 1.10Nalin Dahyabhai2011-11-091-13/+11
|
* update for 1.10; we don't need to prune out CFLAGS any moreNalin Dahyabhai2011-11-091-15/+9
|
* update, move /bin before /usr/sbin to keep up with loginNalin Dahyabhai2011-11-092-13/+12
|
* update for 1.10Nalin Dahyabhai2011-11-091-4/+3
|
* update for 1.10Nalin Dahyabhai2011-11-092-17/+14
|
* updateNalin Dahyabhai2011-11-091-1/+1
|
* we'll need this until the next upstream refreshNalin Dahyabhai2011-11-091-0/+59
|
* 1.10 incorporates this fixNalin Dahyabhai2011-11-091-75/+0
|
* don't need this backport any moreNalin Dahyabhai2011-11-091-150/+0
|
* don't need this backport any moreNalin Dahyabhai2011-11-091-14/+0
|
* don't need this backport any moreNalin Dahyabhai2011-11-091-27/+0
|
* don't need the backported patches (poll.patch, poll2.patch) and upstreamNalin Dahyabhai2011-11-093-665/+0
| | | | rewrote things so that poll3 doesn't apply
* don't need these backports any moreNalin Dahyabhai2011-11-092-150/+0
|
* don't need this backport any moreNalin Dahyabhai2011-11-091-59/+0
|
* don't need this backport any moreNalin Dahyabhai2011-11-091-39/+0
|
* RT#6915 fix applied upstreamNalin Dahyabhai2011-11-091-29/+0
|
* - don't need this backport any moreNalin Dahyabhai2011-11-091-13/+0
|
* RT#6851 fix applied upstreamNalin Dahyabhai2011-11-091-290/+0
|
* - Rebuilt for glibc bug#747377Dennis Gilmore2011-10-261-1/+4
|
* - apply upstream patch to fix a null pointer dereference with the LDAP kdb ↵krb5-1.9.1-18.fc17Nalin Dahyabhai2011-10-182-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.fc17Nalin Dahyabhai2011-10-132-1/+157
| | | | make it public (#745533)
* - handle a harder-to-trigger assertion failure that starts cropping up when wekrb5-1.9.1-16.fc17Nalin Dahyabhai2011-10-072-1/+23
| | | | exit the transmit loop on time (#739853)
* - kadmin.service: fix #723723 againNalin Dahyabhai2011-10-076-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.serviceTom "spot" Callaway2011-10-022-2/+5
|
* fix typoTom "spot" Callaway2011-09-302-2/+5
|
* convert to systemdTom "spot" Callaway2011-09-194-29/+93
|
* - pull in upstream patch for RT#6952, confusion following referrals for ↵krb5-1.9.1-12.fc17krb5-1.9.1-12.fc16Nalin Dahyabhai2011-09-062-2/+27
| | | | cross-realm auth (#734341)
* - switch to the upstream patch for #727829krb5-1.9.1-11.fc17Nalin Dahyabhai2011-09-012-11/+25
|
* - bump the release numberkrb5-1.9.1-10.fc17krb5-1.9.1-10.fc16Nalin Dahyabhai2011-08-311-1/+1
|
* - handle an assertion failure that starts cropping up when the patch for ↵Nalin Dahyabhai2011-08-312-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.fc17Nalin Dahyabhai2011-08-082-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.fc16Nalin Dahyabhai2011-07-222-0/+31
| | | | way of Kevin Coffman
* - build shared libraries with partial RELRO support (#723995)Nalin Dahyabhai2011-07-222-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 sourcesNalin Dahyabhai2011-07-221-3/+0
|
* - kadmind.init: drop the attempt to detect no-database-present errors (#723723)Nalin Dahyabhai2011-07-202-9/+4
|
* - backport RT#6905: use poll() so that we can use higher descriptor numbers ↵Nalin Dahyabhai2011-07-192-1/+633
| | | | when the client is talking to a KDC
* - have a bug number for this nowNalin Dahyabhai2011-06-281-1/+1
|
* - pull a fix from SVN to use AI_ADDRCONFIG more often (RT#6923)krb5-1.9.1-5.fc16Nalin Dahyabhai2011-06-232-1/+124
|
* - pull a fix from SVN to try to avoid triggering a PTR lookup in getaddrinfo()Nalin Dahyabhai2011-06-232-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 IDNalin Dahyabhai2011-06-211-1/+1
|
* - apply upstream patch by way of Burt Holzman to fall back to a non-referralkrb5-1.9.1-4.fc16Nalin Dahyabhai2011-06-202-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.fc16Nalin Dahyabhai2011-06-141-2/+2
|