| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
existing API is offered as a set of wrappers.
with and ok markus@
Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew
Dempsky and Ron Bowes for a detailed review a few months ago.
|
|
|
|
| |
things for us on error; most things do, but it's unsafe form.
|
|
|
|
|
|
|
| |
unifdef -USKEY
These options have been in use for some years;
ok markus@ "no objection" millert@
|
|
|
|
|
| |
ok djm, sort of ok stevesk
makes the pain stop in one easy step
|
|
|
|
| |
Theo nuked - our scripts to sync -portable need them in the files
|
|
|
|
|
|
|
|
|
|
| |
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@
|
| |
|
|
|
|
|
|
|
|
| |
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@
|
| |
|
| |
|
|
|
|
| |
work done by me and markus@
|
| |
|
|
|