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
*
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
*
Clear notify_pipe from readset if present.
Darren Tucker
2021-06-04
1
-1
/
+3
*
space->tabs.
Darren Tucker
2021-06-04
1
-83
/
+83
*
Add pselect implementation for platforms without.
Darren Tucker
2021-06-04
3
-0
/
+194
*
Include login_cap.h for login_getpwclass override.
Darren Tucker
2021-05-27
1
-0
/
+1
*
Add OPENBSD ORIGINAL marker.
Darren Tucker
2021-04-24
1
-0
/
+2
*
ifdef out MIN and MAX.
Darren Tucker
2021-04-08
1
-0
/
+3
*
polish whitespace for portable files
Damien Miller
2021-04-03
10
-19
/
+19
*
Move generic includes outside of ifdef.
Darren Tucker
2021-03-12
1
-4
/
+4
*
support OpenSSL 3.x cipher IV API change
Damien Miller
2021-02-18
1
-0
/
+4
*
prefer login_getpwclass() to login_getclass()
Damien Miller
2021-02-18
1
-0
/
+4
*
Using explicit_memset for the explicit_bzero compatibility layer.
David Carlier
2021-02-05
1
-1
/
+9
[next]