-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
308 lines (256 loc) · 8.46 KB
/
ChangeLog
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
2010-08-14 Robert Knutsson <[email protected]>
* Switched from SVN to GIT
2010-06-15 Robert Knutsson <[email protected]>
* configure.ac:
Cleanup, make use of pkg-config
2007-05-28 Robert Knutsson <[email protected]>
* src/*.h:
Added doxygen comments to all objects,
and spell checked the comments with Aspell.
* src/login.c:
login_authenticate now returns a object after a successful
authentication.
2007-05-23 Robert Knutsson <[email protected]>
* src/gui_widget.c:
added draw_focus routine
2007-05-22 Robert Knutsson <[email protected]>
* src/enter.c:
changed gui_t references to greeter_t.
* src/greeter.c:
now calls base class gui_t.
* debian
added a debian folder with control files for the debian package
system. now we can make debian packages!
2007-05-16 Robert Knutsson <[email protected]>
* src/greeter.c:
code from old gui.c.
* src/gui.c:
stripped all high-level code.
* src/list.c:
implemented a linked list.
* src/conf.c:
conf_t is now a linked list of type list_t.
2007-05-08 Robert Knutsson <[email protected]>
* src/gui.c:
removed Background pixmap from struct, since we can free
it as soon as it has been passed to SetBackground.
* src/enter.c:
arguments passed to the program now overrides options in
config file.
2007-05-07 Robert Knutsson <[email protected]>
* src/conf.c:
added const strings and strdup to address a bug
caused by memory corruption.
2007-05-05 Robert Knutsson <[email protected]>
* src/conf.c:
removed const strings.
* src/enter.c:
added errno.h.
2007-05-04 Robert Knutsson <[email protected]>
* src/conf.[ch]:
Removed map_t typedef.
2007-04-11 Robert Knutsson <[email protected]>
* src/:
All files where spell-checked.
2007-03-31 Robert Knutsson <[email protected]>
* src/:
All log priorities where adjusted.
2007-03-30 Robert Knutsson <[email protected]>
* src/login.c:
shadow is now optional, will only be compiled
if the header shadow.h is found.
2007-03-26 Robert Knutsson <[email protected]>
* src/login.c:
converts relative to absolute pathnames.
2007-03-26 Robert Knutsson <[email protected]>
* src/login.c:
enter now has seperate auth files for
server and client.
* src/enter.c:
enter.conf can specify which authentication
protocol to use.
2007-03-13 Robert Knutsson <[email protected]>
* src/auth.c:
added auth.[ch] to SVN, sorry :S
added X authentication code here.
2007-03-09 Robert Knutsson <[email protected]>
* src/auth.[ch]:
moved to login.[ch].
2007-03-02 Robert Knutsson <[email protected]>
* src/server.c:
added MIT cookie generator code.
2007-03-01 Robert Knutsson <[email protected]>
* src/gui_input.c:
added code to show the cursor.
* TODO:
enter dont seem to loose focus anymore when run
at system start.
2007-03-01 Robert Knutsson <[email protected]>
* src/gui_input.c:
cursor code now works.
added code to move cursor.
2007-03-01 Robert Knutsson <[email protected]>
* src/gui_input.c:
worked on cursor code.
* src/gui.c:
now uses gui_input.c's new code.
* data/themes/default/theme:
tweaked the values.
2007-02-27 Robert Knutsson <[email protected]>
* src/gui_input.c:
added basic code for cursor functions.
* data/themes/default:
changed default theme.
* src/gui.c:
changed theme syntax.
* src/auth.c:
auth_login now takes the login_file and auth_file as arguments
* src/enter.c:
login_file and auth_file now gets default values.
* doc/:
updated the documentation.
2007-01-10 Robert Knutsson <[email protected]>
* src/Makefile.am:
changed install path for binaries to bin instead of sbin.
2006-12-23 Robert Knutsson <[email protected]>
* doc:
finished writing the manuals.
* src/auth.c:
included crypt.h, and got rid of stupid warning.
* README, AUTHORS:
added content.
* src/gui.c:
added new member `drawable' which points to the drawable
surface, doublebuffering or not.
2006-12-21 Robert Knutsson <[email protected]>
* src/auth:
removed dependency on conf.h
* src/enter.c:
removed the `display' entry from theme.
* doc:
added man pages, enter.1 and enter.conf.5.
* src/display, src/enter:
now kills clients after a user session.
2006-12-20 Robert Knutsson <[email protected]>
* src/gui.c:
added doublebuffering support through Xdbe.
* src/auth.c:
fixed a double-free bug.
* src/enter.c:
enter.conf now only contains the theme name.
* src/gui_widget.c:
fixed problem with incomplete type.
2006-12-11 Robert Knutsson <[email protected]>
* src/auth.c:
added a check mechanism to ensure a user was
successfuly authenticated before a login.
* src/auth.h, src/display.h, src/conf.h:
commented the function prototypes.
* autoconf.ac:
replaced version with "svn", this should only be set
when tagging a release.
2006-12-08 Robert Knutsson <[email protected]>
* src/greeter.c:
removed greeter, moved the code to enter.c instead.
* src/display.c:
added function `display_kill_clients'.
2006-12-06 Robert Knutsson <[email protected]>
* src/greeter.c:
changed greeter from a singleton to a regular class.
the connection to the X display is now open during a
user session.
* src/server.c:
added code to shutdown the server.
* src/enter.c:
now kills the server when the greeter fails to load.
2006-12-04 Robert Knutsson <[email protected]>
* configure.ac:
fixed a bug with x_includes.
general cleanup.
2006-12-01 Robert Knutsson <[email protected]>
* src/gui_widgets.c:
splitted into gui_input.c and gui_label.c
* src/enter.c:
dont need root to display help no more.
* src/auth.c:
changed to singleton.
2006-11-30 Robert Knutsson <[email protected]>
* src/Makefile.am:
only compile one binary instead of two seperate.
* src/greeter_*:
removed the greeter_ part of the filename.
* src/gui.c:
displays error msg at unsuccessful login.
fixed bug when `enter.visible' isn't `both'.
added include "X11/keysymdef.h".
2006-11-27 Robert Knutsson <[email protected]>
* src/greeter_image.c:
renamed file to greeter_gui_image.c,
and renamed image_t to gui_image_t.
2006-11-27 Robert Knutsson <[email protected]>
* src/greeter_image.c:
renamed image_free to image_delete.
* src/greeter_gui.c:
handle MappingNotify XEvent.
* src/greeter_gui_widgets.c:
removed duplicate code in gui_input_t,
which now uses gui_label_t.
2006-11-26 Robert Knutsson <[email protected]>
* data/themes/default/input.png:
added transparency.
2006-11-25 Robert Knutsson <[email protected]>
* greeter_gui.c:
deletes window in gui_delete
* greeter_display.c:
reads DISPLAY from config instead of environment.
* greeter.c, greeter_auth.c:
moved authentication code to greeter_auth.c
* configure.ac:
added Imlib2 check.
2006-11-22 Robert Knutsson <[email protected]>
* src/enter.c:
fixed broken pipe problem.
2006-11-22 Robert Knutsson <[email protected]>
* src/log.[ch]:
added logging wrapper.
* data/enter.conf.in:
corrected path to theme.
2006-11-22 Robert Knutsson <[email protected]>
* src/greeter_image.c:
replaced libpng code with imlib.
2006-11-11 Robert Knutsson <[email protected]>
* src/utils.[ch]:
renamed estrcat to xstrcat for consistency.
* src/greeter_gui.[ch], src/greeter.[ch]:
added login code.
* src/enter.c:
now respawns enter_greeter
2006-11-10 Robert Knutsson <[email protected]>
* src/greeter_gui_widgets.[ch], src/greeter_gui.[ch]:
moved widget code from greeter_gui to greeter_gui_widgets.
2006-11-10 Robert Knutsson <[email protected]>
* src/greeter_gui.c, src/greeter_display.c,
src/conf.c, src/conf.h, src/greeter.c:
plugged memleaks.
2006-11-10 Robert Knutsson <[email protected]>
* src/greeter_gui.c:
now handles both username- and password input.
2006-11-10 Robert Knutsson <[email protected]>
* src/greeter_display.[ch]:
removed display_background().
2006-11-10 Robert Knutsson <[email protected]>
* src/cfg.[ch]:
renamed to conf.[ch]
* src/greeter_theme.[ch]:
removed theme_t, image_t, label_t and src/greeter_theme.[ch]
* src/greeter_window.[ch]:
renamed to greeter_gui.[ch]. added gui_label_t and gui_input_t
2006-11-02 Robert Knutsson <[email protected]>
* configure.ac, src/Makefile.am, src/enter.c:
src/enter.c get its default config location from autoconf.
* src/enter_server.c:
signal_sigusr1: function warning fixes.
* src/greeter_theme.c, src/greeter_theme.h, src/greeter_window.c:
theme_t: removed union between label_t and image_t.
* data/Makefile.am:
Now handles VPATH.