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
/
auth1.c
Age
Commit message (
Expand
)
Author
2001-02-22
use pwcopy in ssh.c, too
Markus Friedl
2001-02-13
setproctitle(user) only if getpwnam succeeds
Markus Friedl
2001-02-12
PermitRootLogin={yes,without-password,forced-commands-only,no}
Markus Friedl
2001-02-07
move k_setpag() to a central place; ok dugsong@
Markus Friedl
2001-01-22
rename skey -> challenge response.
Markus Friedl
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2001-01-19
move ssh1 definitions to ssh1.h, pathnames to pathnames.h
Markus Friedl
2001-01-18
1) removes fake skey from sshd, since this will be much
Markus Friedl
2001-01-07
missing free, stevesk@pobox.com
Markus Friedl
2000-12-27
typo
Markus Friedl
2000-12-19
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
Markus Friedl
2000-11-10
typo; from mouring@pconline.com
Markus Friedl
2000-10-11
new cipher framework
Markus Friedl
2000-10-03
move fake-auth from auth1.c to individual auth methods, disables s/key in deb...
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-08-20
Add calls to setusercontext() and login_get*(). We basically call
Todd C. Miller
2000-04-29
keysize warnings error() -> log()
Markus Friedl
2000-04-26
split auth/sshconnect in one file per protocol version
Markus Friedl