summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add function for getting a list of server-foo sections from theBrian Cameron2008-01-032-1/+67
* Fix leaks. Fixes bug #499445. Patch by Andrew Ziem <ahziem1@mailbolt.com>Brian Cameron2007-11-262-3/+9
* Fix to better calculate sockaddr length. No longer set hints, since theBrian Cameron2007-11-082-1/+2
* Fix bug with IPv6 logic. Fixes bug reported in bug #376010. Patch by JacobBrian Cameron2007-09-121-1/+1
* Revert to previous gdm_fail function since we really want this function toBrian Cameron2007-08-091-1/+0
* Now use g_strv_length to calculate the array size. Use an assert to checkBrian Cameron2007-07-301-6/+8
* Fix compile issues for FreeBSD. Fixes bug #456697. Patch by Joe MarcusBrian Cameron2007-07-181-0/+1
* Fix g_strsplit calls so that NULL return codes are better handled.Brian Cameron2007-07-123-4/+15
* Cast gsize to int for printf. Patch by Saleem AbdulrasoolWilliam Jon McCann2007-04-241-1/+1
* Fix so libgdmcommon.a is referenced without full path. Fixes bug #432831.Brian Cameron2007-04-241-2/+2
* Return FALSE if no default is given in the key and key doesn't exist inWilliam Jon McCann2007-04-162-77/+66
* Fix for bug #428630. This was introduced by Ludwig Nussel when he rewroteBrian Cameron2007-04-121-2/+2
* Fix reboot and halt command handling. Add ability to get string arrayWilliam Jon McCann2007-04-102-0/+10
* Handle locale strings a bit better.William Jon McCann2007-04-105-18/+158
* Add file.William Jon McCann2007-04-041-0/+60
* Fix building on Solaris.William Jon McCann2007-04-041-1/+7
* Use fewer global variables. Separate monolithic gdm.h into componentWilliam Jon McCann2007-04-027-18/+469
* Redesign the internal configuration system. Fixes #355425William Jon McCann2007-03-268-216/+1892
* Added new files missed from commit for #355425William Jon McCann2007-03-217-0/+1181