index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
svr-authpubkeyoptions.c
Age
Commit message (
Expand
)
Author
2021-05-01
Add "restrict" authorized_keys option
Matt Johnston
2020-06-26
Don't choke on disabled authorized_keys(5) options
Guilhem Moulin
2020-03-14
Don't log authorized_keys command= every time
Matt Johnston
2018-03-07
fix leak in option handling
Matt Johnston
2018-03-06
avoid leak of pubkey_options
Matt Johnston
2018-02-16
options: Complete the transition to numeric toggles (`#if')
Michael Witten
2017-05-18
merge 2017.75
Matt Johnston
2017-05-10
free forced_command
Matt Johnston
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2015-08-07
Fix segfault with restricted authorized_key files without forced command
Guilhem Moulin
2015-05-05
Fix pointer differ in signess warnings [-Werror=pointer-sign]
Gaël PORTAY
2012-03-26
Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD.
Andrey Mazo
2011-12-04
- Fix use-after-free if multiple command requests were sent. Move
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2009-08-26
- set $SSH_ORIGINAL_COMMAND if a command is forced, and log it
Matt Johnston
2008-09-29
- Add Counter Mode support
Matt Johnston
2008-09-12
- Rework pubkey options to be more careful about buffer lengths. Needs review.
Matt Johnston
2008-09-08
* Patch from Frédéric Moulins adding options to authorized_keys.
Matt Johnston