index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
openbsd-compat
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always clean up before and after utimensat test.
Darren Tucker
2019-06-07
1
-6
/
+13
*
Update utimensat test.
Darren Tucker
2019-06-07
1
-3
/
+17
*
Don't install duplicate STREAMS modules on Solaris
Darren Tucker
2019-04-26
1
-0
/
+9
*
Remove "struct ssh" from sys_auth_record_login.
Darren Tucker
2019-04-02
2
-4
/
+4
*
Adapt custom_failed_login to new prototype.
Darren Tucker
2019-04-02
1
-1
/
+2
*
Only use O_NOFOLLOW in fchownat and fchmodat if defined
Tim Rice
2019-04-01
1
-0
/
+4
*
Only use O_NOFOLLOW in utimensat if defined.
Darren Tucker
2019-03-27
1
-0
/
+2
*
Replace alloca with xcalloc.
Darren Tucker
2019-03-13
1
-3
/
+8
*
Use Cygwin-specific matching only for users+groups.
Darren Tucker
2019-03-11
2
-10
/
+9
*
Cygwin: implement case-insensitive Unicode user and group name matching
Corinna Vinschen
2019-02-22
1
-0
/
+146
*
Revert unintended parts of previous commit.
Darren Tucker
2019-02-22
1
-146
/
+0
*
Revert "[auth.c] On Cygwin, refuse usernames that have differences in case"
Corinna Vinschen
2019-02-22
1
-0
/
+146
*
Also undef SIMPLEQ_FOREACH_SAFE.
Darren Tucker
2019-01-24
1
-0
/
+1
*
remove vestiges of old packet API from loginrec.c
Damien Miller
2019-01-19
2
-3
/
+4
*
Add minimal fchownat and fchmodat implementations.
Darren Tucker
2019-01-18
2
-0
/
+70
*
Add a minimal implementation of utimensat().
Darren Tucker
2019-01-18
4
-1
/
+143
*
Include stdio.h for FILE if needed.
Darren Tucker
2018-11-25
1
-0
/
+1
*
Reverse order of OpenSSL init functions.
Darren Tucker
2018-11-25
1
-3
/
+3
*
refactor libcrypto initialisation
Damien Miller
2018-11-23
2
-30
/
+15
*
Test for OPENSSL_init_crypto before using.
Darren Tucker
2018-11-16
1
-3
/
+6
*
Fix check for OpenSSL 1.0.1 exactly.
Darren Tucker
2018-11-16
1
-1
/
+1
*
fix compilation with openssl built without ECC
Eneas U de Queiroz
2018-11-09
2
-0
/
+8
*
Update check for minimum OpenSSL version.
Darren Tucker
2018-10-28
1
-2
/
+2
*
Use detected version functions in openssl compat.
Darren Tucker
2018-10-28
1
-3
/
+10
*
fix builds on OpenSSL <= 1.0.x
Damien Miller
2018-10-26
1
-0
/
+6
*
fix compile for openssl 1.0.x w/ --with-ssl-engine
Damien Miller
2018-10-23
1
-1
/
+1
*
unbreak compilation with --with-ssl-engine
Damien Miller
2018-10-16
1
-1
/
+1
*
Avoid deprecated OPENSSL_config when using 1.1.x
Damien Miller
2018-10-16
1
-0
/
+6
*
Don't avoid our *sprintf replacements.
Darren Tucker
2018-10-12
1
-0
/
+9
*
check for NULL return from shadow_pw()
Damien Miller
2018-10-11
1
-0
/
+3
*
in pick_salt() avoid dereference of NULL passwords
Damien Miller
2018-10-10
1
-1
/
+2
*
Remove unused variable in _ssh_compat_fflush.
Darren Tucker
2018-09-22
1
-4
/
+4
*
adapt -portable to OpenSSL 1.1x API
Damien Miller
2018-09-13
3
-0
/
+773
*
Initial len for the fmt=NULL case.
Darren Tucker
2018-09-07
1
-1
/
+1
*
Include stdlib.h.
Darren Tucker
2018-09-07
1
-0
/
+1
*
modified: openbsd-compat/port-uw.c
Tim Rice
2018-08-21
1
-1
/
+0
*
cygwin: add missing stdarg.h include
Corinna Vinschen
2018-08-13
1
-0
/
+1
*
Some AIX fixes; report from Michael Felt
Damien Miller
2018-08-12
1
-2
/
+3
*
correct snprintf truncation check in closefrom()
Damien Miller
2018-07-27
1
-1
/
+1
*
Undef a few new macros in sys-queue.h.
Darren Tucker
2018-07-14
1
-0
/
+5
*
upstream: remove legacy key emulation layer; ok djm@
markus@openbsd.org
2018-07-12
1
-1
/
+1
*
Include stdlib.h for declaration of free.
Darren Tucker
2018-07-11
1
-0
/
+1
*
Adapt portable to legacy buffer API removal
Damien Miller
2018-07-10
4
-11
/
+17
*
Defer setting bufsiz in getdelim.
Darren Tucker
2018-07-06
1
-2
/
+2
*
Add implementation of getline.
Darren Tucker
2018-07-02
3
-0
/
+118
*
sync fmt_scaled.c
Damien Miller
2018-05-14
1
-2
/
+5
*
Use includes.h instead of config.h.
Darren Tucker
2018-04-29
2
-2
/
+2
*
Fix tunnel forwarding broken in 7.7p1
Damien Miller
2018-04-13
1
-2
/
+2
*
prefer to use getrandom() for PRNG seeding
Damien Miller
2018-04-13
1
-3
/
+13
*
Many typo fixes from Karsten Weiss
Damien Miller
2018-04-10
9
-9
/
+9
[next]