summaryrefslogtreecommitdiff
path: root/svr-authpubkeyoptions.c
Commit message (Expand)AuthorAgeFilesLines
* Merge egor-duda:sk-authkey-optionsMatt Johnston2022-11-091-0/+16
|\
| * Implement no-touch-required and verify-requred for authorized_keys fileEgor Duda2022-06-111-0/+14
* | Added permitopen option to authorized_keysTuomas Haikarainen2022-07-121-0/+81
|/
* extract pubkey_info when seuccesfully auth with a key and free it in the clea...HansH1112022-03-131-0/+3
* Add "restrict" authorized_keys optionMatt Johnston2021-05-011-0/+12
* Don't choke on disabled authorized_keys(5) optionsGuilhem Moulin2020-06-261-4/+4
* Don't log authorized_keys command= every timeMatt Johnston2020-03-141-2/+1
* fix leak in option handlingMatt Johnston2018-03-071-0/+6
* avoid leak of pubkey_optionsMatt Johnston2018-03-061-1/+0
* options: Complete the transition to numeric toggles (`#if')Michael Witten2018-02-161-1/+1
* merge 2017.75Matt Johnston2017-05-181-3/+3
|\
| * Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-3/+3
* | free forced_commandMatt Johnston2017-05-101-2/+5
|/
* Fix segfault with restricted authorized_key files without forced commandGuilhem Moulin2015-08-071-1/+1
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaël PORTAY2015-05-051-1/+1
* Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD.Andrey Mazo2012-03-261-1/+1
* - Fix use-after-free if multiple command requests were sent. MoveMatt Johnston2011-12-041-6/+7
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-1/+1
* - set $SSH_ORIGINAL_COMMAND if a command is forced, and log itMatt Johnston2009-08-261-3/+12
* - Add Counter Mode supportMatt Johnston2008-09-291-1/+1
* - Rework pubkey options to be more careful about buffer lengths. Needs review.Matt Johnston2008-09-121-65/+44
* * Patch from Frédéric Moulins adding options to authorized_keys.Matt Johnston2008-09-081-0/+223