summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: fixed target dependency issuesrelease-0.1Thiago Marcos P. Santos2012-07-201-1/+9
* build: bump version to 0.1.0v0.1.0Paul Moore2012-06-071-1/+1
* build: minor Makefile cleanupsPaul Moore2012-06-066-16/+16
* doc: correct the CREDITS filePaul Moore2012-06-061-1/+1
* doc: update the CREDITS filePaul Moore2012-06-061-0/+2
* build: support "--libdir" instead of "--libexecdir" in configurePaul Moore2012-06-061-12/+12
* build: support DESTDIR in the build's install targetPaul Moore2012-06-061-5/+5
* build: install the shared library with the executable bit setPaul Moore2012-06-061-1/+1
* build: minor whitespace tweakPaul Moore2012-06-061-2/+2
* build: pass CPPFLAGS into the build correctlyKees Cook2012-06-061-7/+8
* build: provide a build-time mechanism to update library install pathKees Cook2012-06-063-4/+22
* doc: refresh the README filePaul Moore2012-05-221-1/+48
* doc: create a CREDITS filePaul Moore2012-05-221-0/+7
* build: build the shared library with a versioned sonamePaul Moore2012-05-221-2/+14
* doc: fix the manpage commentsPaul Moore2012-05-227-112/+112
* doc: fix a few small man page typosJake Edge2012-05-183-4/+4
* api: rename the seccomp_gen_*() functions to seccomp_export_*()Paul Moore2012-04-268-26/+26
* tests: Add regression batch for 13-attrsCorey Bryant2012-04-241-0/+11
* tests: Add bpf-sim-fuzz regression test typeCorey Bryant2012-04-1912-1/+183
* tests: Add batch regression tests for 12-basic-masked-opsCorey Bryant2012-04-192-1/+33
* tests: Use tabs in batch files and support hex valuesCorey Bryant2012-04-1911-135/+128
* build: install the pkg-config filePaul Moore2012-04-162-6/+7
* build: generate a pkgconfig file at configure timePaul Moore2012-04-163-2/+47
* build: generate version_info.mk at configure timePaul Moore2012-04-164-8/+15
* doc: manpages for seccomp_attr_{get,set}()Paul Moore2012-04-163-1/+114
* doc: manpages for seccomp_gen_{bpf,pfc}()Paul Moore2012-04-163-0/+101
* build: cleanup some of the build macros and MakefilesPaul Moore2012-04-165-6/+82
* api: add a new attribute for the bad architecture actionPaul Moore2012-04-166-32/+58
* api: always pass along errors from failed attempts to set NO_NEW_PRIVSPaul Moore2012-04-165-23/+2
* tests: update 13-attrs with the new attributesPaul Moore2012-04-131-1/+23
* tests: make sure we cleanup in case of errorPaul Moore2012-04-1312-117/+134
* tests: make the option parsing a little more generic and move the filter outp...Paul Moore2012-04-1313-114/+90
* tests: Batch files for regression automation scriptCorey Bryant2012-04-1311-0/+221
* tests: Add regression test automation scriptCorey Bryant2012-04-131-0/+578
* api: enable toggling NO_NEW_PRIVS behavior via filter attributesPaul Moore2012-04-134-6/+31
* api: enable NO_NEW_PRIVS when loading the seccomp filterPaul Moore2012-04-132-0/+12
* api: enable basic filter attribute supportPaul Moore2012-04-139-12/+172
* api: error conditions are indicated by negative return valuesPaul Moore2012-04-132-3/+3
* bpf: fix a problem when failing on the low word check on 64bit systemsPaul Moore2012-04-121-14/+38
* bpf_sim: fix some problems with syscall arguments and 64bit architecturesPaul Moore2012-04-112-9/+8
* bpf: calculate the syscall number offset automaticallyPaul Moore2012-04-111-1/+1
* all: relicense the library from GPLv2 to LGPLv2.1Paul Moore2012-04-0943-609/+721
* build: *really* fix the shared library versioning problemPaul Moore2012-04-093-3/+8
* build: fix the version include in the documentation's MakefilePaul Moore2012-04-091-1/+1
* build: fixup the shared library's name/versionPaul Moore2012-04-097-19/+22
* build: don't install files with the execute bit setPaul Moore2012-04-091-1/+1
* build: install the library header filePaul Moore2012-04-092-1/+48
* bpf_sim: remove the unused opt_arg_flag variablePaul Moore2012-04-091-7/+0
* build: add the ability to do a "make install"Paul Moore2012-04-057-29/+137
* build: set the version to 0.0.0Paul Moore2012-04-051-1/+1