aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* added -g3 to default CFLAGS and some safe I/O syscalls to prevent SECCOMP fil...HEADmasterToni Uhlig2020-07-12
* fixed superfluous loop iterationToni Uhlig2020-07-09
* force non-zero via setuid/setgidToni Uhlig2020-06-27
* added new libssh pre processor check for libssh versions >0.7.xlns2019-09-08
* fixed buffering issue for pkt_writeToni Uhlig2019-07-27
* event buffer valgrind memcheck supportToni Uhlig2019-07-23
* pevent documentation/ print warning on i/o buffer bloatToni Uhlig2019-07-20
* added shell access check during selftestlns2019-03-16
* fixes merge related problems with branch feature/jail_packetlns2019-02-04
* Merge branch 'feature/jail_packet'lns2019-02-04
|\
| * Introduced the protocol->jail binary packet.feature/jail_packetlns2019-02-04
| * event buffer fill/drainlns2018-08-22
| * basic jail packet parsing functionslns2018-08-13
| * setup basic jail packet structs/funcsToni Uhlig2018-08-11
* | x86/x86_64 require arch_prctl()lns2019-02-04
* | mount /proc readonly in sandboxToni Uhlig2019-01-24
* | adjusted allowed/disabled syscalls regarding OpenWrt compatibility, enable pt...Toni Uhlig2019-01-24
* | delegate/save errno in pevent forward_connectionToni Uhlig2019-01-24
* | pseccomp: allow old x32 chown32 syscall for default allowedToni Uhlig2019-01-22
* | SECCOMP: allow getdents for protocol/jailToni Uhlig2019-01-17
* | - use per target LIBS to skip linking other apps with superfluous libsToni Uhlig2018-09-10
* | fake /sbin/init skeletonToni Uhlig2018-09-09
* | do not print an error if network namespace does not exist, which happens on p...Toni Uhlig2018-08-30
* | enable SECCOMP text/bpf exportToni Uhlig2018-08-30
* | print usage if an invalid/missing config was detectedToni Uhlig2018-08-14
* | fixed some code style issues reported by codacyToni Uhlig2018-08-14
* | log2syslogToni Uhlig2018-08-13
|/
* ssh login cache saves denied user/pass combinationsToni Uhlig2018-08-10
* removed keyboard INTERACTIVE from auth methods and added PUBLICKEY (denies ac...Toni Uhlig2018-08-10
* log notice if client wants to use AUTH_METHOD_NONE(1) e.g. when reading the s...lns2018-08-10
* potd --help example is now shell compatiblelns2018-08-10
* user-namepsace: use macro instead of commenting out uid-mapping setuplns2018-08-10
* use potd event buffer as epoll data instead of a fdlns2018-08-07
* do not spam logs with nonexistant files/dirs while trying to disable thoselns2018-08-07
* additional autoconf check for ambient raise securebit to support kernels prio...Toni Uhlig2018-08-02
* set PR_SET_SECUREBITS and PR_SET_NO_NEW_PRIVSlns2018-08-02
* Merge branch 'master' of ssh://127.0.0.1:2223/git/potdlns2018-07-23
|\
| * fixed/ignore coverity errors/false-positivesToni Uhlig2018-07-20
| * 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 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