aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* jail protocol handshake read/writefeature/jail_protocolToni Uhlig2018-07-27
* pevent timeout support, jail protocol handshake readlns2018-07-26
* fixed broken automake fileToni Uhlig2018-07-23
* Merge branch 'master' into feature/jail_protocolToni Uhlig2018-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
| * Merge branch 'master' of git.lan:/git/potdlns2018-07-19
| |\
| | * Update PKGBUILDdev02018-07-19
| * | added compat module and functionslns2018-07-19
| * | Update PKGBUILDdev02018-07-19
| |/
| * Merge branch 'master' of ssh://git.lan:/git/potdToni Uhlig2018-07-19
| |\
| | * ArchLinux PKGBUILDlns2018-07-18
| | * ArchLinux: fixed compiler warnings (libc functions marked withlns2018-07-18
| * | Update README.mddev02018-07-18
| * | Create README.mddev02018-07-18
| * | Update READMEdev02018-07-18
| * | Update READMEdev02018-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
| * 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
| * Merge branch 'master' of github.com:lnslbrty/potdToni Uhlig2018-07-18
| |\
| | * Update READMEdev02018-07-17
| | * Update READMEdev02018-07-17
| * | Coverity CID 301781: fixed resource leak when ioctl failsToni Uhlig2018-07-17
| |/
| * selftest: test jail/sandbox during startup or with --testlns2018-07-17
| * travis-ci coverity supportToni Uhlig2018-07-17
| * selftest: check existence of additional directoriesToni Uhlig2018-07-16
| * travis-ci: selftest fixesToni 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
| * travis build yamlToni Uhlig2018-07-11
* | added skeleton code for a complex jail protocol (instead of a raw tcp2pty com...lns2018-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
* additional hardening (C|LD)FLAGSlns2018-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