| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: krb5-configs | Distribution: Red Hat Linux |
| Version: 1.1.1 | Vendor: Red Hat, Inc. |
| Release: 40 | Build date: Sat Mar 22 01:34:18 2003 |
| Group: System Environment/Base | Build host: daffy.perf.redhat.com |
| Size: 1644 | Source RPM: krb5-1.1.1-40.src.rpm |
| Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> | |
| Url: http://web.mit.edu/kerberos/www/ | |
| Summary: Kerberos 5 sample configuration file(s). | |
Kerberos is a trusted-third-party authentication system. This package contains sample configuration files for Kerberos 5 clients.
MIT, freely distributable.
* Fri Mar 21 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.1.40
- fix double-free of enc_part2 in krb524d
- update to latest patch kit for MITKRB5-SA-2003-004
* Thu Mar 20 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.1-39
- make the default kdc.conf list the same enctypes we use for 1.2.7
* Wed Mar 19 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.1-38
- add patch included in MITKRB5-SA-2003-003 (CAN-2003-0028)
* Mon Mar 17 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.1-37
- add patches from patchkit from MITKRB5-SA-2003-004 (CAN-2003-0138 and
CAN-2003-0139)
* Thu Mar 06 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.1-36
- fix buffer underrun in unparsing certain principals (CAN-2003-0082)
* Wed Feb 26 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.1-35
- add patch to fix server-side crashes when principals have no
components (CAN-2003-0072)
* Mon Feb 24 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.1-34
- add patch from Matt Crawford for encoding transited realms properly
* Thu Feb 06 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.1-33
- revert compiler flag changes
* Wed Feb 05 2003 Nalin Dahyabhai <nalin@redhat.com>
- sync compiler flags for configure and make with other versions
* Tue Feb 04 2003 Nalin Dahyabhai <nalin@redhat.com>
- add patch to document the reject-bad-transited option in kdc.conf
- add backported symbol namespacing fix from 1.2.3 to clear up clashes with glib
- add backported fix for hangs in kadmin client when principal contains an
escaped @ symbol
* Thu Jan 30 2003 Nalin Dahyabhai <nalin@redhat.com>
- add candidate backports for CAN-2002-0036, CAN-2002-058, CAN-2002-059
(CAN-2002-060 was fixed in 1.1.1-7 or so)
* Wed Jan 29 2003 Nalin Dahyabhai <nalin@redhat.com>
- change Requires: for/in subpackages to include 40
- obey RPM_OPT_FLAGS
- don't explicitly build with debugging, that's part of RPM_OPT_FLAGS
- include gnats data file in -libs subpackage
* Mon Jan 27 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.1-32
- revise gssftp patch to handle fdopen errors
* Thu Jan 23 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.1-31
- add patch from Mark Cox for exploitable bugs in ftp client
- add patch to avoid buffer read overruns when configuring via DNS
- add patch to properly include <errno.h>
- don't manually strip binaries -- that's the job of buildroot policies
* Thu Oct 24 2002 Nalin Dahyabhai <nalin@redhat.com> 1.1.1-30
- add patch from Tom Yu for exploitable bugs in kadmind4
- remove raw keys from the default kdc.conf
* Sat Aug 03 2002 Nalin Dahyabhai <nalin@redhat.com> 1.1.1-29
- add patch from Tom Yu for exploitable bugs in rpc code used in kadmind
* Thu Aug 02 2001 Nalin Dahyabhai <nalin@redhat.com>
- add Tom Yu's patch for exploitable bugs in telnet's server
* Thu Apr 26 2001 Nalin Dahyabhai <nalin@redhat.com>
- add Tom Yu's patch for exploitable bugs in gssftp's server
* Wed Mar 07 2001 Nalin Dahyabhai <nalin@redhat.com>
- add Tom Yu's patch for tempfile problems in libkrb4
- remove xinetd-specific files (RHL 7 uses xinetd)
* Wed Sep 13 2000 Nalin Dahyabhai <nalin@redhat.com>
- backport fix for problems in klogind credential forwarding (#11588)
- backport fix for heap corruption in ftp client (#14301)
* Tue Jun 20 2000 Nalin Dahyabhai <nalin@redhat.com>
- only remove old krb5server init script links if the init script is there
* Sun Jun 18 2000 Nalin Dahyabhai <nalin@redhat.com>
- disable kshell and eklogin by default
* Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
- patch mkdir/rmdir problem in ftpcmd.y
- add condrestart option to init script
- split the server init script into three pieces and add one for kpropd
* Thu Jun 15 2000 Nalin Dahyabhai <nalin@redhat.com>
- make sure workstation servers are all disabled by default
- clean up krb5server init script
* Sat Jun 10 2000 Nalin Dahyabhai <nalin@redhat.com>
- apply second set of buffer overflow fixes from Tom Yu
- fix from Dirk Husung for a bug in buffer cleanups in the test suite
- work around possibly broken rev binary in running test suite
- move default realm configs from /var/kerberos to /var/kerberos
* Wed Jun 07 2000 Nalin Dahyabhai <nalin@redhat.com>
- make ksu and v4rcp owned by root
* Sun Jun 04 2000 Nalin Dahyabhai <nalin@redhat.com>
- use %{_infodir} to better comply with FHS
- move .so files to -devel subpackage
- tweak xinetd config files (bugs #11833, #11835, #11836, #11840)
- fix package descriptions again
* Thu May 25 2000 Nalin Dahyabhai <nalin@redhat.com>
- change a LINE_MAX to 1024, fix from Ken Raeburn
- add fix for login vulnerability in case anyone rebuilds without krb4 compat
- add tweaks for byte-swapping macros in krb.h, also from Ken
- add xinetd config files
- make rsh and rlogin quieter
- build with debug to fix credential forwarding
- add rsh as a build-time req because the configure scripts look for it to
determine paths
* Thu May 18 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix config_subpackage logic
* Wed May 17 2000 Nalin Dahyabhai <nalin@redhat.com>
- remove setuid bit on v4rcp and ksu
- apply patches from Jeffrey Schiller to fix overruns Chris Evans found
- reintroduce configs subpackage for use in the errata
- add PreReq: sh-utils
* Tue May 16 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix double-free in the kdc (patch merged into MIT tree)
- include convert-config-files script as a documentation file
* Thu May 04 2000 Nalin Dahyabhai <nalin@redhat.com>
- patch ksu man page because the -C option never works
- add access() checks and disable debug mode in ksu
- modify default ksu build arguments to specify more directories in CMD_PATH
and to use getusershell()
* Thu May 04 2000 Bill Nottingham <notting@redhat.com>
- fix configure stuff for ia64
* Tue Apr 11 2000 Nalin Dahyabhai <nalin@redhat.com>
- add LDCOMBINE=-lc to configure invocation to use libc versioning (bug #10653)
- change Requires: for/in subpackages to include 1.1.1
* Thu Apr 06 2000 Nalin Dahyabhai <nalin@redhat.com>
- add man pages for kerberos(1), kvno(1), .k5login(5)
- add kvno to -workstation
* Tue Apr 04 2000 Nalin Dahyabhai <nalin@redhat.com>
- Merge krb5-configs back into krb5-libs. The krb5.conf file is marked as
a %config file anyway.
- Make krb5.conf a noreplace config file.
* Fri Mar 31 2000 Nalin Dahyabhai <nalin@redhat.com>
- Make klogind pass a clean environment to children, like NetKit's rlogind does.
* Wed Mar 08 2000 Nalin Dahyabhai <nalin@redhat.com>
- Don't enable the server by default.
- Compress info pages.
- Add defaults for the PAM module to krb5.conf
* Mon Mar 06 2000 Nalin Dahyabhai <nalin@redhat.com>
- Correct copyright: it's exportable now, provided the proper paperwork is
filed with the government.
* Fri Mar 03 2000 Nalin Dahyabhai <nalin@redhat.com>
- apply Mike Friedman's patch to fix format string problems
- don't strip off argv[0] when invoking regular rsh/rlogin
* Thu Mar 02 2000 Nalin Dahyabhai <nalin@redhat.com>
- run kadmin.local correctly at startup
* Mon Feb 28 2000 Nalin Dahyabhai <nalin@redhat.com>
- pass absolute path to kadm5.keytab if/when extracting keys at startup
* Sat Feb 19 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix info page insertions
* Wed Feb 09 2000 Nalin Dahyabhai <nalin@redhat.com>
- tweak server init script to automatically extract kadm5 keys if
/var/kerberos/krb5kdc/kadm5.keytab doesn't exist yet
- adjust package descriptions
* Thu Feb 03 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix for potentially gzipped man pages
* Fri Jan 21 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix comments in krb5-configs
* Fri Jan 07 2000 Nalin Dahyabhai <nalin@redhat.com>
- move /usr/kerberos/bin to end of PATH
* Tue Dec 28 1999 Nalin Dahyabhai <nalin@redhat.com>
- install kadmin header files
* Tue Dec 21 1999 Nalin Dahyabhai <nalin@redhat.com>
- patch around TIOCGTLC defined on alpha and remove warnings from libpty.h
- add installation of info docs
- remove krb4 compat patch because it doesn't fix workstation-side servers
* Mon Dec 20 1999 Nalin Dahyabhai <nalin@redhat.com>
- remove hesiod dependency at build-time
* Sun Dec 19 1999 Nalin Dahyabhai <nsdahya1@eos.ncsu.edu>
- rebuild on 1.1.1
* Fri Oct 08 1999 Nalin Dahyabhai <nsdahya1@eos.ncsu.edu>
- clean up init script for server, verify that it works [jlkatz]
- clean up rotation script so that rc likes it better
- add clean stanza
* Tue Oct 05 1999 Nalin Dahyabhai <nsdahya1@eos.ncsu.edu>
- backed out ncurses and makeshlib patches
- update for krb5-1.1
- add KDC rotation to rc.boot, based on ideas from Michael's C version
* Mon Sep 27 1999 Nalin Dahyabhai <nsdahya1@eos.ncsu.edu>
- added -lncurses to telnet and telnetd makefiles
* Tue Jul 06 1999 Nalin Dahyabhai <nsdahya1@eos.ncsu.edu>
- added krb5.csh and krb5.sh to /etc/profile.d
* Wed Jun 23 1999 Nalin Dahyabhai <nsdahya1@eos.ncsu.edu>
- broke out configuration files
* Tue Jun 15 1999 Nalin Dahyabhai <nsdahya1@eos.ncsu.edu>
- fixed server package so that it works now
* Sun May 16 1999 Nalin Dahyabhai <nsdahya1@eos.ncsu.edu>
- started changelog
- updated existing 1.0.5 RPM from Eos Linux to krb5 1.0.6
- added --force to makeinfo commands to skip errors during build
/etc/krb5.conf /etc/rc.d/init.d/kdcrotate
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 04:59:13 2013