index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
auth-options.c
Age
Commit message (
Expand
)
Author
2003-06-02
deprecate VerifyReverseMapping since it's dangerous if combined
Markus Friedl
2003-04-08
rename log() into logit() to avoid name conflict. markus ok, from netbsd
Jun-ichiro itojun Hagino
2002-07-30
add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, de...
Markus Friedl
2002-07-21
unneeded includes
Kevin Steves
2002-05-13
move the packet_send_debug handling from auth-options.c to auth.c; ok provos@
Markus Friedl
2002-03-19
clean up prototypes
Markus Friedl
2002-03-18
integrate privilege separated openssh; its turned off by default for now.
Niels Provos
2002-01-29
s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@
Markus Friedl
2001-08-30
validate ports for permitopen key file option. add host/port
Kevin Steves
2001-06-24
move ip+hostname check to match.c
Markus Friedl
2001-05-31
undo the .c file split, just merge the header and keep the cvs history
Markus Friedl
2001-05-30
channel layer cleanup: merge header files and split .c files
Markus Friedl
2001-03-18
ignore permitopen="host:port" if AllowTcpForwarding==no
Markus Friedl
2001-03-16
implement "permitopen" key option, restricts -L style forwarding to
Markus Friedl
2001-03-13
missing xfree, deny key on parse error; ok stevesk@
Markus Friedl
2001-02-09
reset options if no option is given; from han.holl@prismant.nl
Markus Friedl
2001-02-03
make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
Markus Friedl
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2001-01-20
pass the filename to auth_parse_options()
Markus Friedl
2001-01-19
move ssh1 definitions to ssh1.h, pathnames to pathnames.h
Markus Friedl
2001-01-13
fix comment
Markus Friedl
2000-12-19
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
Markus Friedl
2000-11-15
case insensitive key options; from stevesk@sweden.hp.com
Markus Friedl
2000-10-09
clear options on every call.
Markus Friedl
2000-09-07
some more Copyright fixes
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-06-20
OpenBSD tag
Markus Friedl
2000-06-18
split auth-rsa option parsing into auth-options
Markus Friedl