]> git.proxmox.com Git - mirror_libseccomp.git/shortlog
mirror_libseccomp.git
2019-10-08 Stéphane Graberbuild: ship seccomp-syscalls.h master
2019-10-01 Paul Mooreapi: stop defining __NR_x values for syscalls that...
2019-10-01 Jonah Petripython: fix error in pydoc
2019-07-22 Paul Mooredoc: ship the SECURITY.md file
2019-07-22 Felix Geyerpython: install the python extension to the root packag...
2019-07-02 Paul Mooredoc: new process docs and various updates
2019-06-25 Stephen Colemanarch: add support for io-uring related system calls...
2019-05-03 Paul Mooretests: add notification tests
2019-05-03 Paul Moorepython: update the python bindings to support notifications
2019-05-02 Paul Mooreapi: make TSYNC and NOTIFY mutually exclusive
2019-05-02 Paul Mooreapi: implement user notification in libseccomp
2019-05-02 Paul Moorepython: use Cython language "3str"
2019-04-30 Paul Mooredb: properly reset the attribute state in db_col_reset()
2019-04-30 Paul Mooretests: fix a error message typo in 13-basic-attrs.py
2019-04-30 Paul Mooreapi: rename SCMP_FLTATR_SPEC_ALLOW to SCMP_FLTATR_CTL_SSB
2019-04-29 Tycho Andersenapi: add support for the SPEC_ALLOW flag
2019-04-18 Tycho Andersensystem.h: add defines for USER_NOTIF bits
2019-04-17 Paul Mooredocs: create a doc/admin directory and move RELEASE_PRO...
2019-04-17 Paul Mooredocs: minor changes to the RELEASE_PROCESS.md
2019-04-17 Paul Mooreall: update the CHANGELOG and version for v2.4.1
2019-04-17 Paul Mooretests: only run test 50 on x86_64
2019-04-16 Tom Hromatkatests: Add 50-sim-hash_collision test
2019-04-16 Tom Hromatkabpf: add accumulator state to the instruction block...
2019-03-14 Paul Mooreall: update the CHANGELOG and version for v2.4.0
2019-03-14 Paul Mooretests: add LT tests to 43-sim-a2_order
2019-03-14 Paul Mooretests: add 48-sim-64b_comparisons
2019-03-14 Paul Mooretests: update 38-basic-pfc_coverage
2019-03-14 Paul Moorebpf: pass the correct accumulator state to the next...
2019-03-14 Paul Mooredb: fix 64-bit argument comparisons
2019-03-12 Paul Mooredoc: update the CREDITS file
2019-03-12 Paul Mooretests: fix some issues found by coverity
2019-03-07 Paul Mooresystem: fixup some cosmetic macro alignment issues
2019-03-07 Tycho Andersensystem: add LOG action to seccomp.h
2019-03-07 Tycho Andersensystem: update defines to match upstream
2019-03-04 Paul Mooredb: bail on a prune operation if both trees have a...
2019-03-04 Paul Mooretests: make use of the new 32-bit test filters
2019-03-04 Paul Mooretests: add support for 32-bit and 64-bit test filtering
2019-03-04 roottests: disable a number of tests on the x32 arch
2019-03-04 Paul Mooretests: add 48-sim-32b_args to the .gitignore file
2019-03-01 roottests: fix a number of problems with the tests on a...
2019-03-01 Paul Moorestyle: fix a 80-char line width issue
2019-02-22 Paul Mooreapi: provide 32-bit friendly argument comparison macros
2019-02-19 Tom Hromatkaarch: update the syscalls for Linux v5.0-rc5
2019-02-18 Tom Hromatkadb: Return -EDOM on endian mismatch during arch add
2019-02-07 Paul Mooretools: update the .gitignore
2019-02-05 Paul Mooredb: fix a leak found by clang
2019-02-05 Paul Mooretravis: update to ubuntu 16.04 (xenial)
2018-09-22 Paul Mooreapi: renumber the pseudo syscall for subpage_prot()
2018-09-22 Paul Mooretests: add an API level check to the live tests
2018-09-22 Paul Mooretools: add a new tool to detect the current API level
2018-09-19 Paul Mooretests: add openat() to the syscall whitelist in test 44
2018-09-19 Tom Hromatkatests: Add tests for SECCOMP_RET_KILL_PROCESS
2018-09-19 Tom Hromatkaapi: Add support for SCMP_ACT_KILL_PROCESS
2018-09-19 Tom Hromatkapfc: fix PFC export hang on prioritized syscall with...
2018-09-19 Felix Abecassispython: fix operands in MASKED_EQ documentation
2018-05-10 Paul Moorebuild: enable distcheck'ing for the python code
2018-05-10 Paul Mooredocs: add the RELEASE_PROCESS.md file to the list of...
2018-05-10 Paul Mooredoc: add git tag signing to the release process
2018-05-10 Paul Mooredocs: mention the GitHub milestones in the release...
2018-05-10 Paul Mooredb: convert the db_chain_* macros to functions
2018-05-10 Paul Mooretravis: move from the bundled python to python "nightly...
2018-05-10 Paul Mooretravis: move the code coverage testing to the "after_su...
2018-05-10 Paul Mooreall: fixup all the file permissions
2018-05-10 Paul Mooreapi: seccomp_api_get() doesn't need to be marked as...
2018-05-10 James Cowgilldoc: update the list of architectures in scmp_sys_resol...
2018-04-05 Tom Hromatkatests: add tests for db_chain_lt()
2018-04-05 Tom Hromatkatests: added tests for the A2 ordering bug (GH issue...
2018-04-05 Tom Hromatkadb: applied pcmoore's gist for GH issue #112
2018-03-13 Paul Mooredocs: add the supported ABIs to the README
2018-01-25 Paul Moorebuild: add a "help" make target for the top level Makefile
2018-01-25 Paul Mooredocs: add golang bindings pointer to README.md
2018-01-18 Paul Mooredoc: convert the travis badge to use shields.io
2018-01-18 Paul Mooredoc: update the coveralls badge to use shields.io
2018-01-18 Paul Mooretests: update the python tests
2018-01-17 Paul Mooreall: massive src/db.c rework
2018-01-17 Paul Mooretests: add some advanced syscall argument chain tests...
2018-01-17 Paul Mooredb: make sure the tree branches end in actions
2018-01-17 Paul Moorebpf: remove some dead code in _bpf_append_blk()
2018-01-17 Paul Mooretests: add a test to check for syscall priority functio...
2018-01-17 Paul Mooretests: exercise removing multiple ABIs from a filter
2018-01-17 Paul Mooretests: test for invalid filter attributes
2018-01-10 Paul Mooredoc: update the CHANGELOG and CREDITS for v2.3.3
2018-01-10 Paul Mooretests: fix the live Python tests
2018-01-10 Paul Moorearch: update the syscalls for Linux v4.15-rc7
2018-01-10 Tobias Klauserarch: add the statx syscall
2017-11-01 Tyler Hickstests: add test for SCMP_ACT_LOG of all syscalls
2017-11-01 Tyler Hickstests: add SCMP_ACT_LOG test to 06-sim-actions
2017-11-01 Tyler Hickstests: test suite infrastructure changes for SCMP_ACT_LOG
2017-11-01 Tyler Hicksall: add support for new log action
2017-11-01 Tyler Hickssystem: runtime check if an action is supported by...
2017-11-01 Tyler Hicksall: add support for new log filter flag
2017-11-01 Tyler Hickssystem: runtime check if a filter flag is supported...
2017-10-19 Tyler Hickspython: Expose API level functionality
2017-10-19 Tyler Hickstests: Improve seccomp_api_set() test coverage
2017-10-19 Tobias Klauserman: fix typo in seccomp_merge.3
2017-10-17 Tyler Hicksapi: Handle all possible return values when checking...
2017-10-17 Tyler Hickssystem: Add missing param to sys_chk_seccomp_flag(...
2017-10-17 Tyler Hickstests: Add new API level test binary to gitignore
2017-09-21 Paul Mooreapi: create an API level construct as part of the suppo...
2017-09-13 Paul Moorebuild: fix Travis CI build/test failures
next