aboutsummaryrefslogtreecommitdiff
path: root/src/protocol_ssh.c
Commit message (Expand)AuthorAge
* added new libssh pre processor check for libssh versions >0.7.xlns2019-09-08
* fixed buffering issue for pkt_writeToni Uhlig2019-07-27
* Introduced the protocol->jail binary packet.feature/jail_packetlns2019-02-04
* 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
* 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 301780: fixed missing break (that was on purpose by the dev but ...Toni Uhlig2018-07-18
* Coverity CID 301779: check return value of chmod()Toni Uhlig2018-07-18
* Copyright info updatedToni Uhlig2018-07-18
* updated copyright informationsToni Uhlig2018-07-11
* added logging priority 'PROTOCOL' for protocol speicific dataToni Uhlig2018-06-28
* protocol ssh max session limitToni Uhlig2018-06-27
* protocol ssh login cache [+] login probabilityToni Uhlig2018-06-27
* 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
* several minor bugfixesToni Uhlig2018-06-21
* added options OPT_SSH_RUN_DIR,OPT_CHUSER,OPT_CHGROUP required for setting cor...Toni Uhlig2018-06-20
* POTD skeleton.lns2018-06-13