platform/upstream/nsjail.git
2017-10-16 Robert Swieckiuser: remove static from idx vars, it causes crash... 2.0
2017-10-12 robertswieckiMerge pull request #51 from jvvv/master
2017-10-12 John Vogelmanpage: update for recent option changes
2017-10-11 Robert Swieckinet: prettier logging in bind 1.9
2017-10-11 Robert Swieckicmdline: better --rw description
2017-10-11 Robert Swieckicmdline: add --proc_path and --proc_rw options
2017-10-08 Robert Swieckimove VALSTR_STRUCT to common.h
2017-10-08 Robert Swieckiallow for indentation of more structures (now with...
2017-10-08 Robert Swieckimake indent
2017-10-08 Robert Swieckiswitch indent to clang-format completely
2017-10-08 Robert Swieckiconfig.proto: reflow numbering of fields
2017-10-08 Robert Swieckimount: make mountIsDir static
2017-10-08 Robert Swieckisubproc: print syscall number as decimal
2017-10-08 Robert Swieckicmdline: missing 'soft'/'hard' variants for RLIMIT_STAC...
2017-10-08 Robert SwieckiMerge branch 'master' of ssh://github.com/google/nsjail
2017-10-08 Robert Swieckicmdline: missing comparison in cmdlineParseRLimit()
2017-10-08 robertswieckiMerge pull request #50 from jvvv/master
2017-10-08 robertswieckiMerge pull request #49 from disconnect3d/small-refactor...
2017-10-08 Robert Swieckisubproc: print si->si_errno as well as it provides...
2017-10-08 Robert Swieckisubproc: reorder printing of si->si_syscall #2
2017-10-08 Robert Swieckisubproc: reorder printing of si->si_syscall
2017-10-08 Robert Swieckisubproc: print si->si_syscall
2017-10-08 John Vogelmanpage: tweak for recent options changes
2017-10-08 disconnect3dsandbox.c: small refactor
2017-10-07 Robert Swieckimount: don't R/O remount mounts which were not mounted...
2017-10-07 Robert Swieckicommon: less const argv
2017-10-07 Robert Swieckimake indent
2017-10-07 Robert Swieckicmdline: use mountAddMountPt in the remaining calls
2017-10-07 Robert Swieckicmdline/mount: mount proc at the beginning
2017-10-07 Robert Swieckicmdline: use soft/hard literals instead of def/max...
2017-10-07 Robert Swieckicmdline: missing flags for --chroot mount point
2017-10-07 Robert Swieckicmdline: use mountAddMountPt instead of adding structs...
2017-10-07 Robert Swieckicmdline: better errors for setting rlimits
2017-10-07 Robert Swieckicmdline: 'inf' for rlimits
2017-10-07 Robert Swieckicmdline: descriptions of flags
2017-10-07 Robert Swieckicmdline: implement --really_quiet option
2017-10-06 Robert Swieckiconfig: make argv static to avoid using heap
2017-10-06 Robert Swieckiconfig: make config static so we can get rid of strdup()
2017-10-06 Robert Swieckiconfig.proto: comments
2017-10-06 Robert Swieckiconfig: indent
2017-10-06 Robert Swieckiconfig: allow to use soft/hard/inf limits for rlimits
2017-10-06 Robert Swieckipid: comment on the ns-init process
2017-10-03 Robert Swieckimount: realpath is not needed as mount will realpath...
2017-10-01 Robert Swiecki.gitignore: ignore config.pb.*
2017-10-01 Robert Swieckicontain: remove unnecessary includes
2017-10-01 Robert Swieckiuser: comments
2017-10-01 Robert Swieckiuser: log message
2017-10-01 Robert Swieckiuser: simplify login when running with --disable_clonew...
2017-10-01 Robert Swieckiuser: more comments
2017-10-01 Robert Swieckicaps: more comments
2017-10-01 Robert Swieckimount: print error when --disable_clone_newns is used...
2017-10-01 Robert Swieckicaps: call prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_A...
2017-10-01 Robert SwieckiAllow for running with --disable_newuser started as...
2017-10-01 Robert Swieckimount: allow to use --disable_newuser for root users
2017-10-01 Robert Swieckimount: remount / as private before doing any new mounts
2017-09-30 Robert SwieckiMakefile: correct proto dep, plus some comments in...
2017-09-29 Robert Swieckicaps: define CAP_AUDIT_READ if not defined
2017-09-29 Robert Swieckicaps: missing static function declarator
2017-09-29 Robert Swieckicaps: refactor the code to make it readable for the...
2017-09-29 Robert Swieckicap: Don't use -libcap anymore, as it had problems...
2017-09-29 Robert Swieckicmdline: various fixes of descriptions
2017-09-29 Robert Swieckicaps: dont' throw warning if CAP_AUDIT_READ is not...
2017-09-29 Robert Swieckicmdline: correct description for rlimit_ values
2017-09-29 Robert Swieckicontain: use setrlimit64 instead of syscall(__NR_prlimit64)
2017-09-29 robertswieckiMerge pull request #46 from ebadi/master
2017-09-29 Hamid Ebadirlimit64 to getrlimit64
2017-09-29 Robert SwieckiMake it compile (maybe) under uClibc
2017-09-27 Robert Swieckiconfigs: format seccomp policies
2017-09-27 Robert Swieckiconfig: make defaults work correctly 1.8
2017-09-27 Robert Swieckireadme: better cmd-line for docker
2017-09-27 Robert SwieckiDockerfile: make it compile with new c++ libprotobuf
2017-09-26 Robert Swieckicmdline: print error after usage and before fatal
2017-09-26 Robert Swieckicmdline: configs/ for --config
2017-09-25 Robert Swieckimakefile: missing depend on pb.o 1.7
2017-09-25 Robert Swieckimakefile: missing depend on pb.o
2017-09-25 Robert Swieckiindent
2017-09-25 Robert Swieckinsjail.c: LOG_F -> LOG_W for disable_clone_newuser
2017-09-25 Robert Swieckinsjail.c: exit() -> LOG_F(
2017-09-25 robertswieckiMerge pull request #43 from yoshisatoyanagisawa/master
2017-09-25 Yoshisato YanagisawaUse 0xff as nsjail error code.
2017-09-18 robertswieckiMerge pull request #42 from ebadi/master
2017-09-18 hamidAdding the mistakenly removed line to the makefile
2017-09-18 Robert SwieckiMakefile: -Wno-unused-parameter for older g++
2017-09-16 Robert SwieckiMakefile: clear -> clean
2017-09-16 Robert Swieckimakefile: proper deps for protos #2
2017-09-16 Robert Swieckimakefile: proper deps for protos
2017-09-15 Robert Swieckimakefile: deal with .proto better
2017-09-15 Robert SwieckiMakefile: remove space
2017-09-15 Robert Swieckiconfig.cc: macroize utilStrDup
2017-09-15 Robert SwieckiUpdated kafel
2017-09-14 Robert SwieckiMerge branch 'master' of ssh://github.com/google/nsjail
2017-09-14 Robert Swieckiconfig: Initial work on converting config.c to c++...
2017-09-14 John VogelAdd manual page.
2017-08-21 robertswieckiMerge pull request #39 from jvvv/master
2017-08-20 John VogelAdd manual page.
2017-08-13 Robert Swieckireadme 1.6
2017-07-18 Robert Swieckicaps: Bypass for systems which kernel defines CAP_AUDIT...
2017-07-18 robertswieckiMerge pull request #34 from disconnect3d/fix-dockerfile...
2017-07-18 disconnect3dFix dockerfile: add libcap-dev install
2017-07-15 Robert SwieckiMakefile: add -D_FILE_OFFSET_BITS=64 to CFLAGS
next