Age | Commit message (Expand) | Author |
2007-09-21 | unifdef -DBSD_AUTH | Damien Miller |
2007-01-03 | spaces | Kevin Steves |
2006-08-05 | Zap unused variables in -DSKEY code. ok djm@ | Darren Tucker |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-08-01 | move #include <stdio.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | introduce xcalloc() and xasprintf() failure-checked allocations functions | Damien Miller |
2006-03-19 | RCSID() can die | Theo de Raadt |
2005-07-17 | knf says that a 2nd level indent is four (not three or five) spaces | Damien Miller |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2005-01-19 | Have keyboard-interactive code call the drivers even for responses for | Darren Tucker |
2004-06-01 | Remove redundant #include; ok markus@ | Darren Tucker |
2002-06-30 | minor KNF | Theo de Raadt |
2002-06-26 | make sure # of response matches # of queries, fixes int overflow; from ISS | Markus Friedl |
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt |
2002-03-18 | integrate privilege separated openssh; its turned off by default for now. | Niels Provos |
2002-01-13 | use buffer API and avoid static strings of fixed size; ok provos@/mouring@ | Markus Friedl |
2002-01-11 | use snprintf; mouring@ | Markus Friedl |
2002-01-11 | use strlcpy not strlcat; mouring@ | Markus Friedl |
2001-12-28 | remove plen from the dispatch fn. it's no longer used. | Markus Friedl |
2001-12-28 | s/packet_done/packet_check_eom/ (end-of-message); ok djm@ | Markus Friedl |
2001-12-20 | Conformance fix: we should send failing packet sequence number when | Damien Miller |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-12-09 | add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions, | Markus Friedl |
2001-09-27 | typos; from solar | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-03 | the challenge response device decides how to handle non-existing users. | Markus Friedl |
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl |
2001-03-28 | check auth_root_allowed for kbd-int auth, too. | Markus Friedl |
2001-03-02 | make copyright lines the same format | Theo de Raadt |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-18 | rename *-skey.c *-chall.c since the files are not skey specific | Markus Friedl |