summaryrefslogtreecommitdiff
path: root/svr-authpubkeyoptions.c
Commit message (Expand)AuthorAgeFilesLines
* 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 Witten2017-07-201-1/+1
* merge 2017.75Matt Johnston2017-05-181-2/+5
|\
| * free forced_commandMatt Johnston2017-05-101-2/+5
* | Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-3/+3
|/
* 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-021-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.pubkey-optionsMatt Johnston2008-09-121-65/+44
* * Patch from Frédéric Moulins adding options to authorized_keys.Matt Johnston2008-09-081-0/+223