index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-26
Merge https://salsa.debian.org/dpkg-team/dpkg
Igor Pashev
3
-158
/
+599
2019-10-30
dpkg, u-a: Make variables static
Guillem Jover
1
-1
/
+1
2019-02-23
s-s-d: Always refuse to parse a world-writable pidfile, except for /dev/null
Guillem Jover
1
-5
/
+8
2019-02-23
s-s-d: Add new fatalv() and fatale() and use the latter for system errors
Guillem Jover
1
-57
/
+74
2019-02-23
s-s-d: Make sure that we get a meaningful errno on parse_unsigned()
Guillem Jover
1
-1
/
+1
2019-01-23
s-s-d: Remove bogus comment about Linux user namespaces vs /dev/null
Guillem Jover
1
-2
/
+1
2019-01-23
s-s-d: Do not sanity check the pidfile when it is specified as /dev/null
Guillem Jover
1
-2
/
+8
2019-01-23
s-s-d: Move SO_PASSCRED setting into its own function
Guillem Jover
1
-4
/
+11
2019-01-23
s-s-d: Only use SO_PASSCRED if defined
Guillem Jover
1
-0
/
+2
2019-01-15
u-a: Fix removal of obsolete slaves from the linked list
Guillem Jover
2
-5
/
+58
2019-01-15
u-a: Add new --debug option
Guillem Jover
1
-5
/
+10
2019-01-15
u-a: Switch verbose selection into an enum
Guillem Jover
1
-6
/
+12
2019-01-15
u-a: Use enums for actions instead of strings
Guillem Jover
1
-41
/
+90
2019-01-15
s-s-d: Implement --notify-await and --notify-timeout options
Guillem Jover
1
-0
/
+217
2019-01-15
s-s-d: Move parse_unsigned() definition to the top of the file
Guillem Jover
1
-20
/
+20
2019-01-15
s-s-d: Switch code to use new info() and debug() functions
Guillem Jover
1
-20
/
+37
2019-01-15
s-s-d: Fix typo
Trek
1
-1
/
+1
2019-01-15
s-s-d: Fix typo in comment
Guillem Jover
1
-1
/
+1
2019-01-15
s-s-d: Print complete verbose lines
Guillem Jover
1
-2
/
+2
2019-01-15
s-s-d: Check whether standalone --pidfile use is secure
Guillem Jover
1
-2
/
+38
2019-01-15
s-s-d: Compare foundany against 0 instead of treating it like a boolean
Guillem Jover
1
-1
/
+1
2019-01-15
Dpkg::File: Make file_slurp() also accept pathnames in addition to filehandles
Guillem Jover
1
-5
/
+2
2018-08-30
Switch from strchr() + strlen() to strchrnul()
Guillem Jover
1
-4
/
+4
2018-08-01
s-s-d: Do not leak a file descriptor on AIX
Guillem Jover
1
-2
/
+8
2018-08-01
s-s-d: Mark a literal integer long to avoid value truncation
Guillem Jover
1
-1
/
+1
2018-03-26
Use internerr() or BUG() instead of assert()
Guillem Jover
1
-3
/
+5
2018-03-26
s-s-d: Switch an internal error from a fatal() to a BUG() call
Guillem Jover
1
-1
/
+1
2018-03-26
s-s-d: Add support for new bug() function and BUG() macro
Guillem Jover
1
-0
/
+19
2017-11-19
Fix start-stop-daemon.c
Igor Pashev
1
-5
/
+2
2017-11-19
Merge git://anonscm.debian.org/dpkg/dpkg
Igor Pashev
6
-559
/
+894
2017-10-17
build: Cleanup the correct polkit file
Guillem Jover
1
-1
/
+1
2017-10-17
debian: Install update-alternatives policykit-1 file
Guillem Jover
2
-4
/
+4
2017-10-17
u-a: Add new policykit file
Guillem Jover
3
-0
/
+40
2017-08-26
utils: Fix u-a man page section reference in README file
Guillem Jover
1
-1
/
+1
2017-07-04
s-s-d: Parse usernames and groupnames starting with digits correctly
Guillem Jover
1
-3
/
+3
2017-02-26
s-s-d: Define _KMEMUSER for NetBSD
Guillem Jover
1
-0
/
+3
2017-02-26
s-s-d: Use correct struct kinfo_proc ruid submember on NetBSD
Guillem Jover
1
-0
/
+2
2017-02-26
s-s-d: Use 5-argument kvm_getprocs() call form on OpenBSD
Guillem Jover
1
-0
/
+4
2017-02-26
s-s-d: Rename err to ret as the former is a function on BSDs
Guillem Jover
1
-3
/
+3
2017-01-23
u-a: Use areadlink() instead of lstat() + xreadlink()
Guillem Jover
1
-9
/
+2
2017-01-23
u-a: Refactor pathname existence check into a new function
Guillem Jover
1
-34
/
+23
2017-01-23
u-a: Move xvasprintf() and xasprintf() definitions earlier in the code
Guillem Jover
1
-24
/
+24
2017-01-22
s-s-d: Use the new process executable support in GNU/Hurd
Guillem Jover
1
-0
/
+12
2017-01-22
s-s-d: Use proc_stat_pid() instead of accessing the member directly
Guillem Jover
1
-1
/
+1
2016-10-30
u-a: Fix short-lived memory leaks
Guillem Jover
1
-23
/
+26
2016-10-30
u-a: Fix lookup by name on --config
Guillem Jover
1
-3
/
+1
2016-10-30
s-s-d: Port process handling to AIX
Guillem Jover
1
-3
/
+74
2016-10-30
s-s-d: Cleanup OS* macros
Guillem Jover
1
-64
/
+64
2016-10-30
s-s-d: Port process handling to Mac OS X
Guillem Jover
1
-0
/
+87
2016-10-30
s-s-d: On FreeBSD return STATUS_UNKNOWN instead of false in do_procinit()
Guillem Jover
1
-4
/
+4
[next]