summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix FreeBSD issues translating VT numbers to devicesJoe Marcus Clarke2007-08-291-8/+14
* untabifyWilliam Jon McCann2007-08-285-22/+22
* fix some compiler warnings, untabifyWilliam Jon McCann2007-08-282-115/+81
* move some of the freebsd specific stuff into sysdepsWilliam Jon McCann2007-08-277-90/+229
* Add support for FreeBSDJoe Marcus Clarke2007-08-261-0/+4
* Add ck-sysdeps-freebsd.c to the list of dist sourcesJoe Marcus Clarke2007-08-261-0/+1
* Restore copyright.Florent Thoumie2007-08-251-0/+1
* Some more fixes, Now test-vt-monitor works correctly.Florent Thoumie2007-08-252-16/+33
* Add FreeBSD native backend (untested)Florent Thoumie2007-08-252-419/+174
* First attempt a making ConsoleKit work on FreeBSDFlorent Thoumie2007-08-254-2/+679
* more build fixes for solarisBrian Cameron2007-08-222-3/+11
* abstract out the tty device basename stuffWilliam Jon McCann2007-08-214-13/+80
* more solaris supportWilliam Jon McCann2007-08-215-43/+136
* display the current vtWilliam Jon McCann2007-08-171-0/+12
* add test-vt-monitorWilliam Jon McCann2007-08-171-0/+1
* add a vt monitor test, move getfd to sysdeps, add a check for the root userWilliam Jon McCann2007-08-178-112/+230
* a few fixes for peer cred stuffWilliam Jon McCann2007-08-171-6/+20
* move peercred stuff into sysdeps. add solaris support.William Jon McCann2007-08-163-0/+92
* move all proc stuff into ck-sysdepsWilliam Jon McCann2007-08-166-135/+137
* make a lt library for proc stuffWilliam Jon McCann2007-08-141-14/+25
* make sure the device is a console and add some instructionsWilliam Jon McCann2007-08-141-0/+44
* don't bail if /proc/self/fd/0 is not a linkWilliam Jon McCann2007-08-141-2/+1
* add some solaris supportWilliam Jon McCann2007-08-143-3/+350
* don't use PERROR if not availableWilliam Jon McCann2007-08-071-1/+7
* don't use stderr or stdout as variable namesWilliam Jon McCann2007-08-071-11/+11
* Add preliminary support for seats with devicesWilliam Jon McCann2007-07-204-8/+310
* a few fixes for getfd suggested by LennartWilliam Jon McCann2007-05-151-4/+12
* use inotify to detect activity on tty when possibleWilliam Jon McCann2007-04-059-56/+1472
* add some input validationWilliam Jon McCann2007-04-031-3/+15
* daemonize a little earlierWilliam Jon McCann2007-04-031-4/+4
* add a glib message to syslog handlerWilliam Jon McCann2007-04-0311-311/+366
* daemonize properlyDavid Zeuthen2007-04-021-2/+1
* autoconf fixes, separate pamlibdir variable, path expansion at make timeMichael Biebl2007-04-021-0/+1
* add unix-user to parse listWilliam Jon McCann2007-04-021-1/+1
* add CanActivateSessions to Seat interfaceWilliam Jon McCann2007-03-194-16/+39
* dont' mark the user properties to be set in the constructorWilliam Jon McCann2007-03-141-2/+2
* deprecate the user properties and add unix-user propertiesWilliam Jon McCann2007-03-136-19/+71
* various leak fixesWilliam Jon McCann2007-03-134-21/+68
* add the last bits of spec frameworkWilliam Jon McCann2007-03-133-30/+11
* fix the user prop typeWilliam Jon McCann2007-03-091-9/+9
* add a few more parameters to session idlWilliam Jon McCann2007-03-091-0/+8
* add uuid to cookieWilliam Jon McCann2007-03-091-1/+9
* add a tool to autogenerate dbus object ref docsWilliam Jon McCann2007-03-093-8/+25
* remove debug noiseWilliam Jon McCann2007-03-061-1/+1
* add very basic idle monitoring of text sessions and rework parameter parsingWilliam Jon McCann2007-03-062-23/+205
* use paths.h if availableWilliam Jon McCann2007-03-063-12/+37
* exit if we can't acquire name at startup and fix a glib warningWilliam Jon McCann2007-03-061-9/+32
* check for empty strings as well as nullWilliam Jon McCann2007-03-061-7/+9
* use a slightly more sophisticated rule for adding sessions to static seatWilliam Jon McCann2007-03-062-5/+33
* allow for the possibility of matching multiple sessions for deviceWilliam Jon McCann2007-03-061-15/+145