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
*
Add a timegm implementation from Heimdal via Samba.
Darren Tucker
2022-08-11
3
-0
/
+87
*
Rename our getentropy to prevent possible loops.
Darren Tucker
2022-08-10
3
-2
/
+11
*
Actually put HAVE_STDINT_H around the stdint.h.
Darren Tucker
2022-08-08
1
-2
/
+2
*
Give unused param a name.
Darren Tucker
2022-08-08
3
-4
/
+69
*
Factor out getrnd() and rename to getentropy().
Darren Tucker
2022-08-05
4
-54
/
+89
*
Remove workarounds for OpenSSL missing AES-CTR.
Darren Tucker
2022-07-25
1
-8
/
+0
*
Remove workarounds for OpenSSL missing AES-GCM.
Darren Tucker
2022-07-25
1
-17
/
+0
*
Return ERANGE from getcwd() if buffer size is 1.
Darren Tucker
2022-07-14
1
-1
/
+4
*
Add clang sanitizer tests.
Darren Tucker
2022-07-03
1
-0
/
+12
*
Remove duplicate bcrypt_pbkdf.o from Makefile
Tobias Heider
2022-05-09
1
-1
/
+0
*
Only return events from ppoll that were requested.
Darren Tucker
2022-04-01
1
-3
/
+3
*
Resync fmt_scaled. with OpenBSD.
Darren Tucker
2022-03-11
1
-13
/
+19
*
Provide killpg implementation.
Darren Tucker
2022-03-08
2
-0
/
+12
*
Check for missing ftruncate prototype.
Darren Tucker
2022-03-08
1
-0
/
+4
*
Remove unused ivbits argument from chacha_keysetup
Darren Tucker
2022-02-28
2
-3
/
+3
*
Add OPENBSD ORIGINAL marker.
Darren Tucker
2022-02-28
1
-0
/
+2
*
Improve handling of _getshort and _getlong.
Darren Tucker
2022-02-25
1
-8
/
+9
*
Constify utimes in compat library to match specs.
Darren Tucker
2022-02-25
2
-2
/
+2
*
ANSIfy getshort and getlong.
Darren Tucker
2022-02-25
1
-10
/
+8
*
Include sys/param.h if present.
Darren Tucker
2022-02-22
1
-0
/
+3
*
Only include sys/poll.h if we don't have poll.h.
Darren Tucker
2022-02-22
1
-2
/
+1
*
Test if sshd accidentally acquires controlling tty
Darren Tucker
2022-02-14
1
-6
/
+13
*
Move SSHD_ACQUIRES_CTTY workaround into compat.
Darren Tucker
2022-02-11
1
-20
/
+47
*
We now support POLLPRI so actually define it.
Darren Tucker
2022-02-10
1
-1
/
+1
*
Fix signedness bug in Cygwin code
Corinna Vinschen
2022-01-20
1
-2
/
+2
*
fix edge case in poll(2) wrapper
Damien Miller
2022-01-14
1
-14
/
+9
*
OS X poll(2) is broken; use compat replacement
Damien Miller
2022-01-11
1
-6
/
+6
*
remove sys/param.h in -portable, after upstream
Damien Miller
2021-12-21
11
-13
/
+8
*
previous commit broke bcrypt_pbkdf()
Damien Miller
2021-11-29
1
-6
/
+13
*
sync bcrypt-related files with OpenBSD
Damien Miller
2021-11-29
4
-36
/
+31
*
Correct ifdef to activate poll() only if needed.
Darren Tucker
2021-11-28
1
-1
/
+1
*
Allow for fd = -1 in compat ppoll overflow check.
Darren Tucker
2021-11-19
1
-1
/
+1
*
Correct calculation of tv_nsec in poll().
Darren Tucker
2021-11-18
1
-1
/
+1
*
Add compat implementation of ppoll using pselect.
Darren Tucker
2021-11-18
2
-17
/
+48
*
Don't trust closefrom() on Linux.
Darren Tucker
2021-11-10
1
-1
/
+6
*
Skip getline() on HP-UX 10.x.
Darren Tucker
2021-11-06
1
-1
/
+1
*
remove built-in support for md5crypt()
Damien Miller
2021-10-28
1
-11
/
+2
*
Include stdlib.h for arc4random_uniform prototype.
Darren Tucker
2021-09-29
1
-0
/
+1
*
Increment nfds when coming from startup_pipe.
Darren Tucker
2021-09-08
1
-1
/
+1
*
Also check pid in pselect_notify_setup.
Darren Tucker
2021-08-20
1
-1
/
+1
*
Prefix pselect functions to clarify debug messages
Darren Tucker
2021-08-20
1
-14
/
+14
*
Fix race in pselect replacement code.
Darren Tucker
2021-08-20
1
-4
/
+19
*
openbsd-compat/openbsd-compat.h: put bsd-signal.h before bsd-misc.h
Tim Rice
2021-08-14
1
-1
/
+1
*
Add includes.h to compat tests.
Darren Tucker
2021-08-11
7
-3
/
+13
*
lastenv is only used in setenv.
Darren Tucker
2021-07-27
1
-0
/
+2
*
Fix ifdefs around get_random_bytes_prngd.
Darren Tucker
2021-07-02
1
-2
/
+2
*
wrap get_random_bytes_prngd() in ifdef
Damien Miller
2021-07-02
1
-0
/
+2
*
Try EGD/PRNGD if random device fails.
Darren Tucker
2021-06-18
1
-3
/
+9
*
Split EGD/PRNGD interface into its own file.
Darren Tucker
2021-06-18
3
-0
/
+164
*
Handle GIDs > 2^31 in getgrouplist.
Darren Tucker
2021-06-17
1
-4
/
+4
[next]