Searched hist:1.2067 (Results 1 - 3 of 3) sorted by relevance

/src/doc/
H A D3RDPARTY1.2067 Wed Jan 08 13:41:23 GMT 2025 buhrow Applied patches based on suggestions from Greg Woods in current-users
to address the problem that when sshd-session was merged into the NetBSD tree, not all the code
to support libwrap made it into the new binary.
These patches check hosts.allow and hosts.deny for both sshd-session, the program name of the
binary in /usr/libexec, and sshd, the traditional name of the program, /usr/sbin/sshd, which
calls sshd-session. This is in an effort to retain operational compatibility with older
/etc/hosts.* files which people expect to continue working across OS updates.

Discussed on current-users at:

http://mail-index.NetBSD.org/current-users/2025/01/06/msg045945.html
Tested with build release and installed on multiple systems under amd64.
H A DCHANGES1.2067 Mon Apr 13 17:25:52 GMT 2015 christos new acpica
/src/distrib/sets/lists/comp/
H A Dmi1.2067 Sat Oct 15 14:21:59 GMT 2016 kamil Import wcsnlen(3) to libc

The wcsnlen(3) function conforms to POSIX.1-2008 and is an addition to the
ISO C standard.

size_t wcsnlen(const wchar_t *s, size_t maxlen);

The wcsnlen(3) function computes the number of wide-characters in a wide-
-string to which s points, not including NULL terminating wide-character
code and checking no more than maxlen wide-characters. This function never
examines wide-characters beyond a wide-string of maxlen size.


This function is a safer version of wcslen(3):

size_t wcslen(const wchar_t *s);


Update STANDARDS section of wmemchr(3) describing wide-character functions.

Completed in 365 milliseconds