summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* post release version bumpRay Strode2009-07-221-1/+1
|
* Port to PolicyKit 1.0 apisMatthias Clasen2009-07-201-2/+3
|
* fix a bunch of xml validation errorsWilliam Jon McCann2009-07-161-0/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=20232
* clearer diagnostic if platform back-end isn't implementedDaniel Macks2009-02-111-0/+3
| | | | Error if no backend for target host
* post release bump againWilliam Jon McCann2008-07-301-1/+1
|
* undo0.3.0William Jon McCann2008-07-301-2/+2
|
* post release version bumpWilliam Jon McCann2008-07-301-1/+1
|
* update for 0.3.0 releaseWilliam Jon McCann2008-07-301-1/+1
|
* don't allow reboot if PolicyKit and RBAC are disabledWilliam Jon McCann2008-07-301-1/+10
|
* reorganize the docs a bitWilliam Jon McCann2008-07-301-2/+2
|
* use spec files directly as introspection xml and try to generate docs on the flyWilliam Jon McCann2008-07-231-0/+6
| | | | | | At one point we had to strip out the docs because dbus-glib didn't support unknown tags. Apparently this is now fixed. Also install the xml to /usr/share/dbus-1/interfaces.
* use fortify source flag when building from gitWilliam Jon McCann2008-07-211-1/+1
|
* dist bzip by defaultWilliam Jon McCann2008-07-211-1/+1
|
* post release version bumpWilliam Jon McCann2008-02-251-1/+1
|
* post release version bumpWilliam Jon McCann2008-02-121-1/+1
|
* post release version bumpWilliam Jon McCann2008-02-111-1/+1
|
* post release version bumpWilliam Jon McCann2008-01-301-1/+1
|
* make polkit optional and use RBAC on SolarisBrian Cameron2008-01-281-1/+29
| | | | | | | | | | | | | | | | This patch makes polkit an optional dependency. If present it builds with it. If not, polkit support is disabled. This patch also adds a --enable-rbac-shutdown=<key> option. If set, then ConsoleKit will allow shutdown/reboot if the user has the RBAC key authorization defined. For example, since the GDM GUI program runs as the "gdm" user, setting the key for the "gdm" user allows the login program to shutdown and reboot via ConsoleKit. Also this patch modifies the tools/solaris/ck-system-restart and tools/solaris/ck-system-stop scripts to call "/sbin/init 6" and "/sbin/init 5", which are the right commands for Solaris.
* post release version bumpWilliam Jon McCann2008-01-241-1/+1
|
* post release version bumpWilliam Jon McCann2008-01-231-1/+1
|
* post release version bumpWilliam Jon McCann2008-01-231-1/+1
|
* release 0.2.40.2.4William Jon McCann2008-01-231-0/+2
|
* initial stop/restart supportWilliam Jon McCann2008-01-221-0/+2
| | | | | | Add Stop and Restart methods to the Manager object. We'll rename the Manager object to System in the near future. Use libpolkit to determine authorization.
* add support for reporting from logrotated filesWilliam Jon McCann2007-10-221-6/+24
|
* add bugzilla urlWilliam Jon McCann2007-10-201-1/+1
|
* use AC_GNU_SOURCE instead of #defineWilliam Jon McCann2007-10-181-0/+3
|
* remove emacs modelineWilliam Jon McCann2007-10-111-1/+0
|
* try to make things work for systems that don't support VT_ACTIVATE etcWilliam Jon McCann2007-09-191-0/+2
|
* post release version bumpWilliam Jon McCann2007-09-181-1/+1
|
* post release version bumpWilliam Jon McCann2007-09-171-1/+1
|
* Add FreeBSD native backend (untested)Florent Thoumie2007-08-251-0/+8
| | | | | | | | | | - Add Marcus' FreeBSD backend for ConsoleKit. Compiles fine but test-vt-monitor doesn't seem to work correctly. - Remove TODO entry. Submitted by: marcus Signed-off-by: Florent Thoumie <flz@FreeBSD.org>
* move peercred stuff into sysdeps. add solaris support.William Jon McCann2007-08-161-0/+2
|
* add some solaris supportWilliam Jon McCann2007-08-141-0/+2
| | | | Based on a patch from Brian Cameron.
* print out tools libs after configureWilliam Jon McCann2007-08-081-0/+1
|
* bump versionWilliam Jon McCann2007-04-101-1/+1
|
* disable static libsWilliam Jon McCann2007-04-101-0/+1
|
* use inotify to detect activity on tty when possibleWilliam Jon McCann2007-04-051-5/+21
|
* bump the ac_prereq and use the docdir varWilliam Jon McCann2007-04-031-15/+1
|
* autoconf fixes, separate pamlibdir variable, path expansion at make timeMichael Biebl2007-04-021-75/+77
| | | | | | | | | | | | | | | | | | 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.
* use xlib directly instead of via gdkWilliam Jon McCann2007-03-261-2/+3
|
* fix missed pam_syslog changeWilliam Jon McCann2007-03-151-3/+2
| | | | Also make the configure checks simpler.
* fix building pam module on debian systemsWilliam Jon McCann2007-03-151-0/+3
| | | | | Only include what is available. Use a alternative to pam_syslog if it isn't available.
* bump versionWilliam Jon McCann2007-03-141-2/+2
|
* bump the version arbitrarilyWilliam Jon McCann2007-03-141-2/+2
|
* add a new configure option --with-slibdir to use for connectorWilliam Jon McCann2007-03-131-0/+15
| | | | Turns out that just using libdir breaks the .pc file install.
* add a stub for docbook documentationWilliam Jon McCann2007-03-081-30/+72
|
* use paths.h if availableWilliam Jon McCann2007-03-061-0/+2
|
* add linux backends for collecting session informationWilliam Jon McCann2007-03-021-0/+5
| | | | | These tools will be used to generate and verify the parameters used to open a session.
* add a test program for the PAM moduleWilliam Jon McCann2007-03-011-0/+4
| | | | | Basically this is a mini login. It authenticates, opens a session, sleeps 20 seconds, and then closes the session.
* add a connector library and (reluctantly) a PAM moduleDavid Zeuthen2007-02-281-0/+29
| | | | | | | | | | | Here are some patches to add one library and one PAM module so other programs (apart from gdm) can easily interact with ConsoleKit. It's mainly going to be used, I think, by login(1) and xinit(1). I'm not super happy about doing a PAM module but the Fedora util-linux package maintainer seems to be insist on this instead of just patching login(1). The PAM module isn't built by default. Both pieces of code are licensed under the MIT license as god knows what might want to use them. Sounds good to you?