summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: update the version number for 2.1.1v2.1.1release-2.1Paul Moore2013-10-302-2/+2
* doc: update the CREDITS and CHANGELOG filesPaul Moore2013-10-302-0/+13
* Merge branch 'master' into release-2.1Paul Moore2013-10-3050-1244/+1877
|\
| * api: fix some vertical whitespace mistakesPaul Moore2013-10-221-3/+0
| * build: Hide non-public symbolsAndy Lutomirski2013-10-222-32/+41
| * python: Remove file object support from ArgAndy Lutomirski2013-10-224-16/+10
| * tests: fix a problem with the python bindings and the bpf-valgrind testsPaul Moore2013-10-211-0/+6
| * hash: cleanup the Jenkins hash source to better match our codePaul Moore2013-10-211-565/+240
| * all: apply basic formatting fixes to src/hash.cPaul Moore2013-10-212-509/+752
| * all: assorted formatting fixesPaul Moore2013-10-2116-304/+313
| * tools: add a basic C style/format checking toolPaul Moore2013-10-212-1/+121
| * tests: small typo fix in testdiffPaul Moore2013-10-181-1/+1
| * bpf: fix a number of valgrind issuesPaul Moore2013-10-181-7/+12
| * db: fix a realloc() problem in db_col_merge()Paul Moore2013-10-181-0/+1
| * db: perform sub-tree "pruning" correctlyPaul Moore2013-10-182-97/+182
| * build: enable "make check" to run the regression testsPaul Moore2013-10-182-2/+9
| * tests: add some scripts to compare test output from different test runsPaul Moore2013-10-183-0/+333
| * tests: make the regression test valgrind mode more usefulPaul Moore2013-10-1820-41/+184
| * tests: correct some architecture problems with 25-sim-multilevel_chains_advPaul Moore2013-10-171-10/+10
| * build: fixup the "clean" portions of the build processPaul Moore2013-10-173-4/+4
| * tests: return a useful error code from the test harnessPaul Moore2013-10-141-1/+5
| * build: correct some build dependenciesPaul Moore2013-10-141-3/+3
| * python: Add a docstring for the SyscallFilter constructorAndy Lutomirski2013-10-081-4/+6
| * build: remove quotes in the INSTALL_BIN_MACRO macroJoe MacDonald2013-10-041-1/+1
| * python: improve the argument comparison documentationPaul Moore2013-10-041-8/+8
| * python: Improve MASKED_EQ docsAndy Lutomirski2013-10-041-1/+1
* | build: disable the python bindings for the v2.1.x releasev2.1.0Paul Moore2013-06-101-8/+1
* | doc: trim the development stuff from the top of the changelogPaul Moore2013-06-101-4/+0
* | build: set the version to v2.1.0Paul Moore2013-06-101-2/+2
|/
* doc: update the changelog for the v2.1 releasePaul Moore2013-06-101-0/+7
* doc: add a manpage for scmp_sys_resolverPaul Moore2013-05-293-2/+78
* tools: allow the syscall resolver to resolve both names and numbersPaul Moore2013-05-291-6/+15
* build: install the scmp_sys_resolver toolPaul Moore2013-05-293-2/+17
* tools: rename some of the tools in preparation for installationPaul Moore2013-05-238-12/+15
* api: wrong variable name was failing seccomp_syscall_priorityEduardo Otubo2013-05-081-1/+1
* bpf: fix the bpf_program structPaul Moore2013-04-221-1/+2
* tests: add a placeholder for 00-testPaul Moore2013-04-222-1/+8
* all: improved structure ordering/alignmentPaul Moore2013-04-193-22/+22
* all: convert some booleans from ints to boolsPaul Moore2013-04-199-67/+69
* db: remove unused macrosPaul Moore2013-04-191-8/+0
* db: correctly compare syscall arguments on 64-bit systemsPaul Moore2013-04-188-95/+194
* pfc: display syscall names instead of numbers in the commentsPaul Moore2013-04-171-2/+3
* build: ensure that cython 0.16 or higher is installed when building python bi...Paul Moore2013-04-031-1/+12
* bpf: correctly manage the BPF accumulator statePaul Moore2013-04-031-9/+9
* arch: ensure that we handle x32 correctly when checking the architecturePaul Moore2013-03-283-42/+100
* tests: add a live test to exercise the syscall argument matchingPaul Moore2013-03-285-1/+167
* tests: add a test to exercise the x32 and arm architecturesPaul Moore2013-03-285-1/+172
* tests: minor fixups due to the new arch supportPaul Moore2013-03-282-4/+18
* tests: add support for the x32 and arm architecturesPaul Moore2013-03-281-5/+2
* tools: add a new architecture detection toolPaul Moore2013-03-283-1/+91