Skip Menu |
 

Date: Wed, 06 Sep 2006 11:05:38 -0700 (Pacific Daylight Time)
From: petesea@bigfoot.com
Subject: Command line --version option
To: krb5-bugs@mit.edu
Using krb5-1.4.3.

Would it be possible to add a "--version" option to at least SOME of the
most common command line apps (eg. kinit, klist, kdestroy, kpasswd)?
kinit at least.

I realize there's a --version option for the krb5-config command, but that
command isn't always available and even if it is, there's no guarantee it
matches the kinit/klist/kdestroy/kpasswd being used.

One of the main reasons (at least in MY world) for a --version option is
to diagnose problems a user is having. The ability to verify the version
of the command they're using (eg "kinit --version") makes it much easier
to solve the problem.
From: raeburn@mit.edu
Subject: SVN Commit

Add "-V" option to klist to print the package name and version, and exit.


https://github.com/krb5/krb5/commit/84bb5a92c1bc9509e978be51243165866b84e1b8
Commit By: raeburn
Revision: 22068
Changed Files:
U trunk/src/clients/klist/klist.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r22068 from trunk

------------------------------------------------------------------------
r22068 | raeburn | 2009-03-06 18:57:10 -0500 (Fri, 06 Mar 2009) | 6 lines
Changed paths:
M /trunk/src/clients/klist/klist.c

ticket: 4241
target_version: 1.7
tags: pullup

Add "-V" option to klist to print the package name and version, and exit.

https://github.com/krb5/krb5/commit/2998a275f16e4b083fd5b8986c7c3da7999c7fbb
Commit By: tlyu
Revision: 22214
Changed Files:
U branches/krb5-1-7/src/clients/klist/klist.c