.. |
regress
|
7266ddbcfa
Remove mostly useless OpenSSL compatability check.
|
3 years ago |
Makefile.in
|
4745c0fbd8
Initial porting of IBM and Red Hat modifications.
|
3 years ago |
arc4random.c
|
afa6e79b76
prefer to use getrandom() for PRNG seeding
|
6 years ago |
base64.c
|
1651f6c40e
- otto@cvs.openbsd.org 2006/10/21 09:55:03
|
17 years ago |
base64.h
|
1e8013a17f
Remove obsolete CVS $Id from source files.
|
8 years ago |
basename.c
|
fe408b4826
- (dtucker) [openbsd-compat/basename.c] Include errno.h.
|
18 years ago |
bcrypt_pbkdf.c
|
b4556c8ad7
Add OPENBSD ORIGINAL marker to bcrypt_pbkdf.
|
4 years ago |
bindresvport.c
|
4745c0fbd8
Initial porting of IBM and Red Hat modifications.
|
3 years ago |
blf.h
|
1ff130dac9
- [configure.ac openbsd-compat/Makefile.in openbsd-compat/bcrypt_pbkdf.c]
|
11 years ago |
blowfish.c
|
bb99844aba
Wrap blf.h include in ifdef. From FreeBSD.
|
9 years ago |
bsd-asprintf.c
|
797cdd9c84
Don't avoid our *sprintf replacements.
|
6 years ago |
bsd-closefrom.c
|
4745c0fbd8
Initial porting of IBM and Red Hat modifications.
|
3 years ago |
bsd-cygwin_util.c
|
a212107bfd
Replace alloca with xcalloc.
|
5 years ago |
bsd-cygwin_util.h
|
daa7505aad
Use Cygwin-specific matching only for users+groups.
|
5 years ago |
bsd-err.c
|
f5e917ab10
Add missing includes for bsd-err.c.
|
7 years ago |
bsd-flock.c
|
5aea4aa522
typo: missing ;
|
6 years ago |
bsd-getline.c
|
872517ddbb
Defer setting bufsiz in getdelim.
|
6 years ago |
bsd-getpagesize.c
|
f21455a084
Include includes.h for HAVE_GETPAGESIZE.
|
7 years ago |
bsd-getpeereid.c
|
164aa30e46
- (dtucker) [configure.ac openbsd-compat/bsd-getpeereid.c] Bug #1287: Use
|
17 years ago |
bsd-malloc.c
|
e9dede06e5
Handle calloc(0,x) where different from malloc.
|
6 years ago |
bsd-misc.c
|
41a2e64ae4
Prevent unused variable warning.
|
4 years ago |
bsd-misc.h
|
e0cedcad51
Improve search for 'struct timespec'.
|
4 years ago |
bsd-nextstep.c
|
c20dccb561
Strip trailing whitespace.
|
8 years ago |
bsd-nextstep.h
|
10479cc2a4
Many typo fixes from Karsten Weiss
|
6 years ago |
bsd-openpty.c
|
945bf52c3c
Fix a couple of mysig_t leftovers.
|
4 years ago |
bsd-poll.c
|
1e8013a17f
Remove obsolete CVS $Id from source files.
|
8 years ago |
bsd-poll.h
|
189de02d9a
expose POLLHUP and POLLNVAL for netcat.c
|
9 years ago |
bsd-setres_id.c
|
22b9b3e944
Fix format string integer type in error message.
|
5 years ago |
bsd-setres_id.h
|
1e8013a17f
Remove obsolete CVS $Id from source files.
|
8 years ago |
bsd-signal.c
|
84226b447d
Remove mysignal wrapper.
|
4 years ago |
bsd-signal.h
|
0373f9eba2
Include signal.h to prevent redefintion of _NSIG.
|
4 years ago |
bsd-snprintf.c
|
397f217e86
another spelling error in comment
|
4 years ago |
bsd-statvfs.c
|
d561b0b2fa
Make sure we have struct statfs before using.
|
5 years ago |
bsd-statvfs.h
|
11057564eb
bsd-statvfs: include sys/vfs.h, check for f_flags.
|
6 years ago |
bsd-waitpid.c
|
dd1031b78b
Replace spaces with tabs.
|
8 years ago |
bsd-waitpid.h
|
10479cc2a4
Many typo fixes from Karsten Weiss
|
6 years ago |
chacha_private.h
|
9159310087
- (djm) [openbsd-compat/arc4random.c openbsd-compat/chacha_private.h] Pull
|
11 years ago |
charclass.h
|
a6e121aaa0
- djm@cvs.openbsd.org 2010/09/25 09:30:16
|
14 years ago |
daemon.c
|
9d86e5d570
- (dtucker) [auth-passwd.c auth1.c auth2-kbdint.c auth2-none.c auth2-passwd.c
|
15 years ago |
dirname.c
|
8f0d8f8ea2
- (dtucker) [openbsd-compat/daemon.c] Update from OpenBSD 1.10 -> 1.13.
|
19 years ago |
explicit_bzero.c
|
59ce215a98
Backport 1cb6ce98d658e5fbdae025a3bd65793980e3b5d9
|
3 years ago |
fake-rfc2553.c
|
dd1031b78b
Replace spaces with tabs.
|
8 years ago |
fake-rfc2553.h
|
1e8013a17f
Remove obsolete CVS $Id from source files.
|
8 years ago |
fmt_scaled.c
|
32e4e94e15
sync fmt_scaled.c
|
6 years ago |
fnmatch.c
|
955c4cf4c6
sync fnmatch.c with upstream to fix another typo
|
4 years ago |
fnmatch.h
|
3611bfe89b
Define __BSD_VISIBLE in fnmatch.h.
|
5 years ago |
freezero.c
|
1c688801e9
Include stdlib.h for declaration of free.
|
6 years ago |
getcwd.c
|
30f9bd1c09
Repair $OpenBSD markers.
|
8 years ago |
getgrouplist.c
|
30f9bd1c09
Repair $OpenBSD markers.
|
8 years ago |
getopt.h
|
8654dd2d73
- (dtucker) [openbsd-compat/getopt.h] Remove unneeded bits.
|
11 years ago |
getopt_long.c
|
0abfb559e3
- (dtucker) [openbsd-compat/getopt.h openbsd-compat/getopt_long.c
|
11 years ago |
getrrsetbyname-ldns.c
|
462082eacb
avoid uninitialised free of ldns_res
|
10 years ago |
getrrsetbyname.c
|
b62164f32d
getrrsetbyname: Fix typo.
|
3 years ago |
getrrsetbyname.h
|
215ef28b8c
DNSSEC even if resolv.conf missing "options edns0"
|
3 years ago |
glob.c
|
8854724cce
Sync rev 1.49.
|
4 years ago |
glob.h
|
fbcb9a7fa5
upstream commit
|
5 years ago |
inet_aton.c
|
604a037d84
whitespace at EOL
|
8 years ago |
inet_ntoa.c
|
de9d623960
- (dtucker) [openbsd-compat/inet_nto.c] Update from OpenBSD 1.4 -> 1.6.
|
19 years ago |
inet_ntop.c
|
3e6fe87ef9
- otto@cvs.openbsd.org 2008/12/09 19:38:38
|
13 years ago |
kludge-fd_set.c
|
703b98a267
- (djm) [openbsd-compat/Makefile.in openbsd-compat/kludge-fd_set.c]
|
10 years ago |
libressl-api-compat.c
|
624d19ac2d
fix compilation with openssl built without ECC
|
6 years ago |
md5.c
|
81bfbd0bd3
support --without-openssl at configure time
|
10 years ago |
md5.h
|
81bfbd0bd3
support --without-openssl at configure time
|
10 years ago |
memmem.c
|
05c215de8d
Wrap stdint.h include in ifdef HAVE_STDINT_H.
|
4 years ago |
mktemp.c
|
f35dc8dd0c
Backport 33267feaffd5d98aa56d2f0b3a99ec352effe938
|
3 years ago |
openbsd-compat.h
|
f35dc8dd0c
Backport 33267feaffd5d98aa56d2f0b3a99ec352effe938
|
3 years ago |
openssl-compat.c
|
7266ddbcfa
Remove mostly useless OpenSSL compatability check.
|
3 years ago |
openssl-compat.h
|
2759135243
multi: Port upstream patches: 2/17/21 -> 2/24/21
|
3 years ago |
port-aix.c
|
31c9348c5e
Constify aix_krb5_get_principal_name.
|
4 years ago |
port-aix.h
|
31c9348c5e
Constify aix_krb5_get_principal_name.
|
4 years ago |
port-irix.c
|
eb0b51dac4
Move log.h include inside ifdefs.
|
5 years ago |
port-irix.h
|
1e8013a17f
Remove obsolete CVS $Id from source files.
|
8 years ago |
port-linux-sshd.c
|
4745c0fbd8
Initial porting of IBM and Red Hat modifications.
|
3 years ago |
port-linux.c
|
22574a267a
Backport e51dc7fab61df36e43f3bc64b673f88d388cab91
|
3 years ago |
port-linux.h
|
4745c0fbd8
Initial porting of IBM and Red Hat modifications.
|
3 years ago |
port-net.c
|
b356a7ad50
multi: Upstream OpenBSD and OpenSSH-portable fixes
|
3 years ago |
port-net.h
|
2de5c6b53b
fix rdomain compilation errors
|
7 years ago |
port-solaris.c
|
6b7c53498d
retain Solaris PRIV_FILE_LINK_ANY in sftp-server
|
5 years ago |
port-solaris.h
|
1e8013a17f
Remove obsolete CVS $Id from source files.
|
8 years ago |
port-uw.c
|
fe8e8f349a
check for NULL return from shadow_pw()
|
6 years ago |
port-uw.h
|
99203ec48b
20070326
|
17 years ago |
pwcache.c
|
4c3e00b1ed
Cast *ID types to unsigned long when printing.
|
5 years ago |
readpassphrase.c
|
fbfa6f980d
Move signal compat code into bsd-signal.{c,h}
|
6 years ago |
readpassphrase.h
|
d76b4c74f8
- (dtucker) [openbsd-compat/readpassphrase.h] Update from OpenBSD 1.3 -> 1.5.
|
19 years ago |
reallocarray.c
|
37f9220db8
Wrap stdint.h includes in ifdefs.
|
9 years ago |
recallocarray.c
|
e0f609c8a2
Wrap stdint.h include in #ifdef.
|
7 years ago |
rresvport.c
|
639ce593d4
- (djm) [openbsd-compat/rresvport.c] Add unistd.h for missing close()
|
16 years ago |
setenv.c
|
d1a74580f8
- (djm) [openbsd-compat/setenv.c] Forklift upgrade, including inclusion
|
13 years ago |
setproctitle.c
|
73eb6cef41
Include stdio.h for vsnprintf.
|
5 years ago |
sha1.c
|
adcaf40fd0
upstream rev 1.27: fix integer overflow.
|
5 years ago |
sha1.h
|
81bfbd0bd3
support --without-openssl at configure time
|
10 years ago |
sha2.c
|
6700c7670e
Backport 86cc8ce002ea10e88a4c5d622a8fdfab8a7d261f
|
3 years ago |
sha2.h
|
fd0684b319
Remove sys/cdefs.h include.
|
5 years ago |
sigact.c
|
8b7ab960df
- (djm) [openbsd-compat/sigact.c] Avoid NULL derefs in ancient sigaction
|
16 years ago |
sigact.h
|
9d30d13922
- (dtucker) [openbsd-compat/sigact.h] Update from OpenBSD 1.2 -> 1.3.
|
19 years ago |
strcasestr.c
|
afec07732a
Add strcasestr to compat library.
|
8 years ago |
strlcat.c
|
7f24a0e647
- (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers to
|
19 years ago |
strlcpy.c
|
b9cd0491f7
- millert@cvs.openbsd.org 2006/05/05 15:27:38
|
13 years ago |
strmode.c
|
09471d8a1f
- (dtucker) [openbsd-compat/strmode.c] Update from OpenBSD 1.5 -> 1.7.
|
19 years ago |
strndup.c
|
7c15301841
Use includes.h instead of config.h.
|
6 years ago |
strnlen.c
|
7c15301841
Use includes.h instead of config.h.
|
6 years ago |
strptime.c
|
aa74f6754a
- (dtucker) [configure.ac openbsd-compat/Makefile.in
|
14 years ago |
strsep.c
|
4e8c2490bb
- (dtucker) [openbsd-compat/strsep.c] Update from OpenBSD 1.5 -> 1.6.
|
19 years ago |
strtoll.c
|
5a0bdf770c
- (dtucker) [openbsd-compat/{realpath.c,stroll.c,rresvport.c}] $OpenBSD tag.
|
19 years ago |
strtonum.c
|
8a15f01aff
- (dtucker) [openbsd-compat/strtonum.c] Include stdlib.h for strtoll,
|
18 years ago |
strtoul.c
|
f5ebfe9f68
- (dtucker) [openbsd-compat/strtoul.c] Update from OpenBSD 1.5 -> 1.7.
|
19 years ago |
strtoull.c
|
8e6fb780e5
- (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoull.c
|
11 years ago |
sys-queue.h
|
c9e3be9f4b
undef TAILQ_CONCAT and friends
|
4 years ago |
sys-tree.h
|
951b53b1be
- (dtucker) [configure.ac openbsd-compat/sys-tree.h] Test if compiler allows
|
11 years ago |
timingsafe_bcmp.c
|
aa18063baf
- matthew@cvs.openbsd.org 2010/09/24 13:33:00
|
14 years ago |
vis.c
|
032147b695
Move DEF_WEAK into defines.h.
|
8 years ago |
vis.h
|
ae9c0d4d5c
Update vis.h and vis.c from OpenBSD.
|
8 years ago |
xcrypt.c
|
d1d301a1dd
in pick_salt() avoid dereference of NULL passwords
|
6 years ago |