Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace by-hand string building with xasprinf(); ok deraadt@ | 2008-12-09 | 1 | -7/+3 | |
| | |||||
* | unifdef -DBSD_AUTH | 2007-09-21 | 1 | -25/+1 | |
| | | | | | | | unifdef -USKEY These options have been in use for some years; ok markus@ "no objection" millert@ | ||||
* | spaces | 2007-01-03 | 1 | -2/+2 | |
| | |||||
* | Zap unused variables in -DSKEY code. ok djm@ | 2006-08-05 | 1 | -2/+3 | |
| | |||||
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -3/+6 | |
| | | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step | ||||
* | move #include <stdio.h> out of includes.h | 2006-08-01 | 1 | -1/+2 | |
| | |||||
* | move #include <string.h> out of includes.h | 2006-07-22 | 1 | -1/+3 | |
| | |||||
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | 2006-03-25 | 1 | -0/+1 | |
| | | | | Theo nuked - our scripts to sync -portable need them in the files | ||||
* | introduce xcalloc() and xasprintf() failure-checked allocations functions | 2006-03-25 | 1 | -1/+1 | |
| | | | | | | | | | | and use them throughout openssh xcalloc is particularly important because malloc(nmemb * size) is a dangerous idiom (subject to integer overflow) and it is time for it to die feedback and ok deraadt@ | ||||
* | RCSID() can die | 2006-03-19 | 1 | -1/+0 | |
| | |||||
* | knf says that a 2nd level indent is four (not three or five) spaces | 2005-07-17 | 1 | -2/+2 | |
| | |||||
* | make this -Wsign-compare clean; ok avsm@ markus@ | 2005-06-17 | 1 | -5/+4 | |
| | |||||
* | Have keyboard-interactive code call the drivers even for responses for | 2005-01-19 | 1 | -8/+3 | |
| | | | | | | | | invalid logins. This allows the drivers themselves to decide how to handle them and prevent leaking information where possible. Existing behaviour for bsdauth is maintained by checking authctxt->valid in the bsdauth driver. Note that any third-party kbdint drivers will now need to be able to handle responses for invalid logins. ok markus@ | ||||
* | Remove redundant #include; ok markus@ | 2004-06-01 | 1 | -2/+1 | |
| | |||||
* | minor KNF | 2002-06-30 | 1 | -2/+2 | |
| | |||||
* | make sure # of response matches # of queries, fixes int overflow; from ISS | 2002-06-26 | 1 | -6/+12 | |
| | |||||
* | KNF done automatically while reading.... | 2002-06-19 | 1 | -2/+2 | |
| | |||||
* | integrate privilege separated openssh; its turned off by default for now. | 2002-03-18 | 1 | -1/+20 | |
| | | | | work done by me and markus@ | ||||
* | use buffer API and avoid static strings of fixed size; ok provos@/mouring@ | 2002-01-13 | 1 | -8/+12 | |
| | |||||
* | use snprintf; mouring@ | 2002-01-11 | 1 | -4/+3 | |
| | |||||
* | use strlcpy not strlcat; mouring@ | 2002-01-11 | 1 | -3/+2 | |
| | |||||
* | remove plen from the dispatch fn. it's no longer used. | 2001-12-28 | 1 | -3/+3 | |
| | |||||
* | s/packet_done/packet_check_eom/ (end-of-message); ok djm@ | 2001-12-28 | 1 | -2/+2 | |
| | |||||
* | Conformance fix: we should send failing packet sequence number when | 2001-12-20 | 1 | -3/+3 | |
| | | | | | responding with a SSH_MSG_UNIMPLEMENTED message. Spotted by yakk@yakk.dot.net; ok markus@ | ||||
* | basic KNF done while i was looking for something else | 2001-12-19 | 1 | -2/+2 | |
| | |||||
* | add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions, | 2001-12-09 | 1 | -16/+19 | |
| | | | | fixes memleak. | ||||
* | typos; from solar | 2001-09-27 | 1 | -2/+2 | |
| | |||||
* | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | 2001-06-23 | 1 | -8/+8 | |
| | | | | TODO; cleanup headers | ||||
* | the challenge response device decides how to handle non-existing users. | 2001-06-03 | 1 | -2/+2 | |
| | | | | -> fake challenges for skey and cryptocard | ||||
* | improved kbd-interactive support. work by per@appgate.com and me | 2001-05-18 | 1 | -42/+237 | |
| | |||||
* | check auth_root_allowed for kbd-int auth, too. | 2001-03-28 | 1 | -6/+5 | |
| | |||||
* | make copyright lines the same format | 2001-03-02 | 1 | -2/+2 | |
| | |||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -2/+2 | |
| | | | | rename util.[ch] -> misc.[ch] | ||||
* | rename *-skey.c *-chall.c since the files are not skey specific | 2001-01-18 | 1 | -0/+113 | |