Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
aff7ef1bb8b7c1eeb1f4812129091c5adbf51848
/
defines.h
df8b030
- (djm) [configure.ac defines.h] Skip arc4random_stir() calls on platforms
by Damien Miller
· 11 years ago
007e3b3
- (dtucker) [configure.ac defines.h] Add typedefs for intmax_t and uintmax_t
by Darren Tucker
· 11 years ago
c7aad00
- (dtucker) [configure.ac defines.h] Test for fd_mask, howmany and NFDBITS
by Darren Tucker
· 11 years ago
9243ef0
- (dtucker) [defines.h] Remove SIZEOF_CHAR bits since the test for it is
by Darren Tucker
· 12 years ago
96ce9a1
20121205
by Tim Rice
· 12 years ago
f79b5d3
- (tim) [defines.h] move chunk introduced in 1.125 before MAXPATHLEN so
by Tim Rice
· 13 years ago
5ffe1c4
- (djm) [configure.ac defines.h] No need to detect sizeof(char); patch
by Damien Miller
· 13 years ago
90f42b0
- (tim) [configure.ac defines.h] Run test program to detect system mail
by Tim Rice
· 13 years ago
9abb697
- (tim) [defines.h] Deal with platforms that do not have S_IFSOCK ok djm@
by Tim Rice
· 14 years ago
68790fe
- (djm) [defines.h] Move up include of netinet/ip.h for IPTOS definitions.
by Damien Miller
· 14 years ago
ea52a82
- (dtucker) [LICENCE Makefile.in audit-bsm.c audit-linux.c audit.c audit.h
by Darren Tucker
· 14 years ago
73de86a
- (djm) [defines.h] Add IP DSCP defines
by Damien Miller
· 14 years ago
54b1f31
- (dtucker) [defines.h] Use SIZE_T_MAX for SIZE_MAX for platforms that have a
by Darren Tucker
· 14 years ago
7bc236d
- (dtucker) [defines.h] Add SIZE_MAX for the benefit of platforms that don't
by Darren Tucker
· 14 years ago
261d93a
- (dtucker) [configure.ac defines.h loginrec.c logintest.c] Bug #1732: enable
by Darren Tucker
· 15 years ago
d4a7fcb
- (tim) [defines.h] openbsd-compat/readpassphrase.c now needs _NSIG.
by Tim Rice
· 15 years ago
269275c
- (dtucker) [defines.h] Remove now-undeeded PRIu64 define.
by Darren Tucker
· 15 years ago
709d0ce
- (dtucker) [defines.h] define PRIu64 for platforms that don't have it.
by Darren Tucker
· 15 years ago
86e30a0
- (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer
by Darren Tucker
· 15 years ago
3278062
- (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
by Darren Tucker
· 15 years ago
ccfee05
- (dtucker) [configure.ac defines.h] Check for in_port_t and typedef if needed.
by Darren Tucker
· 16 years ago
642ebe5
- (dtucker) [defines.h sshconnect.c] INET6_ADDRSTRLEN is now needed in
by Darren Tucker
· 16 years ago
351529c
- (tim) [configure.ac defines.h openbsd-compat/port-uw.c
by Tim Rice
· 16 years ago
d8968ad
- (djm) [atomicio.c channels.c clientloop.c defines.h includes.h]
by Damien Miller
· 16 years ago
61b0695
- (dtucker) [defines.h] Bug #1112: __dead is, well dead. Based on a patch
by Darren Tucker
· 16 years ago
7700138
- (dtucker) [configure.ac defines.h sftp-client.c M sftp-server.c] Add a
by Darren Tucker
· 16 years ago
598eaa6
- (dtucker) [configure.ac defines.h sftp-client.c sftp-server.c sftp.c
by Darren Tucker
· 16 years ago
5b2e2ba
- (dtucker) [configure.ac defines.h sftp-client.c sftp-server.c sftp.c] Do not enable statvfs extensions on platforms that do not have statvfs. ok djm@
by Darren Tucker
· 16 years ago
3d295a6
- (dtucker) [key.c defines.h openbsd-compat/openssl-compat.h] Move old OpenSSL
by Darren Tucker
· 17 years ago
bc1bd9d
- (dtucker) [configure.ac defines.h] Shadow expiry does not work on QNX6
by Darren Tucker
· 17 years ago
6ebefac
- (tim) [defines.h] Fix regression in long password support on OpenServer 6.
by Tim Rice
· 17 years ago
a5b6f72
- (dtucker) [defines.h] Remove _PATH_{CSHELL,SHELLS} which aren't
by Darren Tucker
· 17 years ago
dca0edf
- (dtucker) [configure.ac defines.h] Have configure check for offsetof
by Darren Tucker
· 18 years ago
391de5c
- (dtucker) [configure.ac defines.h] Prevent warnings about __attribute__
by Darren Tucker
· 18 years ago
6d862a5
- (dtucker) [configure.ac defines.h] Have configure check for MAXSYMLINKS
by Darren Tucker
· 18 years ago
99203ec
20070326
by Tim Rice
· 18 years ago
0dc5484
- (dtucker) [defines.h] Include unistd.h before defining getpgrp; fixes
by Darren Tucker
· 18 years ago
bb59814
- (djm) Disable sigdie() for platforms that cannot safely syslog inside
by Damien Miller
· 18 years ago
32ab2ae
- (dtucker) [defines.h] With the includes.h changes we no longer get the
by Darren Tucker
· 18 years ago
2ab323e
- (djm) [auth-pam.c defines.h] Move PAM related bits to auth-pam.c
by Damien Miller
· 18 years ago
b8fe89c
- (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c]
by Damien Miller
· 18 years ago
248469b
- (dtucker) [configure.ac defines.h] Only define SHUT_RD (and friends) and O_NONBLOCK
by Darren Tucker
· 18 years ago
cefd8bb
- (dtucker) [defines.h] Find a value for IOV_MAX or use a conservative
by Darren Tucker
· 18 years ago
af87af1
- (djm) [configure.ac defines.h kex.c md-sha256.c]
by Damien Miller
· 19 years ago
98cfc4c
- (dtucker) [defines.h] HP-UX system headers define "YES" and "NO" which
by Darren Tucker
· 19 years ago
9ac1a65
- (dtucker) [configure.ac defines.h openbsd-compat/vis.{c,h}] Sync current
by Darren Tucker
· 19 years ago
784d4f5
Last commit skipped defines.h
by Tim Rice
· 19 years ago
66fd217
- (tim) [configure.ac auth.c defines.h session.c openbsd-compat/port-uw.c
by Tim Rice
· 19 years ago
2291c00
- (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.c
by Tim Rice
· 19 years ago
8cc2ad6
- (tim) [defines.h] PATH_MAX bits for OpenServer OK dtucker@
by Tim Rice
· 19 years ago
93e7e8f
- (dtucker) [configure.ac defines.h includes.h sftp.c] Add support for
by Darren Tucker
· 19 years ago
73f671a
- (dtucker) [LICENCE configure.ac defines.h openbsd-compat/realpath.c]
by Darren Tucker
· 19 years ago
4a42257
- (dtucker) [configure.ac defines.h] Define __sentinel__ to nothing if the
by Darren Tucker
· 19 years ago
2be1cbb
- (dtucker) [acconfig.h configure.ac defines.h includes.h sshpty.c
by Darren Tucker
· 19 years ago
287b459
- (djm) [defines.h] Use our realpath if we have to define PATH_MAX, spotted by
by Damien Miller
· 19 years ago
d9f8891
- (dtucker) [LICENCE Makefile.in README.platform audit-bsm.c configure.ac
by Darren Tucker
· 20 years ago
2fba993
- (dtucker) [auth.c canohost.c canohost.h configure.ac defines.h loginrec.c]
by Darren Tucker
· 20 years ago
59bf4a9
- (dtucker) [defines.h] Define __dead if not already defined.
by Darren Tucker
· 20 years ago
0e220db
- djm@cvs.openbsd.org 2004/06/13 15:03:02
by Damien Miller
· 20 years ago
06a8cfe
- (dtucker) [auth-skey.c defines.h monitor.c] Make skeychallenge explicitly
by Darren Tucker
· 21 years ago
3b908f6
- (dtucker) [acconfig.h configure.ac defines.h] Bug #673: check for 4-arg
by Darren Tucker
· 21 years ago
11f1829
- (dtucker) [defines.h loginrec.c] Define UT_LINESIZE if not defined and
by Darren Tucker
· 21 years ago
8db9a0f
- (dtucker) [acconfig.h configure.ac defines.h] Bug #820: don't use
by Darren Tucker
· 21 years ago
91bf45c
- (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h
by Darren Tucker
· 21 years ago
9df3def
- (dtucker) [LICENCE Makefile.in auth-passwd.c auth-shadow.c auth.c auth.h
by Darren Tucker
· 21 years ago
01326eb
[defines.h openbsd-compat/getrrsetbyname.h] Move defines for HFIXEDSZ
by Tim Rice
· 21 years ago
ba1c2b8
[defines.h] Add defines for HFIXEDSZ and T_SIG
by Tim Rice
· 21 years ago
0234e86
- (dtucker) [auth-pam.c defines.h] Bug #783: move __unused to defines.h and
by Darren Tucker
· 21 years ago
3715be3
- (dtucker) [defines.h] Bug #458: Define SIZE_T_MAX as UINT_MAX if we
by Darren Tucker
· 21 years ago
e00074a
- (djm) OpenBSD CVS Sync
by Damien Miller
· 21 years ago
a8e06ce
- djm@cvs.openbsd.org 2003/11/21 11:57:03
by Damien Miller
· 21 years ago
e1a790d
- (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve
by Darren Tucker
· 21 years ago
49aaf4a
- (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h
by Darren Tucker
· 21 years ago
8e3653d
- (dtucker) [defines.h] Put CMSG_DATA, CMSG_FIRSTHDR with other CMSG* macros,
by Darren Tucker
· 21 years ago
f315224
- (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
by Darren Tucker
· 21 years ago
af63951
- (djm) Put licenses on substantial header files
by Damien Miller
· 21 years ago
0e7f436
- (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit
by Ben Lindstrom
· 22 years ago
3bc0c06
- (djm) Add TIMEVAL_TO_TIMESPEC macros
by Damien Miller
· 22 years ago
81ed518
by Tim Rice
· 22 years ago
3962119
- (bal) [defines.h] Some platforms don't have SIZE_T_MAX. So assign
by Ben Lindstrom
· 22 years ago
232ccf7
- (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync
by Ben Lindstrom
· 22 years ago
b8b2304
by Tim Rice
· 22 years ago
34f0d8f
- (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
by Kevin Steves
· 22 years ago
ee9ac35
- (bal) getopt now can be staticly compiled on those platforms missing
by Ben Lindstrom
· 22 years ago
03bab28
- (bal) Reverse logic, use __func__ first since it's C99
by Ben Lindstrom
· 22 years ago
30e494f
- (stevesk) [defines.h] remove USE_TIMEVAL; unused
by Kevin Steves
· 23 years ago
d77facd
- (djm) Bug #213: Simplify CMSG_ALIGN macros to avoid symbol clashes.
by Damien Miller
· 23 years ago
594a71b
- (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by
by Damien Miller
· 23 years ago
813f045
by Tim Rice
· 23 years ago
fdee8ef
- (bal) We no longer use atexit()/xatexit()/on_exit()
by Ben Lindstrom
· 23 years ago
4435a55
- (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other
by Kevin Steves
· 23 years ago
219bef1
- (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but
by Kevin Steves
· 23 years ago
4846f4a
- (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms
by Kevin Steves
· 23 years ago
7577fd8
- (bal) Add in check for rpc/types.h since it is needed on
by Ben Lindstrom
· 23 years ago
4cec93f
by Tim Rice
· 23 years ago
57e3fa8
by Tim Rice
· 23 years ago
fa9b641
- (bal) reverted out of 5/2001 change to atexit(). I assume I
by Ben Lindstrom
· 23 years ago
2f8f6e3
- (stevesk) defines.h: use "/var/spool/sockets/X11/%u" for HP-UX. does
by Kevin Steves
· 23 years ago
f49a119
- (stevesk) defines.h: determine _PATH_UNIX_X; currently "/tmp/.X11-unix/X%u"
by Kevin Steves
· 23 years ago
14a5c99
- (djm) Compat define for OpenSSL < 0.9.6 (No OPENSSL_free)
by Damien Miller
· 23 years ago
Next »