* src/krb5-auth-dialog.1.in: add a man page.
[jelmer/krb5-auth-dialog.git] / ChangeLog
1 2005-11-02  Nalin Dahyabhai <nalin@redhat.com>
2
3         * src/krb5-auth-dialog.1.in: add a man page.
4
5 2005-11-02  Nalin Dahyabhai <nalin@redhat.com>
6
7         * configure.ac,src/krb5-auth-dialog.c: make the minimum acceptable
8         lifetime for new credentials the minimum that would force us to take
9         action, not the amount of time we wait in between checks.  Let the
10         check interval be defined in seconds and the minimum lifetime be
11         specified in minutes.
12
13 2005-11-02  Nalin Dahyabhai <nalin@redhat.com>
14
15         * configure.ac,src/krb5-auth-dialog.c: just test for the definitions
16         of the flags directly.
17
18 2005-11-02  Nalin Dahyabhai <nalin@redhat.com>
19
20         * etpo/lexer.l,etpo/grammar.y: silence a couple of compiler warnings
21         about implicitly-declared functions.
22
23 2005-11-02  Nalin Dahyabhai <nalin@redhat.com>
24
25         * configure.ac: test for differences between the Heimdal and MIT
26         Kerberos APIs.
27         * src/krb5-auth-dialog.c: abstract out differences in how credential
28         flags and realm names are stored.
29
30 2005-11-01  Christopher Aillon  <caillon@redhat.com>
31
32         * configure.ac: Release 0.4
33
34 2005-11-01  Christopher Aillon  <caillon@redhat.com>
35
36         * Makefile.am:
37         * krb5-auth-dialog.spec.in:
38         * src/krb5-auth-dialog.c
39         Patch from Nalin Dahyabhai <nalin@redhat.com>
40         - Fix the .spec file so that it doesn't choke due to
41         translations.
42         - Include the .spec file in the dist tarball so that
43         'rpmbuild -ts' will work.
44         - Correct a compiler warning.
45         - Set forwardable/proxiable/lifetime from the current ccache,
46         if there is one.
47         - Add a "--always" flag to let us pinch-hit for 'kinit'.
48         - Add a "--auto" flag to override it.
49         - Interpret a preauthentication failure as a bad password.
50         - If we already have a ccache, use its default principal as our 
51         default, in case it differs from the local user name.  If the 
52         default principal changes out from under us, pick it up, too.
53         - Don't give a bogus lifetime if the ccache is deleted between 
54         checks.
55
56 2005-10-31  Christopher Aillon  <caillon@redhat.com>
57
58         * configure.ac: Release 0.3
59
60 2005-10-31  Christopher Aillon  <caillon@redhat.com>
61
62         * Makefile.am:
63         * src/Makefile.am:
64         * src/dummy-strings.c:
65         Make `make distcheck` happy
66
67 2005-10-31  Christopher Aillon  <caillon@redhat.com>
68
69         * src/krb5-auth-dialog.c: Memleak fixes
70         Also, respect the hidden field of krb5_prompt
71
72 2005-10-31  Christopher Aillon  <caillon@redhat.com>
73
74         * src/krb5-auth-dialog.c: Fix test to determine whether we
75         are using krb5 using new get_tgt_from_ccache () function
76         from Nalin Dahyabhai <nalin@redhat.com>
77
78 2005-10-31  Christopher Aillon  <caillon@redhat.com>
79
80         * src/krb5-auth-dialog.c: Set the application name.
81         Also, say less 'kerberos' in user visible text.
82
83 2005-10-31  Christopher Aillon  <caillon@redhat.com>
84
85         * src/krb5-auth-dialog.c: Update the credentials expiry time
86
87 2005-10-31  Christopher Aillon  <caillon@redhat.com>
88
89         * src/krb5-auth-dialog.c: No need to pass around our GladeXML
90         since its a static global
91
92 2005-10-31  Christopher Aillon  <caillon@redhat.com>
93
94         * src/krb5-auth-dialog.c: The dialog shouldn't have two labels
95         reading 'Password:' so make the primary one have better text.
96
97 2005-10-29  Christopher Aillon  <caillon@redhat.com>
98
99         * configure.ac:
100         * src/Makefile.am:
101         * src/krb5-auth-dialog.c: Use libnm-glib for NetworkManager support
102         instead of the NetworkManager D-BUS API.
103
104 2005-10-29  Christopher Aillon  <caillon@redhat.com>
105
106         * src/krb5-auth-dialog.c: Reformat using tabs instead of spaces
107
108 2004-09-07  Christopher Aillon  <caillon@redhat.com>
109         * src/krb5-auth-dialog.c: Check whether we are running in a
110         kerberos environment before entering the timeout to see when
111         the tickets expire.
112
113         * src/krb5-auth-dialog.c: Use g_get_user_name and other code
114         cleanup.
115
116 2004-09-02  Colin Walters  <walters@verbum.org>
117
118         * configure.in: Check for NetworkManager.
119
120         * Makefile.am: Add NETWORKMANAGER_LIBS.
121
122         * src/krb5-auth-dialog.c (am_online): New function,
123         uses NetworkManager over D-BUS to determine
124         whether or not we're online.
125
126         * src/krb5-auth-dialog.c (credentials_expiring): Don't
127         try to renew credentials if we're not online.
128
129 2004-08-28  Diego Gonzalez  <diego@pemas.net>
130
131         * configure.ac: add --with-heimdal
132         * krb5-auth-dialog.c: modify to support heimdal if enabled
133         * krb5-auth-dialog.glade: center the dialog
134
135 2004-08-19  Kjartan Maraas  <kmaraas@gnome.org>
136
137         * configure.ac: Added «nb» and «no» to ALL_LINGUAS.
138
139 2004-08-18  Christopher Aillon  <caillon@redhat.com>
140
141         * configure.ac: New version
142
143         * src/krb5-auth-dialog.c: Display status text for bad passwords
144         and display remaining time until expiry 
145
146 Tue Aug 17 15:27:33 2004  Jonathan Blandford  <jrb@redhat.com>
147
148         * src/krb5-auth-dialog.c: Use gettext
149
150         * src/dummy-strings.c: Kerberos error messages to translate.
151
152 Tue Aug 17 13:53:45 2004  Jonathan Blandford  <jrb@redhat.com>
153
154         * ChangeLog: Started changelog
155
156         * etpo/*: New subdir to help with translations of kerberos.
157