index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-23
dpkg: Switch force options from individual variables to bit fields
Guillem Jover
1
-4
/
+4
2019-02-23
dpkg: Simplify maintscript_set_exec_context()
Guillem Jover
1
-4
/
+3
2019-02-23
dpkg: Move SELinux fallback label to the SELinux specific code path
Guillem Jover
1
-3
/
+3
2018-10-08
dpkg: Fix --force-not-root
Guillem Jover
1
-1
/
+8
2018-08-30
dpkg: Fix use after free in maintainer scripts handling
Guillem Jover
1
-3
/
+2
2018-08-30
libdpkg: Split push_cleanup() into push_cleanup_fallback()
Guillem Jover
1
-1
/
+1
2018-08-30
libdpkg: Move db-fsys code from src to lib/dpkg
Guillem Jover
1
-1
/
+1
2018-05-04
libdpkg: Move control database code into db-ctrl modules
Guillem Jover
1
-1
/
+1
2018-03-26
Use internerr() or BUG() instead of assert()
Guillem Jover
1
-2
/
+4
2017-10-17
dpkg: Print the package name on maintainter script errors
Guillem Jover
1
-7
/
+22
2016-07-03
build: Uniformize library build options
Guillem Jover
1
-2
/
+2
2016-07-03
dpkg: Cleanup instdir handling in maintscript_pre_exec()
Guillem Jover
1
-8
/
+13
2016-07-03
dpkg: On --force-chrootless only set changedir to instdir if defined
Niall Walsh
1
-1
/
+1
2016-05-02
dpkg: Add new --force-script-chrootless option
Helmut Grohne
1
-4
/
+5
2016-05-02
dpkg: Export variable DPKG_ROOT in maintainer scripts
Helmut Grohne
1
-0
/
+2
2016-05-02
dpkg: Pass <new-version> to maintscript actions that cannot get it otherwise
Guillem Jover
1
-0
/
+1
2015-12-19
dpkg: Add support for DPKG_MAINTSCRIPT_DEBUG environment variable
Guillem Jover
1
-0
/
+5
2015-12-12
Use new str_fmt() instead of m_asprintf()
Guillem Jover
1
-1
/
+1
2015-10-18
Update Ian Jackson's email address
Guillem Jover
1
-1
/
+1
2015-04-10
Consistently use proper quotation marks all over the place
Guillem Jover
1
-6
/
+6
2014-10-06
libdpkg: Namespace and reword subproc flags
Guillem Jover
1
-1
/
+1
2014-10-06
libdpkg: Add new alias subproc_signals_restore() for pop_cleanup()
Guillem Jover
1
-2
/
+2
2014-10-06
libdpkg: Rename subproc_signals_setup() to subproc_signals_ignore()
Guillem Jover
1
-1
/
+1
2014-10-06
libdpkg: Rename subproc_wait_check() to subproc_reap()
Guillem Jover
1
-1
/
+1
2014-08-09
libcompat: Add a setexecfilecon() function out from dpkg code
Guillem Jover
1
-47
/
+1
2014-08-09
dpkg: Use SELinux setexecfilecon() if available instead of ad-hoc code
Guillem Jover
1
-0
/
+4
2014-06-02
libdpkg: Uppercase and namespace pkgstatus enum values
Guillem Jover
1
-5
/
+5
2014-01-15
Rename return code variables from r to rc
Guillem Jover
1
-11
/
+11
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
2013-11-23
dpkg: Split post_script_tasks() debug message
Guillem Jover
1
-2
/
+2
2013-11-23
dpkg: Get rid of post_postinst_tasks_core()
Guillem Jover
1
-7
/
+1
2013-11-23
dpkg: Use modstatdb_get_status() instead of hardcoding msdbrw_write
Guillem Jover
1
-6
/
+3
2013-11-23
dpkg: Rename and unify maintscript function names
Guillem Jover
1
-27
/
+25
2013-10-27
dpkg, libdpkg: Remove unused variable assignments
Guillem Jover
1
-1
/
+0
2013-08-11
dpkg: Pass the package reference count to maintainer scripts
Guillem Jover
1
-0
/
+5
2013-04-14
pkg: Change directory to / before executing maintainer scripts
Guillem Jover
1
-2
/
+4
2013-04-14
dpkg: Move modstatdb_note() calls from post_postinst_tasks_core() to call sites
Guillem Jover
1
-3
/
+2
2013-04-14
dpkg: Execute maintainer scripts in a new SELinux execution context
Guillem Jover
1
-0
/
+71
2012-06-30
Switch to new notice() output function
Guillem Jover
1
-3
/
+2
2012-05-04
dpkg: Move maintainer script handling into a new script module
Guillem Jover
1
-0
/
+341