summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-09-30statdb: Do stricter parsing validationGuillem Jover1-7/+13
2009-09-30dpkg: Reduce variable scope in checkpathGuillem Jover1-3/+5
2009-09-30dpkg: Use size_t instead of long for path_len in checkpath()Guillem Jover1-2/+2
2009-09-30dpkg: Use more meaningful and clearer variable names in checkpath()Guillem Jover1-21/+26
2009-09-30Switch to use stdbool were appropriateGuillem Jover8-107/+164
2009-09-30dpkg-query: Do not use C99 style for-loop variable declarationsGuillem Jover1-1/+3
2009-09-30Remove helponly and versiononly functionsGuillem Jover3-18/+30
2009-09-30dpkg-trigger: Move functions and variables aroundGuillem Jover1-24/+25
2009-09-30dpkg-trigger: On --help print the default admindirGuillem Jover1-1/+1
2009-09-30Remove unused variablesGuillem Jover2-3/+0
2009-09-25Do not print redundant dpkg prefix and new line on undefined PATHGuillem Jover1-1/+2
2009-09-25Use warning() instead of fprintf() in checkpath()Guillem Jover1-1/+1
2009-09-25Clean up coding style for half compliant filesGuillem Jover1-219/+257
2009-09-24libdpkg: Do not allocate memory for buffer md5 hash resultGuillem Jover1-11/+12
2009-09-20Split deferred_configure conffile handling into its own functionGuillem Jover1-139/+148
2009-09-19Fix small leak when parsing ‘--ignore-depends’ option valuesGuillem Jover1-0/+2
2009-09-19dpkg-query: Remove unused f_ and fc_ variablesGuillem Jover1-7/+0
2009-09-15Move LISTFILE macro from libdpkg to dpkgGuillem Jover1-0/+2
2009-09-15Switch ad-hoc code to use struct pkg_list data typeGuillem Jover5-26/+21
2009-09-15Move pkg-array to libdpkgGuillem Jover5-120/+2
2009-09-15dpkg: Update list of binaries to check on PATHGuillem Jover1-2/+7
2009-09-15dpkg: Use secure_unlink instead of ad-hoc codeGuillem Jover1-17/+2
2009-09-15Improve secure_unlink comment and move it outside the functionGuillem Jover1-3/+9
2009-09-15Rename chmodsafe_unlink functions to secure_unlinkGuillem Jover3-7/+7
2009-09-15Only use errno for error reason when securely removing a fileGuillem Jover3-27/+21
2009-09-15Use character arrays instead of pointers for constant stringsGuillem Jover1-1/+1
2009-09-08dpkg: Remove obsolete conffiles on purgeGuillem Jover1-1/+0
2009-09-06dpkg: Use ohshit on bad version syntax in --compare-versionsGuillem Jover1-10/+4
2009-09-06dpkg-query: Add installed package control path query supportGuillem Jover2-0/+121
2009-09-06Unify and mark strings for translationGuillem Jover2-3/+3
2009-09-06Use m_output instead of checking printing functions return codeGuillem Jover4-67/+69
2009-09-06Use m_output instead of fflush, ferror and werrGuillem Jover5-22/+25
2009-09-06dpkg: Check stdout for errors instead of stderr in audit()Guillem Jover1-1/+3
2009-09-06dpkg: Remove unused act_compareversionsGuillem Jover1-1/+0
2009-09-06dpkg: Sort and group ‘enum action’ valuesGuillem Jover1-10/+42
2009-09-06libdpkg: Move buffer I/O declarations to buffer.hGuillem Jover5-0/+5
2009-09-06dpkg: Add new invoke hooks supportGuillem Jover2-0/+71
2009-08-22Set DPKG_MAINTSCRIPT_ARCH env var with the .deb architectureGuillem Jover1-0/+1
2009-08-22Pass ‘struct pkginfoperfile’ from maint script functions to do_scriptGuillem Jover1-7/+9
2009-08-22Pass ‘struct pkginfo’ instead of pkg name to maint script functionsGuillem Jover4-16/+23
2009-08-21Add support for config.d style directory fragment loadingGuillem Jover1-0/+3
2009-08-16Cast field width function arguments to intGuillem Jover1-1/+2
2009-08-16Set action_todo as volatile to avoid possible clobbering on longjmpGuillem Jover1-1/+1
2009-08-15Use AM_CPPFLAGS instead of deprecated INCLUDES in Makefile.am filesGuillem Jover1-1/+1
2009-08-15dpkg: change behaviour of --merge-availIan Jackson1-1/+2
2009-08-13Remove double slash in database path creationGuillem Jover1-1/+1
2009-08-09dpkg: On file conflicts print the version of the conflicted packageGuillem Jover1-5/+11
2009-07-15libdpkg: Move subproc related declarations to subproc.hGuillem Jover2-0/+2
2009-07-15libdpkg: Split dpkg-priv.h into smaller piecesGuillem Jover3-3/+4
2009-07-15Disable default automake preprocessor include pathsGuillem Jover23-63/+63