summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
...
* build-sys: split "make upload" and "make tango"Kay Sievers2014-03-26
|
* bus: provide org.freedesktop.systemd1.busname for systemd --userKay Sievers2014-03-26
|
* build-sys: disable test-cgroup-mask, it mangles valid user data in ↵Kay Sievers2014-03-26
| | | | | | | | | | | | | | | | /run/user/$UID/ $ ./test-cgroup-mask ... rmdir("/run/user/2702/systemd/generator") = 0 open("/run/user/2702/systemd/generator.late", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_NOFOLLOW|O_NOATIME|O_CLOEXEC) = 5 fstat(5, {st_mode=S_IFDIR|0755, st_size=3200, ...}) = 0 fcntl(5, F_GETFL) = 0x78800 (flags O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_NOFOLLOW|O_NOATIME) fcntl(5, F_SETFD, FD_CLOEXEC) = 0 getdents(5, /* 160 entries */, 32768) = 10072 unlinkat(5, "org.gnome.Weather.Application.busname", 0) = 0 unlinkat(5, "dbus-org.gnome.Weather.Application.service", 0) = 0 ...
* build-sys: add "make check-broken" to find limited-toolchain link errorsKay Sievers2014-03-26
|
* build-sys: fix library link orderKay Sievers2014-03-25
|
* build-sys: split-off internal libsystemd-resolveKay Sievers2014-03-25
|
* build-sys: prepare 212Lennart Poettering2014-03-25
|
* sd-rtnl: add support for tunnel attributesSusant Sahani2014-03-25
| | | | | | | Added support for tunneling netlink attrributes (ipip, gre, sit). These works with kernel module ipip, gre and sit . The test cases are moved to a separate file and manual test as well because they require respective kernel modules as well.
* core: remove tcpwrap supportLennart Poettering2014-03-24
| | | | | | | | | | | | tcpwrap is legacy code, that is barely maintained upstream. It's APIs are awful, and the feature set it exposes (such as DNS and IDENT access control) questionnable. We should not support this natively in systemd. Hence, let's remove the code. If people want to continue making use of this, they can do so by plugging in "tcpd" for the processes they start. With that scheme things are as well or badly supported as they were from traditional inetd, hence no functionality is really lost.
* libsystemd-network: move network-utils from src/sharedTom Gundersen2014-03-21
| | | | | | This does not belong in shared as it is mostly a detail of our networking subsystem. Moreover, now we can use libudev here, which will simplify things.
* busname: introduce Activating directiveDaniel Mack2014-03-19
| | | | | | | | Add a new config 'Activating' directive which denotes whether a busname is actually registered on the bus. It defaults to 'yes'. If set to 'no', the .busname unit only uploads policy, which will remain active as long as the unit is running.
* build-sys: move sd-login src/login → src/libsystemd/sd-loginLennart Poettering2014-03-17
| | | | | | After all, it is ultimately linked to libsystems.so anyway, thus belongs there and shares very little with the rest of logind, hence let's move this away.
* journal-remote: HTTP(s) supportZbigniew Jędrzejewski-Szmek2014-03-17
| | | | | | | | | | | | | | | | | The whole tool is made dependent on µhttpd availability. It should be easy to make the µhttpd parts conditional, but since transfer over HTTP seems to be the primary use case, currently this is not done. Current implementation uses nested epoll loops: sd-event is used for the external event loop, and µhttpd uses epoll in its own loop. Unfortunately µhttpd does not expose enough information to add the descriptors it uses to the external event loop. This means that starvation of other events is possible, if one of the inner µhttpd loops is constantly busy. This means that µhttpd servers should not be mixed with other sources. The TLS authentication parts haven't been really tested properly, and should not be take too seriously.
* journal-remote: tool to receive messages over the networkZbigniew Jędrzejewski-Szmek2014-03-17
|
* journal-gatewayd: log to journal from gnutlsZbigniew Jędrzejewski-Szmek2014-03-17
| | | | | | Prefix "gnutls: " is added. Some semi-random mapping of gnutls levels to syslog levels is done, but since gnutls levels seem to be used rather loosely, most end up as debug.
* zsh completion: Install _sd_machines with _machinectlWieland Hoffmann2014-03-15
| | | | | _machinectl uses _sd_machines to provide a list of all available machines.
* journald: add support for wall forwardingSebastian Thorarensen2014-03-14
| | | | | | | | | | | | | | This will let journald forward logs as messages sent to all logged in users (like wall). Two options are added: * ForwardToWall (default yes) * MaxLevelWall (default emerg) 'ForwardToWall' is overridable by kernel command line option 'systemd.journald.forward_to_wall'. This is used to emulate the traditional syslogd behaviour of sending emergency messages to all logged in users.
* logind: automatically remove SysV + POSIX IPC objects when the users owning ↵Lennart Poettering2014-03-14
| | | | them fully log out
* timedated: add SNTP client/query hookup (unused for now)Kay Sievers2014-03-14
|
* build-sys: make sure we rebuild manpages when doing releasesZbigniew Jędrzejewski-Szmek2014-03-12
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=76056
* build-sys: Fix move-to-rootlibdirMike Gilbert2014-03-11
| | | | | Since we now use ln -s --relative, using this sed statement is redundant and causes broken symlinks to be installed.
* build-sys: add libsystemd-label to network/dhcp usersKay Sievers2014-03-11
|
* build-sys: we still want to rebuild the tarball though on uploadLennart Poettering2014-03-11
|
* build-sys: when I upload the tarball, don't run the whole distcheck thing againLennart Poettering2014-03-11
| | | | | I run this anyway, and given how slow it is now due to -flto, let's make my workflow a bit faster...
* build-sys: prepare release 211Lennart Poettering2014-03-11
|
* build-sys: sign releasesZbigniew Jędrzejewski-Szmek2014-03-11
|
* nspawn: add --image= switch to boot GPT disk images that follow the ↵Lennart Poettering2014-03-10
| | | | Discoverable Partitions Specification
* build-sys: Don't distribute generated udev ruleArmin K2014-03-07
| | | | | | | | It contains hardcoded path to systemd-sysctl executable which is /usr/lib/systemd/systemd-sysctl on latest stable release and as such it will complain at runtime if rootprefix != prefix [zj: readd the file to nodist_udevrules_DATA]
* generators: rework mount generatorsLennart Poettering2014-03-06
| | | | | | | | | | | | | - Add support for finding and mounting /srv based on GPT data, similar to how we already handly /home. - Share the fsck logic between GPT, EFI and fstab generators - Make sure we never run the EFI generator inside containers - Drop DefaultDependencies=no from EFI mount units - Other fixes
* add bash completion for systemd-catThomas Hindoe Paaboel Andersen2014-03-04
|
* build-sys: work around broken ln --relative -s -fLennart Poettering2014-03-03
| | | | | | | | As it appears "ln -s --relative" in conjunction with "-f" is broken, let's work around that by explicitly remove the destination of the symlink before we create it. https://bugzilla.redhat.com/show_bug.cgi?id=1072103
* sd-network: IPv4 link-local support [v2]Umut Tezduyar Lindskog2014-03-03
| | | | | | | | | | | | | | | Implements IPv4LL with respect to RFC 3927 (http://tools.ietf.org/rfc/rfc3927.txt) and integrates it with networkd. Majority of the IPv4LL state machine is taken from avahi (http://avahi.org/) project's autoip. IPv4LL can be enabled by IPv4LL=yes under [Network] section of .network file. IPv4LL works independent of DHCP but if DHCP lease is aquired, then LL address will be dropped. [tomegun: removed a trailing newline and a compiler warning]
* add bash completion for systemd-detect-virtThomas Hindoe Paaboel Andersen2014-03-03
|
* core: move ShowStatus type into the coreLennart Poettering2014-03-03
| | | | | Let's make the scope of the show-status stuff a bit smaller, and make it private to the core, rather than shared API in shared/.
* build-sys: prefer using ln --relative -s where appropriateLennart Poettering2014-03-03
| | | | | By using --relative symlinks look nicer when dealing with OS image trees that are placed in arbitrary places of the OS.
* Fix systemd-stdio-bridge symlinkMike Gilbert2014-03-03
| | | | | | The symlink is created in bindir (/usr/bin), and points to a binary which lives in rootlibexecdir (/lib/systemd or /usr/lib/systemd). A relative symlink does not work here.
* bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering2014-03-03
| | | | | | | | | | | | | | | | | | | This is primarily useful for services that need to track clients which reference certain objects they maintain, or which explicitly want to subscribe to certain events. Something like this is done in a large number of services, and not trivial to do. Hence, let's unify this at one place. This also ports over PID 1 to use this to ensure that subscriptions to job and manager events are correctly tracked. As a side-effect this makes sure we properly serialize and restore the track list across daemon reexec/reload, which didn't work correctly before. This also simplifies how we distribute messages to broadcast to the direct busses: we only track subscriptions for the API bus and implicitly assume that all direct busses are subscribed. This should be a pretty OK simplification since clients connected via direct bus connections are shortlived anyway.
* add bash completion for systemd-cgtopThomas Hindoe Paaboel Andersen2014-03-02
|
* build-sys: fix location of network-util.hZbigniew Jędrzejewski-Szmek2014-03-01
|
* networkd-wait-online: use automatic cleanupThomas Hindoe Paaboel Andersen2014-03-01
|
* add bash completion for systemd-cglsThomas Hindoe Paaboel Andersen2014-03-01
|
* build-sys: distribute kdbus documentationZbigniew Jędrzejewski-Szmek2014-03-01
|
* bash: add completion for systemd-nspawnThomas Andersen2014-03-01
|
* networkd: add networkd-wait-onlineTom Gundersen2014-02-28
| | | | | | | | | This is mostly a proof of concept to try sd-network, so we don't hook it up with a .service file quite yet. We probably want it to be more clever about deciding when we are 'online'. The binary will wait for at least one network managed by networkd, and until all networks managed by networkd are configured.
* sd-network: add new libraryTom Gundersen2014-02-28
| | | | | | This is similar to sd-login, but exposes the state of networkd rather than logind. Include it in libsystemd-dhcp and rename it to libsystemd-network.
* build-sys: Do not distribute generated udev service filesArmin K2014-02-27
| | | | | | | They are already in nodist_systemunit_DATA and if they are shipped, they contain hardcoded paths to udevadm and systemd-udevd which will cause them to fail to start when rootprefix != prefix and rootlibdir != libdir.
* build-sys: networkd - simplify makefile fragmentTom Gundersen2014-02-26
|
* core: add new RestrictAddressFamilies= switchLennart Poettering2014-02-26
| | | | | | | | | This new unit settings allows restricting which address families are available to processes. This is an effective way to minimize the attack surface of services, by turning off entire network stacks for them. This is based on seccomp, and does not work on x86-32, since seccomp cannot filter socketcall() syscalls on that platform.
* build-sys: bump revisions and versionLennart Poettering2014-02-24
|
* NEWS: prepare for release of 210Lennart Poettering2014-02-24
|