summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-21Prepare v1.15.8dbus-1.15.8Simon McVittie4-9/+19
2023-08-21AUTHORS: UpdateSimon McVittie2-1/+5
2023-08-21Update NEWSSimon McVittie1-0/+7
2023-08-21Merge branch 'issue343-3' into 'master'Simon McVittie2-38/+53
2023-08-21userdb: Use "goto out" pattern for _dbus_groups_from_uid()Simon McVittie1-9/+9
2023-08-21sysdeps: Improve error reporting for looking up a userSimon McVittie1-7/+29
2023-08-21sysdeps: Give a more useful error if unable to resolve a numeric uidSimon McVittie1-4/+13
2023-08-21sysdeps-unix: Deduplicate error handling for getpwnam and getpwnam_rSimon McVittie1-25/+9
2023-08-21Merge branch 'issue473' into 'master'Simon McVittie1-10/+27
2023-08-18bus: Don't crash if inotify fails, even under DBUS_FATAL_WARNINGS=1Simon McVittie1-10/+27
2023-08-18Update NEWSSimon McVittie1-0/+10
2023-08-18Merge branch 'issue343' into 'master'Simon McVittie14-19/+225
2023-08-18bus: When failing to reload client policy, continue iterationSimon McVittie3-2/+36
2023-08-18test: Add a targeted test for _dbus_unix_groups_from_uid()Simon McVittie4-0/+154
2023-08-18userdb: Add proper error reporting when getting groups from a uidSimon McVittie8-17/+35
2023-08-18Merge branch 'issue343-minimal' into 'master'Simon McVittie1-5/+9
2023-08-16bus: Don't crash if bus_context_create_client_policy() failsPeter Benie1-5/+9
2023-08-15Update NEWSSimon McVittie1-2/+12
2023-08-15Add REUSE copyright/license information for binary message blobsSimon McVittie8-0/+20
2023-08-15subprojects: Move SPDX information from inline to .reuse/dep5Simon McVittie3-6/+9
2023-08-15Merge branch 'issue439' into 'master'Simon McVittie1-1/+1
2023-08-15meson: Specify that build-machine compiler for C++ is not requiredSimon McVittie1-1/+1
2023-08-15Merge branch 'stdatomic' into 'master'Simon McVittie13-16/+83
2023-08-15sysdeps: Use C11 stdatomic.h where possibleSimon McVittie7-12/+62
2023-08-15sysdeps: Move declarations used from C++ to their own headerSimon McVittie6-4/+21
2023-08-15Merge branch 'as-installed' into 'master'Simon McVittie3-32/+56
2023-08-15CI: Install systemd system and user units into our ${prefix}Simon McVittie1-0/+7
2023-08-15CI: Run "as-installed" tests with Meson, not just AutotoolsSimon McVittie1-29/+46
2023-08-15meson: Allow `sudo meson install`, which doesn't set `DESTDIR`Simon McVittie2-3/+3
2023-08-15INSTALL: Add some sub-headings for non-Meson build systemsSimon McVittie1-0/+6
2023-08-15INSTALL: Re-word CMake build instructionsRalf Habacker1-6/+23
2023-08-15Continue to recommend CMake when building on WindowsSimon McVittie3-4/+8
2023-08-15Merge branch 'spdx-mit' into 'master'Simon McVittie48-0/+48
2023-08-14Add SPDX license tags for the MIT (Expat) license, where straightforwardSimon McVittie48-0/+48
2023-08-14Merge branch 'meson-special-builds' into 'master'Simon McVittie2-67/+65
2023-08-14Use Meson for the 'reduced' and 'legacy' build variantsRalf Habacker2-67/+65
2023-08-14Merge branch 'spdx-misc' into 'master'Simon McVittie2-0/+3
2023-08-14stats.h: Add missing copyright informationSimon McVittie1-0/+2
2023-08-14doc: Repeat a copyright notice in a form understood by SPDX toolsSimon McVittie1-0/+1
2023-08-14NEWS: UpdateSimon McVittie1-0/+60
2023-08-14INSTALL: Rewrite extremely outdated list of dependenciesSimon McVittie1-13/+16
2023-08-14release-checklist: Update for increased use of MesonSimon McVittie1-14/+12
2023-08-14INSTALL: Remove generic Autotools installation instructionsSimon McVittie1-188/+0
2023-08-14README, INSTALL: Move build/install instructions into INSTALLSimon McVittie2-96/+67
2023-08-14Merge branch 'time64' into 'master'Simon McVittie4-0/+54
2023-08-14On 32-bit glibc, define _TIME_BITS to 64 if not already definedSimon McVittie4-0/+54
2023-08-08Merge branch 'pidfd' into 'master'Simon McVittie15-28/+355
2023-08-08bus: return ProcessFD in GetConnectionCredentials()Luca Boccassi3-7/+24
2023-08-08_dbus_asv_add_unix_fd: addLuca Boccassi2-0/+42
2023-08-08DBusCredentials: add support for PID FDs via SO_PEERPIDFDLuca Boccassi10-21/+289