summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-24Update German translation of manual pagesHelge Kreutzmann3-88/+74
2019-02-24Update German scripts translationHelge Kreutzmann2-10/+9
2019-02-23Bump version to 1.19.6Guillem Jover1-0/+6
2019-02-23Release 1.19.5Guillem Jover1-2/+2
2019-02-23po: Regenerate .pot files and merge .po files with themGuillem Jover94-10266/+17502
2019-02-23po: Update Dutch translationsFrans Spiesschaert3-285/+317
2019-02-23po: Update Simplified Chinese programs translationMo Zhou2-93/+25
2019-02-23po: Update French man page translationsJean-Pierre Giraud2-8086/+3652
2019-02-23libdpkg: Fix typosGuillem Jover1-2/+2
2019-02-23libdpkg, dpkg: Print the dpkg database directory on access errorsGuillem Jover6-21/+36
2019-02-23libdpkg: Blank packages that are not-installed with unknown selectionGuillem Jover2-0/+13
2019-02-23libdpkg: Use pkg_set_want() instead of a direct assignmentGuillem Jover2-1/+2
2019-02-23libdpkg: Include <string.h> in pager.cGuillem Jover2-0/+3
2019-02-23libdpkg: Use va_arg copy instead of the original on a vasprintf() callGuillem Jover2-1/+2
2019-02-23libdpkg: Fix unit test for file_slurp()Guillem Jover2-1/+4
2019-02-23libdpkg: Increase the pkg-hash bins sizeGuillem Jover2-5/+12
2019-02-23libdpkg: Print a more accurate warning for Revision nicknamesGuillem Jover2-3/+2
2019-02-23libdpkg: Merge nicknames table into fieldinfosGuillem Jover3-30/+9
2019-02-23libdpkg: Optimize error handlingGuillem Jover5-45/+83
2019-02-23libdpkg: Clarify field names in error and warning messagesGuillem Jover4-38/+42
2019-02-23libdpkg: Move status names from parse errors to argumentsGuillem Jover2-5/+7
2019-02-23libdpkg: Add new dpkg_has_error() functionGuillem Jover4-0/+12
2019-02-23libdpkg: Add new dpkg_error_move() functionGuillem Jover4-0/+12
2019-02-23libdpkg: New benchmark programs and infrastructureGuillem Jover10-2/+286
2019-02-23Dpkg::BuildOptions: Fix typo in PODGuillem Jover1-1/+1
2019-02-23Dpkg::Source::Package: Add a missing use Dpkg::Source::FormatGuillem Jover2-0/+4
2019-02-23Dpkg::Vendor::Debian: Add support for usr-local-has-* tainted tagsGuillem Jover3-0/+27
2019-02-23Dpkg::Vendor::Debian: Add support for merged-usr-via-symlinks tainted tagGuillem Jover3-0/+24
2019-02-23dpkg-genbuildinfo: Add support for a new Build-Tainted-By fieldGuillem Jover7-3/+44
2019-02-23dpkg-maintscript-helper: Restrict find for dir-to-symlink move to -maxdepth 1Ralf Treinen2-1/+3
2019-02-23dpkg-buildpackage: Clarify the warning/error on short OpenPGP key IDsGuillem Jover2-2/+6
2019-02-23dpkg(1): Document the unknown selection stateGuillem Jover2-0/+6
2019-02-23dpkg: Clarify error on unknown system user/group in statoverride databaseGuillem Jover2-4/+8
2019-02-23dpkg: Add new option --refuse-security-mac to control SELinuxGuillem Jover7-2/+21
2019-02-23dpkg-statoverride: Switch from --force option to new --force-<thing> optionsGuillem Jover6-6/+45
2019-02-23dpkg-statoverride: Add support for --force-* optionsGuillem Jover4-0/+34
2019-02-23dpkg: Parse and set new DPKG_FORCE environment variable for subprocessesGuillem Jover4-0/+23
2019-02-23dpkg: Switch to set the default force option from the forceinfos arrayGuillem Jover4-2/+18
2019-02-23dpkg: Switch from a char to an enum to track the force options typesGuillem Jover2-32/+38
2019-02-23dpkg: Switch force options from individual variables to bit fieldsGuillem Jover12-137/+166
2019-02-23dpkg: Print the current set of enabled force options on --force-helpGuillem Jover3-0/+28
2019-02-23dpkg: Do not hardcode the program name in the --force-help outputGuillem Jover2-1/+2
2019-02-23dpkg: Move force options support into its own fileGuillem Jover8-192/+381
2019-02-23dpkg: Simplify maintscript_set_exec_context()Guillem Jover3-8/+4
2019-02-23dpkg: Move SELinux fallback label to the SELinux specific code pathGuillem Jover2-3/+5
2019-02-23s-s-d(1): Document behavior of --pidfile security checksGuillem Jover2-3/+9
2019-02-23s-s-d: Always refuse to parse a world-writable pidfile, except for /dev/nullGuillem Jover2-5/+10
2019-02-23s-s-d: Add new fatalv() and fatale() and use the latter for system errorsGuillem Jover2-57/+77
2019-02-23s-s-d: Make sure that we get a meaningful errno on parse_unsigned()Guillem Jover2-1/+3
2019-02-23debian: Include a bug-script to report on tainted merged-usr-via-symlinksGuillem Jover4-0/+14