summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15315 from DaanDeMeyer/deprecate-sd-bus-priorityZbigniew Jędrzejewski-Szmek2020-04-032-17/+13
|\
| * sd-bus: remove unused priority logicDaan De Meyer2020-04-021-14/+10
| * sd-bus: Deprecate priority functionsDaan De Meyer2020-04-021-3/+3
* | capability: don't skip ambient caps setup if we actually have something to setLennart Poettering2020-04-031-3/+5
* | shared/dissect-image: log messages from cryptsetupTopi Miettinen2020-04-031-0/+4
* | resolve: reload /etc/hosts on inode changeGiedrius Statkevičius2020-04-033-2/+11
* | string-util: make clear that split() + FOREACH_WORD() should dieLennart Poettering2020-04-021-0/+2
* | string-util: make sure we eat even half complete words in split()Lennart Poettering2020-04-022-3/+8
* | string-util: some minor coding style updatesLennart Poettering2020-04-021-27/+40
|/
* Merge pull request #15210 from ssahani/networkctl-up-downZbigniew Jędrzejewski-Szmek2020-04-021-0/+67
|\
| * networkctl: Add support to set link up and downSusant Sahani2020-03-261-0/+67
* | sd-bus: add va_list variants of variadic convenience functionsVito Caputo2020-04-023-39/+151
* | Merge pull request #15252 from ssahani/dhcpv6-mudZbigniew Jędrzejewski-Szmek2020-04-028-0/+103
|\ \
| * | network: DHCPv6 Add support to send MUD URLSusant Sahani2020-04-016-0/+53
| * | sd-dhcpv6: Add support to set request MUD URLSusant Sahani2020-04-012-0/+50
* | | udev: Fix SIGSEGV in AlternativeNamesPolicy handlingLénaïc Huard2020-04-021-1/+1
* | | network: can: add support for CAN-FD related propertiesRichard Petri2020-04-013-0/+37
* | | network: can: introduce a config parser function for bitratesRichard Petri2020-04-014-7/+48
* | | Merge pull request #15278 from vcaputo/more-trivial-cleanupsZbigniew Jędrzejewski-Szmek2020-04-0123-78/+86
|\ \ \
| * | | *: use _cleanup_close_ with fdopendir() where trivialVito Caputo2020-03-312-8/+6
| * | | *: use _cleanup_close_ with fdopen() where trivialVito Caputo2020-03-315-25/+16
| * | | *: convert amenable fdopendir() calls to take_fdopendir()Vito Caputo2020-03-313-6/+6
| * | | fileio: add take_fdopendir() variantVito Caputo2020-03-312-0/+13
| * | | *: convert amenable fdopen calls to take_fdopenVito Caputo2020-03-3112-37/+16
| * | | fileio: introduce take_fdopen{_unlocked}() variantVito Caputo2020-03-312-0/+28
| * | | home: narrow scope of 'size_t n'Vito Caputo2020-03-311-2/+1
* | | | Merge pull request #15229 from ssahani/mudZbigniew Jędrzejewski-Szmek2020-04-017-0/+93
|\ \ \ \
| * | | | network: DHCPv4 - introduce The Manufacturer Usage Description (MUD)Susant Sahani2020-03-305-0/+55
| * | | | sd-dhcpv4: introduce The Manufacturer Usage Description (MUD)Susant Sahani2020-03-302-0/+38
* | | | | Merge pull request #15268 from poettering/sigusr1-sigusr2Zbigniew Jędrzejewski-Szmek2020-03-311-1/+1
|\ \ \ \ \
| * | | | | userwork: fix signal worker sends to manager requesting more workersLennart Poettering2020-03-301-1/+1
* | | | | | home: fix several typosVito Caputo2020-03-3111-35/+35
* | | | | | user-util: switch order of checks in valid_user_group_name_or_id_full()Lennart Poettering2020-03-311-2/+2
| |_|/ / / |/| | | |
* | | | | homectl: fix a typoPiero La Terza2020-03-311-1/+1
| |/ / / |/| | |
* | | | Merge pull request #15197 from ssahani/smtp-dhcpLennart Poettering2020-03-3017-18/+254
|\ \ \ \
| * | | | networkctl: Add support to display DHCP SMTP serversSusant Sahani2020-03-291-1/+5
| * | | | sd-network: Add support to emit and receive SMTP server informationSusant Sahani2020-03-292-0/+7
| * | | | network: DHCP - add support to emit and receive SMTP server informationSusant Sahani2020-03-297-15/+171
| * | | | sd-dhcp: Add support to emit and retrieve SMTP serverSusant Sahani2020-03-287-2/+71
* | | | | Merge pull request #13084 from ddstreet/log_timeLennart Poettering2020-03-306-3/+80
|\ \ \ \ \
| * | | | | log: add support for prefixing console log messages with current timestampDan Streetman2020-02-106-3/+80
* | | | | | Merge pull request #15194 from keur/import_pull_etagLennart Poettering2020-03-301-7/+10
|\ \ \ \ \ \
| * | | | | | import: Only keep RO copy if ETag header is setKevin Kuehler2020-03-241-7/+10
* | | | | | | Merge pull request #14853 from floppym/issue9806Lennart Poettering2020-03-301-14/+23
|\ \ \ \ \ \ \
| * | | | | | | safe_fork: use a cleanup function to restore signal mask in parentMike Gilbert2020-03-091-12/+14
| * | | | | | | safe_fork: unblock most signals before waiting for childMike Gilbert2020-03-091-2/+9
* | | | | | | | Merge pull request #15251 from keszybz/coverity-fixesLennart Poettering2020-03-304-62/+57
|\ \ \ \ \ \ \ \
| * | | | | | | | nss-systemd: use _cleanup_ for pthread_mutex_{lock,unlock}Zbigniew Jędrzejewski-Szmek2020-03-281-62/+39
| * | | | | | | | basic: add _cleanup_ wrappers for pthread_mutex_{lock,unlock}Zbigniew Jędrzejewski-Szmek2020-03-282-0/+17
| * | | | | | | | nss-systemd: add missing jump to unlock mutexZbigniew Jędrzejewski-Szmek2020-03-281-2/+3