| Commit message (Expand) | Author | Age |
... | |
| * | fixed/ignore coverity errors/false-positives | Toni Uhlig | 2018-07-20 |
| * | gitlab/travis: run cppcheck only in ./src, disabled potd --test as it is not ... | Toni Uhlig | 2018-07-20 |
| * | added TODO regarding gitlab/travis problems | Toni Uhlig | 2018-07-20 |
| * | fixed typo, temporarily disabled selftest functions (for some reason they don... | Toni Uhlig | 2018-07-20 |
* | | force flawfinder to ignore false-positives for correctly used functions such ... | lns | 2018-07-23 |
|/ |
|
* | Merge branch 'master' of git.lan:/git/potd | lns | 2018-07-19 |
|\ |
|
| * | Update PKGBUILD | dev0 | 2018-07-19 |
* | | added compat module and functions | lns | 2018-07-19 |
* | | Update PKGBUILD | dev0 | 2018-07-19 |
|/ |
|
* | Merge branch 'master' of ssh://git.lan:/git/potd | Toni Uhlig | 2018-07-19 |
|\ |
|
| * | ArchLinux PKGBUILD | lns | 2018-07-18 |
| * | ArchLinux: fixed compiler warnings (libc functions marked with | lns | 2018-07-18 |
* | | Update README.md | dev0 | 2018-07-18 |
* | | Create README.md | dev0 | 2018-07-18 |
* | | Update README | dev0 | 2018-07-18 |
* | | Update README | dev0 | 2018-07-18 |
|/ |
|
* | Coverity CID 301785: check return value of remove() although it is not necessary | Toni Uhlig | 2018-07-18 |
* | Coverity CID 301781: fixed wrong if clause for socket() return value check | Toni Uhlig | 2018-07-18 |
* | Coverity CID 301775: check for valid fd before close() | Toni Uhlig | 2018-07-18 |
* | Coverity CID 301780: fixed missing break (that was on purpose by the dev but ... | Toni Uhlig | 2018-07-18 |
* | Coverity CID 301773: out-of-bounds array access fixed (false positive anyway) | Toni Uhlig | 2018-07-18 |
* | Coverity CID 301774: do not call any log function after chroot but before chd... | Toni Uhlig | 2018-07-18 |
* | Coverity CID 301779: check return value of chmod() | Toni Uhlig | 2018-07-18 |
* | Coverity CID 301779: fixed fd leak | Toni Uhlig | 2018-07-18 |
* | Copyright info updated | Toni Uhlig | 2018-07-18 |
* | Merge branch 'master' of github.com:lnslbrty/potd | Toni Uhlig | 2018-07-18 |
|\ |
|
| * | Update README | dev0 | 2018-07-17 |
| * | Update README | dev0 | 2018-07-17 |
* | | Coverity CID 301781: fixed resource leak when ioctl fails | Toni Uhlig | 2018-07-17 |
|/ |
|
* | selftest: test jail/sandbox during startup or with --test | lns | 2018-07-17 |
* | travis-ci coverity support | Toni Uhlig | 2018-07-17 |
* | selftest: check existence of additional directories | Toni Uhlig | 2018-07-16 |
* | travis-ci: selftest fixes | Toni Uhlig | 2018-07-16 |
* | selftest: print detailed error if file/dir checks fail | Toni Uhlig | 2018-07-16 |
* | selftest: added valgrind check and print warning | Toni Uhlig | 2018-07-16 |
* | travis build yaml | Toni Uhlig | 2018-07-11 |
* | more copyright informations | Toni Uhlig | 2018-07-11 |
* | updated copyright informations | Toni Uhlig | 2018-07-11 |
* | added logging priority 'PROTOCOL' for protocol speicific data | Toni Uhlig | 2018-06-28 |
* | zero out mmap'd memory | Toni Uhlig | 2018-06-28 |
* | protocol ssh max session limit | Toni Uhlig | 2018-06-27 |
* | protocol ssh login cache [+] login probability | Toni Uhlig | 2018-06-27 |
* | logging pid rjust | Toni Uhlig | 2018-06-25 |
* | additional hardening (C|LD)FLAGS | lns | 2018-06-25 |
* | improved daemon multi process (exit) signal handling e.g. do not send double ... | Toni Uhlig | 2018-06-25 |
* | fixed long-term libssh pki-keygen bug, EMPTY PASSPHRASE is NOT an EMPTY STRIN... | Toni Uhlig | 2018-06-25 |
* | libseccomp is now optional but still recommended | Toni Uhlig | 2018-06-25 |
* | improved debug output while changing user/group | Toni Uhlig | 2018-06-24 |
* | BUG: replaced pthread_detach with pthread_attr_setdetachstate to fix possible... | Toni Uhlig | 2018-06-24 |
* | added backtrace support on SIGSEGV | Toni Uhlig | 2018-06-24 |