Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
krb5-appl-servers - Kerberos-aware telnet, ftp, rcp, rsh and rlogin servers
This package contains Kerberos-aware versions of the telnet, ftp, rcp, rsh,
and rlogin servers. While these have been replaced by tools such as OpenSSH
in most environments, they remain in use in others.
Packages
Latest: krb5-appl-servers-1.0.1-2.pre6.el5.fio.x86_64.rpm
| Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
| krb5-appl-servers |
0 |
1.0.1 |
2.pre6.el5.fio |
x86_64 |
247 KiB |
2011-06-22 17:12:23 |
Changelog:
- * 2011-01-25 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> - 1.0.1-2
- krshd: don't limit user names to 16 chars when utmp can handle names
at least a bit longer than that (#632442, RT#6773)
- * 2010-05-24 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> - 1.0.1-1
- update to 1.0.1
- * 2010-05-21 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> - 1.0-3
- when checking for pty-handling functions, do so with the benefit of the
libutil library we think might include them (#595411)
- * 2010-03-19 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> - 1.0-2
- also obsolete the last versions of krb5-workstation-clients and -servers
- * 2010-03-05 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> - 1.0-1
- build a split-out krb5-appl package by pruning out all of the non-appl
parts and resetting the versioning to match the upstream version for the
newly-split package
- * 2010-03-05 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> - 1.8-1
- update to 1.8
- temporarily bundling the krb5-appl package (split upstream as of 1.8)
until its package review is complete
- profile.d scriptlets are now only needed by -workstation-clients
- adjust paths in init scripts
- drop upstreamed fix for KDC denial of service (CVE-2010-0283)
- drop patch to check the user's password correctly using crypt(), which
isn't a code path we hit when we're using PAM
- * 2010-03-03 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> - 1.7.1-6
- fix a null pointer dereference and crash introduced in our PAM patch that
would happen if ftpd was given the name of a user who wasn't known to the
local system, limited to being triggerable by gssapi-authenticated clients by
the default xinetd config (Olivier Fourdan, #569472)
- * 2010-03-02 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> - 1.7.1-5
- fix a regression (not labeling a kdb database lock file correctly, #569902)
- * 2010-02-25 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> - 1.7.1-4
- move the package changelog to the end to match the usual style (jdennis)
- scrub out references to $RPM_SOURCE_DIR (jdennis)
- include a symlink to the readme with the name LICENSE so that people can
find it more easily (jdennis)
- * 2010-02-17 - Nalin Dahyabhai <nalin[AT]redhat[DOTCOM]> - 1.7.1-3
- pull up the change to make kpasswd's behavior better match the docs
when there's no ccache (#563431)