aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Coverity CID 301785: check return value of remove() although it is not necessaryToni Uhlig2018-07-18
* Coverity CID 301781: fixed wrong if clause for socket() return value checkToni Uhlig2018-07-18
* Coverity CID 301775: check for valid fd before close()Toni Uhlig2018-07-18
* Coverity CID 301780: fixed missing break (that was on purpose by the dev but ...Toni Uhlig2018-07-18
* Coverity CID 301773: out-of-bounds array access fixed (false positive anyway)Toni Uhlig2018-07-18
* Coverity CID 301774: do not call any log function after chroot but before chd...Toni Uhlig2018-07-18
* Coverity CID 301779: check return value of chmod()Toni Uhlig2018-07-18
* Coverity CID 301779: fixed fd leakToni Uhlig2018-07-18
* Copyright info updatedToni Uhlig2018-07-18
* Coverity CID 301781: fixed resource leak when ioctl failsToni Uhlig2018-07-17
* selftest: test jail/sandbox during startup or with --testlns2018-07-17
* selftest: check existence of additional directoriesToni Uhlig2018-07-16
* selftest: print detailed error if file/dir checks failToni Uhlig2018-07-16
* selftest: added valgrind check and print warningToni Uhlig2018-07-16
* more copyright informationsToni Uhlig2018-07-11
* updated copyright informationsToni Uhlig2018-07-11
* added logging priority 'PROTOCOL' for protocol speicific dataToni Uhlig2018-06-28
* zero out mmap'd memoryToni Uhlig2018-06-28
* protocol ssh max session limitToni Uhlig2018-06-27
* protocol ssh login cache [+] login probabilityToni Uhlig2018-06-27
* logging pid rjustToni Uhlig2018-06-25
* improved daemon multi process (exit) signal handling e.g. do not send double ...Toni Uhlig2018-06-25
* fixed long-term libssh pki-keygen bug, EMPTY PASSPHRASE is NOT an EMPTY STRIN...Toni Uhlig2018-06-25
* libseccomp is now optional but still recommendedToni Uhlig2018-06-25
* improved debug output while changing user/groupToni Uhlig2018-06-24
* BUG: replaced pthread_detach with pthread_attr_setdetachstate to fix possible...Toni Uhlig2018-06-24
* added backtrace support on SIGSEGVToni Uhlig2018-06-24
* added seccomp blacklisted syscalls: ioperm, ioplToni Uhlig2018-06-24
* fixed buffer overwrite by libc functions basename/dirname, open(...) should s...Toni Uhlig2018-06-24
* added timestamps in log_colored and log_file modulesToni Uhlig2018-06-24
* fixed valgrind mount complaints (does not like NULL as src/fstype)Toni Uhlig2018-06-23
* fixed blacklisting issues after safe_chroot, main jail-client process does no...Toni Uhlig2018-06-23
* improved filesystem managment (blacklisting, mounting read-only/read-write ob...Toni Uhlig2018-06-23
* introduced firejail alike filesystem managment (modified source from firejail)Toni Uhlig2018-06-21
* several minor bugfixesToni Uhlig2018-06-21
* added options OPT_SSH_RUN_DIR,OPT_CHUSER,OPT_CHGROUP required for setting cor...Toni Uhlig2018-06-20
* autotools overhaulToni Uhlig2018-06-19
* autoconf: proper extra CFLAG check/handling e.g. -f* and inter-library-depend...Toni Uhlig2018-06-18
* seccomp: allow socket syscall in jailToni Uhlig2018-06-18
* check if a file path is an mountpoint (not only directories)Toni Uhlig2018-06-18
* autoconf script checks for -std=gnu99 and secure_getenv availabilityToni Uhlig2018-06-18
* flawfinder ignores now seccomp syscall definitionsToni Uhlig2018-06-17
* replaced getenv with secure_getenvToni Uhlig2018-06-17
* added --test to test essential app functions (more in future) during startup/...Toni Uhlig2018-06-17
* added snprintf autoconf and runtime checkToni Uhlig2018-06-17
* jail multiple netns mount fixToni Uhlig2018-06-17
* - zero out struct ifrlns2018-06-13
* POTD skeleton.lns2018-06-13
* Initial commit.Toni Uhlig2018-04-07