aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
Commit message (Expand)AuthorAge
* do not print an error if network namespace does not exist, which happens on p...Toni Uhlig2018-08-30
* fixed some code style issues reported by codacyToni Uhlig2018-08-14
* Merge branch 'master' of ssh://127.0.0.1:2223/git/potdlns2018-07-23
|\
| * gitlab/travis: run cppcheck only in ./src, disabled potd --test as it is not ...Toni Uhlig2018-07-20
| * added TODO regarding gitlab/travis problemsToni Uhlig2018-07-20
| * fixed typo, temporarily disabled selftest functions (for some reason they don...Toni Uhlig2018-07-20
* | force flawfinder to ignore false-positives for correctly used functions such ...lns2018-07-23
|/
* added compat module and functionslns2018-07-19
* ArchLinux: fixed compiler warnings (libc functions marked withlns2018-07-18
* Coverity CID 301775: check for valid fd before close()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: fixed fd leakToni Uhlig2018-07-18
* Copyright info updatedToni Uhlig2018-07-18
* 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
* updated copyright informationsToni Uhlig2018-07-11
* improved daemon multi process (exit) signal handling e.g. do not send double ...Toni Uhlig2018-06-25
* improved debug output while changing user/groupToni Uhlig2018-06-24
* added backtrace support on SIGSEGVToni Uhlig2018-06-24
* fixed buffer overwrite by libc functions basename/dirname, open(...) should s...Toni Uhlig2018-06-24
* fixed valgrind mount complaints (does not like NULL as src/fstype)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
* seccomp: allow socket syscall in jailToni Uhlig2018-06-18
* check if a file path is an mountpoint (not only directories)Toni Uhlig2018-06-18
* 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
* POTD skeleton.lns2018-06-13
* Initial commit.Toni Uhlig2018-04-07