Nalin Dahyabhai
196ea67f06
- add missing pam-devel build requirement, force selinux-or-fail build
2007-06-25 01:16:51 +00:00
Nalin Dahyabhai
cb76d1ea2b
rebuild
2007-06-25 00:56:37 +00:00
Nalin Dahyabhai
d360ed53e4
- label all files at creation-time according to the SELinux policy
...
(#228157 )
2007-06-25 00:55:25 +00:00
Nalin Dahyabhai
e773dcc288
- um, maybe not just yet
2007-06-22 22:33:07 +00:00
Nalin Dahyabhai
2ecf4e22d8
nope, we don't provide that file
2007-06-22 22:15:03 +00:00
Nalin Dahyabhai
70ccd082ae
- oops, note that pam changes went in, too
2007-06-22 22:10:15 +00:00
Nalin Dahyabhai
117cdbbea7
- preprocess kerberos.ldif into a format FDS will like better, and include
...
that as a doc file as well
2007-06-22 22:06:27 +00:00
Nalin Dahyabhai
37416c24a6
- switch man pages to being generated with the right paths in them
...
- drop old, incomplete SELinux patch
- add patch from Greg Hudson to make srvtab routines report missing-file
errors at same point that keytab routines do (#241805 )
2007-06-22 22:04:38 +00:00
Nalin Dahyabhai
ad9d82cb5c
- pull patch from svn to undo unintentional chattiness in ftp
...
- pull patch from svn to handle NULL krb5_get_init_creds_opt structures
better in a couple of places where they're expected
2007-05-24 15:43:24 +00:00
Nalin Dahyabhai
3f30bc2d6d
bump release number
2007-05-23 22:06:26 +00:00
Nalin Dahyabhai
7877c27fc3
- bump to 1.6.1
2007-05-23 21:48:27 +00:00
Nalin Dahyabhai
a9c20b1574
- kadmind.init: don't fail outright if the default principal database isn't
...
there if it looks like we might be using the kldap plugin
- kadmind.init: attempt to extract the key for the host-specific kadmin
service when we try to create the keytab
2007-05-18 22:16:16 +00:00
Nalin Dahyabhai
ea9e19241a
- omit dependent libraries from the krb5-config --libs output, as using
...
shared libraries (no more static libraries) makes them unnecessary and
they're not part of the libkrb5 interface (patch by Rex Dieter,
#240220 ) (strips out libkeyutils, libresolv, libdl)
2007-05-16 19:48:19 +00:00
Nalin Dahyabhai
a7114b4891
- pull in keyutils as a build requirement to get the "KEYRING:" ccache
...
type, because we've merged
2007-05-04 19:03:00 +00:00
Nalin Dahyabhai
a321e486d2
- fix an uninitialized length value which could cause a crash when parsing
...
key data coming from a directory server
- correct a typo in the krb5.conf man page ("ldap_server"->"ldap_servers")
2007-05-04 18:10:01 +00:00
Nalin Dahyabhai
1739ef7213
- move the default acl_file, dict_file, and admin_keytab settings to the
...
part of the default/example kdc.conf where they'll actually have an
effect (#236417 )
2007-04-13 19:07:25 +00:00
Nalin Dahyabhai
471b4b51f3
- add patch to correct unauthorized access via krb5-aware telnet daemon
...
(#229782 , CVE-2007-0956)
- add patch to fix buffer overflow in krb5kdc and kadmind (#231528 ,
CVE-2007-0957)
- add patch to fix double-free in kadmind (#231537 , CVE-2007-1216)
2007-04-03 18:46:41 +00:00
Nalin Dahyabhai
598e71ffbc
- add a couple of ldap-specific data files as documentation, so that admins
...
have the needed schema for their directory servers
2007-04-03 18:43:05 +00:00
Nalin Dahyabhai
aece600301
whoops, that won't work - can't do core -> extras deps
2007-03-22 20:17:58 +00:00
Nalin Dahyabhai
5c8daeafa2
- add buildrequires: on keyutils-libs-devel to enable use of keyring
...
ccaches, dragging keyutils-libs in as a dependency for everyone
2007-03-22 19:37:26 +00:00
Nalin Dahyabhai
da1eb7f057
- add patch to build semi-useful static libraries, but don't apply it
...
unless we need them
2007-02-28 20:35:53 +00:00
Nalin Dahyabhai
4aefd50874
- make profile.d scriptlets mode 644 instead of 755 ( #225974 )
2007-02-19 21:28:07 +00:00
Nalin Dahyabhai
3299c4b519
mock says "no resolv.conf for you!"
2007-01-30 21:21:21 +00:00
Nalin Dahyabhai
cb68887273
- clean up quoting of command-line arguments passed to the krsh/krlogin
...
wrapper scripts
2007-01-30 21:01:21 +00:00
Nalin Dahyabhai
6e6adec726
- initial update to 1.6, making the package-split optional
...
- move workstation daemons to a new subpackage (#81836 , #216356 , #217301 ),
and make the new subpackage require xinetd (#211885 )
We don't get static libraries any more. Holding off on build until
verification that this doesn't kill other things, or until we get them
building in a semi-useful way.
2007-01-23 22:14:15 +00:00
Nalin Dahyabhai
160a188e65
- merge back changes made between fc6 and rawhide to date
...
- somewhere in here we fixed the spelling of James's last name
2007-01-22 21:27:49 +00:00
Nalin Dahyabhai
f3820b972d
- preserve timestamps on profile.d shell scriptlets
...
- first cut at making RPM scriptlets failproof for install-info
- pull up pre-generated PDF docs so that we don't have multiarch
differences due to document IDs, timestamps, and compressed data,
- pull up the script to make sure that the PDF matches its source to guard
against the package maintainer forgetting to update when we move to a
new release
2007-01-22 21:23:54 +00:00
Nalin Dahyabhai
a9e6df4ffc
- apply fixes from Tom Yu for MITKRB5-SA-2006-002 (CVE-2006-6143) ( #218456 )
...
- apply fixes from Tom Yu for MITKRB5-SA-2006-003 (CVE-2006-6144) (#218456 )
Related: #218456
2007-01-09 19:31:40 +00:00
Nalin Dahyabhai
3ffdc43878
- don't bail from the KDC init script if there's no database, it may be in
...
a different location than the default (fenlason)
- remove the [kdc] section from the default krb5.conf -- doesn't seem to
have been applicable for a while
2006-10-23 20:23:05 +00:00
Nalin Dahyabhai
54faf41556
add newlines after new errors
2006-10-18 21:36:40 +00:00
Nalin Dahyabhai
74169f4b3c
- way-late application of added error info in kadmind.init ( #65853 )
2006-10-18 16:02:47 +00:00
Nalin Dahyabhai
acad7e7e15
call autoheader when needed
2006-10-13 21:23:35 +00:00
Nalin Dahyabhai
0b70aa4de2
- provide docs in PDF format instead of as tex source (Enrico Scholz,
...
#209943 )
2006-10-09 16:38:39 +00:00
Nalin Dahyabhai
6f6f8aff91
- add missing shebang headers to krsh and krlogin wrapper scripts ( #209238 )
2006-10-04 14:16:41 +00:00
Nalin Dahyabhai
ee98daaf74
actually bump the release
2006-09-06 20:28:20 +00:00
Nalin Dahyabhai
2ad1703afb
set SS_LIB at configure-time so that libss-using apps get working readline
...
support (#197044 )
2006-09-06 20:28:01 +00:00
Nalin Dahyabhai
d859fd0556
- switch to the updated patch for MITKRB-SA-2006-001
2006-08-18 16:50:54 +00:00
Nalin Dahyabhai
2bc5a13d2a
- apply patch to address MITKRB-SA-2006-001 (CVE-2006-3084)
2006-08-08 22:43:10 +00:00
Nalin Dahyabhai
8c4df25456
- ensure that the gssapi library's been initialized before walking the
...
internal mechanism list in gss_release_oid(), needed if called from
gss_release_name() right after a gss_import_name() (#198092 )
2006-08-07 17:52:52 +00:00
Nalin Dahyabhai
92a65fb1b1
rebuild
2006-07-25 17:55:38 +00:00
Nalin Dahyabhai
30f6a9b1cb
- pull up latest revision of patch to reduce lockups in rsh/rshd
2006-07-25 15:52:36 +00:00
Nalin Dahyabhai
ece8aeb4c7
rebuild
2006-07-17 14:36:02 +00:00
Jesse Keating
12232351f7
bumped for rebuild
2006-07-12 06:43:08 +00:00
Nalin Dahyabhai
574f4b1c31
finally think all the ducks are lined up
2006-07-06 21:25:26 +00:00
Nalin Dahyabhai
28c66f7806
- update to 1.5
2006-07-06 15:56:38 +00:00
Nalin Dahyabhai
2802804a49
actually bump the release number
2006-06-23 15:51:41 +00:00
Nalin Dahyabhai
b6fc39f13d
- mark profile.d config files noreplace (Laurent Rineau, #196447 )
2006-06-23 15:49:20 +00:00
Nalin Dahyabhai
a230e5aaed
- add buildprereq for autoconf
2006-06-08 21:42:52 +00:00
Nalin Dahyabhai
a7215484dc
- further munge krb5-config so that 'libdir=/usr/lib' is given even on
...
64-bit architectures, to avoid multilib conflicts; other changes will
conspire to strip out the -L flag which uses this, so it should be
harmless (#192692 )
2006-05-22 23:04:06 +00:00
Nalin Dahyabhai
b3724c4388
- adjust the patch which removes the use of rpath to also produce a
...
krb5-config which is okay in multilib environments (#190118 )
- make the name-of-the-tempfile comment which compile_et adds to error code
headers always list the same file to avoid conflicts on multilib
installations
- strip SIZEOF_LONG out of krb5.h so that it doesn't conflict on multilib
boxes
- strip GSS_SIZEOF_LONG out of gssapi.h so that it doesn't conflict on
mulitlib boxes
2006-05-08 21:47:26 +00:00