Age | Commit message (Expand) | Author | Files | Lines |
2020-01-26 | Update apk to make man pages sole source of truth | Drew DeVault | 1 | -7/+5 |
2017-02-15 | add support for pre and post commit hooks | Henrik Riomar | 1 | -6/+3 |
2015-06-01 | fix directory permissions loading | Timo Teräs | 1 | -1/+1 |
2015-04-17 | disable xattrs on symlinks for now | Timo Teräs | 1 | -1/+1 |
2015-04-17 | make file install errors non-fatal, and xattr errors hidden | Timo Teräs | 1 | -1/+2 |
2015-04-08 | ignore .apk-new files for overlays | Timo Teräs | 1 | -1/+5 |
2015-04-08 | audit xattrs | Timo Teräs | 1 | -11/+17 |
2015-03-10 | rename file info related functions for consistency | Timo Teräs | 1 | -2/+2 |
2015-01-30 | remove spurious audit message from missing files with --system | Timo Teräs | 1 | -4/+2 |
2014-11-01 | make 'mode, uid, gid' triplet separate atomized struct | Timo Teräs | 1 | -7/+5 |
2014-10-08 | rework option parsing to have a group structure | Timo Teräs | 1 | -15/+19 |
2014-03-12 | audit: report missing files in system mode | Timo Teräs | 1 | -21/+64 |
2014-03-12 | audit: include all files in etc/apk in overlay | Timo Teräs | 1 | -9/+18 |
2013-06-19 | applets: unify help message by removing final dots | Timo Teräs | 1 | -3/+1 |
2013-06-18 | apk: use string array in applet mains, separate apk_name_foreach_matching | Timo Teräs | 1 | -21/+22 |
2013-06-14 | audit, index, search, upgrade: use foreach_array_item | Timo Teräs | 1 | -4/+3 |
2013-06-12 | libapk, apk(8): fix header inclusion issues with musl's headers | William Pitcock | 1 | -0/+1 |
2012-07-16 | audit: report new directories in recurse mode too | Timo Teräs | 1 | -12/+5 |
2012-07-16 | audit: fix protection mask of non-db directories | Timo Teräs | 1 | -23/+23 |
2012-07-09 | audit: get right protection mask for base directories in the lists | Timo Teräs | 1 | -6/+14 |
2012-05-01 | audit: apply protected_paths.d masks to individual files | Timo Teräs | 1 | -3/+18 |
2012-02-23 | audit, db: add etc/apk/protected_files.d and new audit features | Timo Teräs | 1 | -128/+172 |
2012-02-14 | audit: check dirent mode, uid and gid if requested | Timo Teräs | 1 | -32/+71 |
2012-02-10 | db, fix: more secure way to choose effective directory permissions | Timo Teräs | 1 | -1/+5 |
2011-09-13 | all: update copyright year statement | Timo Teräs | 1 | -1/+1 |
2010-06-11 | various: use O_CLOEXEC and add some error checking | Timo Teräs | 1 | -1/+1 |
2009-08-12 | db, pkg: separate structure for fields of installed packages | Timo Teras | 1 | -2/+4 |
2009-08-06 | all: implement database open options | Timo Teras | 1 | -15/+5 |
2009-08-06 | audit: do not load repositories | Timo Teras | 1 | -2/+5 |
2009-08-06 | audit: fix --backup | Timo Teras | 1 | -1/+4 |
2009-08-05 | io: flag for following symlinks on fstat | Timo Teras | 1 | -2/+2 |
2009-07-31 | audit: sanitize --system | Timo Teras | 1 | -32/+79 |
2009-07-31 | apk: use *at instead of chdir+normal file syscall | Timo Teras | 1 | -3/+4 |
2009-07-30 | db: fix checksum storing to db | Timo Teras | 1 | -4/+3 |
2009-07-30 | audit: protection mask for "symlinks only" | Timo Teras | 1 | -0/+5 |
2009-07-22 | audit: add --system option | Timo Teras | 1 | -15/+21 |
2009-07-14 | db: live with sha1 and md5 | Timo Teras | 1 | -3/+5 |
2009-07-14 | db: speed up fdb creation | Timo Teras | 1 | -4/+3 |
2009-07-13 | io: move csumming away from bstream to gunzip | Timo Teras | 1 | -13/+5 |
2009-06-25 | help: auto construct help | Timo Teras | 1 | -4/+6 |
2009-05-06 | change apk audit letters to correspond to old sfic/lbu letters | Natanael Copa | 1 | -2/+2 |
2009-01-17 | db: database locking and creation to part of opening it | Timo Teras | 1 | -1/+1 |
2009-01-16 | info: only show package desc when --verbose | Natanael Copa | 1 | -1/+1 |
2009-01-14 | audit: new command to check changed files | Timo Teras | 1 | -0/+146 |