summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth.h
AgeCommit message (Expand)Author
2005-06-06introduce a generic %foo expansion function. replace existing % expansion andDamien Miller
2004-05-23Add MaxAuthTries sshd config option; ok markus@Darren Tucker
2004-01-30support for password change; ok dtucker@Markus Friedl
2003-11-04standardise arguments to auth methods - they should all take authctxt.Damien Miller
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
2003-08-28remove kerberos support from ssh1, since it has been replaced with GSSAPI;Markus Friedl
2003-08-26fix passwd auth for 'username leaks via timing'; with djm@, original patches ...Markus Friedl
2003-08-22support GSS API user authentication; patches from Simon Wilkinson,Markus Friedl
2003-07-22remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);Markus Friedl
2003-04-16document struct Authctxt; with solarMarkus Friedl
2002-09-26krb4 + privsep; ok dugsong@, deraadt@Markus Friedl
2002-09-09kerberos support for privsep. confirmed to work by lha@stacken.kth.seJun-ichiro itojun Hagino
2002-05-31move Authmethod definitons to per-method file.Markus Friedl
2002-05-25split auth2.c into one file per method; ok provos@/deraadt@Markus Friedl
2002-05-13move the packet_send_debug handling from auth-options.c to auth.c; ok provos@Markus Friedl
2002-05-12Fix sshd Banner option for privsep; ok markus@ provos@Damien Miller
2002-03-19clean up prototypesMarkus Friedl
2002-03-18integrate privilege separated openssh; its turned off by default for now.Niels Provos
2002-03-18have the authentication functions return the authentication contextNiels Provos
2002-03-17getpwnamallow returns struct passwd * only if user valid; okay markus@Niels Provos
2002-03-16split auth_rhosts_rsa(), ok provos@Markus Friedl
2002-03-14split auth_rsa() for better readability and privsep; ok provos@Markus Friedl
2002-03-04$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addKevin Steves
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-27auth_rhosts_rsa now accept generic keys.Markus Friedl
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-12-18remove auth_rsa_read_key, make hostfile_ready_key non static; ok markus@Jakob Schlyter
2001-12-09add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions,Markus Friedl
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
2001-06-26Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org...Dug Song
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2001-06-25terminate secure_filename checking after checking homedir. that way itNiels Provos
2001-06-23*known_hosts2 is obsolete for hostbased authentication andMarkus Friedl
2001-05-20configurable authorized_keys{,2} location; originally from peter@; ok djm@Markus Friedl
2001-05-18improved kbd-interactive support. work by per@appgate.com and meMarkus Friedl
2001-04-12implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)Markus Friedl
2001-03-28check auth_root_allowed for kbd-int auth, too.Markus Friedl
2001-03-20add changes need for BSD_AUTH plus disabled BSD_AUTH codeMarkus Friedl
2001-02-22use pwcopy in ssh.c, tooMarkus Friedl
2001-02-12PermitRootLogin={yes,without-password,forced-commands-only,no}Markus Friedl
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-181) removes fake skey from sshd, since this will be muchMarkus Friedl
2000-12-28count authentication failures onlyMarkus Friedl
2000-10-16Add idents for files which lack themDamien Miller
2000-10-11add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av...Markus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-07-09KNFTheo de Raadt
2000-04-26split auth/sshconnect in one file per protocol versionMarkus Friedl
2000-04-06ssh2 server side, see README.openssh2; enable with 'sshd -2'Markus Friedl