Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add a vt monitor test, move getfd to sysdeps, add a check for the root user | William Jon McCann | 2007-08-17 | 8 | -112/+230 | |
| | ||||||
* | oops add docs for new seat interfaces | William Jon McCann | 2007-08-17 | 2 | -10/+64 | |
| | ||||||
* | a few fixes for peer cred stuff | William Jon McCann | 2007-08-17 | 3 | -14/+29 | |
| | ||||||
* | move peercred stuff into sysdeps. add solaris support. | William Jon McCann | 2007-08-16 | 6 | -52/+107 | |
| | ||||||
* | move all proc stuff into ck-sysdeps | William Jon McCann | 2007-08-16 | 9 | -165/+167 | |
| | ||||||
* | move tools out of linux subdirectory since they apparently work on solaris | William Jon McCann | 2007-08-14 | 6 | -32/+39 | |
| | ||||||
* | make a lt library for proc stuff | William Jon McCann | 2007-08-14 | 2 | -18/+28 | |
| | ||||||
* | remove example device from seat config | William Jon McCann | 2007-08-14 | 1 | -1/+1 | |
| | ||||||
* | make sure the device is a console and add some instructions | William Jon McCann | 2007-08-14 | 1 | -0/+44 | |
| | ||||||
* | don't bail if /proc/self/fd/0 is not a link | William Jon McCann | 2007-08-14 | 1 | -2/+1 | |
| | ||||||
* | add some solaris support | William Jon McCann | 2007-08-14 | 4 | -3/+352 | |
| | | | | Based on a patch from Brian Cameron. | |||||
* | print out tools libs after configure | William Jon McCann | 2007-08-08 | 1 | -0/+1 | |
| | ||||||
* | don't use PERROR if not available | William Jon McCann | 2007-08-07 | 1 | -1/+7 | |
| | ||||||
* | don't use stderr or stdout as variable names | William Jon McCann | 2007-08-07 | 1 | -11/+11 | |
| | ||||||
* | change user to unix-user | William Jon McCann | 2007-08-01 | 1 | -1/+1 | |
| | ||||||
* | use unix-user instead of user | William Jon McCann | 2007-08-01 | 1 | -3/+3 | |
| | ||||||
* | Add preliminary support for seats with devices | William Jon McCann | 2007-07-20 | 6 | -8/+319 | |
| | ||||||
* | Add --display option to tool. | William Jon McCann | 2007-07-20 | 1 | -4/+18 | |
| | ||||||
* | Add new helper for getting tty from DISPLAY | William Jon McCann | 2007-07-18 | 2 | -0/+149 | |
| | ||||||
* | a few fixes for getfd suggested by Lennart | William Jon McCann | 2007-05-15 | 1 | -4/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | I am currently investigating how to best integrate PulseAudio with ConsoleKit/PolicyKit. While doing that I had a look on your code, and found a few issues in getfd.c I'd like to report, before I forget them. I couldn't find any bugzilla with at consolekit project (neither fedora, nor fdo, nor gnome?) hence I am mailing you in person. In getfd.c in open_a_console() a close() is missing if is_a_console is missing. The open() in open_a_console() should probably use O_NOCTTY. Otherwise C-c on the console might end up in a SIGINT to your daemon process! Also I'd add an isatty() check to is_a_console(), to makes sure that you're actually talking to a TTY before you issue KDGKBTYPE on it. ioctl()s are unfortunately not unique, hence i'd recommend that check. That's it, Lennart | |||||
* | bump version | William Jon McCann | 2007-04-10 | 1 | -1/+1 | |
| | ||||||
* | update for release0.2.1 | William Jon McCann | 2007-04-10 | 1 | -0/+15 | |
| | ||||||
* | disable static libs | William Jon McCann | 2007-04-10 | 1 | -0/+1 | |
| | ||||||
* | use inotify to detect activity on tty when possible | William Jon McCann | 2007-04-05 | 12 | -62/+1496 | |
| | ||||||
* | fix typos | William Jon McCann | 2007-04-04 | 1 | -2/+2 | |
| | ||||||
* | add support for CKCON_X11_DISPLAY_DEVICE environment variable | William Jon McCann | 2007-04-04 | 2 | -9/+23 | |
| | | | | | In order to set the x11-display-device parameter on the new session. | |||||
* | make sure no values are NULL | William Jon McCann | 2007-04-03 | 1 | -0/+8 | |
| | ||||||
* | check for empty string as well as null values | William Jon McCann | 2007-04-03 | 1 | -6/+11 | |
| | ||||||
* | add some input validation | William Jon McCann | 2007-04-03 | 1 | -3/+15 | |
| | ||||||
* | daemonize a little earlier | William Jon McCann | 2007-04-03 | 1 | -4/+4 | |
| | ||||||
* | add a glib message to syslog handler | William Jon McCann | 2007-04-03 | 11 | -311/+366 | |
| | | | | | Also add ability to toggle debugging when SIGUSR1 is received. | |||||
* | bump the ac_prereq and use the docdir var | William Jon McCann | 2007-04-03 | 2 | -16/+2 | |
| | ||||||
* | daemonize properly | David Zeuthen | 2007-04-02 | 1 | -2/+1 | |
| | ||||||
* | autoconf fixes, separate pamlibdir variable, path expansion at make time | Michael Biebl | 2007-04-02 | 8 | -129/+99 | |
| | | | | | | | | | | | | | | | | | | The attached patch does the following: - Use a separate $pam-module-dir variable for the pam module - Instead of defining a custom $slibdir variable, just use the standard $libdir variable specified by autoconf - Use the standard autoconf $docdir variable (Add AC_PREREQ(2.59) for that). - Drop AS_AC_EXPAND macro and remove AC_DEFINE_UNQUOTED for dir variables. + Build the init script at make time using sed + Use defines in src/Makefile.am to pass the variables to gcc at make time - Consistently use AC_HELP_STRING everywhere - Remove/Replace deprecated macros: + AM_INIT_AUTOMAKE takes the package name and version number from AC_INIT + AM_CONFIG_HEADER -> AC_CONFIG_HEADERS + AC_OUTPUT -> AC_CONFIG_FILES Patch is tested and make distcheck works. | |||||
* | add unix-user to parse list | William Jon McCann | 2007-04-02 | 1 | -1/+1 | |
| | | | | Oops. | |||||
* | add missing prefix and exec_prefix | William Jon McCann | 2007-04-02 | 1 | -0/+2 | |
| | | | | Apparently this is required. | |||||
* | make pam module install into $slibdir | Doug Goldstein | 2007-03-30 | 1 | -1/+1 | |
| | | | | | | Basically the path for the pam module is hardcoded to /lib/security which isn't right. Attached is a patch that uses the value of slibdir for /lib/. | |||||
* | use xlib directly instead of via gdk | William Jon McCann | 2007-03-26 | 2 | -9/+35 | |
| | ||||||
* | add CanActivateSessions to Seat interface | William Jon McCann | 2007-03-19 | 7 | -21/+67 | |
| | | | | And associated documentation and added to test-fus. | |||||
* | fix missed pam_syslog change | William Jon McCann | 2007-03-15 | 2 | -6/+5 | |
| | | | | Also make the configure checks simpler. | |||||
* | fix building pam module on debian systems | William Jon McCann | 2007-03-15 | 2 | -14/+90 | |
| | | | | | Only include what is available. Use a alternative to pam_syslog if it isn't available. | |||||
* | more typos in docs | William Jon McCann | 2007-03-15 | 1 | -2/+2 | |
| | ||||||
* | typo | William Jon McCann | 2007-03-15 | 1 | -1/+1 | |
| | ||||||
* | bump version | William Jon McCann | 2007-03-14 | 1 | -2/+2 | |
| | ||||||
* | update for release0.2.0 | William Jon McCann | 2007-03-14 | 1 | -0/+18 | |
| | ||||||
* | bump the version arbitrarily | William Jon McCann | 2007-03-14 | 1 | -2/+2 | |
| | ||||||
* | update todo | William Jon McCann | 2007-03-14 | 1 | -1/+1 | |
| | ||||||
* | add some more docs | William Jon McCann | 2007-03-14 | 3 | -4/+213 | |
| | ||||||
* | add missing instead attribute | William Jon McCann | 2007-03-14 | 1 | -0/+1 | |
| | ||||||
* | don't include the generated html in git | William Jon McCann | 2007-03-14 | 2 | -318/+0 | |
| |