summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge https://salsa.debian.org/dpkg-team/dpkgIgor Pashev3-158/+599
2019-10-30dpkg, u-a: Make variables staticGuillem Jover1-1/+1
2019-02-23s-s-d: Always refuse to parse a world-writable pidfile, except for /dev/nullGuillem Jover1-5/+8
2019-02-23s-s-d: Add new fatalv() and fatale() and use the latter for system errorsGuillem Jover1-57/+74
2019-02-23s-s-d: Make sure that we get a meaningful errno on parse_unsigned()Guillem Jover1-1/+1
2019-01-23s-s-d: Remove bogus comment about Linux user namespaces vs /dev/nullGuillem Jover1-2/+1
2019-01-23s-s-d: Do not sanity check the pidfile when it is specified as /dev/nullGuillem Jover1-2/+8
2019-01-23s-s-d: Move SO_PASSCRED setting into its own functionGuillem Jover1-4/+11
2019-01-23s-s-d: Only use SO_PASSCRED if definedGuillem Jover1-0/+2
2019-01-15u-a: Fix removal of obsolete slaves from the linked listGuillem Jover2-5/+58
2019-01-15u-a: Add new --debug optionGuillem Jover1-5/+10
2019-01-15u-a: Switch verbose selection into an enumGuillem Jover1-6/+12
2019-01-15u-a: Use enums for actions instead of stringsGuillem Jover1-41/+90
2019-01-15s-s-d: Implement --notify-await and --notify-timeout optionsGuillem Jover1-0/+217
2019-01-15s-s-d: Move parse_unsigned() definition to the top of the fileGuillem Jover1-20/+20
2019-01-15s-s-d: Switch code to use new info() and debug() functionsGuillem Jover1-20/+37
2019-01-15s-s-d: Fix typoTrek1-1/+1
2019-01-15s-s-d: Fix typo in commentGuillem Jover1-1/+1
2019-01-15s-s-d: Print complete verbose linesGuillem Jover1-2/+2
2019-01-15s-s-d: Check whether standalone --pidfile use is secureGuillem Jover1-2/+38
2019-01-15s-s-d: Compare foundany against 0 instead of treating it like a booleanGuillem Jover1-1/+1
2019-01-15Dpkg::File: Make file_slurp() also accept pathnames in addition to filehandlesGuillem Jover1-5/+2
2018-08-30Switch from strchr() + strlen() to strchrnul()Guillem Jover1-4/+4
2018-08-01s-s-d: Do not leak a file descriptor on AIXGuillem Jover1-2/+8
2018-08-01s-s-d: Mark a literal integer long to avoid value truncationGuillem Jover1-1/+1
2018-03-26Use internerr() or BUG() instead of assert()Guillem Jover1-3/+5
2018-03-26s-s-d: Switch an internal error from a fatal() to a BUG() callGuillem Jover1-1/+1
2018-03-26s-s-d: Add support for new bug() function and BUG() macroGuillem Jover1-0/+19
2017-11-19Fix start-stop-daemon.cIgor Pashev1-5/+2
2017-11-19Merge git://anonscm.debian.org/dpkg/dpkgIgor Pashev6-559/+894
2017-10-17build: Cleanup the correct polkit fileGuillem Jover1-1/+1
2017-10-17debian: Install update-alternatives policykit-1 fileGuillem Jover2-4/+4
2017-10-17u-a: Add new policykit fileGuillem Jover3-0/+40
2017-08-26utils: Fix u-a man page section reference in README fileGuillem Jover1-1/+1
2017-07-04s-s-d: Parse usernames and groupnames starting with digits correctlyGuillem Jover1-3/+3
2017-02-26s-s-d: Define _KMEMUSER for NetBSDGuillem Jover1-0/+3
2017-02-26s-s-d: Use correct struct kinfo_proc ruid submember on NetBSDGuillem Jover1-0/+2
2017-02-26s-s-d: Use 5-argument kvm_getprocs() call form on OpenBSDGuillem Jover1-0/+4
2017-02-26s-s-d: Rename err to ret as the former is a function on BSDsGuillem Jover1-3/+3
2017-01-23u-a: Use areadlink() instead of lstat() + xreadlink()Guillem Jover1-9/+2
2017-01-23u-a: Refactor pathname existence check into a new functionGuillem Jover1-34/+23
2017-01-23u-a: Move xvasprintf() and xasprintf() definitions earlier in the codeGuillem Jover1-24/+24
2017-01-22s-s-d: Use the new process executable support in GNU/HurdGuillem Jover1-0/+12
2017-01-22s-s-d: Use proc_stat_pid() instead of accessing the member directlyGuillem Jover1-1/+1
2016-10-30u-a: Fix short-lived memory leaksGuillem Jover1-23/+26
2016-10-30u-a: Fix lookup by name on --configGuillem Jover1-3/+1
2016-10-30s-s-d: Port process handling to AIXGuillem Jover1-3/+74
2016-10-30s-s-d: Cleanup OS* macrosGuillem Jover1-64/+64
2016-10-30s-s-d: Port process handling to Mac OS XGuillem Jover1-0/+87
2016-10-30s-s-d: On FreeBSD return STATUS_UNKNOWN instead of false in do_procinit()Guillem Jover1-4/+4