summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* util: improve comments why we ignore EACCES and EPERMYu Watanabe2018-08-201-1/+8
* resolvectl: free the block of memory 'hashed' points to before reusing itEvgeny Vereshchagin2018-08-161-1/+1
* Merge pull request #9863 from evverx/issues-found-by-journald-fuzzerYu Watanabe2018-08-133-3/+6
|\
| * journald: take leading spaces into account in syslog_parse_identifierEvgeny Vereshchagin2018-08-102-1/+4
| * journald: free the allocated memory before returning from dev_kmsg_recordEvgeny Vereshchagin2018-08-101-1/+1
| * journald: make it clear that dev_kmsg_record modifies the string passed to itEvgeny Vereshchagin2018-08-101-1/+1
* | resolved: do not keep dns_server to dns_stream ref if tls connection failed (...Iwan Timmer2018-08-131-6/+6
* | resolve: do not hit CNAME or DNAME entry in NODATA cache (#9836)Yu Watanabe2018-08-131-2/+2
|/
* fsck: use our usual syntax for defining bit masksLennart Poettering2018-08-101-8/+8
* Merge pull request #9848 from yuwata/fix-9835-9844Zbigniew Jędrzejewski-Szmek2018-08-102-20/+44
|\
| * util: bind_remount_recursive_with_mountinfo(): ignore submounts which cannot ...Yu Watanabe2018-08-101-1/+6
| * core/namespace: add more log messagesYu Watanabe2018-08-101-19/+38
* | core/execute: fix dump format for Limit*=Yu Watanabe2018-08-101-2/+2
* | journal: do not remove multiple spaces after identifier in syslog messageYu Watanabe2018-08-102-11/+17
|/
* timedate: emit property changed signal after all jobs are completedYu Watanabe2018-08-081-30/+40
* Merge pull request #9827 from yuwata/fix-9795-9820Lennart Poettering2018-08-087-32/+85
|\
| * syslog: fix segfault in syslog_parse_priority()Yu Watanabe2018-08-082-9/+31
| * journal: fix size of bufferYu Watanabe2018-08-081-1/+1
| * resolve: use memcmp_safe() and memcpy_safe()Yu Watanabe2018-08-082-2/+2
| * util: introduce memcmp_safe()Yu Watanabe2018-08-081-3/+10
| * core: use memcpy_safe()Yu Watanabe2018-08-081-1/+1
| * journal: fix syslog_parse_identifier()Yu Watanabe2018-08-082-5/+11
| * journal: do not use newa() or strjoina() for messageYu Watanabe2018-08-081-10/+25
| * journal: do not pass a negative value to memcpy()Yu Watanabe2018-08-081-1/+4
* | tmpfiles: don't adjust qgroups on existing subvolumesFranck Bui2018-08-081-8/+13
* | resolve: do not compress target names in SRV recordsYu Watanabe2018-08-081-1/+3
* | Merge pull request #9830 from yuwata/journalctl-helpLennart Poettering2018-08-081-5/+1
|\ \
| * | journal: do not hide options in help messageYu Watanabe2018-08-081-5/+1
| |/
* | kernel-install: don't try to run depmod when kernel doesn't support modulesMarc-Antoine Perennou2018-08-081-0/+1
|/
* link: fix type for link-config's "features" array of tristatesThomas Haller2018-08-074-4/+6
* test: cast values in proper type to suppress warningsYu Watanabe2018-08-071-8/+8
* Merge pull request #9817 from yuwata/shorten-error-loggingLennart Poettering2018-08-0726-373/+228
|\
| * tree-wide: use returned value from log_*_errno()Yu Watanabe2018-08-076-30/+15
| * tree-wide: shorten error logging a bitYu Watanabe2018-08-0716-193/+112
| * resolve: use _cleanup_ attributeYu Watanabe2018-08-071-96/+69
| * machine: use free_and_replace() and TAKE_PTR()Yu Watanabe2018-08-071-23/+12
| * login: use free_and_replace() and TAKE_PTR()Yu Watanabe2018-08-072-24/+13
| * initctl: do not ignore errors in functionYu Watanabe2018-08-071-7/+7
* | Merge pull request #9744 from yuwata/fix-9737Lennart Poettering2018-08-075-49/+73
|\ \
| * | namespace: implicitly adds DeviceAllow= when RootImage= is setYu Watanabe2018-08-061-3/+19
| * | core: introduce cgroup_add_device_allow()Yu Watanabe2018-08-063-12/+32
| * | core/namespace: drop mount points outside of root even if RootDirectory= is n...Yu Watanabe2018-08-061-2/+2
| * | core/namespace: drop conditions depends on `root` is empty or notYu Watanabe2018-08-061-32/+20
* | | Merge pull request #9789 from filbranden/cmp1Lennart Poettering2018-08-0718-169/+173
|\ \ \
| * | | dns-domain: use CMP() in dns_name_compare_funcFilipe Brandenburger2018-08-061-1/+1
| * | | resolve: use CMP() in dns_resource_record_compare_funcFilipe Brandenburger2018-08-061-4/+3
| * | | tree-wide: Convert compare_func's to use CMP() macro wherever possible.Filipe Brandenburger2018-08-0614-123/+89
| * | | network: Use CMP() macro for comparison.Filipe Brandenburger2018-08-061-6/+1
| * | | macros: add CMP(a, b) macro.Filipe Brandenburger2018-08-062-0/+44
| * | | macro: drop __extension__, reformat and reindentFilipe Brandenburger2018-08-061-35/+35
| | |/ | |/|