]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/appl/afsutil/ChangeLog
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / appl / afsutil / ChangeLog
1 2007-04-11  Love Hörnquist Åstrand  <lha@it.su.se>
2
3         * pagsh.1,afslog.1: - options must be lexicographically ordered;
4           again, options without arguments must be placed before options
5           with arguments.  - manual page cross references are done using
6           the macro `.Xr', not the macro `.Nm' (used for command names
7           instead).
8         
9         From Igor Sobrado.
10         
11 2006-10-07  Love Hörnquist Åstrand  <lha@it.su.se>
12
13         * Makefile.am: Add man_MANS to EXTRA_DIST
14         
15 2006-01-03  Love Hörnquist Åstrand  <lha@it.su.se>
16
17         * afslog.1: Document options to allow select principal or
18         credential cache when doing afslog.
19
20         * afslog.c: Add options to allow select principal or credential
21         cache when doing afslog.
22         
23 2005-02-12  Love Hörnquist Åstrand  <lha@it.su.se>
24
25         * Makefile.am: man_MANS += pagsh.1
26
27         * pagsh.c: add --cache-type that allows the user to control the
28         resulting credential cache type, inherit the type from the
29         invoking process
30
31         * pagsh.1: manpage for pagsh
32
33 2004-09-03  Love Hörnquist Åstrand  <lha@it.su.se>
34
35         * afslog.c: use negative string help string for arg_negative_flag
36         Pointed out by Harald Barth
37         
38 2004-07-27  Love Hörnquist Åstrand  <lha@it.su.se>
39
40         * pagsh.c: use setprogname, if we stripped off -c, try use the
41         fallback code
42         
43 2003-10-14  Johan Danielsson  <joda@pdc.kth.se>
44
45         * pagsh.c: mkstemp formats must end in exactly six X's
46
47 2003-07-15  Love Hörnquist Åstrand  <lha@it.su.se>
48
49         * afslog.c (do_afslog): is cell is unset, set it "<default cell>"
50         for error printing
51
52         * pagsh.c: unconditionally set KRBTKFILE
53         
54 2003-04-23  Love Hörnquist Åstrand  <lha@it.su.se>
55
56         * afslog.c (log_func): drop the error number
57         
58 2003-04-14  Love Hörnquist Åstrand  <lha@it.su.se>
59
60         * afslog.c: set kafs log function if verbose is turned on
61         
62 2003-03-18  Love Hörnquist Åstrand  <lha@it.su.se>
63         
64         * Makefile.am (LDADD): use LIB_kafs
65         
66         * afslog.1: --no-v4, --no-v5
67         
68         * Makefile.am: always build afsutils now
69         
70         * afslog.c: make build without KRB4
71         
72 2002-11-26  Johan Danielsson  <joda@pdc.kth.se>
73
74         * afslog.c: remove plural form in help string
75
76         * Makefile.am: add afslog manpage
77
78         * afslog.1: manpage
79
80         * afslog.c: try more files when trying to expand a cell name
81
82         * afslog.c: create a list of cells to get tokens for, before
83         actually doing anything, and try to get tokens via krb4 if krb5
84         fails, and give it a chance to work with krb4-only; also some bug
85         fixes, partially from Tomas Olsson.
86
87 2002-08-23  Assar Westerlund  <assar@kth.se>
88
89         * pagsh.c: make it handle --version/--help
90
91 2001-05-17  Assar Westerlund  <assar@sics.se>
92
93         * afslog.c (main): call free_getarg_strings
94
95 2000-12-31  Assar Westerlund  <assar@sics.se>
96
97         * afslog.c (main): handle krb5_init_context failure consistently
98
99 2000-12-25  Assar Westerlund  <assar@sics.se>
100
101         * afslog.c: clarify usage strings
102
103 1999-08-04  Assar Westerlund  <assar@sics.se>
104
105         * pagsh.c (main): use mkstemp to generate temporary file names.
106         From Miroslav Ruda <ruda@ics.muni.cz>
107
108 1999-07-04  Assar Westerlund  <assar@sics.se>
109
110         * afslog.c (expand_cell_name): terminate on #.  From Miroslav Ruda
111         <ruda@ics.muni.cz>
112
113 1999-06-27  Assar Westerlund  <assar@sics.se>
114
115         * Makefile.am (bin_PROGRAMS): only include pagsh if KRB4
116
117 1999-06-26  Assar Westerlund  <assar@sics.se>
118
119         * Makefile.am: add pagsh
120
121         * pagsh.c: new file.  contributed by Miroslav Ruda <ruda@ics.muni.cz>
122
123 Sat Mar 27 12:49:43 1999  Johan Danielsson  <joda@blubb.pdc.kth.se>
124
125         * afslog.c: cleanup option parsing