Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-13 | man: rename systemd.conf to systemd-system.conf | Zbigniew Jędrzejewski-Szmek | |
Alias as systemd-user.conf is also provided. This should help users running systemd in session mode. https://bugzilla.redhat.com/show_bug.cgi?id=690868 | |||
2013-02-13 | use strneq instead of strncmp | Thomas Hindoe Paaboel Andersen | |
2013-02-11 | manager: validate environment parameters for SetEnvironment(), ↵ | Lennart Poettering | |
UnsetEnvironment() bus calls | |||
2013-02-11 | env: considerably beef up environment cleaning logic | Lennart Poettering | |
Now, actually check if the environment variable names and values used are valid, before accepting them. With this in place are at some places more rigid than POSIX, and less rigid at others. For example, this code allows lower-case environment variables (which POSIX suggests not to use), but it will not allow non-UTF8 variable values. All in all this should be a good middle ground of what to allow and what not to allow as environment variables. (This also splits out all environment related calls into env-util.[ch]) |