summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth1.c
AgeCommit message (Expand)Author
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-05-18improved kbd-interactive support. work by per@appgate.com and meMarkus Friedl
2001-03-23authctxt is now passed to do_authenticatedMarkus Friedl
2001-03-21merge common ssh v1/2 codeMarkus Friedl
2001-03-20add changes need for BSD_AUTH plus disabled BSD_AUTH codeMarkus Friedl
2001-03-08unused; ok markus@Kevin Steves
2001-02-22use pwcopy in ssh.c, tooMarkus Friedl
2001-02-13setproctitle(user) only if getpwnam succeedsMarkus Friedl
2001-02-12PermitRootLogin={yes,without-password,forced-commands-only,no}Markus Friedl
2001-02-07move k_setpag() to a central place; ok dugsong@Markus Friedl
2001-01-22rename skey -> challenge response.Markus Friedl
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl
2001-01-181) removes fake skey from sshd, since this will be muchMarkus Friedl
2001-01-07missing free, stevesk@pobox.comMarkus Friedl
2000-12-27typoMarkus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-11-10typo; from mouring@pconline.comMarkus Friedl
2000-10-11new cipher frameworkMarkus Friedl
2000-10-03move fake-auth from auth1.c to individual auth methods, disables s/key in deb...Markus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
2000-04-29keysize warnings error() -> log()Markus Friedl
2000-04-26split auth/sshconnect in one file per protocol versionMarkus Friedl