22575: Remove extra ;, From Dennis Davis.
[heimdal.git] / appl / afsutil / ChangeLog
blobc6cfd39c04db3f05f491f6c0c93030d425255c85
1 2007-04-11  Love Hörnquist Åstrand  <lha@it.su.se>
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>
13         * Makefile.am: Add man_MANS to EXTRA_DIST
14         
15 2006-01-03  Love Hörnquist Åstrand  <lha@it.su.se>
17         * afslog.1: Document options to allow select principal or
18         credential cache when doing afslog.
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>
25         * Makefile.am: man_MANS += pagsh.1
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
31         * pagsh.1: manpage for pagsh
33 2004-09-03  Love Hörnquist Åstrand  <lha@it.su.se>
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>
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>
45         * pagsh.c: mkstemp formats must end in exactly six X's
47 2003-07-15  Love Hörnquist Åstrand  <lha@it.su.se>
49         * afslog.c (do_afslog): is cell is unset, set it "<default cell>"
50         for error printing
52         * pagsh.c: unconditionally set KRBTKFILE
53         
54 2003-04-23  Love Hörnquist Åstrand  <lha@it.su.se>
56         * afslog.c (log_func): drop the error number
57         
58 2003-04-14  Love Hörnquist Åstrand  <lha@it.su.se>
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>
74         * afslog.c: remove plural form in help string
76         * Makefile.am: add afslog manpage
78         * afslog.1: manpage
80         * afslog.c: try more files when trying to expand a cell name
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.
87 2002-08-23  Assar Westerlund  <assar@kth.se>
89         * pagsh.c: make it handle --version/--help
91 2001-05-17  Assar Westerlund  <assar@sics.se>
93         * afslog.c (main): call free_getarg_strings
95 2000-12-31  Assar Westerlund  <assar@sics.se>
97         * afslog.c (main): handle krb5_init_context failure consistently
99 2000-12-25  Assar Westerlund  <assar@sics.se>
101         * afslog.c: clarify usage strings
103 1999-08-04  Assar Westerlund  <assar@sics.se>
105         * pagsh.c (main): use mkstemp to generate temporary file names.
106         From Miroslav Ruda <ruda@ics.muni.cz>
108 1999-07-04  Assar Westerlund  <assar@sics.se>
110         * afslog.c (expand_cell_name): terminate on #.  From Miroslav Ruda
111         <ruda@ics.muni.cz>
113 1999-06-27  Assar Westerlund  <assar@sics.se>
115         * Makefile.am (bin_PROGRAMS): only include pagsh if KRB4
117 1999-06-26  Assar Westerlund  <assar@sics.se>
119         * Makefile.am: add pagsh
121         * pagsh.c: new file.  contributed by Miroslav Ruda <ruda@ics.muni.cz>
123 Sat Mar 27 12:49:43 1999  Johan Danielsson  <joda@blubb.pdc.kth.se>
125         * afslog.c: cleanup option parsing