platform/upstream/nsjail.git
2016-03-02 JaggerMake nsjconf initialization from const struct 1.1
2016-03-02 JaggerSupport for --chroot ""
2016-03-01 Robert SwieckiFix common.h includes
2016-03-01 Robert SwieckiComment on statvfs
2016-03-01 Robert SwieckiTypo
2016-03-01 Robert SwieckiAdd locked mount flags during remounting
2016-03-01 Robert SwieckiMore specific error message for EACCES during mount()
2016-02-29 JaggerBetter rtnl_link_name2i() error message
2016-02-29 JaggerMissing check for nsjconf->iface
2016-02-29 JaggerMake valgrind silent
2016-02-29 JaggerSkip type for macvlan in nl3
2016-02-29 JaggerUse NL3 for macvlan if present
2016-02-29 Robert SwieckiBetter cmdline descriptions
2016-02-29 Robert SwieckiMake it possible to compile with clang
2016-02-29 Robert SwieckiIndent/Depend
2016-02-29 Robert SwieckiCreate 'vs' and put it into NS in one command
2016-02-29 Robert SwieckiMissing 'name' in /sbin/ip macvlan
2016-02-29 Robert SwieckiDon't initialize the 'vs' interface by default
2016-02-29 Robert SwieckiChange macvtap into macvlan mode bridge
2016-02-29 Robert SwieckiAdd child only after successful clone()
2016-02-29 Robert SwieckiBetter description for --user / --group
2016-02-29 Robert SwieckiDefault values for 'vs' interface
2016-02-29 JaggerDefault net values for 'vs'
2016-02-29 JaggerAdd network configuration for the 'vs' interface
2016-02-28 JaggerCheck for WIFSTOPPED/WIFCONTINUED with wait4
2016-02-28 JaggerAdd --iface_lo_up
2016-02-28 JaggerImplementation of netSystemSbinIp
2016-02-28 JaggerSet-up parent in a separate function
2016-02-28 JaggerAlways put macvtap as virt.ns
2016-02-28 JaggerReturn early in case of problems with set-up of the...
2016-02-28 JaggerCorrect write() check
2016-02-28 JaggerNo need to update /proc/pid/setgroups if euid==0
2016-02-28 JaggerInitialize user/group maps from the parent process
2016-02-28 JaggerInitialize user/group maps from the parent process
2016-02-28 JaggerRemove debugging code
2016-02-28 JaggerNo need to add (default:none) in cmdline
2016-02-25 Robert SwieckiAutomatically create destination dir for 'proc' and...
2016-02-25 Robert SwieckiImplement --bindhost
2016-02-25 Robert SwieckiAdd MS_REC to MS_RDONLY
2016-02-16 Robert SwieckiRemove (disable: false) from cmdline.c as it's obvious
2016-01-26 Robert SwieckiEnv variables (setting/clearing)
2016-01-25 JaggerDefault re-chroot to '/'
2016-01-25 Robert SwieckiImplement --skip_setsid
2016-01-23 JaggerUse --user x:y notation (not working yet)
2016-01-21 JaggerUse %#x instead of %u
2016-01-21 JaggerRemove _FORTIFY_SOURCE=2
2016-01-20 robertswieckiMerge pull request #4 from q3k/master
2016-01-20 Sergiusz 'q3k... Move definition of _FORTIFY_SOURCE to nsjail.h
2016-01-20 Robert SwieckiNo need to include log.h in util.h
2016-01-20 Robert Swieckicorrect guard macro comment
2016-01-20 Robert SwieckiMissing util.*
2016-01-17 JaggerIntroduce util.c
2016-01-14 Robert SwieckiCreate a file/dir inside jail beforemounting
2016-01-14 Robert SwieckiAdd --cmd
2016-01-09 JaggerRevert of .chroot = NULL
2016-01-09 JaggerUse TAILQ instead of LIST to insert new mount entries...
2015-11-24 Robert SwieckiSet a separate session/process_group
2015-11-19 Robert SwieckiCorrectly cast arguments to syscall()
2015-11-07 robertswieckiMerge pull request #3 from JamyDev/master
2015-11-07 Jamy TimmermansUpdate readme with cwd property
2015-11-07 Jamy TimmermansFix dereference in cwd option
2015-11-07 Jamy TimmermansAdd a `cwd` option
2015-10-18 JaggerMake it compile with -m32
2015-10-18 JaggerMake __user_cap_data_struct const
2015-10-17 JaggerUse 0x%tx for uintptr_t
2015-10-17 JaggerMove LOG_I earlier in subproc.c
2015-10-17 JaggerUse just a single list for mount-points (RO, RW, chroot)
2015-10-17 Jagger__FUNCTION__ -> __func__ as C99 standard
2015-10-13 Robert SwieckiUse rlimit64
2015-08-16 JaggerIn case there's no CLONE_NEWNS, just chroot()
2015-08-15 JaggerMake --disable_proc work
2015-08-15 Jaggerindent 100
2015-08-15 Jaggerreadme typo
2015-08-15 JaggerFixed flag description for --log
2015-08-15 JaggerImplementation of MODE_STANDALONE_EXECVE
2015-08-12 JaggerBetter logging for clone failure 1.0
2015-08-12 JaggerUse 'R' as an alias for bindmount_ro
2015-08-11 JaggerMore verbose error messages for mounting files/dirs
2015-08-11 JaggerMove tmpfs mounting before pivot_chroot
2015-08-11 JaggerCreate a file for sockets/devs/files bind mounts
2015-07-15 JaggerChecks for strdup() result. Use remountBindMount since...
2015-07-14 robertswieckiMerge pull request #2 from jtolds/master
2015-07-13 JT OldsTypo fix
2015-07-07 Jaggertmpfs_size (size_t) + indent
2015-07-07 robertswieckiMerge pull request #1 from jtolds/master
2015-07-07 JT OldsMake tmpfs size configurable
2015-07-07 JT OldsReturn failing exit status on timeout
2015-07-07 JT OldsDon't mount NODEV so stuff like /dev/null works
2015-07-07 JT Oldsupdate readme
2015-07-07 JT OldsImprove bindmount interface.
2015-07-07 JT OldsReturn child exit status in standalone mode
2015-06-19 Robert SwieckiRemove unused struct definition
2015-06-18 JaggerIndent
2015-06-18 JaggerReplace self-made list of pointers with queue.h
2015-06-17 Robert SwieckiInitialize nsjconf structure in the commandline module:
2015-05-28 JaggerA crude way of cloning an eth interface
2015-05-27 Robert Swiecki+ .gitignore
2015-05-27 Robert SwieckiClose pipefd[1] before reading from pipefd[0]
2015-05-22 Robert SwieckiDefine PR_SET_NO_NEW_PRIVS for older glibc-s
2015-05-21 Robert SwieckiMore instructive error message
next