index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
Age
Commit message (
Expand
)
Author
2020-03-06
return correct error in sshsk_ed25519_sig; ok djm
Markus Friedl
2020-03-06
fix possible null-deref in check_key_not_revoked; ok djm
Markus Friedl
2020-03-06
ssh_fetch_identitylist() returns the return value from
Markus Friedl
2020-03-06
sshkey_cert_check_authority requires reason to be set; ok djm
Markus Friedl
2020-03-06
passphrase depends on kdfname, not ciphername (possible null-deref);
Markus Friedl
2020-03-06
consistently check packet_timeout_ms against 0; ok djm
Markus Friedl
2020-03-06
initialize cname in case ai_canonname is NULL or too long; ok djm
Markus Friedl
2020-03-06
fix uninitialized pointers for forward_cancel; ok djm
Markus Friedl
2020-03-06
exit on parse failures in input_service_request; ok djm
Markus Friedl
2020-03-06
fix null-deref on calloc failure; ok djm
Markus Friedl
2020-03-06
exit if ssh_krl_revoke_key_sha256 fails; ok djm
Markus Friedl
2020-03-06
pkcs11_register_provider: return < 0 on error; ok djm
Markus Friedl
2020-03-06
sshsig: return correct error, fix null-deref; ok djm
Markus Friedl
2020-03-06
vasnmprintf allocates str and returns -1; ok djm
Markus Friedl
2020-03-06
sshpkt_fatal() does not return; ok djm
Markus Friedl
2020-03-06
Update latest client for target session on switch-client.
Nicholas Marriott
2020-03-06
lndir(1) doesn't need write access to any files and/or folders so wpath promise
Ricardo Mestre
2020-03-02
Use current session for cwd of new sessions, not the new session which
Nicholas Marriott
2020-03-01
update currency exchange rates;
Jason McIntyre
2020-02-28
no-touch-required certificate option should be an extension, not
Damien Miller
2020-02-28
better error message when trying to use a FIDO key function and
Damien Miller
2020-02-27
The HTML standard does not allow self-closing syntax for non-void elements.
Ingo Schwarze
2020-02-27
Merge a missing fix from awk-12202012 and update the version and FIXES.
Todd C. Miller
2020-02-27
Fully support explicit tagging of .Sh and .Ss.
Ingo Schwarze
2020-02-27
Fix an off-by-one when -lestdc++ is passed before -lstdc++
Jeremie Courreges-Anglas
2020-02-27
Drop leading space from line count that was confusing ssh-keygen's
Darren Tucker
2020-02-27
Introduce the concept of nodes that are semantically transparent:
Ingo Schwarze
2020-02-26
no need to go through RETERR when we return a constant
Florian Obser
2020-02-26
In preparation of compiling lib/dns/rdata/ files individually we need
Florian Obser
2020-02-26
In preparation of compiling lib/dns/rdata/ files individually we need
Florian Obser
2020-02-26
Always printing unknown types as TYPE%u and not sometimes as %u
Florian Obser
2020-02-26
Rewrite dns_rdatatype_fromtext to use a binary search over a static
Florian Obser
2020-02-26
Numeric values are in the [0:1] range, not [0:127]
Alexandre Ratchov
2020-02-26
End the first example in a colon
Alexandre Ratchov
2020-02-26
Sync usage string and SYNOPSYS to what the code does.
Alexandre Ratchov
2020-02-26
Add sndioctl utility to control audio parameters exposed by sndiod.
Alexandre Ratchov
2020-02-26
Add API to control audio device parameters exposed by sndiod.
Alexandre Ratchov
2020-02-26
change explicit_bzero();free() to freezero()
Jonathan Gray
2020-02-26
Have sftp reject "-1" in the same way as ssh(1) and scp(1) do instead
Darren Tucker
2020-02-26
Remove obsolete XXX comment. ok deraadt@
Darren Tucker
2020-02-25
use timingsafe_bcmp and get rid of now unused safe.c
Florian Obser
2020-02-25
use freezero() rather that explicit_bzero() when free() is immediately
Theo de Raadt
2020-02-25
traditional nslookup would not fatal if the server name was undiscoverable.
Theo de Raadt
2020-02-25
malloc(a * b) -> reallocarray(NULL, a, b)
Theo de Raadt
2020-02-25
unused file
Florian Obser
2020-02-25
declare isc_appctx_t once where it is used
Jonathan Gray
2020-02-25
Do not generate dns_rdatatype_attributes and dns_rdatatype_totext.
Florian Obser
2020-02-25
reduce multiple newlines
Jonathan Gray
2020-02-25
remove some unused typedefs
Jonathan Gray
2020-02-25
remove some unused defines
Jonathan Gray
[next]