summaryrefslogtreecommitdiffstats
path: root/presets (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-02copy: teach copy_file() that a mode=-1 call means "take mode from original file"Lennart Poettering1-2/+16
2020-12-02pager: stop disabling urlification under a pagerZbigniew Jędrzejewski-Szmek1-5/+1
2020-12-01man: document new ratelimiting APIsLennart Poettering4-1/+156
2020-12-01core: prevent excessive /proc/self/mountinfo parsingMichal Sekletár1-0/+6
2020-12-01test: add ratelimiting testMichal Sekletár1-1/+95
2020-12-01sd-event: add ability to ratelimit event sourcesLennart Poettering4-62/+350
2020-12-01sd-event: remove earliest_index/latest_index into common part of event source...Lennart Poettering2-12/+13
2020-12-01sd-event: follow coding style with naming return parameterLennart Poettering1-3/+4
2020-12-01sd-event: ref event loop while in sd_event_prepare() ot sd_event_run()Lennart Poettering1-6/+9
2020-12-01sd-event: let's suffix last_run/last_log with "_usec"Lennart Poettering1-6/+6
2020-12-01sd-event: split out code to add/remove timer event sources to earliest/latest...Lennart Poettering1-16/+41
2020-12-01sd-event: split clock data allocation out of sd_event_add_time()Lennart Poettering1-11/+23
2020-12-01sd-event: mention that two debug logged events are ignoredLennart Poettering1-2/+2
2020-12-01update TODOLennart Poettering1-3/+0
2020-12-01man: drop comment about ECC vs. RSA and YubikeyLennart Poettering1-1/+0
2020-12-01man: document how cryptsetup keys may be acquired via AF_UNIX socketsLennart Poettering1-19/+58
2020-12-01cryptsetup: modify keyfile search logic to use read_file_full() tooLennart Poettering3-92/+44
2020-12-01cryptsetup: port cryptsetup's main key file logic over to read_full_file_full()Lennart Poettering1-5/+32
2020-12-01cryptsetup: port PKCS#11 code to read key file with read_full_file()Lennart Poettering3-2/+19
2020-12-01fileio: teach read_full_file_full() to read from offset/with maximum sizeLennart Poettering12-38/+132
2020-12-01journal-remote: suffix cmdline option that expects arg with =Lennart Poettering1-1/+1
2020-12-01man: mention that --key= is about *secret* keysLennart Poettering2-3/+3
2020-12-01journal-remote: use READ_FULL_FILE_SECURE|READ_FULL_FILE_WARN_WORLD_READABLE ...Lennart Poettering2-2/+10
2020-12-01repart: warn about world writable key filesLennart Poettering1-1/+5
2020-12-01dissect-image: use simple version of read_full_file() where we canLennart Poettering1-3/+3
2020-12-01journal-remote: erase secret PEM key from memory after useLennart Poettering2-2/+5
2020-12-01scope: on unified, make sure to unwatch all PIDs once they've been moved to t...Franck Bui1-5/+7
2020-12-01sd-event: fix delays assert brain-o (#17790)Vito Caputo1-1/+1
2020-11-30mkosi: make ubuntu image bootable by defaultPavel Sapezhko1-1/+1
2020-11-30man: Speicfy exact return values of sd_bus_message_enter_containerigo958621-2/+7
2020-11-30po: add units/systemd-journald.service.in to POTFILES.skipPiotr Drąg1-2/+3
2020-11-30hwdb: add axis range corrections for Lenovo ThinkPad T14 Gen1Michał Kopeć1-1/+2
2020-11-30network: use IN_SET() macroYu Watanabe1-5/+3
2020-11-30network: treat IPv4LL is one of dynamic addressing protocolYu Watanabe1-11/+10
2020-11-30network: simplify the condition about ipv4ll is enabled or notYu Watanabe2-15/+7
2020-11-30network: shorten link_check_ready() a bitYu Watanabe1-56/+27
2020-11-30network: stop IPv4LL engine when DHCPv4 address is successfully acquiredYu Watanabe1-0/+4
2020-11-30networkd: start ipv4ll when dhcp has trouble getting a leaseZbigniew Jędrzejewski-Szmek5-15/+28
2020-11-30sd-dhcp-client: report transient DHCP failure to the callerZbigniew Jędrzejewski-Szmek2-0/+8
2020-11-30networkd: merge ll addressing fallback modes into normal "boolean" valuesZbigniew Jędrzejewski-Szmek12-53/+35
2020-11-30sd-dhcp-client: minor simplificationZbigniew Jędrzejewski-Szmek1-15/+6
2020-11-30man: adjust description of MaxAttemptsZbigniew Jędrzejewski-Szmek1-3/+3
2020-11-28Update logind-button.cnihilix-melix1-3/+6
2020-11-28test-networkd-conf: add missing assert_seZbigniew Jędrzejewski-Szmek1-1/+1
2020-11-28semaphore: temporarily disable the timedated test suiteFrantisek Sumsal1-0/+3
2020-11-27hwdb: 60-keyboard: Add Dell Inspiron 11 3168 Fn+Home/End/PageUp/PageDown key ...Konomi1-0/+7
2020-11-27NEWS: really fix kernel version number referenceZbigniew Jędrzejewski-Szmek1-2/+2
2020-11-27coccinelle: ignore specific cases to use SYNTHETIC_ERRNO() macroYu Watanabe1-0/+6
2020-11-27cryptsetup: drop unnecessary bracketYu Watanabe1-2/+1
2020-11-27test: use for(;;) instead of while(true)Yu Watanabe1-1/+1