]> eyrie.org Git - kerberos/kftgt.git/log
kerberos/kftgt.git
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.

14 years agoDocument the exit status of kftgt.
Russ Allbery [Tue, 4 Mar 2003 01:20:49 +0000 (01:20 +0000)]
Document the exit status of kftgt.

14 years agoReturn specific error codes on any failures.
Russ Allbery [Tue, 4 Mar 2003 00:59:26 +0000 (00:59 +0000)]
Return specific error codes on any failures.

14 years agoRemove generated files.
Russ Allbery [Mon, 3 Mar 2003 22:20:21 +0000 (22:20 +0000)]
Remove generated files.

14 years agoUse /usr/pubsw as an example rather than /usr/athena.
Russ Allbery [Sat, 20 Jul 2002 19:21:39 +0000 (19:21 +0000)]
Use /usr/pubsw as an example rather than /usr/athena.

14 years agoBump revision to reflect the documentation and klogin changes. release/1.4
Russ Allbery [Wed, 10 Apr 2002 10:36:08 +0000 (10:36 +0000)]
Bump revision to reflect the documentation and klogin changes.

14 years agoThe documentation previously advertised kerberos-help as a contact address.
Russ Allbery [Wed, 10 Apr 2002 10:35:45 +0000 (10:35 +0000)]
The documentation previously advertised kerberos-help as a contact address.
Since that's now gone, instead advertise my address, rra@stanford.edu, in
the absence of a better alternative.  I'm willing to field bug reports from
people and do something appropriate with them.  (This package is now part
of Debian and as such a HelpSU reference probably isn't appropriate.)

14 years agoTry to update to generally reflect current reality.
Russ Allbery [Wed, 10 Apr 2002 10:34:30 +0000 (10:34 +0000)]
Try to update to generally reflect current reality.

14 years agoUse /usr/bin/perl instead of /usr/pubsw/bin/perl; it's more portable. (For
Russ Allbery [Wed, 10 Apr 2002 10:25:55 +0000 (10:25 +0000)]
Use /usr/bin/perl instead of /usr/pubsw/bin/perl; it's more portable.  (For
pubsw installation, we have to edit the first line of the script anyway.)

14 years agoCheck the return status of all system and exec calls, based on a patch by
Russ Allbery [Wed, 10 Apr 2002 10:25:07 +0000 (10:25 +0000)]
Check the return status of all system and exec calls, based on a patch by
Ben Pfaff.  Search /usr/pubsw/bin and /etc/leland/bin for the Kerberos
programs and then fall back on searching the user's PATH, to hopefully
improve things a bit for the Kerberos kits and SULinux.

14 years agoFix a spelling error (merchantibility for merchantability).
Russ Allbery [Wed, 10 Apr 2002 10:06:22 +0000 (10:06 +0000)]
Fix a spelling error (merchantibility for merchantability).

14 years agoTake options before host names, not afterwards.
Russ Allbery [Wed, 9 Jan 2002 22:32:07 +0000 (22:32 +0000)]
Take options before host names, not afterwards.

14 years agoAdded back in the check for crypt that got dropped in the configure rework.
Russ Allbery [Fri, 4 Jan 2002 09:57:48 +0000 (09:57 +0000)]
Added back in the check for crypt that got dropped in the configure rework.

14 years agoAdd mkversion to the distribution, generate version.h from VERSION and release/1.3
Russ Allbery [Thu, 3 Jan 2002 20:59:02 +0000 (20:59 +0000)]
Add mkversion to the distribution, generate version.h from VERSION and
remove it on distclean, and add dependencies.

14 years agoIgnore version.h.
Russ Allbery [Thu, 3 Jan 2002 20:56:46 +0000 (20:56 +0000)]
Ignore version.h.

14 years agoInitial version. Generates version.h from VERSION.
Russ Allbery [Thu, 3 Jan 2002 20:56:11 +0000 (20:56 +0000)]
Initial version.  Generates version.h from VERSION.

14 years agoInclude version.h instead of defining the version constants directly.
Russ Allbery [Thu, 3 Jan 2002 20:54:45 +0000 (20:54 +0000)]
Include version.h instead of defining the version constants directly.
Clean up and reformat somewhat.

14 years agoIgnore the generated man pages.
Russ Allbery [Thu, 3 Jan 2002 20:34:09 +0000 (20:34 +0000)]
Ignore the generated man pages.

14 years agoAdd a maintclean target that removes the generated man pages.
Russ Allbery [Thu, 3 Jan 2002 20:33:47 +0000 (20:33 +0000)]
Add a maintclean target that removes the generated man pages.

14 years agoRegenerate.
Russ Allbery [Thu, 3 Jan 2002 20:32:54 +0000 (20:32 +0000)]
Regenerate.

14 years agoRemove unused tests, search for libresolv as well since it's needed by our
Russ Allbery [Thu, 3 Jan 2002 20:32:35 +0000 (20:32 +0000)]
Remove unused tests, search for libresolv as well since it's needed by our
current Kerberos v5 compile, use AC_SEARCH_LIBS where appropriate,
simplify the search for Kerberos libraries, and add --enable-static to
build a version of kftgt and kftgtd that are linked statically against the
Kerberos libraries.

14 years agoUse CPPFLAGS for all -I options, install klogin, ktelnet, krsh, and their
Russ Allbery [Thu, 3 Jan 2002 20:30:30 +0000 (20:30 +0000)]
Use CPPFLAGS for all -I options, install klogin, ktelnet, krsh, and their
manual pages as well using INSTALL_SCRIPT, add rules to generate the
klogin and krsh manual pages from the POD documentation in the scripts,
add a make dist target, install kftgtd into @sbindir@, and clean up and
reorganize the makefile some.

14 years agoFix a syntax error in the documentation.
Russ Allbery [Thu, 3 Jan 2002 19:48:00 +0000 (19:48 +0000)]
Fix a syntax error in the documentation.

14 years agoNever mind; kftgt doesn't actually use config.h.
Russ Allbery [Thu, 3 Jan 2002 19:31:41 +0000 (19:31 +0000)]
Never mind; kftgt doesn't actually use config.h.

14 years agoBooker prefers to have the results of autoheader be checked into the
Russ Allbery [Thu, 3 Jan 2002 19:13:17 +0000 (19:13 +0000)]
Booker prefers to have the results of autoheader be checked into the
repository.

14 years agoIgnore the results of configure and make, as well as the dev2src files.
Russ Allbery [Thu, 3 Jan 2002 19:12:52 +0000 (19:12 +0000)]
Ignore the results of configure and make, as well as the dev2src files.

14 years agoNow generated from POD source.
Russ Allbery [Thu, 3 Jan 2002 19:12:05 +0000 (19:12 +0000)]
Now generated from POD source.

14 years agoAdd documentation and remove the -x option.
Russ Allbery [Thu, 3 Jan 2002 19:11:44 +0000 (19:11 +0000)]
Add documentation and remove the -x option.

14 years agoUnified with klogin.
Russ Allbery [Thu, 3 Jan 2002 18:38:28 +0000 (18:38 +0000)]
Unified with klogin.

14 years agoAdd support for new telnet and rlogin options available in Kerberos v5
Russ Allbery [Thu, 3 Jan 2002 18:16:52 +0000 (18:16 +0000)]
Add support for new telnet and rlogin options available in Kerberos v5
1.2.1 (-X and -P).  Move the flag to forward .Xauthority to -A.  Default
to forwarding forwardable K5 tickets and add a flag to forward
unforwardable K5 tickets (-F).  Forward K5 tickets by default and turn
that off if -f is given.  Put spaces between options passed to telnet or
rlogin, as they don't always deal well with bundled options.  Do various
other cleanups and add full documentation.

14 years agoRewrite the manual pages in POD and add a lot of additional information and
Russ Allbery [Fri, 28 Dec 2001 01:35:36 +0000 (01:35 +0000)]
Rewrite the manual pages in POD and add a lot of additional information and
some context and warnings about how these programs work.  Generate the
nroff man pages from POD with makefile rules.

14 years agoWith Sandy's permission, replace the old Copyright notice with a new
Russ Allbery [Fri, 28 Dec 2001 00:32:03 +0000 (00:32 +0000)]
With Sandy's permission, replace the old Copyright notice with a new
LICENSE file, specifying the license for this package to be the same as
that for Kerberos except s/MIT/Stanford University/.

14 years agobugfixes:
Carol Oliver [Fri, 24 Aug 2001 21:55:32 +0000 (21:55 +0000)]
bugfixes:
update usage statement so that [options] are shown where they're actually
  honored, not where they're misinterpreted as a hostname
add kdestroy and unlog to end of commands where tickets were forwarded
don't run aklog before executing commands where tickets were not
  forwarded, as that only produces spurious errors

14 years agospaces between options are good things
Carol Oliver [Wed, 18 Apr 2001 23:42:04 +0000 (23:42 +0000)]
spaces between options are good things

14 years agoenable discretionary forwarding of forwardable K5 tickets using -F flag
Carol Oliver [Wed, 18 Apr 2001 09:57:50 +0000 (09:57 +0000)]
enable discretionary forwarding of forwardable K5 tickets using -F flag

14 years agoimport Larry's copy from pubsw; dates from 1 Nov 1996
Carol Oliver [Wed, 18 Apr 2001 09:55:59 +0000 (09:55 +0000)]
import Larry's copy from pubsw; dates from 1 Nov 1996

14 years agoimport Larry's copies from pubsw; date from 26 Mar 1998
Carol Oliver [Wed, 18 Apr 2001 09:55:34 +0000 (09:55 +0000)]
import Larry's copies from pubsw; date from 26 Mar 1998

14 years agofixed lib order release/1.2
Booker Bense [Thu, 22 Mar 2001 19:42:15 +0000 (19:42 +0000)]
fixed lib order

14 years agoFixed lib order
Booker Bense [Thu, 22 Mar 2001 19:42:01 +0000 (19:42 +0000)]
Fixed lib order

14 years agoFixed lib order for tru64.
Booker Bense [Thu, 22 Mar 2001 19:26:39 +0000 (19:26 +0000)]
Fixed lib order for tru64.

14 years agoMinor tweaks to get rid of warnings.
Booker Bense [Thu, 22 Mar 2001 19:18:43 +0000 (19:18 +0000)]
Minor tweaks to get rid of warnings.

14 years agomore tweaks.
Booker Bense [Thu, 22 Mar 2001 18:48:37 +0000 (18:48 +0000)]
more tweaks.

14 years agoMore kerberos dir tweaks
Booker Bense [Thu, 22 Mar 2001 18:44:11 +0000 (18:44 +0000)]
More kerberos dir tweaks

14 years agoMore tweaks.
Booker Bense [Wed, 21 Mar 2001 22:30:50 +0000 (22:30 +0000)]
More tweaks.

14 years agotypo
Booker Bense [Wed, 21 Mar 2001 22:24:18 +0000 (22:24 +0000)]
typo

14 years agolinux tweaks.
Booker Bense [Wed, 21 Mar 2001 22:22:15 +0000 (22:22 +0000)]
linux tweaks.

14 years agoMore tweaks.
Booker Bense [Wed, 21 Mar 2001 22:14:36 +0000 (22:14 +0000)]
More tweaks.

14 years agoAdded another fallback for old krb4 libraries.
Booker Bense [Wed, 21 Mar 2001 21:52:23 +0000 (21:52 +0000)]
Added another fallback for old krb4 libraries.

14 years agoFixed krb5 libraries.
Booker Bense [Wed, 21 Mar 2001 21:50:07 +0000 (21:50 +0000)]
Fixed krb5 libraries.

14 years agoPorted to Solaris 2.7 and new krb5 k4 libraries.
Booker Bense [Tue, 6 Mar 2001 15:02:11 +0000 (15:02 +0000)]
Ported to Solaris 2.7 and new krb5 k4 libraries.

14 years agoUse sysconfdir rather than etcdir since the former is defined by
Russ Allbery [Tue, 13 Feb 2001 15:47:03 +0000 (15:47 +0000)]
Use sysconfdir rather than etcdir since the former is defined by
configure.