index
:
openssh.git
master
sid
ssh_8.3
v7.9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openbsd-compat
Age
Commit message (
Expand
)
Author
2019-07-23
upstream rev 1.28: fix comment typo.
Darren Tucker
2019-07-23
Remove sys/cdefs.h include.
Darren Tucker
2019-07-23
Re-apply portability changes to current sha2.{c,h}.
Darren Tucker
2019-07-23
Import current sha2.c and sha2.h from OpenBSD.
Darren Tucker
2019-07-19
fix SIGWINCH delivery of Solaris for mux sessions
Damien Miller
2019-07-19
Fix format string integer type in error message.
Darren Tucker
2019-07-16
Hook memmem compat code into build.
Darren Tucker
2019-07-16
Import memmem.c from OpenBSD.
Darren Tucker
2019-07-08
Move log.h include inside ifdefs.
Darren Tucker
2019-07-08
Include log.h for debug() and friends.
Darren Tucker
2019-07-08
remove realpath() compat replacement
Damien Miller
2019-07-06
Add prototype for strnlen to prevent warnings.
Darren Tucker
2019-07-06
Cast *ID types to unsigned long when printing.
Darren Tucker
2019-07-06
Add prototype for compat strndup.(bz#3032).
Darren Tucker
2019-06-16
Include stdio.h for vsnprintf.
Darren Tucker
2019-06-14
upstream rev 1.27: fix integer overflow.
Darren Tucker
2019-06-14
upstream rev 1.25: add DEF_WEAK.
Darren Tucker
2019-06-14
upstream rev 1.25: add sys/types.h
Darren Tucker
2019-06-14
upstream: Use explicit_bzero instead of memset
Darren Tucker
2019-06-08
Always clean up before and after utimensat test.
Darren Tucker
2019-06-07
Update utimensat test.
Darren Tucker
2019-04-26
Don't install duplicate STREAMS modules on Solaris
Darren Tucker
2019-04-03
Remove "struct ssh" from sys_auth_record_login.
Darren Tucker
2019-04-02
Adapt custom_failed_login to new prototype.
Darren Tucker
2019-03-31
Only use O_NOFOLLOW in fchownat and fchmodat if defined
Tim Rice
2019-03-28
Only use O_NOFOLLOW in utimensat if defined.
Darren Tucker
2019-03-13
Replace alloca with xcalloc.
Darren Tucker
2019-03-12
Use Cygwin-specific matching only for users+groups.
Darren Tucker
2019-02-22
Cygwin: implement case-insensitive Unicode user and group name matching
Corinna Vinschen
2019-02-22
Revert unintended parts of previous commit.
Darren Tucker
2019-02-22
Revert "[auth.c] On Cygwin, refuse usernames that have differences in case"
Corinna Vinschen
2019-01-24
Also undef SIMPLEQ_FOREACH_SAFE.
Darren Tucker
2019-01-20
remove vestiges of old packet API from loginrec.c
Damien Miller
2019-01-18
Add minimal fchownat and fchmodat implementations.
Darren Tucker
2019-01-18
Add a minimal implementation of utimensat().
Darren Tucker
2018-11-25
Include stdio.h for FILE if needed.
Darren Tucker
2018-11-25
Reverse order of OpenSSL init functions.
Darren Tucker
2018-11-23
refactor libcrypto initialisation
Damien Miller
2018-11-16
Test for OPENSSL_init_crypto before using.
Darren Tucker
2018-11-16
Fix check for OpenSSL 1.0.1 exactly.
Darren Tucker
2018-11-09
fix compilation with openssl built without ECC
Eneas U de Queiroz
2018-10-28
Update check for minimum OpenSSL version.
Darren Tucker
2018-10-28
Use detected version functions in openssl compat.
Darren Tucker
2018-10-26
fix builds on OpenSSL <= 1.0.x
Damien Miller
2018-10-23
fix compile for openssl 1.0.x w/ --with-ssl-engine
Damien Miller
2018-10-17
unbreak compilation with --with-ssl-engine
Damien Miller
2018-10-16
Avoid deprecated OPENSSL_config when using 1.1.x
Damien Miller
2018-10-12
Don't avoid our *sprintf replacements.
Darren Tucker
2018-10-11
check for NULL return from shadow_pw()
Damien Miller
2018-10-10
in pick_salt() avoid dereference of NULL passwords
Damien Miller
[next]