1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
2002-08-23 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
2002-08-15 Tom Yu <tlyu@mit.edu>
* kvno.c (do_v4_kvno): Initialize name, inst, realm to empty
strings.
2002-07-30 Ezra Peisach <epeisach@bu.edu>
* kvno.c (do_v4_kvno): If not compiling with v4 support, xusage
does not take any arguments.
2002-07-29 Jen Selby <jenselby@mit.edu>
* kvno.M: added documentation of the "-q" and "-h" options.
2002-07-27 Ken Raeburn <raeburn@mit.edu>
* kvno.c: Include stdlib.h.
(xusage): Renamed from usage; all callers changed.
2002-07-26 Ken Raeburn <raeburn@mit.edu>
* kvno.c (do_v5_kvno): New function, split out from main.
(do_v4_kvno): New function.
(prog, quiet): New global variables.
(main): Parse new option '-4' and call do_v5_kvno or do_v4_kvno.
(usage): List new option.
* kvno.M: Document v4 aspects.
* Makefile.in (kvno): Use krb4 compat libraries.
2001-06-08 Ezra Peisach <epeisach@mit.edu>
* kvno.c: Include unistd.h (if present) for getopt() prototype.
2000-08-02 Ezra Peisach <epeisach@mit.edu>
* kvno.c (main): Compiler warning fixes - declare usage as static, and
break out assignments within conditionals.
2000-02-01 Danilo Almeida <dalmeida@mit.edu>
* kvno.c (main): Use krb5_decode_ticket() instead of
decode_krb5_ticket(), which is not part of API.
1999-12-03 Danilo Almeida <dalmeida@mit.edu>
* kvno.c (main): Use krb5_free_unparsed_name() isntead of free().
Free krb5 context when done.
* Makefile.in: Build kvno under Windows.
1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
Makefile cleanup.
1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Set the myfulldir and mydir variables (which are
relative to buildtop and thisconfigdir, respectively.)
1998-10-27 Marc Horowitz <marc@mit.edu>
* kvno.c, kvno.M: Create a new application.
|