| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix g_strsplit calls so that NULL return codes are better handled. | Brian Cameron | 2007-07-12 | 1 | -3/+3 |
* | Use fewer global variables. Separate monolithic gdm.h into component | William Jon McCann | 2007-04-02 | 1 | -0/+3 |
* | Phase 1 of removing vicious-extensions and replacing with a rewrite. | Brian Cameron | 2007-03-21 | 1 | -32/+57 |
* | : Fix warnings and fix an assertion in gdm because it called | Brian Cameron | 2007-01-31 | 1 | -9/+0 |
* | Now support "combo" style lists and support "language" and "session" lists | Brian Cameron | 2006-10-20 | 1 | -1/+1 |
* | Fix more memory leaks. Fixes bug #357879. Patch provided by Kjartan | Brian Cameron | 2006-09-27 | 1 | -0/+5 |
* | Fix memory leaks. Fixes bug #357879. Patch provided by Kjartan Maraas. | Brian Cameron | 2006-09-26 | 1 | -0/+1 |
* | Fix more warnings. | Brian Cameron | 2006-06-09 | 1 | -1/+1 |
* | Fix autologin Pam service name. Fixes bug #344191. Fix warnings. | Brian Cameron | 2006-06-09 | 1 | -1/+1 |
* | stop using popt in favour of glib's GOption command line parsing. | Christian Kirbach | 2006-05-12 | 1 | -2/+0 |
* | Adding per-display configuration support to GDM. Now if user has a file | Brian Cameron | 2006-04-27 | 1 | -3/+9 |
* | Clean up memory handling. | Brian Cameron | 2006-02-24 | 1 | -13/+18 |
* | Fixes to make config work better. | Brian Cameron | 2006-02-16 | 1 | -3/+3 |
* | Use g_hash_table_replace instead of freeing the string value in the hash. | Brian Cameron | 2006-02-15 | 1 | -11/+6 |
* | A known issue with gdmdynamic is that when a display connects to the | Brian Cameron | 2006-02-09 | 1 | -3/+16 |
* | Return compiled in value if slave fails to get a value back from the | Brian Cameron | 2006-02-08 | 1 | -37/+86 |
* | This patch resolves some performance issues that I noticed when testing | Brian Cameron | 2006-02-07 | 1 | -35/+7 |
* | Fix the logo and background file choosers so that they no longer generate | Brian Cameron | 2006-01-15 | 1 | -1/+1 |
* | Make error message more clear when session file is invalid. Now it says | Brian Cameron | 2006-01-07 | 1 | -9/+49 |
* | After two months, the redesign of GDM's internal configuration is finally | Brian Cameron | 2005-12-20 | 1 | -6/+37 |
* | Add GET_SERVER_LIST and GET_SERVER_DETAILS sockets functions so that | Brian Cameron | 2005-12-13 | 1 | -0/+121 |
* | daemon/verify-crypt.c, daemon/verify-pam.c, Convert to using new gdmconfig | Brian Cameron | 2005-11-23 | 1 | -3/+1 |
* | Remove value_set_hash since it isn't really needed. Further cleanup. | Brian Cameron | 2005-11-23 | 1 | -13/+1 |
* | This further improves GDM configuration so that now only the GDM daemon | Brian Cameron | 2005-11-22 | 1 | -0/+463 |
* | remove all the gdmconfig stuff and add gdmchooser.gladep and | George Lebl | 2002-05-14 | 1 | -2840/+0 |
* | Updated traditional Chinese translations, and make Chinese locales available ... | Kwok-Koon Cheung | 2002-04-29 | 1 | -3/+2 |
* | A first try at making this actually work. Edit the generated file in | George Lebl | 2002-03-16 | 1 | -85/+96 |
* | Uppercase spelling for "XDMCP" in user-visible strings. | Karsten Weiss | 2002-02-05 | 1 | -1/+1 |
* | use GETTEXT_PACKAGE | George Lebl | 2002-01-22 | 1 | -2/+3 |
* | Fix loads of typos and inconsistencies in strings. | Kjartan Maraas | 2002-01-12 | 1 | -1/+1 |
* | make welcome string 3 times bigger. Also fix browser to actually work, and | George Lebl | 2002-01-11 | 1 | -9/+9 |
* | Remove more deprecated things and minor fixes that were related. Doesn't | George Lebl | 2001-12-22 | 1 | -76/+88 |
* | Merge from stable up to 2.2.5.2 release tag | George Lebl | 2001-12-21 | 1 | -3/+34 |
* | fix xinerama compilation | George Lebl | 2001-12-01 | 1 | -8/+3 |
* | Yay! it like all builds and stuff | George Lebl | 2001-11-16 | 1 | -57/+66 |
* | include unistd.h | George Lebl | 2001-11-16 | 1 | -1/+1 |
* | Begin GNOME 2.0 porting. Not complete yet, daemon may 'compile', gui | George Lebl | 2001-11-06 | 1 | -1/+2 |
* | Don't pass extra arguments to XKeepsCrashing, and whack the X | George Lebl | 2001-10-25 | 1 | -2/+0 |
* | Remove the VerboseAuth conf variable, it provided absolutely zero extra | George Lebl | 2001-10-24 | 1 | -2/+0 |
* | Apply and finish a patch from Terje Rosten <terjeros@phys.ntnu.no> to add | George Lebl | 2001-09-11 | 1 | -0/+2 |
* | Change the gdm extension protocol, the MANAGED_FORWARD passes address of | George Lebl | 2001-09-01 | 1 | -0/+2 |
* | Add an xdmcp/Willing script configuration option. To run a script when the | George Lebl | 2001-09-01 | 1 | -0/+2 |
* | Fix reading and changing servers with respect to server numbers. All | George Lebl | 2001-09-01 | 1 | -64/+97 |
* | fix writing of servers to config file | George Lebl | 2001-08-31 | 1 | -7/+27 |
* | Finish the editting of the server definitions. BTW, this is incredibly | George Lebl | 2001-08-21 | 1 | -68/+194 |
* | finish editting of static servers and a bit of work on server definitions | George Lebl | 2001-08-20 | 1 | -33/+318 |
* | work more on server editting, now fills out the static server edit dialog | George Lebl | 2001-08-19 | 1 | -31/+267 |
* | add some code for choosable servers (not implemented yet | George Lebl | 2001-08-19 | 1 | -12/+161 |
* | use selected state for titlebar when window focused, normal when | George Lebl | 2001-08-11 | 1 | -24/+22 |
* | Use vicious-extensions module rather then local routines | George Lebl | 2001-07-09 | 1 | -24/+28 |