aboutsummaryrefslogtreecommitdiffstats
path: root/src/audit.c
Commit message (Expand)AuthorAgeFilesLines
* add support for pre and post commit hooksHenrik Riomar2017-02-151-6/+3
* fix directory permissions loadingTimo Teräs2015-06-011-1/+1
* disable xattrs on symlinks for nowTimo Teräs2015-04-171-1/+1
* make file install errors non-fatal, and xattr errors hiddenTimo Teräs2015-04-171-1/+2
* ignore .apk-new files for overlaysTimo Teräs2015-04-081-1/+5
* audit xattrsTimo Teräs2015-04-081-11/+17
* rename file info related functions for consistencyTimo Teräs2015-03-101-2/+2
* remove spurious audit message from missing files with --systemTimo Teräs2015-01-301-4/+2
* make 'mode, uid, gid' triplet separate atomized structTimo Teräs2014-11-011-7/+5
* rework option parsing to have a group structureTimo Teräs2014-10-081-15/+19
* audit: report missing files in system modeTimo Teräs2014-03-121-21/+64
* audit: include all files in etc/apk in overlayTimo Teräs2014-03-121-9/+18
* applets: unify help message by removing final dotsTimo Teräs2013-06-191-3/+1
* apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs2013-06-181-21/+22
* audit, index, search, upgrade: use foreach_array_itemTimo Teräs2013-06-141-4/+3
* libapk, apk(8): fix header inclusion issues with musl's headersWilliam Pitcock2013-06-121-0/+1
* audit: report new directories in recurse mode tooTimo Teräs2012-07-161-12/+5
* audit: fix protection mask of non-db directoriesTimo Teräs2012-07-161-23/+23
* audit: get right protection mask for base directories in the listsTimo Teräs2012-07-091-6/+14
* audit: apply protected_paths.d masks to individual filesTimo Teräs2012-05-011-3/+18
* audit, db: add etc/apk/protected_files.d and new audit featuresTimo Teräs2012-02-231-128/+172
* audit: check dirent mode, uid and gid if requestedTimo Teräs2012-02-141-32/+71
* db, fix: more secure way to choose effective directory permissionsTimo Teräs2012-02-101-1/+5
* all: update copyright year statementTimo Teräs2011-09-131-1/+1
* various: use O_CLOEXEC and add some error checkingTimo Teräs2010-06-111-1/+1
* db, pkg: separate structure for fields of installed packagesTimo Teras2009-08-121-2/+4
* all: implement database open optionsTimo Teras2009-08-061-15/+5
* audit: do not load repositoriesTimo Teras2009-08-061-2/+5
* audit: fix --backupTimo Teras2009-08-061-1/+4
* io: flag for following symlinks on fstatTimo Teras2009-08-051-2/+2
* audit: sanitize --systemTimo Teras2009-07-311-32/+79
* apk: use *at instead of chdir+normal file syscallTimo Teras2009-07-311-3/+4
* db: fix checksum storing to dbTimo Teras2009-07-301-4/+3
* audit: protection mask for "symlinks only"Timo Teras2009-07-301-0/+5
* audit: add --system optionTimo Teras2009-07-221-15/+21
* db: live with sha1 and md5Timo Teras2009-07-141-3/+5
* db: speed up fdb creationTimo Teras2009-07-141-4/+3
* io: move csumming away from bstream to gunzipTimo Teras2009-07-131-13/+5
* help: auto construct helpTimo Teras2009-06-251-4/+6
* change apk audit letters to correspond to old sfic/lbu lettersNatanael Copa2009-05-061-2/+2
* db: database locking and creation to part of opening itTimo Teras2009-01-171-1/+1
* info: only show package desc when --verboseNatanael Copa2009-01-161-1/+1
* audit: new command to check changed filesTimo Teras2009-01-141-0/+146