]> eyrie.org Git - kerberos/kftgt.git/log
kerberos/kftgt.git
14 years agoRelease 1.13. release/1.13
Russ Allbery [Wed, 7 Mar 2007 05:17:27 +0000 (05:17 +0000)]
Release 1.13.

14 years agoAlso don't fail on kftgt error code 5 (caused by missing .klogin files).
Russ Allbery [Wed, 7 Mar 2007 01:16:53 +0000 (01:16 +0000)]
Also don't fail on kftgt error code 5 (caused by missing .klogin files).

14 years agoIf kftgt fails with an exit status indicating no Kerberos v4 ticket
Russ Allbery [Wed, 7 Mar 2007 00:00:41 +0000 (00:00 +0000)]
If kftgt fails with an exit status indicating no Kerberos v4 ticket
cache, klogin and krsh should continue with rlogin and rsh anyway.
Now that we're transitioning to a pure Kerberos v5 environment, not
everyone has Kerberos v4 tickets.

Fix the display of exit status in the kftgt man page with current
versions of pod2man.

14 years ago* Depend on the update-inetd package for update-inetd, not netbase.
Russ Allbery [Fri, 6 Oct 2006 02:13:59 +0000 (02:13 +0000)]
* Depend on the update-inetd package for update-inetd, not netbase.

14 years ago* Use quilt to manage patches.
Russ Allbery [Fri, 6 Oct 2006 02:11:31 +0000 (02:11 +0000)]
* Use quilt to manage patches.

14 years ago* Update standards version to 3.7.2 (no changes required).
Russ Allbery [Fri, 6 Oct 2006 02:04:57 +0000 (02:04 +0000)]
* Update standards version to 3.7.2 (no changes required).

14 years ago* Explicitly pass the system type to configure always.
Russ Allbery [Fri, 6 Oct 2006 02:04:27 +0000 (02:04 +0000)]
* Explicitly pass the system type to configure always.

14 years agoInstall the README file into all packages. debian/1.12-1
Russ Allbery [Thu, 9 Feb 2006 01:09:48 +0000 (01:09 +0000)]
Install the README file into all packages.

14 years ago* Install the upstream README file.
Russ Allbery [Thu, 9 Feb 2006 01:08:01 +0000 (01:08 +0000)]
* Install the upstream README file.

14 years ago* New upstream release.
Russ Allbery [Thu, 9 Feb 2006 01:04:47 +0000 (01:04 +0000)]
* New upstream release.
* Use a better method of optionally running make distclean.
* Remove the stamp files at the start of debian/rules clean.
* Add build-arch and build-indep targets just in case.

14 years agoRelease 1.12. release/1.12
Russ Allbery [Thu, 9 Feb 2006 00:59:27 +0000 (00:59 +0000)]
Release 1.12.

14 years agoSignificantly improved Kerberos library probes. Use krb5-config
Russ Allbery [Thu, 9 Feb 2006 00:57:13 +0000 (00:57 +0000)]
Significantly improved Kerberos library probes.  Use krb5-config
where available to get Kerberos libraries and compiler flags unless
--enable-reduced-depends or --enable-static are used.

14 years agoUse set -e and remove autom4te.cache automatically.
Russ Allbery [Thu, 9 Feb 2006 00:52:47 +0000 (00:52 +0000)]
Use set -e and remove autom4te.cache automatically.

14 years agoUpdate copyright dates.
Russ Allbery [Fri, 23 Dec 2005 21:59:32 +0000 (21:59 +0000)]
Update copyright dates.

14 years agoStart on 1.12 with another builddir fix. Sigh. Well, I'll probably use
Russ Allbery [Thu, 22 Dec 2005 01:58:42 +0000 (01:58 +0000)]
Start on 1.12 with another builddir fix.  Sigh.  Well, I'll probably use
this as an excuse to clean up the source code and release another version
before the end of the year.

14 years agoFix installation when builddir != srcdir.
Russ Allbery [Thu, 22 Dec 2005 01:56:21 +0000 (01:56 +0000)]
Fix installation when builddir != srcdir.

14 years agoOkay, I wasn't quite done with 1.11. Support static compilation against debian/1.11-1 release/1.11
Russ Allbery [Thu, 22 Dec 2005 01:27:51 +0000 (01:27 +0000)]
Okay, I wasn't quite done with 1.11.  Support static compilation against
MIT Kerberos 1.4 by including -lkrb5support where needed.

14 years agoUse a less complex way to fix the error handling.
Russ Allbery [Thu, 22 Dec 2005 00:58:47 +0000 (00:58 +0000)]
Use a less complex way to fix the error handling.

14 years agoRelease 1.11.
Russ Allbery [Thu, 22 Dec 2005 00:35:00 +0000 (00:35 +0000)]
Release 1.11.

14 years agoStop trying to remove version.h; we don't use it any more. Remove the
Russ Allbery [Thu, 22 Dec 2005 00:31:01 +0000 (00:31 +0000)]
Stop trying to remove version.h; we don't use it any more.  Remove the
config.h.in~ file left over from autoheader when the configure script
has changed.

14 years agoFix builds outside of the source directory.
Russ Allbery [Thu, 22 Dec 2005 00:29:26 +0000 (00:29 +0000)]
Fix builds outside of the source directory.

Fix configure breakage when detecting the Kerberos v4 libraries when
--enable-reduced-depends is not used.

14 years agoDisable IP address checking in the Kerberos v4 library when building
Russ Allbery [Thu, 22 Dec 2005 00:21:21 +0000 (00:21 +0000)]
Disable IP address checking in the Kerberos v4 library when building
with MIT Kerberos to allow ticket forwarding through NAT.

14 years ago* New upstream release. debian/1.10-1
Russ Allbery [Sat, 3 Dec 2005 20:00:39 +0000 (20:00 +0000)]
* New upstream release.
  - Build with --enable-reduced-depends to reduce library dependencies.
* DH_OPTIONS isn't needed since all packages are arch-dependent.
* Providing binary-arch in debian/rules is required by Policy even if
  there are no arch-dependent packages.  Whoops.

14 years agoRelease 1.10. release/1.10
Russ Allbery [Sat, 3 Dec 2005 19:58:42 +0000 (19:58 +0000)]
Release 1.10.

14 years agoFix compiler warnings.
Russ Allbery [Sat, 3 Dec 2005 19:51:13 +0000 (19:51 +0000)]
Fix compiler warnings.

14 years agoAdd the --enable-reduced-depends configure option to try to minimize the
Russ Allbery [Sat, 3 Dec 2005 19:50:54 +0000 (19:50 +0000)]
Add the --enable-reduced-depends configure option to try to minimize the
shared library dependencies of the resulting binaries on platforms with
proper shared library dependencies.

14 years ago* Add a watch file. debian/1.9-3
Russ Allbery [Sat, 19 Nov 2005 19:10:41 +0000 (19:10 +0000)]
* Add a watch file.

14 years ago* Use a better method to optionally run make distclean.
Russ Allbery [Sat, 19 Nov 2005 19:06:53 +0000 (19:06 +0000)]
* Use a better method to optionally run make distclean.
* Remove unused targets in debian/rules.

14 years ago* Remove TODO; kftgt is going to go away within a few years, so no
Russ Allbery [Sat, 19 Nov 2005 19:01:47 +0000 (19:01 +0000)]
* Remove TODO; kftgt is going to go away within a few years, so no
  reason to push for /etc/services inclusion.

14 years ago* Update copyright to my current format and add an explicit packaging
Russ Allbery [Sat, 19 Nov 2005 19:00:27 +0000 (19:00 +0000)]
* Update copyright to my current format and add an explicit packaging
  copyright and license statement.

14 years ago* Update maintainer address.'
Russ Allbery [Sat, 19 Nov 2005 18:59:24 +0000 (18:59 +0000)]
* Update maintainer address.'

14 years ago* Really fix the search path for krsh. debian/1.9-2
Russ Allbery [Tue, 11 Oct 2005 17:11:44 +0000 (17:11 +0000)]
* Really fix the search path for krsh.

14 years agoRemove klogin.1.gz before undoing the diversion to handle a corner case debian/1.9-1
Russ Allbery [Wed, 24 Aug 2005 20:39:16 +0000 (20:39 +0000)]
Remove klogin.1.gz before undoing the diversion to handle a corner case
involving upgrading, downgrading, and then upgrading again.

14 years agoPlay with the dependencies a little to try to avoid configuring twice.
Russ Allbery [Wed, 24 Aug 2005 06:14:10 +0000 (06:14 +0000)]
Play with the dependencies a little to try to avoid configuring twice.

14 years agoNow that .cvsignore isn't used except as part of the make dist process, release/1.9
Russ Allbery [Wed, 24 Aug 2005 06:02:35 +0000 (06:02 +0000)]
Now that .cvsignore isn't used except as part of the make dist process,
remove the man pages from it so that we don't have to copy them
separately.  Also be sure to exclude the subdirectory created by make
dist.

14 years agoFinalize for 1.9-1.
Russ Allbery [Wed, 24 Aug 2005 05:57:13 +0000 (05:57 +0000)]
Finalize for 1.9-1.

14 years ago * Remove a bashish from the kftgtd prerm script.
Russ Allbery [Wed, 24 Aug 2005 05:54:14 +0000 (05:54 +0000)]
  * Remove a bashish from the kftgtd prerm script.

14 years ago * Update to standards version 3.6.2 (no changes required).
Russ Allbery [Wed, 24 Aug 2005 05:53:06 +0000 (05:53 +0000)]
  * Update to standards version 3.6.2 (no changes required).

14 years ago * Don't look for krb5-clients programs in Stanford-local paths, only in
Russ Allbery [Wed, 24 Aug 2005 05:50:09 +0000 (05:50 +0000)]
  * Don't look for krb5-clients programs in Stanford-local paths, only in
    the user's PATH.
  * Use the krb5-clients programs always, not the generic alternatives
    that may point to non-Kerberos versions.

14 years agoNot needed now that this is in Subversion.
Russ Allbery [Wed, 24 Aug 2005 05:13:42 +0000 (05:13 +0000)]
Not needed now that this is in Subversion.

14 years agoNote the new upstream release.
Russ Allbery [Wed, 24 Aug 2005 05:04:27 +0000 (05:04 +0000)]
Note the new upstream release.

14 years agoRelease 1.9.
Russ Allbery [Wed, 24 Aug 2005 04:54:03 +0000 (04:54 +0000)]
Release 1.9.

14 years agoRemove old PORTING notes and increase the version to 1.9.
Russ Allbery [Wed, 24 Aug 2005 04:49:56 +0000 (04:49 +0000)]
Remove old PORTING notes and increase the version to 1.9.

14 years agoRedo how the version is handled to not rely on CVS revision numbers.
Russ Allbery [Wed, 24 Aug 2005 04:43:30 +0000 (04:43 +0000)]
Redo how the version is handled to not rely on CVS revision numbers.

14 years agoRemove diversions if the package is less than 1.8-2. debian/1.8-2
Russ Allbery [Sat, 4 Jun 2005 06:21:18 +0000 (06:21 +0000)]
Remove diversions if the package is less than 1.8-2.

14 years agoWe actually have to remove the diversion for any version less than 1.8-1,
Russ Allbery [Sat, 4 Jun 2005 06:19:16 +0000 (06:19 +0000)]
We actually have to remove the diversion for any version less than 1.8-1,
since earlier versions may not have removed it.

14 years ago * Remove the diversion of klogin.1.gz from previous versions on upgrade.
Russ Allbery [Sat, 4 Jun 2005 06:14:47 +0000 (06:14 +0000)]
  * Remove the diversion of klogin.1.gz from previous versions on upgrade.

14 years agoMove SEE ALSO to the end of the man pages and remove references to rkinit.
Russ Allbery [Sat, 21 May 2005 19:09:46 +0000 (19:09 +0000)]
Move SEE ALSO to the end of the man pages and remove references to rkinit.

14 years agoInstall NEWS as the upstream changelog. debian/1.8-1
Russ Allbery [Fri, 20 May 2005 01:53:30 +0000 (01:53 +0000)]
Install NEWS as the upstream changelog.

14 years agoRelease 1.8. A few other minor tweaks.
Russ Allbery [Fri, 20 May 2005 01:20:58 +0000 (01:20 +0000)]
Release 1.8.  A few other minor tweaks.

14 years agoRelease 1.8. release/1.8
Russ Allbery [Fri, 20 May 2005 01:18:51 +0000 (01:18 +0000)]
Release 1.8.

14 years agoInclude config.h. Include kerberosIV/krb.h or krb.h depending on the
Russ Allbery [Fri, 20 May 2005 01:17:28 +0000 (01:17 +0000)]
Include config.h.  Include kerberosIV/krb.h or krb.h depending on the
Autoconf results.  Remove the evil $Log$ keyword from the source and use
a much simpler file header.

14 years agoUse autoheader and a config.h header rather than putting everything in
Russ Allbery [Fri, 20 May 2005 01:16:53 +0000 (01:16 +0000)]
Use autoheader and a config.h header rather than putting everything in
DEFS and on the command line.  Quote the configure script properly for
Autoconf 2.5x.  Stop adding -I<prefix>/include, and stop adding the
kerberosIV include directory with -I; handle this with an Autoconf check
for the right header name instead.

14 years agoIgnore config.h and config.h.in.
Russ Allbery [Fri, 20 May 2005 01:11:58 +0000 (01:11 +0000)]
Ignore config.h and config.h.in.

14 years agoAlso ignore the kftgtd directory.
Russ Allbery [Fri, 20 May 2005 01:11:34 +0000 (01:11 +0000)]
Also ignore the kftgtd directory.

14 years agoTouch install-stamp after running install.
Russ Allbery [Wed, 18 May 2005 06:18:18 +0000 (06:18 +0000)]
Touch install-stamp after running install.

14 years agoIgnore the files generated by Debian builds.
Russ Allbery [Wed, 18 May 2005 06:17:59 +0000 (06:17 +0000)]
Ignore the files generated by Debian builds.

14 years agoNote that the ktelnet link is also included.
Russ Allbery [Wed, 18 May 2005 06:14:40 +0000 (06:14 +0000)]
Note that the ktelnet link is also included.

14 years agoTell dh_install where to find the files.
Russ Allbery [Wed, 18 May 2005 06:13:14 +0000 (06:13 +0000)]
Tell dh_install where to find the files.

14 years agoCreate the directories before installing into them. release/1.7
Russ Allbery [Wed, 18 May 2005 06:11:28 +0000 (06:11 +0000)]
Create the directories before installing into them.

14 years agoAdd support for destdir.
Russ Allbery [Wed, 18 May 2005 06:09:50 +0000 (06:09 +0000)]
Add support for destdir.

14 years agoFix lots of warnings.
Russ Allbery [Wed, 18 May 2005 06:08:37 +0000 (06:08 +0000)]
Fix lots of warnings.

14 years agoOn make distclean, remove the kftgt-<version> directory created by make
Russ Allbery [Wed, 18 May 2005 06:03:32 +0000 (06:03 +0000)]
On make distclean, remove the kftgt-<version> directory created by make
dist as well.

14 years agoMissing one fix for supporting -v after cvs export.
Russ Allbery [Wed, 18 May 2005 06:02:14 +0000 (06:02 +0000)]
Missing one fix for supporting -v after cvs export.

14 years agoUse the VERSION variable rather than the VERSION file for the program
Russ Allbery [Wed, 18 May 2005 06:00:49 +0000 (06:00 +0000)]
Use the VERSION variable rather than the VERSION file for the program
version when running pod2man.

14 years ago * Support unoptimized builds. Reorganize debian/rules and use
Russ Allbery [Wed, 18 May 2005 05:59:50 +0000 (05:59 +0000)]
  * Support unoptimized builds.  Reorganize debian/rules and use
    dh_install, to match how I do other packages for my ease of maintenance.

14 years agoRelease 1.7-1.
Russ Allbery [Wed, 18 May 2005 05:45:08 +0000 (05:45 +0000)]
Release 1.7-1.

14 years agoRemove configure on make maintclean.
Russ Allbery [Wed, 18 May 2005 05:43:09 +0000 (05:43 +0000)]
Remove configure on make maintclean.

14 years agoLet's try to provide some real documentation, since I have to do another
Russ Allbery [Wed, 18 May 2005 05:42:05 +0000 (05:42 +0000)]
Let's try to provide some real documentation, since I have to do another
release anyway.

14 years agoReformatting and general cleanup. Add glibc 2.3.
Russ Allbery [Wed, 18 May 2005 05:01:38 +0000 (05:01 +0000)]
Reformatting and general cleanup.  Add glibc 2.3.

14 years agoTake the version number from configure rather than from the VERSION file.
Russ Allbery [Wed, 18 May 2005 04:59:08 +0000 (04:59 +0000)]
Take the version number from configure rather than from the VERSION file.

14 years agoUpdate to reflect the change of maintainers and reformat to match my
Russ Allbery [Wed, 18 May 2005 04:54:13 +0000 (04:54 +0000)]
Update to reflect the change of maintainers and reformat to match my
standard layout for copyright files.

14 years agoUpdate copyright.
Russ Allbery [Wed, 18 May 2005 04:52:43 +0000 (04:52 +0000)]
Update copyright.

14 years agoChange maintainer to me. Update build dependency on debhelper.
Russ Allbery [Wed, 18 May 2005 04:47:38 +0000 (04:47 +0000)]
Change maintainer to me.  Update build dependency on debhelper.

14 years agokftgtd also depends on netbase for update-inetd.
Russ Allbery [Wed, 18 May 2005 04:40:56 +0000 (04:40 +0000)]
kftgtd also depends on netbase for update-inetd.

14 years agoTake advantage of update-inetd's support of \t in strings to make this a
Russ Allbery [Wed, 18 May 2005 04:40:10 +0000 (04:40 +0000)]
Take advantage of update-inetd's support of \t in strings to make this a
bit more readable.

14 years agoRemove the inetd line completely rather than just disabling it, and only
Russ Allbery [Wed, 18 May 2005 04:39:44 +0000 (04:39 +0000)]
Remove the inetd line completely rather than just disabling it, and only
do that on remove or deconfigure, not on upgrade or failed-upgrade.

14 years agoUpdate standards version to 3.6.1.
Russ Allbery [Wed, 18 May 2005 04:33:20 +0000 (04:33 +0000)]
Update standards version to 3.6.1.

14 years agokftgtd depends on tcpd.
Russ Allbery [Wed, 18 May 2005 04:32:28 +0000 (04:32 +0000)]
kftgtd depends on tcpd.

14 years agoNo longer needed, since we conflict with kerberos4kth-clients.
Russ Allbery [Wed, 18 May 2005 04:31:32 +0000 (04:31 +0000)]
No longer needed, since we conflict with kerberos4kth-clients.

14 years agoUse ${perl:Depends} to get Perl dependencies for kftgt, and remove the
Russ Allbery [Wed, 18 May 2005 04:31:21 +0000 (04:31 +0000)]
Use ${perl:Depends} to get Perl dependencies for kftgt, and remove the
Perl dependency for kftgtd.  Conflict with kerberos4kth-clients and
heimdal-clients, since we already depend on krb5-clients and it already
conflicts.  This lets us remove the nasty diversions.  Distinguish between
kftgt and kftgtd in the short description.  Rewrap the long descriptions
and mention krsh in kftgt.

14 years agoGet the debhelper compatibility level from compat instead of rules, and
Russ Allbery [Wed, 18 May 2005 04:29:43 +0000 (04:29 +0000)]
Get the debhelper compatibility level from compat instead of rules, and
bump it to 4.  Install krsh as well.  Call dh_link just in case, since it
does general cleanup.  Call dh_perl to get Perl dependencies for klogin
and krsh.  Call dh_md5sums.

14 years agoInitial import of the Debian packaging work done by Ben.
Russ Allbery [Wed, 18 May 2005 03:42:30 +0000 (03:42 +0000)]
Initial import of the Debian packaging work done by Ben.

14 years agoFix the code for -v so that it will still work after a cvs export.
Russ Allbery [Wed, 18 May 2005 03:32:17 +0000 (03:32 +0000)]
Fix the code for -v so that it will still work after a cvs export.

14 years agoRedo the dist target to use my current rsync method of generating the
Russ Allbery [Wed, 18 May 2005 03:30:41 +0000 (03:30 +0000)]
Redo the dist target to use my current rsync method of generating the
distribution tarball.  Rewrite all of the man page generation targets to
be relative to $(srcdir).  Change the code used to extract version
information from krsh and klogin so that it will keep working after a cvs
export.

14 years agoSwitch to Autoconf 2.57 and change the test for res_search so that it will
Russ Allbery [Wed, 18 May 2005 03:29:28 +0000 (03:29 +0000)]
Switch to Autoconf 2.57 and change the test for res_search so that it will
work properly on 64-bit Linux systems.

14 years agoSwitch to Autoconf 2.57.
Russ Allbery [Wed, 18 May 2005 03:28:57 +0000 (03:28 +0000)]
Switch to Autoconf 2.57.

14 years agoAdd an autogen script to run Autoconf after a CVS checkout, used by my
Russ Allbery [Wed, 18 May 2005 03:27:48 +0000 (03:27 +0000)]
Add an autogen script to run Autoconf after a CVS checkout, used by my
release management scripts.

14 years agoPass -f to rsh by default to forward Kerberos v5 tickets, and improve the
Russ Allbery [Wed, 18 May 2005 03:22:04 +0000 (03:22 +0000)]
Pass -f to rsh by default to forward Kerberos v5 tickets, and improve the
documentation a bit.

14 years agoUpdate the arguments for send_encrypted_chunk and receive_encrypted_chunk
Russ Allbery [Mon, 18 Aug 2003 19:03:27 +0000 (19:03 +0000)]
Update the arguments for send_encrypted_chunk and receive_encrypted_chunk
to match the header prototypes for Kerberos v5 1.3.x.  This will now
produce warnings for Kerberos v5 1.2.x, but it should end up being
equivalent, and this method is more completely correct.

14 years agoThe file LICENSE isn't "below."
Russ Allbery [Mon, 21 Jul 2003 20:37:30 +0000 (20:37 +0000)]
The file LICENSE isn't "below."

14 years agoIgnore generated tar files of releases. release/1.6
Russ Allbery [Wed, 2 Jul 2003 18:08:52 +0000 (18:08 +0000)]
Ignore generated tar files of releases.

14 years agoRelease 1.6.
Russ Allbery [Wed, 2 Jul 2003 18:00:40 +0000 (18:00 +0000)]
Release 1.6.

14 years agoRewrite following the style I use for other packges.
Russ Allbery [Wed, 2 Jul 2003 18:00:24 +0000 (18:00 +0000)]
Rewrite following the style I use for other packges.

14 years agoUpdate the code for printing the version number of the script.
Russ Allbery [Wed, 2 Jul 2003 17:42:56 +0000 (17:42 +0000)]
Update the code for printing the version number of the script.

14 years agoAdd /usr/local/bin to the paths searched for Kerberos programs and change
Russ Allbery [Wed, 2 Jul 2003 17:42:24 +0000 (17:42 +0000)]
Add /usr/local/bin to the paths searched for Kerberos programs and change
%config to %CONFIG.

14 years agoRewrite. Convert to the same general Perl style as klogin, add support
Russ Allbery [Wed, 2 Jul 2003 17:40:34 +0000 (17:40 +0000)]
Rewrite.  Convert to the same general Perl style as klogin, add support
for -q and -x options, clean up option parsing, and suppress the output
from kdestroy on the remote system.  Add /usr/local/bin to the paths
searched for Kerberos programs.

14 years agoChange ln -s to ln -s -f -n so that it will overwrite existing links.
Huaqing Zheng [Thu, 15 May 2003 22:24:07 +0000 (22:24 +0000)]
Change ln -s to ln -s -f -n so that it will overwrite existing links.

14 years agoMan page generation depends on VERSION, and kftgtd(8) is in section 8. release/1.5
Russ Allbery [Tue, 4 Mar 2003 01:43:32 +0000 (01:43 +0000)]
Man page generation depends on VERSION, and kftgtd(8) is in section 8.

14 years agoUpdate version number and copyright.
Russ Allbery [Tue, 4 Mar 2003 01:21:45 +0000 (01:21 +0000)]
Update version number and copyright.