summaryrefslogtreecommitdiff
path: root/src/script.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-06libdpkg: Namespace and reword subproc flagsGuillem Jover1-1/+1
2014-10-06libdpkg: Add new alias subproc_signals_restore() for pop_cleanup()Guillem Jover1-2/+2
2014-10-06libdpkg: Rename subproc_signals_setup() to subproc_signals_ignore()Guillem Jover1-1/+1
2014-10-06libdpkg: Rename subproc_wait_check() to subproc_reap()Guillem Jover1-1/+1
2014-08-09libcompat: Add a setexecfilecon() function out from dpkg codeGuillem Jover1-47/+1
2014-08-09dpkg: Use SELinux setexecfilecon() if available instead of ad-hoc codeGuillem Jover1-0/+4
2014-06-02libdpkg: Uppercase and namespace pkgstatus enum valuesGuillem Jover1-5/+5
2014-01-15Rename return code variables from r to rcGuillem Jover1-11/+11
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-11-23dpkg: Split post_script_tasks() debug messageGuillem Jover1-2/+2
2013-11-23dpkg: Get rid of post_postinst_tasks_core()Guillem Jover1-7/+1
2013-11-23dpkg: Use modstatdb_get_status() instead of hardcoding msdbrw_writeGuillem Jover1-6/+3
2013-11-23dpkg: Rename and unify maintscript function namesGuillem Jover1-27/+25
2013-10-27dpkg, libdpkg: Remove unused variable assignmentsGuillem Jover1-1/+0
2013-08-11dpkg: Pass the package reference count to maintainer scriptsGuillem Jover1-0/+5
2013-04-14pkg: Change directory to / before executing maintainer scriptsGuillem Jover1-2/+4
2013-04-14dpkg: Move modstatdb_note() calls from post_postinst_tasks_core() to call sitesGuillem Jover1-3/+2
2013-04-14dpkg: Execute maintainer scripts in a new SELinux execution contextGuillem Jover1-0/+71
2012-06-30Switch to new notice() output functionGuillem Jover1-3/+2
2012-05-04dpkg: Move maintainer script handling into a new script moduleGuillem Jover1-0/+341