]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - NEWS
Support PAM requesting a change of password
[sojka/lightdm.git] / NEWS
1 Overview of changes in lightdm 1.1.2
2
3     * Move the GTK+ and Qt greeters into their own projects
4     * Fix crash when quitting with newer GLib
5     * Fix crash calling lightdm_get_layout
6     * Support PAM requesting a change of password
7
8 Overview of changes in lightdm 1.1.1
9
10     * Add a --disable-tests option
11     * Add note to AUTHORS file where to find author list
12     * Update build system to find moc/uic
13     * Fix non-distributed tests/src/lightdm-session
14     * Fix X sessions with arguments in Exec not working
15     * Use previous session for automatic login or if greeter does not request
16       one.
17     * Set default resolution of VNC to 1024x768, add settings for width, height,
18       depth into lightdm.conf.
19     * AppArmor profile: Fix broken gnome-keyring and dbus/gwibber, and quiesce
20       annoying kernel audit messages for privileges that we definitively do not
21       want to grant.
22     * Set LOGNAME environment variable
23     * Don't set USERNAME environment variable - this is not specified in POSIX,
24       please report if this causes any major problems.
25     * Drop privileges when reading ~/.dmrc
26
27 Overview of changes in lightdm 1.1.0
28
29     * Remove GetSeatForCookie and GetSessionForCookie D-Bus methods
30     * Switching to a user without a password bypasses the greeter
31     * Use LD_PRELOAD to intercept system calls for testing
32     * Removed the --passwd-file option as not required for testing anymore
33     * Rename test-xserver to X and remove --xserver-command option
34     * Make a test session wrapper and remove --session-wrapper option
35     * Remove unused --user-session, --greeter-session, --minimum-vt,
36       --minimum-display-number options
37     * Use 'default' as the default greeter (make a symlink)
38     * GTK greeter now initializes i18n
39     * GTK greeter now remembers last user
40     * Start authentication for automtically selected user in GTK greeter
41     * Don't resize GTK greeter on each click
42     * Start authentication when scrolling through GTK greeter entries
43     * Link liblightdm-qt against QtGui
44     * Fix liblightdm-qt crashing when face images are installed
45     * Set correct permissions on session log files
46     * Introduce a lightdm-guest-session-wrapper session command which MAC
47       systems like AppArmor and SELinux can use for attaching a restrictive
48       policy to guest sessions.
49     * Provide an AppArmor profile for guest session lockdown.
50     * Fix daemon from blocking if Accounts Service does not exist
51     * Fix greeter log file not being written
52     * Don't set LANG environment variable if using Accounts Service.
53     * Fix gdmflexiserver not working due to it not being in PATH
54     * Don't authenticate the greeter user
55     * Allow greeters to be disabled in configure flags
56     * Fix over allocation of read buffer in greeter protocol
57     * Make sure objects are cleaned up on exit
58     * Fix minor memory leaks
59     * Fix reference counting issue in ConsoleKit code
60     * Fix --enable-gtk-greeter=yes not working
61
62 Overview of changes in lightdm 1.0.0
63
64     * Explicitly grab keyboard focus in GTK greeter
65     * Fix removed power and a11y menu items in GTK greeter
66     * Put system binary directory into path when running in test mode
67     * Call pam_getenvlist after pam_setcred
68
69 Overview of changes in lightdm 0.9.8
70
71     * GetSeatForCookie and GetSessionForCookie are now deprecated.  They
72       remain for now but use the XDG_SEAT_PATH and XDG_SESSION_PATH
73       environment variables instead.
74     * Change log filenames to be unique across different display types.
75     * Fix up script hooks, add regression tests for them
76     * Complete removal of X code from the core of LightDM, so it can better
77       support various display types
78     * Add ability to set the language of a user from the greeter
79     * Set LANG variable based on the user language
80     * Add language selector into GTK greeter (disabled by default)
81     * Allow TCP/IP connections if xserver-allow-tcp is true
82     * Allow lightdm --version to be run as non-root
83     * Automatically respond to PAM messages without prompts
84     * Create 'AddLocalXSeat' D-Bus method, and require root to use 'AddSeat'
85     * Fix multi-seat configuration picking the same display number
86     * Use correct D-Bus and power interface in liblightdm-qt
87     * Run pam_setcred inside the session process so pam_group works
88     * Make sure one session is always selected in the GTK greeter
89
90 Overview of changes in lightdm 0.9.7
91
92     * Set PAM_TTY to the display name, not the tty device
93
94 Overview of changes in lightdm 0.9.6
95
96     * Only unlock displays if switched to from greeter
97     * Make log file not system readable
98     * Write ~/.Xauthority inside the session process so it cannot be hijacked
99     * Set PAM_TTY and PAM_XDISPLAY when opening PAM session
100     * Add VNC server support
101     * Do not write ~/.dmrc and ~/.Xauthority as root. [CVE-2011-3349]
102
103 Overview of changes in lightdm 0.9.5
104
105     * Use accounts service in the daemon if it is available
106     * Correctly load seat type in multi seat configuration
107     * Add display-setup, session-setup and session-cleanup scripting hooks
108     * Fix cancel button in GTK greeter
109     * Fix line through GTK greeter menu items
110     * Exit daemon if a seat fails which has exit-on-failure set to true
111     * Add HasGuestAccount property to seat D-Bus interface
112     * Fix XDMCP authorization
113     * Update man file
114
115 Overview of changes in lightdm 0.9.4
116
117     * lightdm-set-defaults enables tweaking the default session and chosen
118       greeter for lightdm. This is useful for derivatives waiting to not ship
119       the whole configuration file of lightdm
120     * Fix crash in GTK+ greeter when a user is added
121     * Move xsessions-directory and xgreeters-directory from [SeatDefaults] to
122       [LightDM].  This is a configuration break, but making it on the assumption
123       that these settings are not likely to have been overridden.
124     * Fix fallback from org.freedesktop.Accounts to passwd format
125     * Fix duplicate user entries being shown when using passwd file
126     * Add AddSeat D-Bus method for adding dynamic seats
127     * Added a dm-tool program that allows user switching and adding seats
128     * Allow remote X servers, e.g. launched using dm-tool add-nested-seat
129     * Fix bug where sessions were started when the greeter quit and the user
130       hadn't been authorized.
131     * Fix bug where sessions used the seat bus name
132     * Don't allow autologin-username to be set to empty
133     * Fix bug where PAM session was not opened before writing to home directory
134     * Fix crash when failing to write X authority
135
136 Overview of changes in lightdm 0.9.3
137
138     * Unlock ConsoleKit sessions when switching to them
139     * Add a gdmflexiserver binary that provides backwards compatibility with
140       existing sessions
141     * Set XDG_SEAT_PATH and XDG_SESSION_PATH environment variables for sessions.
142     * Always set XAUTHORITY environment variable so sudo keeps accessing the
143       correct X authority.
144     * Connect up lightdm_user_get_logged_in in liblightdm-gobject
145     * Ignore sessions that fail TryExec or are hidden
146     * Add missing home_directory User property missing in Vala bindings
147
148 Overview of changes in lightdm 0.9.2
149
150     * Fix annotation and Vala bindings for getting the UserList singleton
151     * Fix GTK+ greeter error label not being shown
152     * Don't set SIGQUIT to ignore in child processes
153     * Reworked the PAM code as ecryptfs users weren't able to log in.  They
154       can now but not sure what changed to fix that!?
155
156 Overview of changes in lightdm 0.9.1
157
158     * Fix up translation build system
159     * Add a --with-greeter-user configure option
160     * Fix greeter-user configuration not being used
161     * Abort greeter if attempted to be run as root and greeter-user set
162     * Fix setting session in GTK+ greeter
163
164 Overview of changes in lightdm 0.9.0
165
166     * Fix invalid XAUTHORITY variable being set for second X server.
167     * Fix bug where switching users created X servers without VTs
168     * Release a VT when the X server on it stops
169     * Greeters are now just standard X sessions that are stored in
170       /usr/share/xgreeters.
171     * Binaries now installed in /usr/sbin
172     * Drop most of the configure options, they aren't necessary
173     * Config changes:
174       - Major reorginisation of configuration to make it easier to configure and
175         understand.  Users should set [SeatDefaults] section with settings for
176         all seats, and can override each setting in a per seat configuration.
177       - Default seats are now specified using a [Seat:<name>] section.  If no seats
178         are specified then one is started.  This can be overridden by setting
179         start-default-seat=false in [LightDM].
180       - Support setting autologin user to guest account
181       - Split the user accounts configuration into /etc/lightdm/users.conf so the
182         main config can be private.
183       - The default user session is now "default".  Distributions should put a
184         symlink to their chosen default or set one in lightdm.conf.
185       - XDMCP keys now stored in keys.conf
186     * liblightdm API changes:
187       - Both libraries are now version 1 and have API and ABI guarantees.
188       - Face images are now local paths not URIs
189       - liblightdm-gobject now uses lightdm_ prefix instead of ldm_
190       - Non-greeter functions are now moved out of the Greeter class
191       - connect_to_server() is now called connect_sync and blocks until
192         completion.
193       - start_session() is now called start_session_sync and blocks until
194         completion. The quit signal is removed, and the greeter should quit if
195         this method returns TRUE.
196       - login() is now called authenticate()
197       - Greeters now have hints instead of configuration (greeters should load their
198         own configuration from /etc/lightdm if they need it).
199       - liblightdm-gobject uses AccountsService if it is available
200       - Added regression tests for liblightdm-qt
201     * D-Bus API changes:
202       - Expose Seats and Sessions on org.freedesktop.DisplayManager
203       - Add a CanSwitch property
204       - Rename ShowGreeter() to SwitchToGreeter()
205     * Greeter changes:
206       - Drop "example" from the name of the GTK+ and Qt greeters and make them
207         official default greeters.
208       - Use GTK3 for GTK+ greeter.
209       - Removed the Vala and Python GTK+ greeters, they weren't being well
210         maintained.
211
212 Overview of changes in lightdm 0.4.4
213
214     * Fix failure to accept XDMCP connections due to invalid assert.
215     * Allow minimum-display-number to be set in lightdm.conf and on the command
216       line.
217     * Session X authority now written to ~/.Xauthority by default.  It can be
218       configured to run from the system location by setting
219       user-authority-in-system-dir=true in lightdm.conf.
220     * When using system authority the authority can be updated by the user.
221     * Written X authority files now checks hostname and display number.
222     * Enironment is no longer passed through to X servers and sessions, this is
223       no longer required now PAM works correctly.
224     * liblightdm API changes:
225       - Drop ldm_greeter_get_is_first() - it was added for testing and doesn't
226         work well.
227     * Fix more errors where authentication messages from previous sessions could
228       be confused with new sessions.
229     * Added XDMCP regression tests.
230
231 Overview of changes in lightdm 0.4.3
232
233     * Don't replace Plymouth if it isn't running on a valid VT
234     * Allow a null username to log in with - the system will prompt for a
235       username.
236     * liblightdm API changes:
237       - Rename ldm_greeter_provide_secret to ldm_greeter_respond - responses
238         may not be secrets.
239       - show-prompt signal now has a PromptType field
240       - show-message signal now has a MessageType field and takes over
241         behaviour of show-error signal
242     * Fix error where an authentication failure from a previous session could
243       be interpreted as a failure in the current session.
244     * Simplify Vala bindings and add missing methods
245
246 Overview of changes in lightdm 0.4.2
247
248     * Fix errors communicating with PAM
249     * Fix interaction with Plytmouth.
250     * Removes the vt option in lightdm.conf, this is no longer required
251       and the active is used for the first display if Plymouth is
252       detected.  A new option minimum-vt is added to select the first
253       VT to be used for other displays.
254     * On login switch to an existing session if already logged in with that
255       username.
256     * Correctly connect up D-Bus interface for user switching
257
258 Overview of changes in lightdm 0.4.1
259
260     * Fix linking issue with -z,defs
261     * Added guest account support
262     * Restart X server if it crashes during a session
263     * Don't set language environment variables, use the daemon values
264       (system default) and leave it to ~/.profile for users to set these
265     * Change greeter library API, starting a session no longer has a language
266       option
267     * Fix greeter crash when user accounts change
268
269 Overview of changes in lightdm 0.4.0
270
271     * Fix crash when child processes quit
272     * Fix crash when catching signals
273     * Fix crash when session quits after X server
274     * Add internal checking for NULL object access
275     * Correctly handle signals from external programs (Thanks to Jason Conti)
276     * liblightdm API changes:
277       - ldm_greeter_start_authentication becomes ldm_greeter_login
278       - The existing ldm_greeter_login is now ldm_greeter_start_session
279         and the username parameter is not required.
280       - Drop ldm_greeter_get_default_layout (X controls the layout)
281     * Configuration changes:
282       - Use /etc/lightdm/lightdm.conf instead of /etc/lightdm.conf
283       - The "displays" item is now called "seats".  LightDM will fallback to
284         "displays" if "seats" is not defined, but this is deprecated and will
285         be removed by version 1.0.
286       - Make X server configuration a separate section and now has new options
287     * Automatic login users now use PAM session lightdm-autologin
288     * Use org.freedesktop.DisplayManager instead of
289       org.lightdm.LightDisplayManager for D-Bus name
290     * Add regression tests
291     * Allow many more options to be set from the command line
292
293 Overview of changes in lightdm 0.3.7
294
295     * Fix autologin broken in 0.3.3
296
297 Overview of changes in lightdm 0.3.6
298
299     * Disable Plymouth when starting
300     * Allow display vt setting to be set to "active" to start on active VT
301     * Fix login in Qt example greeter
302     * Fix typo for High Contrast menu item (GTK example greeter)
303
304 Overview of changes in lightdm 0.3.5
305
306     * Set working directory when logging in
307     * Massive improvements to Qt greeter
308     * Fix XDMCP authentication/authorization errors
309     * Have the daemon open a connection to a local X server
310     * Tidy up some debugging messages
311     
312 Overview of changes in lightdm 0.3.4
313
314     * Updates to liblightdm-qt
315     * Fix --with-cache-dir not working
316     * Set greeterdir in .pc files to point to where greeter engines should be
317       installed
318
319 Overview of changes in lightdm 0.3.3
320
321     * Don't run in test-mode if Xephyr cannot be found
322     * Fix daemon using 100% CPU after greeter quits
323     * Fix crash when users don't have GECOS data
324     * Greeters can now detect user add/remove events
325     * Fix ConsoleKit support broken with switch to GDBus
326     * Correctly clean up X processes on exit
327     * Wait for greeter to quit before running user session (fixes problem with
328       Compiz)
329
330 Overview of changes in lightdm 0.3.2
331
332     * Distribute GTK greeter .ui file
333
334 Overview of changes in lightdm 0.3.1
335
336     * Add greeter login_with_defaults method
337     * Add example to the name of all the greeters
338     * Set the configuration for the default display to use VT 7
339     * Fix the vt setting for displays, it was incorrectly named tty
340     * Fix crash when load-users is false in UserManager
341     * Fix up name of .vapi file so it can be used directly from valac
342     * Tidy up Qt library and greeter
343     * Move menubar in greeters to top of screen
344     * Fix console kit get_can_*() methods
345     * Use GtkBuilder for example GTK greeter
346
347 Overview of changes in lightdm 0.3.0
348
349     * Correctly pass environment variables through to the session
350     * Allow starting virtual terminal to be configured
351     * Replace D-Bus greeter communication with a private pipe
352     * Use GDBus instead of dbus-glib
353     * Use the engine process name instead of a hardcoded value in theme files
354     * Rename ldm_greeter_connect to ldm_greeter_connect_to_server so it doesn't
355       clash with GObject method name
356     * Rename ldm-gtk-greeter to lightdm-gtk-greeter
357     * Rename gnome theme to example-gtk-gnome
358     * Add more annotations to liblightdm-gobject
359     * Add an example PyGObject, Vala and QT greeter
360     * Generate metadata for QT libraries
361     * Move Webkit greeter into separate module
362
363 Overview of changes in lightdm 0.2.3
364
365     * Set correct linking library names in pkg-config files
366     * Handle session executables that take arguments
367
368 Overview of changes in lightdm 0.2.2
369
370     * Make default themedir work when --prefix is not passed to configure
371     * Look for face images in ~/.face and ~/.face.icon
372     * Put .vapi file in unversioned vala directory
373     * Fix compiling without QT
374     * Choose the VT to open the display on
375     * Set correct group memberships for sessions (Yves-Alexis Perez)
376     * Set permissions on xauthority file so it can only be read by the owning
377       user (Yves-Alexis Perez)
378     * Set correct permissions on ~/.dmrc (Yves-Alexis Perez)
379     * Add --enable-liblightdm-gobject, --enable-liblightdm-qt configure option
380     * Set environment variables from PAM (Yves-Alexis Perez)
381
382 Overview of changes in lightdm 0.2.1
383
384     * Use "lightdm" as default PAM service and make it configurable
385     * Rename libldmgreeter to libldmgreeter-gobject
386     * Add libldmgreeter-qt (David Edmundson)
387     * Fix gobject-introspection build
388     * Renamed libldmgreeter to liblightdm
389     * Install a .vapi file
390
391 Overview of changes in lightdm 0.2.0
392
393     * Make default user configuration per-display
394     * Only automatically login the first time
395     * Fix WebKit theme loading and automatic login
396     * Do cross fade for sessions that support it
397       (set X-LightDM-Supports-Transitions=true in their xsession file)
398     * Load user settings from ~/.dmrc
399     * Add configuration for default language/layout
400     * Change language/layout/session when user selected in GTK+ greeter
401     * Set default keyboard layout on first login
402     * Don't run all sessions throught /etc/X11/XSession - make the session
403       wrapper optional and configurable.
404     * Make pkgconfig file require libxklavier
405     * Only compile greeters if have dependencies
406     * Include ck-connector code to reduce library dependencies
407     * Add introspection.m4 to the source tree
408     * Support using no greeter user in lightdm.conf
409     * Flush writes to main log file
410     * Allow non-privilidged user to write greeter log file in /var
411     * Fix bugs stopping running greeter as priviledged user (i.e. root)
412     * Don't default to running greeters with the GDM user - it may not exist!
413
414 Overview of changes in lightdm 0.1.2
415
416     * Write PID file
417     * Make user switcher API work
418     * Add a AddDisplay D-Bus method to start new displays
419     * Feed signals to GLib main loop via a pipe
420     * Add an upstart script
421     * Make theme files more similar to existing themes
422     * Change dbus namespace from org.freedesktop.LightDisplayManager to
423       org.lightdm.LightDisplayManager
424     * Write debug log to /var/log/lightdm/lightdm.log instead of stdout.  Use
425       --debug for the previous behaviour
426     * Add exec_prefix into libldmgreeter.pc
427     * Change versioned include and pkgconfig files from 1 to 0
428     * Add themedir variable into pkgconfig file
429     * Connect language list in GTK greeter to login language
430
431 Overview of changes in lightdm 0.1.1
432
433     * Change licence of libldmgreeter from GPL to LGPL
434     * Write X server and session output to log files
435     * Set PATH, DESKTOP_SESSION, GDMSESSION and USERNAME environment variables
436     * Run sessions through Xsession
437     * Close all X servers on exit
438     * Send SIGHUP to X server when returning to greeter (makes all clients quit)
439     * Change authorization after a session ends so previous session does not get
440       access
441     * Make shutdown buttons work in GTK+ greeter
442     * Make user manager configurable
443     * Make GTK+ greeter show username entry if no user list
444     * Hide C and POSIX languages in greeter
445     * Load language and layout from .dmrc file
446
447 Overview of changes in lightdm 0.1.0
448
449     * Make --test-mode which runs as the current user
450     * Support displays acting as XDMCP terminals
451     * Support MIT-MAGIC-COOKIE-1 and XDM-AUTHORIZATION-1 authorization
452     * Support XDMCP over IPv6
453
454 Overview of changes in lightdm 0.0.4
455
456     * Support XDMCP logins
457     * Support multi-head
458     * Clean up resources on exit
459     * Create gettext instance in WebKit greeter
460
461 Overview of changes in lightdm 0.0.3
462
463     * Wait for signal from X server before starting session
464     * Add language API
465     * Add keyboard layout API
466     * Add gettext support to the WebKit greeter
467
468 Overview of changes in lightdm 0.0.2
469
470     * Fix installation of D-Bus service file
471     * Allow DISPLAY env variable to be passed to X server so can run Xephyr
472     * Handle no automatic login in webkit theme
473
474 Overview of changes in lightdm 0.0.1
475
476     * Initial release