aboutsummaryrefslogtreecommitdiff
path: root/src/clients/kvno/ChangeLog
blob: 14169ae92afbbc964c95a22af6e5e0c4c94152e7 (plain)
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
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.