Kay Sievers
bb765041af
gnome-ask-password-agent: require libnotify >= 0.7.0
2011-12-31 18:15:27 +01:00
Lennart Poettering
c47ac9992f
build-sys: fix mageia kbd mappings
2011-12-31 18:06:56 +01:00
Lennart Poettering
be5f4385d6
login: move the PAM module to src/login/ since it is just a client to logind
2011-12-31 18:06:56 +01:00
Kay Sievers
0237edf7d2
build-sys: more remaining parts of sd-deamon to their own section in Makefile.am
2011-12-31 17:06:09 +01:00
Kay Sievers
9ace5d028e
build-sys: restructure sd-daemon, sd-readahead, sd-login files
2011-12-31 16:55:36 +01:00
Kay Sievers
3bb8894f4f
build-sys: remove redundant _CFLAGS assignment
2011-12-31 16:15:38 +01:00
Lennart Poettering
9c5b60ca5f
login: move libsystemd-login.pc.in into src/login/
2011-12-31 13:37:23 +01:00
Kay Sievers
48d437bbf1
libsystemd-daemon: restructure Makefile.am
2011-12-31 09:17:48 +01:00
Kay Sievers
051c7d1ed4
pam_systemd: restructure Makefile.am and move inside ENABLE_LOGIND
2011-12-31 09:05:56 +01:00
Kay Sievers
d4a66a7f96
libsystemd-id128: restructure Makefile.am
2011-12-31 08:53:06 +01:00
Kay Sievers
7e8f489ad5
journal: restructure Makefile.am
2011-12-31 08:36:52 +01:00
Kay Sievers
609518c1d2
binfmt: move sources to subdirectory
2011-12-31 07:40:31 +01:00
Kay Sievers
681cfc6c40
hostnamed, localed: move config files to subdir
2011-12-31 07:23:57 +01:00
Kay Sievers
00c36f274b
hostnamed: move sources to subdirectory
2011-12-31 07:03:33 +01:00
Kay Sievers
1822350db1
localed: move sources to subdirectory
2011-12-31 06:50:34 +01:00
Kay Sievers
4668191d02
timedated: move sources to subdirectory
2011-12-31 06:40:48 +01:00
Kay Sievers
2a018e83de
build-sys: restructure logind parts in Makefile.am and add --disable-logind
2011-12-31 06:02:42 +01:00
Kay Sievers
0392060111
logind: add 'login' subdir to include dirs
...
When separate 'builddirs', like with 'distcheck', are used, the generated
sources, like the '.c' files from 'gperf', are placed in the 'builddir' and
can not find the include headers in 'srcdir'.
2011-12-31 04:20:25 +01:00
Kay Sievers
baa5ad26fd
Makefile.am: consistently use tabs
2011-12-31 03:59:54 +01:00
Lennart Poettering
e81e801af6
journal: move symver file into subdirectory
2011-12-31 03:35:38 +01:00
Lennart Poettering
4deba28559
logind: move more files into subdirectory
2011-12-31 03:24:31 +01:00
Lennart Poettering
4bba9156da
logind: move logind into its own subdirectory
2011-12-31 03:16:08 +01:00
Lennart Poettering
dc1ecd78e9
Merge branch 'journal'
2011-12-31 00:59:37 +01:00
Lennart Poettering
4b2d99d9f4
journal: add unit files and shared library glue
2011-12-30 17:50:37 +01:00
Lennart Poettering
6e409ce10d
journald: implement sophisticated rate limiting
2011-12-27 22:51:46 +01:00
Lennart Poettering
0d43c6944b
journalctl: add command line parsing
2011-12-21 18:59:56 +01:00
Lennart Poettering
807e17f05e
journal: add inline compression support with XZ
2011-12-21 02:40:59 +01:00
Lennart Poettering
76318284fc
man: switch to UTF-8 output, to work around charset issues
2011-12-19 20:25:52 +01:00
Lennart Poettering
38c67e2a44
man: generate HTML instead of XHTML with XSL docbook to work around 'fsfunc' noise
2011-12-19 19:55:54 +01:00
Lennart Poettering
01448ff92d
man: add sd-login(7) page
2011-12-19 13:57:07 +01:00
Lennart Poettering
c10eb7b02e
build-sys: add rules for man page aliases
2011-12-19 13:25:00 +01:00
Lennart Poettering
f0d2e205a2
man: build new man pages
2011-12-19 13:12:36 +01:00
Lennart Poettering
7f3e62571a
journal: add native protocol to journald, and client side API to send journal messages
2011-12-17 00:56:34 +01:00
Michal Schmidt
1567308317
add a generator to pull rc-local.service in
...
rc-local.service acts as an ordering barrier even if its condition is
false, because conditions are evaluated when the service is about to be
started.
To avoid the ordering barrier in a legacy-free system, add a generator
to pull rc-local.service into the transaction only if the script is
executable.
If/when we rewrite SysV compatibility into a generator, this one can become
a part of it.
2011-12-02 11:29:48 +01:00
Lennart Poettering
1e2579fdeb
Merge branch 'master' into journal
2011-11-08 19:44:16 +01:00
Lennart Poettering
263653e103
Merge remote-tracking branch 'zbigniew/systemadm_changes'
2011-11-02 14:08:49 +01:00
Ran Benita
f5a613c03c
bash-completion: rename file since it is no longer for systemctl only
2011-11-02 13:07:47 +01:00
Dexter Morgan
6fdae8a6a4
Add Mageia support
...
This patch adds support for the Mageia Linux distribution:
http://www.mageia.org/
Mageia is a fork of Mandriva although some divergence has already occured
and thus inclusion of these changes upstream allow us to (hopefully)
migrate more rapidly to the new standard approaches systemd offers.
Indeed, we already use the preferred mechanism of OS identification via
the /etc/os-release file rather than a distro specific variation.
This patch mostly mirrors the patch added previously for Mandriva
support. In addition to those original authors, this patch was mostly
written by Dexter Morgan with help from Colin Guthrie and Eugeni Dodonov.
2011-11-02 02:16:39 +01:00
Lennart Poettering
69e5d42db0
journal: add cgroup path to entries
2011-10-12 05:28:39 +02:00
Lennart Poettering
689b9a22f7
Merge branch 'master' into journal
2011-10-12 04:29:11 +02:00
Lennart Poettering
d2134abdd5
build-sys: bump release for v37
2011-10-11 20:46:56 +02:00
Lennart Poettering
21e557edcc
units: introduce local-fs-pre.target and remote-fs-pre.target
...
This hook target enables services to order themselves between
network.target and remote mounts, which is needed for GFS2 and similar
systems.
2011-10-11 03:33:53 +02:00
Lennart Poettering
cec736d21f
journal: implement parallel traversal in client
2011-10-08 02:21:05 +02:00
Lennart Poettering
f4b4781191
journal: split user logs into their own journal files
2011-10-07 23:03:07 +02:00
Lennart Poettering
87d2c1ff6a
journal: add preliminary incomplete implementation
2011-10-07 22:02:05 +02:00
Lennart Poettering
652eb44a7f
build-sys: fix build
2011-09-29 15:09:18 +02:00
Lennart Poettering
fb9de93dd3
localed: add SetX11Keyboard() and SetVConsoleKeyboard() bus calls
2011-09-28 04:34:17 +02:00
Lennart Poettering
7c83341a59
build-sys: bump release
2011-09-23 18:30:02 +02:00
Lennart Poettering
b52aae1d93
util: move virtualization detection into its own files, and extend return codes
2011-09-23 17:00:33 +02:00
Lennart Poettering
7ef5875d14
units: introduce unit file for FUSE fs
...
FUSE and configfs is very very similar, so handle both the same way.
2011-09-22 03:00:04 +02:00