|
|
|
|
Changelog for krb5-debuginfo-1.2.7-52.i386.rpm :
Thu Dec 1 23:00:00 2005 Nalin Dahyabhai 1.2.7-52 - tweak build scripts to stop automatically stripping binaries so that we get useful debuginfo packages (#171680)
Tue Nov 15 23:00:00 2005 Nalin Dahyabhai 1.2.7-51 - login: don\'t truncate passwords before passing them into crypt(), in case they\'re significant (#149476) - ksu: package ksu setuid-root again (#137934)
Tue Nov 15 23:00:00 2005 Nalin Dahyabhai 1.2.7-50 - modify rsh behavior so that it only checks for writability of descriptors when the corresponding read descriptor shows that there\'s data available, so that it doesn\'t just spin calling select() over and over again (more from #171708)
Thu Oct 27 00:00:00 2005 Nalin Dahyabhai 1.2.7-49 - modify rshd behavior so that it only checks for writability of descriptors when the corresponding read descriptor shows that there\'s data available, so that it doesn\'t just spin calling select() over and over again (#171708)
Thu Sep 29 00:00:00 2005 Nalin Dahyabhai - whitespace edit the default encryption type list
Wed Sep 14 00:00:00 2005 Nalin Dahyabhai - mark %{krb5prefix}/man so that files which are packaged within it are flagged as %doc (#168163)
Sat Aug 20 00:00:00 2005 Nalin Dahyabhai 1.2.7-48 - fix for sending/receiving of large files in rcp (#165032)
Thu Jun 30 00:00:00 2005 Nalin Dahyabhai 1.2.7-47 - fix telnet client environment variable disclosure the same way NetKit\'s telnet client did (CAN-2005-0488) (#159304) - keep apps which call krb5_principal_compare() or krb5_realm_compare() with malformed or NULL principal structures from crashing outright (Thomas Biege) (#161471)
Wed Jun 29 00:00:00 2005 Nalin Dahyabhai - apply fixes from draft of MIT-KRB5-SA-2005-002 (CAN-2005-1175) (#157103) - apply fixes from draft of MIT-KRB5-SA-2005-003 (CAN-2005-1689) (#159753)
Sat Jun 25 00:00:00 2005 Nalin Dahyabhai 1.2.7-46 - fix double-close in keytab handling - add port of fixes for CAN-2004-0175 to krb5-aware rcp (#161611)
Sat May 14 00:00:00 2005 Nalin Dahyabhai 1.2.7-45 - prevent spurious EBADF in krshd when stdin is closed by the client while the command is running (#151111)
Thu Apr 21 00:00:00 2005 Martin Stransky 1.2.7-44 - add krsh deadlock fix for client
Wed Mar 30 00:00:00 2005 Nalin Dahyabhai 1.2.7-43 - reenable patches for RHSA-2005:330
Wed Mar 23 23:00:00 2005 Nalin Dahyabhai 1.2.7-42 - back out krshd patch for RHSA-2005:330
Thu Mar 17 23:00:00 2005 Nalin Dahyabhai 1.2.7-41 - add draft fix from Tom Yu for slc_add_reply() buffer overflow (CAN-2005-0469) - add draft fix from Tom Yu for env_opt_add() buffer overflow (CAN-2005-0468)
Tue Mar 15 23:00:00 2005 Nalin Dahyabhai - unrevert that change - use stdargs instead of varargs in telnet\'s commands.c - tweak .y files to be more acceptable to newer bison
Fri Mar 4 23:00:00 2005 Nalin Dahyabhai - revert that change for now
Fri Mar 4 23:00:00 2005 Nalin Dahyabhai 1.2.7-40 - read-with-retry on TCP sockets when we\'re receiving a reply from the KDC (possible fix for #143084)
Thu Mar 3 23:00:00 2005 Martin Stransky 1.2.7-39 - fix deadlock during file transfer via rsync/krsh with encrypted transfer (#139235)
Wed Dec 22 23:00:00 2004 Nalin Dahyabhai 1.2.7-38 - add additional hunk to fix for #123031 for xdr encoding/decoding of gssapi buffers (part of #143127)
Tue Dec 21 23:00:00 2004 Nalin Dahyabhai - fix reference to already-freed data (part of #143127)
Mon Dec 20 23:00:00 2004 Nalin Dahyabhai 1.2.7-37 - apply fix from Tom Yu for MITKRB5-SA-2004-004 (CAN-2004-1189) - fix predictable-tempfile-name bug in krb5-send-pr (CAN-2004-0971) - silence compiler warning in kprop by using an in-memory ccache with a fixed name instead of an on-disk ccache with a name generated by tmpnam()
Mon Nov 29 23:00:00 2004 Nalin Dahyabhai 1.2.7-36 - pass NULL instead of 0 to functions which expect a NULL-terminated list of pointers (possible fix for IT#54742)
Mon Nov 29 23:00:00 2004 Martin Stransky 1.2.7-35 - fix deadlock during file transfer via rsync/krsh - thanks goes to James Antil for hint
Fri Nov 12 23:00:00 2004 Nalin Dahyabhai 1.2.7-34 - fix generation and reception of rc4-encrypted gssapi tokens
Tue Nov 2 23:00:00 2004 Nalin Dahyabhai 1.2.7-33 - add \"des-cbc-md4\" to the default enctype list, as in 1.3 - allow arcfour in gss_init_sec_context()
Tue Nov 2 23:00:00 2004 Nalin Dahyabhai 1.2.7-32 - reorder the new (1.2.7-29 and later) default list of supported enctypes from \"des3-cbc-sha1 des-cbc-md5 des-cbc-crc arcfour-hmac-md5\" to \"des3-cbc-sha1 arcfour-hmac-md5 des-cbc-crc des-cbc-md5\", matching the relative order in 1.3 (no aes, though); this should cause KDCs to select the same enctypes as they would for 1.3 clients if they treat the client\'s list of enctypes as if it were sorted by order of preference
Fri Oct 15 00:00:00 2004 Nalin Dahyabhai 1.2.7-31 - re-enable arcfour patch, it\'s needed for Samba interoperability after all
Fri Oct 15 00:00:00 2004 Nalin Dahyabhai 1.2.7-30 - revise patch for TCP support - disable arcfour patch, it\'s not needed for Samba interoperability after all
Wed Oct 6 00:00:00 2004 Nalin Dahyabhai 1.2.7-29 - initial attempt at TCP support (#137611) - initial attempt at arcfour support (#137612) - enable WRFILE: by default, as in 1.3 (#137613)
Wed Aug 25 00:00:00 2004 Nalin Dahyabhai 1.2.7-28 - incorporate revised fixes from Tom Yu for CAN-2004-0642, CAN-2004-0644, CAN-2004-0772
Tue Aug 24 00:00:00 2004 Nalin Dahyabhai 1.2.7-27 - incorporate fixes from Tom Yu for CAN-2004-0642, CAN-2004-0772 (MITKRB5-SA-2004-002, #130731) - incorporate fixes from Tom Yu for CAN-2004-0644 (MITKRB5-SA-2004-003, #130731)
Thu Aug 12 00:00:00 2004 Nalin Dahyabhai 1.2.7-26 - ensure that libkrb5 always links with libresolv (Phil D\'Amore, #129680)
Wed Jun 30 00:00:00 2004 Nalin Dahyabhai 1.2.7-25 - return ERANGE if we ever receive too-large responses - prefer the kdc which last replied to a request when sending requests to kdcs for v4 as well
Sat Jun 5 00:00:00 2004 Nalin Dahyabhai 1.2.7-24 - apply updated patch from MITKRB5-SA-2004-001 (revision 2004-06-02)
Wed Jun 2 00:00:00 2004 Nalin Dahyabhai 1.2.7-23 - apply backport of patch from MITKRB5-SA-2004-001 (#125001)
Wed May 12 00:00:00 2004 Nalin Dahyabhai 1.2.7-22 - sort out some endian/64-bit cleanliness in the rpc xdr code (#123031)
Fri Mar 12 23:00:00 2004 Nalin Dahyabhai 1.2.7-21 - ensure that libkrb5 always links with libresolv
Tue Jan 20 23:00:00 2004 Nalin Dahyabhai 1.2.7-20 - fix combination of --with-netlib and --enable-dns (#82176) - prefer the kdc which last replied to a request when sending requests to kdcs
Wed Sep 24 00:00:00 2003 Nalin Dahyabhai 1.2.7-19 - include profile.d scriptlets in krb5-devel so that krb5-config will be in the path, reported by Kir Kolyshkin - revert previous patch, refused upstream
Sun Sep 7 00:00:00 2003 Nalin Dahyabhai 1.2.7-18 - fix 32/64-bit sizing problems saving and reading the issue time field in v4 credentials (#91513)
Fri Sep 5 00:00:00 2003 Nalin Dahyabhai 1.2.7-17 - fix size of KRB4_32 on some 64-bit arches
Thu Aug 28 00:00:00 2003 Nalin Dahyabhai 1.2.7-16 - fixup more implicitly-declared functions
Wed Aug 27 00:00:00 2003 Nalin Dahyabhai - fixup some int/pointer varargs wackiness
Wed Aug 13 00:00:00 2003 Thomas Woerner 1.2.7-15 - fixed missing unistd.h include in src/appl/gssftp/ftp/cmds.c (#99320)
Tue Apr 1 00:00:00 2003 Nalin Dahyabhai 1.2.7-14 - fix double-free of enc_part2 in krb524d
Fri Mar 21 23:00:00 2003 Nalin Dahyabhai 1.2.7-13 - update to latest patch kit for MITKRB5-SA-2003-004
Wed Mar 19 23:00:00 2003 Nalin Dahyabhai 1.2.7-12 - add patch included in MITKRB5-SA-2003-003 (CAN-2003-0028)
Mon Mar 17 23:00:00 2003 Nalin Dahyabhai 1.2.7-11 - add patches from patchkit from MITKRB5-SA-2003-004 (CAN-2003-0138 and CAN-2003-0139)
Thu Mar 6 23:00:00 2003 Nalin Dahyabhai 1.2.7-10 - rebuild
Thu Mar 6 23:00:00 2003 Nalin Dahyabhai 1.2.7-9 - fix buffer underrun in unparsing certain principals (CAN-2003-0082)
Tue Feb 4 23:00:00 2003 Nalin Dahyabhai 1.2.7-8 - add patch to document the reject-bad-transited option in kdc.conf
Mon Feb 3 23:00:00 2003 Nalin Dahyabhai - add patch to fix server-side crashes when principals have no components (CAN-2003-0072)
Thu Jan 23 23:00:00 2003 Nalin Dahyabhai 1.2.7-7 - add patch from Mark Cox for exploitable bugs in ftp client
Wed Jan 22 23:00:00 2003 Tim Powers - rebuilt
Wed Jan 15 23:00:00 2003 Nalin Dahyabhai 1.2.7-5 - use PICFLAGS when building code from the ktany patch
Thu Jan 9 23:00:00 2003 Bill Nottingham 1.2.7-4 - debloat
Tue Jan 7 23:00:00 2003 Jeremy Katz 1.2.7-3 - include .so. * symlinks as well as .so. *. *
Mon Dec 9 23:00:00 2002 Jakub Jelinek 1.2.7-2 - always #include to access errno, never do it directly - enable LFS on a bunch of other 32-bit arches
Wed Dec 4 23:00:00 2002 Nalin Dahyabhai - increase the maximum name length allowed by kuserok() to the higher value used in development versions
Mon Dec 2 23:00:00 2002 Nalin Dahyabhai - install src/krb524/README as README.krb524 in the -servers package, includes information about converting for AFS principals
Fri Nov 15 23:00:00 2002 Nalin Dahyabhai 1.2.7-1 - update to 1.2.7 - disable use of tcl
Mon Nov 11 23:00:00 2002 Nalin Dahyabhai - update to 1.2.7-beta2 (internal only, not for release), dropping dnsparse and kadmind4 fixes
Thu Oct 24 00:00:00 2002 Nalin Dahyabhai 1.2.6-5 - add patch for buffer overflow in kadmind4 (not used by default)
Sat Oct 12 00:00:00 2002 Nalin Dahyabhai 1.2.6-4 - drop a hunk from the dnsparse patch which is actually redundant (thanks to Tom Yu)
Thu Oct 10 00:00:00 2002 Nalin Dahyabhai 1.2.6-3 - patch to handle truncated dns responses
Tue Oct 8 00:00:00 2002 Nalin Dahyabhai 1.2.6-2 - remove hashless key types from the default kdc.conf, they\'re not supposed to be there, noted by Sam Hartman on krbdev
Sat Sep 28 00:00:00 2002 Nalin Dahyabhai 1.2.6-1 - update to 1.2.6
Sat Sep 14 00:00:00 2002 Nalin Dahyabhai 1.2.5-7 - use %{_lib} for the sake of multilib systems
Sat Aug 3 00:00:00 2002 Nalin Dahyabhai 1.2.5-6 - add patch from Tom Yu for exploitable bugs in rpc code used in kadmind
Wed Jul 24 00:00:00 2002 Nalin Dahyabhai 1.2.5-5 - fix bug in krb5.csh which would cause the path check to always succeed
Sat Jul 20 00:00:00 2002 Jakub Jelinek 1.2.5-4 - build even libdb.a with -fPIC and $RPM_OPT_FLAGS.
Sat Jun 22 00:00:00 2002 Tim Powers - automated rebuild
Mon May 27 00:00:00 2002 Tim Powers - automated rebuild
Thu May 2 00:00:00 2002 Nalin Dahyabhai 1.2.5-1 - update to 1.2.5 - disable statglue
Fri Mar 1 23:00:00 2002 Nalin Dahyabhai 1.2.4-1 - update to 1.2.4
Wed Feb 20 23:00:00 2002 Nalin Dahyabhai 1.2.3-5 - rebuild in new environment - reenable statglue
Sat Jan 26 23:00:00 2002 Florian La Roche - prereq chkconfig for the server subpackage
Wed Jan 16 23:00:00 2002 Nalin Dahyabhai 1.2.3-3 - build without -g3, which gives us large static libraries in -devel
Tue Jan 15 23:00:00 2002 Nalin Dahyabhai 1.2.3-2 - reintroduce ld.so.conf munging in the -libs %post
Thu Jan 10 23:00:00 2002 Nalin Dahyabhai 1.2.3-1 - rename the krb5 package back to krb5-libs; the previous rename caused something of an uproar - update to 1.2.3, which includes the FTP and telnetd fixes - configure without --enable-dns-for-kdc --enable-dns-for-realm, which now set the default behavior instead of enabling the feature (the feature is enabled by --enable-dns, which we still use) - reenable optimizations on Alpha - support more encryption types in the default kdc.conf (heads-up from post to comp.protocols.kerberos by Jason Heiss)
Sat Aug 4 00:00:00 2001 Nalin Dahyabhai 1.2.2-14 - rename the krb5-libs package to krb5 (naming a subpackage -libs when there is no main package is silly) - move defaults for PAM to the appdefaults section of krb5.conf -- this is the area where the krb5_appdefault_ * functions look for settings) - disable statglue (warning: breaks binary compatibility with previous packages, but has to be broken at some point to work correctly with unpatched versions built with newer versions of glibc)
Sat Aug 4 00:00:00 2001 Nalin Dahyabhai 1.2.2-13 - bump release number and rebuild
Thu Aug 2 00:00:00 2001 Nalin Dahyabhai - add patch to fix telnetd vulnerability
Sat Jul 21 00:00:00 2001 Nalin Dahyabhai - tweak statglue.c to fix stat/stat64 aliasing problems - be cleaner in use of gcc to build shlibs
Thu Jul 12 00:00:00 2001 Nalin Dahyabhai - use gcc to build shared libraries
Thu Jun 28 00:00:00 2001 Nalin Dahyabhai - add patch to support \"ANY\" keytab type (i.e., \"default_keytab_name = ANY:FILE:/etc/krb5.keytab,SRVTAB:/etc/srvtab\" patch from Gerald Britton, #42551) - build with -D_FILE_OFFSET_BITS=64 to get large file I/O in ftpd (#30697) - patch ftpd to use long long and %lld format specifiers to support the SIZE command on large files (also #30697) - don\'t use LOG_AUTH as an option value when calling openlog() in ksu (#45965) - implement reload in krb5kdc and kadmind init scripts (#41911) - lose the krb5server init script (not using it any more)
Mon Jun 25 00:00:00 2001 Elliot Lee - Bump release + rebuild.
Wed May 30 00:00:00 2001 Nalin Dahyabhai - pass some structures by address instead of on the stack in krb5kdc
Wed May 23 00:00:00 2001 Nalin Dahyabhai - rebuild in new environment
Fri Apr 27 00:00:00 2001 Nalin Dahyabhai - add patch from Tom Yu to fix ftpd overflows (#37731)
Thu Apr 19 00:00:00 2001 Than Ngo - disable optimizations on the alpha again
Sat Mar 31 00:00:00 2001 Nalin Dahyabhai - add in glue code to make sure that libkrb5 continues to provide a weak copy of stat()
Thu Mar 15 23:00:00 2001 Nalin Dahyabhai - build alpha with -O0 for now
Thu Mar 8 23:00:00 2001 Nalin Dahyabhai - fix the kpropd init script
Mon Mar 5 23:00:00 2001 Nalin Dahyabhai - update to 1.2.2, which fixes some bugs relating to empty ETYPE-INFO - re-enable optimization on Alpha
Thu Feb 8 23:00:00 2001 Nalin Dahyabhai - build alpha with -O0 for now - own /var/kerberos
Tue Feb 6 23:00:00 2001 Nalin Dahyabhai - own the directories which are created for each package (#26342)
Tue Jan 23 23:00:00 2001 Nalin Dahyabhai - gettextize init scripts
Fri Jan 19 23:00:00 2001 Nalin Dahyabhai - add some comments to the ksu patches for the curious - re-enable optimization on alphas
Mon Jan 15 23:00:00 2001 Nalin Dahyabhai - fix krb5-send-pr (#18932) and move it from -server to -workstation - buildprereq libtermcap-devel - temporariliy disable optimization on alphas - gettextize init scripts
Tue Dec 5 23:00:00 2000 Nalin Dahyabhai - force -fPIC
Fri Dec 1 23:00:00 2000 Nalin Dahyabhai - rebuild in new environment
Tue Oct 31 23:00:00 2000 Nalin Dahyabhai - add bison as a BuildPrereq (#20091)
Mon Oct 30 23:00:00 2000 Nalin Dahyabhai - change /usr/dict/words to /usr/share/dict/words in default kdc.conf (#20000)
Fri Oct 6 00:00:00 2000 Nalin Dahyabhai - apply kpasswd bug fixes from David Wragg
Thu Oct 5 00:00:00 2000 Nalin Dahyabhai - make krb5-libs obsolete the old krb5-configs package (#18351) - don\'t quit from the kpropd init script if there\'s no principal database so that you can propagate the first time without running kpropd manually - don\'t complain if /etc/ld.so.conf doesn\'t exist in the -libs %post
Wed Sep 13 00:00:00 2000 Nalin Dahyabhai - fix credential forwarding problem in klogind (goof in KRB5CCNAME handling) (#11588) - fix heap corruption bug in FTP client (#14301)
Thu Aug 17 00:00:00 2000 Nalin Dahyabhai - fix summaries and descriptions - switched the default transfer protocol from PORT to PASV as proposed on bugzilla (#16134), and to match the regular ftp package\'s behavior
Thu Jul 20 00:00:00 2000 Jeff Johnson - rebuild to compress man pages.
Sun Jul 16 00:00:00 2000 Bill Nottingham - move initscript back
Sat Jul 15 00:00:00 2000 Nalin Dahyabhai - disable servers by default to keep linuxconf from thinking they need to be started when they don\'t
Fri Jul 14 00:00:00 2000 Prospector - automatic rebuild
Tue Jul 11 00:00:00 2000 Nalin Dahyabhai - change cleanup code in post to not tickle chkconfig - add grep as a Prereq: for -libs
Fri Jul 7 00:00:00 2000 Nalin Dahyabhai - move condrestarts to postun - make xinetd configs noreplace - add descriptions to xinetd configs - add /etc/init.d as a prereq for the -server package - patch to properly truncate $TERM in krlogind
Sat Jul 1 00:00:00 2000 Nalin Dahyabhai - update to 1.2.1 - back out Tom Yu\'s patch, which is a big chunk of the 1.2 -> 1.2.1 update - start using the official source tarball instead of its contents
Fri Jun 30 00:00:00 2000 Nalin Dahyabhai - Tom Yu\'s patch to fix compatibility between 1.2 kadmin and 1.1.1 kadmind - pull out 6.2 options in the spec file (sonames changing in 1.2 means it\'s not compatible with other stuff in 6.2, so no need)
Thu Jun 29 00:00:00 2000 Nalin Dahyabhai - tweak graceful start/stop logic in post and preun
Tue Jun 27 00:00:00 2000 Nalin Dahyabhai - update to the 1.2 release - ditch a lot of our patches which went upstream - enable use of DNS to look up things at build-time - disable use of DNS to look up things at run-time in default krb5.conf - change ownership of the convert-config-files script to root.root - compress PS docs - fix some typos in the kinit man page - run condrestart in server post, and shut down in preun
Tue Jun 20 00:00:00 2000 Nalin Dahyabhai - only remove old krb5server init script links if the init script is there
Sun Jun 18 00:00:00 2000 Nalin Dahyabhai - disable kshell and eklogin by default
Fri Jun 16 00:00:00 2000 Nalin Dahyabhai - 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 00:00:00 2000 Nalin Dahyabhai - make sure workstation servers are all disabled by default - clean up krb5server init script
Sat Jun 10 00:00:00 2000 Nalin Dahyabhai - 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 7 00:00:00 2000 Nalin Dahyabhai - make ksu and v4rcp owned by root
Sun Jun 4 00:00:00 2000 Nalin Dahyabhai - 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 00:00:00 2000 Nalin Dahyabhai - 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 00:00:00 2000 Nalin Dahyabhai - fix config_subpackage logic
Wed May 17 00:00:00 2000 Nalin Dahyabhai - remove setuid bit on v4rcp and ksu in case the checks previously added don\'t close all of the problems in 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 00:00:00 2000 Nalin Dahyabhai - fix double-free in the kdc (patch merged into MIT tree) - include convert-config-files script as a documentation file
Thu May 4 00:00:00 2000 Nalin Dahyabhai - 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 4 00:00:00 2000 Bill Nottingham - fix configure stuff for ia64
Tue Apr 11 00:00:00 2000 Nalin Dahyabhai - add LDCOMBINE=-lc to configure invocation to use libc versioning (bug #10653) - change Requires: for/in subpackages to include 1.2.7
Thu Apr 6 00:00:00 2000 Nalin Dahyabhai - add man pages for kerberos(1), kvno(1), .k5login(5) - add kvno to -workstation
Tue Apr 4 00:00:00 2000 Nalin Dahyabhai - 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 00:00:00 2000 Nalin Dahyabhai - Make klogind pass a clean environment to children, like NetKit\'s rlogind does.
Wed Mar 8 23:00:00 2000 Nalin Dahyabhai - Don\'t enable the server by default. - Compress info pages. - Add defaults for the PAM module to krb5.conf
Mon Mar 6 23:00:00 2000 Nalin Dahyabhai - Correct copyright: it\'s exportable now, provided the proper paperwork is filed with the government.
Fri Mar 3 23:00:00 2000 Nalin Dahyabhai - apply Mike Friedman\'s patch to fix format string problems - don\'t strip off argv[0] when invoking regular rsh/rlogin
Thu Mar 2 23:00:00 2000 Nalin Dahyabhai - run kadmin.local correctly at startup
Mon Feb 28 23:00:00 2000 Nalin Dahyabhai - pass absolute path to kadm5.keytab if/when extracting keys at startup
Sat Feb 19 23:00:00 2000 Nalin Dahyabhai - fix info page insertions
Wed Feb 9 23:00:00 2000 Nalin Dahyabhai - tweak server init script to automatically extract kadm5 keys if /var/kerberos/krb5kdc/kadm5.keytab doesn\'t exist yet - adjust package descriptions
Thu Feb 3 23:00:00 2000 Nalin Dahyabhai - fix for potentially gzipped man pages
Fri Jan 21 23:00:00 2000 Nalin Dahyabhai - fix comments in krb5-configs
Fri Jan 7 23:00:00 2000 Nalin Dahyabhai - move /usr/kerberos/bin to end of PATH
Tue Dec 28 23:00:00 1999 Nalin Dahyabhai - install kadmin header files
Tue Dec 21 23:00:00 1999 Nalin Dahyabhai - 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 23:00:00 1999 Nalin Dahyabhai - remove hesiod dependency at build-time
Sun Dec 19 23:00:00 1999 Nalin Dahyabhai - rebuild on 1.1.1
Fri Oct 8 00:00:00 1999 Nalin Dahyabhai - 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 5 00:00:00 1999 Nalin Dahyabhai - 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 00:00:00 1999 Nalin Dahyabhai - added -lncurses to telnet and telnetd makefiles
Tue Jul 6 00:00:00 1999 Nalin Dahyabhai - added krb5.csh and krb5.sh to /etc/profile.d
Wed Jun 23 00:00:00 1999 Nalin Dahyabhai - broke out configuration files
Tue Jun 15 00:00:00 1999 Nalin Dahyabhai - fixed server package so that it works now
Sun May 16 00:00:00 1999 Nalin Dahyabhai - started changelog (previous package from zedz.net) - updated existing 1.0.5 RPM from Eos Linux to krb5 1.0.6 - added --force to makeinfo commands to skip errors during build
|
|
|