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