Displaying 14 results from an estimated 14 matches for "in_addr_t".
2009 Mar 16
2
openssh 5.2p1 fails to build on IRIX 5.3
Hello,
I ran into a few problems when trying to build openssh 5.2p1 on IRIX 5.3.
First one is new to 5.2p1:
cc -I. -I. -I/usr/tgcware/include/openssl -I/usr/tgcware/include
-DSSHDIR=\"/usr/tgcware/etc/ssh\"
-D_PATH_SSH_PROGRAM=\"/usr/tgcware/bin/ssh\"
-D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/tgcware/libexec/ssh-askpass\"
2012 Oct 03
1
[PATCH] pxedump.c32: Simple PXE cached packet dumping
...static int get_cached_pkts(struct cached_pkts * cached_pkts);
+static int dump_cached_pkts(struct cached_pkts * cached_pkts);
+static void free_cached_pkts(struct cached_pkts * cached_pkts);
+static void dump_cached_pkt(struct cached_pkt * cached_pkt);
+static int mk_ipaddr(struct ipaddr_str * str, in_addr_t addr);
+static void hexdump(const void * memory, size_t bytes);
+
+struct ipaddr_str {
+ char v[countof(ipaddr_str_template)];
+ };
+
+struct cached_pkt {
+ void * buffer;
+ size_t len;
+ };
+
+struct cached_pkts {
+ struct cached_pkt pkt[cached_pkt_count];
+ };
+
+static const struc...
2007 Apr 10
1
[PATCH] Add support for DHCP-Options
...ring.h>
+#include <console.h>
+#include <netinet/in.h>
+#include <syslinux/boot.h>
+#include <syslinux/pxe.h>
+
+typedef struct {
+ uint8_t opcode;
+ uint8_t hardware;
+ uint8_t hardware_len;
+ uint8_t gatehops;
+ uint32_t ident;
+ uint16_t seconds;
+ uint16_t flags;
+
+ in_addr_t cip;
+ in_addr_t yip;
+ in_addr_t sip;
+ in_addr_t gip;
+ uint8_t caddr[16];
+ uint8_t sname[64];
+ uint8_t bootfile[128];
+ uint8_t options[];
+} __packed bootp_t;
+
+bootp_t *dhcpack;
+size_t dhcpack_len;
+
+int find_dhcp_option(uint8_t search, const uint8_t **str, int *len)
+{
+ uint8_t *p;
+ in...
2011 Jan 07
1
[LLVMdev] [PATCH] compiler-rt patch for clean build on Solaris 10 / x86
...ib.h:23:
In file included from /home/jocke/llvm/clean/compiler-rt/lib/endianness.h:25:
/usr/include/sys/byteorder.h:60:9: error: unknown type name 'uint16_t'
typedef uint16_t in_port_t;
^
/usr/include/sys/byteorder.h:65:9: error: unknown type name 'uint32_t'
typedef uint32_t in_addr_t;
^
/usr/include/sys/byteorder.h:69:8: error: unknown type name 'uint32_t'
extern uint32_t htonl(uint32_t);
^
/usr/include/sys/byteorder.h:69:23: error: a parameter list without types is only allowed in a function definition
extern uint32_t htonl(uint32_t);...
2008 Jan 14
0
FreeBSD Security Advisory FreeBSD-SA-08:02.libc
...ove, security branches, and the
following sections, please visit <URL:http://security.FreeBSD.org/>.
I. Background
The resolver is the part of libc that resolves hostnames (example.com) to
internet protocol (IP) addresses (192.0.2.1) and vice versa.
The inet_network() function returns an in_addr_t representing the network
address of the IP address given to inet_network() as a character string in
the dot-notation.
II. Problem Description
An off-by-one error in the inet_network() function could lead to memory
corruption with certain inputs.
III. Impact
For programs which passes untrusted...
2008 Jul 04
5
Samba v2.2.12 NTLM versions?
Hi,
I am working on an old Unix system, UNIX SVR4 MP-RAS, running a Teradata database.
Due to the age of the system (notably the C compiler, which won't handle v3 source code), I have built Samba 2.2.12
I want to use this to share Unix directories out to XP clients as network drives, for read-write access, keeping the file ownership as strict unix users.
This all works fine, except for
2000 Jul 12
0
Announce: portable OpenSSH 2.1.1p3
...Unix
- (djm) OpenBSD CVS Updates:
- deraadt at cvs.openbsd.org 2000/07/11 02:11:34
[session.c sshd.c ]
make MaxStartups code still work with -d; djm
- deraadt at cvs.openbsd.org 2000/07/11 13:17:45
[readconf.c ssh_config]
disable FallBackToRsh by default
- (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
Ben Lindstrom <mouring at pconline.com>
- (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
spec file.
- (djm) Released 2.1.1p3
20000711
- (djm) Fixup for AIX getuserattr() support from Tom Bertelson
<tbert at a...
2000 Jul 12
0
Announce: portable OpenSSH 2.1.1p3
...Unix
- (djm) OpenBSD CVS Updates:
- deraadt at cvs.openbsd.org 2000/07/11 02:11:34
[session.c sshd.c ]
make MaxStartups code still work with -d; djm
- deraadt at cvs.openbsd.org 2000/07/11 13:17:45
[readconf.c ssh_config]
disable FallBackToRsh by default
- (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
Ben Lindstrom <mouring at pconline.com>
- (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
spec file.
- (djm) Released 2.1.1p3
20000711
- (djm) Fixup for AIX getuserattr() support from Tom Bertelson
<tbert at a...
2006 Feb 06
1
Compile warning report of openssh 4.3p1 on Intel Macs
...ype... yes
checking for intXX_t types... yes
checking for int64_t type... yes
checking for u_intXX_t types... yes
checking for u_int64_t types... yes
checking for uintXX_t types in stdint.h... yes
checking for u_char... yes
checking for socklen_t... yes
checking for sig_atomic_t... yes
checking for in_addr_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for clock_t... yes
checking for sa_family_t... yes
checking for pid_t... yes
checking for mode_t... yes
checking for struct sockaddr_storage... yes
checking for struct sockaddr_in6... yes
checking for struct in6_addr... yes
chec...
2006 Apr 23
0
Configuration Warnings OpenSSH 4.3p2
...type... yes
checking for intXX_t types... yes
checking for int64_t type... yes
checking for u_intXX_t types... yes
checking for u_int64_t types... yes
checking for uintXX_t types in stdint.h... no
checking for u_char... yes
checking for socklen_t... yes
checking for sig_atomic_t... yes
checking for in_addr_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for clock_t... yes
checking for sa_family_t... yes
checking for pid_t... yes
checking for mode_t... yes
checking for struct sockaddr_storage... yes
checking for struct sockaddr_in6... yes
checking for struct in6_addr... yes
chec...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...`inet_ntop' function. */
> /* #define HAVE_INET_NTOP 1 */
>
> /* Define to 1 if you have the `initgroups' function. */
> /* #define HAVE_INITGROUPS 1 */
>
> /* Define to 1 if you have the <inttypes.h> header file. */
> /* #define HAVE_INTTYPES_H 1 */
>
> /* in_addr_t is defined */
> /* #define HAVE_IN_ADDR_T 1 */
>
> /* in_port_t is defined */
> /* #define HAVE_IN_PORT_T 1 */
>
> /* Define to 1 if you have the <libmilter/mfapi.h> header file. */
> /* #undef HAVE_LIBMILTER_MFAPI_H */
>
> /* Define to 1 if you have the <limits....
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote:
> One way to do this is to add a "cut down" version of the app to the
> test suite.
I disabled optional features in clamav-config.h
>
>> 2. GPL license. Chris?
>
> Any open source license that allows unrestricted redistribution is
> fine in llvm-test
Ok, I have created a script that automatically checks out ClamAV
0.92-stable source code
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
...no
checking for u_int64_t type in sys/bitypes.h... no
checking for uintXX_t types... no
checking for uintXX_t types in stdint.h... yes
checking for u_char... yes
checking for socklen_t... yes
checking for sig_atomic_t... yes
checking for fsblkcnt_t... yes
checking for fsfilcnt_t... yes
checking for in_addr_t... yes
checking for in_port_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for clock_t... yes
checking for sa_family_t... yes
checking for pid_t... yes
checking for mode_t... yes
checking for struct sockaddr_storage... yes
checking for struct sockaddr_in6... yes
checking f...
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote:
> We always welcome more tests. But it looks like there are two issues
> here.
>
> 1. The autoconf requirement. Is it possible to get one configuration
> working without the need for autoconf?
One way to do this is to add a "cut down" version of the app to the test
suite.
> 2. GPL license. Chris?
Any open source license that