]> andersk Git - openssh.git/blame - openbsd-compat.h
- (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
[openssh.git] / openbsd-compat.h
CommitLineData
5b564a61 1#ifndef _OPENBSD_H
2#define _OPENBSD_H
3
4#include "config.h"
5
6/* BSD function replacements */
416ed5a7 7#include "bsd-arc4random.h"
5b564a61 8#include "bsd-bindresvport.h"
443172c4 9#include "bsd-getcwd.h"
10#include "bsd-realpath.h"
5b564a61 11#include "bsd-rresvport.h"
12#include "bsd-misc.h"
13#include "bsd-strlcpy.h"
14#include "bsd-strlcat.h"
b5c334cc 15#include "bsd-strmode.h"
5b564a61 16#include "bsd-mktemp.h"
17#include "bsd-snprintf.h"
18#include "bsd-daemon.h"
5b564a61 19#include "bsd-base64.h"
5bf9cfe9 20#include "bsd-sigaction.h"
7149f606 21#include "bsd-inet_aton.h"
416ed5a7 22#include "bsd-inet_ntoa.h"
ea4c6a05 23#include "bsd-strsep.h"
bcdaaeab 24#include "bsd-strtok.h"
94ec8c6b 25#include "bsd-vis.h"
a30ce26d 26#include "bsd-waitpid.h"
f5af5cd5 27#include "bsd-setproctitle.h"
63b68889 28#include "bsd-getgrouplist.h"
5b564a61 29
30/* rfc2553 socket API replacements */
31#include "fake-getaddrinfo.h"
32#include "fake-getnameinfo.h"
33#include "fake-socket.h"
34
35#endif /* _OPENBSD_H */
This page took 0.085188 seconds and 5 git commands to generate.