openssh/openbsd-compat
Damien Miller cafbcc7334 - (djm) Fix return value checks for RAND_bytes. Report from
Steve G <linux_4ever@yahoo.com>
2003-03-17 16:13:53 +11:00
..
.cvsignore
Makefile.in - (djm) Rest of Bug #499: Import a basename() function from OpenBSD libc 2003-02-24 12:55:55 +11:00
base64.c - (djm) Bug #456: Support for NEC SX6 with Unicos; from wendyp@cray.com 2003-02-24 15:45:42 +11:00
base64.h - (djm) Bug #456: Support for NEC SX6 with Unicos; from wendyp@cray.com 2003-02-24 15:45:42 +11:00
basename.c - (djm) Rest of Bug #499: Import a basename() function from OpenBSD libc 2003-02-24 12:55:55 +11:00
basename.h duh 2003-02-25 14:32:16 +11:00
bindresvport.c - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise 2002-06-27 18:23:20 +00:00
bindresvport.h
bsd-arc4random.c - (djm) Fix return value checks for RAND_bytes. Report from 2003-03-17 16:13:53 +11:00
bsd-arc4random.h
bsd-cray.c Cray fixes (bug 367) based on patch from Wendy Palm @ cray. 2002-09-25 17:38:46 -07:00
bsd-cray.h - (bal) Bugzilla 477 patch by wendyp@cray.com. Define TIOCGPGRP for 2003-01-27 21:15:10 +00:00
bsd-cygwin_util.c - (bal) Update ssh-host-config and minor rewrite of bsd-cygwin_util.c 2002-11-09 15:59:27 +00:00
bsd-cygwin_util.h - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen 2002-04-15 22:00:51 +00:00
bsd-getpeereid.c - (djm) Added getpeereid() replacement. Properly implemented for systems 2002-09-12 10:32:59 +10:00
bsd-getpeereid.h - (djm) Added getpeereid() replacement. Properly implemented for systems 2002-09-12 10:32:59 +10:00
bsd-misc.c - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. More 2003-01-10 09:53:12 +11:00
bsd-misc.h - (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.com 2002-06-13 21:34:57 +00:00
bsd-nextstep.c
bsd-nextstep.h
bsd-snprintf.c
bsd-snprintf.h
bsd-waitpid.c
bsd-waitpid.h
daemon.c
daemon.h
dirname.c - (djm) Sync openbsd-compat with OpenBSD -current 2002-09-11 10:29:11 +10:00
dirname.h
fake-gai-errnos.h
fake-getaddrinfo.c - (djm) Bug #501: gai_strerror should return char*; 2003-02-24 12:35:08 +11:00
fake-getaddrinfo.h - (djm) Bug #501: gai_strerror should return char*; 2003-02-24 12:35:08 +11:00
fake-getnameinfo.c
fake-getnameinfo.h
fake-socket.h [acconfig.h defines.h includes.h] put includes in includes.h and 2002-04-11 20:35:39 -07:00
getcwd.c - (djm) Sync openbsd-compat/ with OpenBSD -current 2003-01-08 11:16:48 +11:00
getcwd.h
getgrouplist.c
getgrouplist.h
getopt.c - (djm) Sync openbsd-compat/ with OpenBSD -current 2003-01-08 11:16:48 +11:00
getopt.h
glob.c - (djm) Sync openbsd-compat with OpenBSD -current 2002-09-11 10:29:11 +10:00
glob.h - (djm) Sync openbsd-compat with OpenBSD -current 2002-09-11 10:29:11 +10:00
inet_aton.c [acconfig.h defines.h includes.h] put includes in includes.h and 2002-04-11 20:35:39 -07:00
inet_aton.h
inet_ntoa.c - (djm) Sync openbsd-compat with OpenBSD -current 2002-09-11 10:29:11 +10:00
inet_ntoa.h
inet_ntop.c - (djm) Sync openbsd-compat with OpenBSD -current 2002-09-11 10:29:11 +10:00
inet_ntop.h
mktemp.c - (djm) Bug #26: Use local mkstemp() rather than glibc's silly one. Fixes 2003-01-07 15:18:32 +11:00
mktemp.h - (djm) Bug #26: Use local mkstemp() rather than glibc's silly one. Fixes 2003-01-07 15:18:32 +11:00
openbsd-compat.h - (djm) Rest of Bug #499: Import a basename() function from OpenBSD libc 2003-02-24 12:55:55 +11:00
port-aix.c Added author to ports-aix.[ch]. 2002-07-07 02:17:36 +00:00
port-aix.h - (bal) AIX 4.2.1 lacks nanosleep(). Patch to use nsleep() provided by 2003-02-01 04:43:34 +00:00
port-irix.c - (bal) Revered out of runtime IRIX runtime detection of joblimits. Code is 2002-04-06 18:58:31 +00:00
port-irix.h - (bal) Migrate IRIX jobs/projects/audit/etc code to 2002-02-19 20:02:48 +00:00
readpassphrase.c - (djm) Sync openbsd-compat with OpenBSD -current 2002-09-11 10:29:11 +10:00
readpassphrase.h - (djm) Sync openbsd-compat with OpenBSD -current 2002-09-11 10:29:11 +10:00
realpath.c - (bal) [realpath.c] Updated with OpenBSD tree. 2002-07-07 22:07:10 +00:00
realpath.h
rresvport.c - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise 2002-06-27 18:23:20 +00:00
rresvport.h
setenv.c - (djm) Sync openbsd-compat/ with OpenBSD -current 2003-01-08 11:16:48 +11:00
setenv.h
setproctitle.c - (djm) Fix compilation for NetBSD from dtucker@zip.com.au 2003-01-20 13:15:10 +11:00
setproctitle.h - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. More 2003-01-10 09:53:12 +11:00
sigact.c - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise 2002-06-27 18:23:20 +00:00
sigact.h
strlcat.c - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise 2002-06-27 18:23:20 +00:00
strlcat.h
strlcpy.c - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise 2002-06-27 18:23:20 +00:00
strlcpy.h
strmode.c
strmode.h
strsep.c - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise 2002-06-27 18:23:20 +00:00
strsep.h
sys-queue.h - (djm) Sync sys/tree.h with OpenBSD -current. Rename tree.h and 2002-09-12 10:43:29 +10:00
sys-tree.h - (djm) Sync openbsd-compat/ with OpenBSD -current 2003-01-08 11:16:48 +11:00
vis.c - (djm) Bug #470: Detect strnvis, not strvis in configure. 2003-01-17 10:31:38 +11:00
vis.h - (djm) Bug #470: Detect strnvis, not strvis in configure. 2003-01-17 10:31:38 +11:00
xmmap.c - (stevesk) [xmmap.c] missing prototype for fatal() 2002-07-22 16:20:29 +00:00
xmmap.h - (bal) [monitor_mm.c openbsd-compat/xmmap.h] Move xmmap() defines 2002-07-23 00:03:33 +00:00