Displaying 20 results from an estimated 29 matches for "ifaddr".
Did you mean:
iaddr
2013 Jul 02
0
Problems building new 3.6.16: getting symbols from local sys AND "../lib/replace
Shouldn't it use one or the other?
In file included from ./../nsswitch/winbind_nss_config.h:46:0,
from ../nsswitch/libwbclient/libwbclient.h:31,
from ../nsswitch/libwbclient/wbc_guid.c:26:
./../lib/replace/system/network.h:134:8: error: redefinition of ?struct
ifaddrs?
struct ifaddrs {
^
In file included from ./../lib/replace/system/network.h:130:0,
from ./../nsswitch/winbind_nss_config.h:46,
from ../nsswitch/libwbclient/libwbclient.h:31,
from ../nsswitch/libwbclient/wbc_guid.c:26:
/usr/include/ifaddrs.h:29:8: note: originally defined here
struct ifaddrs
^
In f...
2014 Jun 23
2
ListenAdress Exclusion
I was wondering what everyone's thoughts were on a simpler way to exclude
addresses from having listeners on them.
I know a lot of people have multiple subnets, especially larger
corporations.
Some networks are non-route-able, and therefor unsuitable for use with SSH,
aside from communication between other servers on the same subnet.
Given that we may want to exclude those non-route-able
2010 Jul 25
1
Per E-Mail senden: commit.txt
...something like a commit message (I think).
Sorry, but I am not familiar with git and currently familiarizing with it.
In the meantime, I fixed some code and introduced a compatibility wrapper to
allow porting tinc to "Fritz!Box" (using Freetz http://trac.freetz.org/).
The file is called ifaddr-compat.h/c and wraps the function "getifaddrs".
I'm going to answer your questions now:
> Why the need for a response message?
Because a simple "announce/broadcast" can't be authenticated, thus, an
adversary could announce that he's a legitimate endpoint.
Althou...
2010 Dec 07
0
[PATCH]: A daemon to support HyperV KVP functionality
...<linux/types.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <string.h>
+#include <errno.h>
+#include <arpa/inet.h>
+#include <linux/connector.h>
+#include <linux/netlink.h>
+#include <sys/socket.h>
+#include <ifaddrs.h>
+#include <netdb.h>
+#include <syslog.h>
+
+/*
+ * KYS: TODO. Need to register these in the kernel.
+ *
+ * The following definitions are shared with the in-kernel component; do not
+ * change any of this without making the corresponding changes in
+ * the KVP kernel component.
+...
2010 Dec 07
0
[PATCH]: A daemon to support HyperV KVP functionality
...<linux/types.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <string.h>
+#include <errno.h>
+#include <arpa/inet.h>
+#include <linux/connector.h>
+#include <linux/netlink.h>
+#include <sys/socket.h>
+#include <ifaddrs.h>
+#include <netdb.h>
+#include <syslog.h>
+
+/*
+ * KYS: TODO. Need to register these in the kernel.
+ *
+ * The following definitions are shared with the in-kernel component; do not
+ * change any of this without making the corresponding changes in
+ * the KVP kernel component.
+...
2010 Dec 08
0
No subject
...<linux/types.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <string.h>
+#include <errno.h>
+#include <arpa/inet.h>
+#include <linux/connector.h>
+#include <linux/netlink.h>
+#include <sys/socket.h>
+#include <ifaddrs.h>
+#include <netdb.h>
+#include <syslog.h>
+
+/*
+ * KYS: TODO. Need to register these in the kernel.
+ *
+ * The following definitions are shared with the in-kernel component; do =
not
+ * change any of this without making the corresponding changes in
+ * the KVP kernel component....
2010 Dec 08
0
No subject
...<linux/types.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <string.h>
+#include <errno.h>
+#include <arpa/inet.h>
+#include <linux/connector.h>
+#include <linux/netlink.h>
+#include <sys/socket.h>
+#include <ifaddrs.h>
+#include <netdb.h>
+#include <syslog.h>
+
+/*
+ * KYS: TODO. Need to register these in the kernel.
+ *
+ * The following definitions are shared with the in-kernel component; do =
not
+ * change any of this without making the corresponding changes in
+ * the KVP kernel component....
2010 Dec 17
0
[PATCH 4/4] Staging: hv: Add a user-space daemon to support key/value pair (KVP)
...<linux/types.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <string.h>
+#include <errno.h>
+#include <arpa/inet.h>
+#include <linux/connector.h>
+#include <linux/netlink.h>
+#include <sys/socket.h>
+#include <ifaddrs.h>
+#include <netdb.h>
+#include <syslog.h>
+
+/*
+ * KYS: TODO. Need to register these in the kernel.
+ *
+ * The following definitions are shared with the in-kernel component; do not
+ * change any of this without making the corresponding changes in
+ * the KVP kernel component.
+...
2010 Dec 17
0
[PATCH 4/4] Staging: hv: Add a user-space daemon to support key/value pair (KVP)
...<linux/types.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <string.h>
+#include <errno.h>
+#include <arpa/inet.h>
+#include <linux/connector.h>
+#include <linux/netlink.h>
+#include <sys/socket.h>
+#include <ifaddrs.h>
+#include <netdb.h>
+#include <syslog.h>
+
+/*
+ * KYS: TODO. Need to register these in the kernel.
+ *
+ * The following definitions are shared with the in-kernel component; do not
+ * change any of this without making the corresponding changes in
+ * the KVP kernel component.
+...
2011 Jan 03
1
Tinc improvements
..."$LIBS -lws2_32"
+ LIBS="$LIBS -lws2_32 -liphlpapi"
;;
*)
AC_MSG_ERROR("Unknown operating system.")
@@ -108,6 +108,15 @@
)
AC_CHECK_HEADERS([netinet/tcp.h netinet/ip_icmp.h netinet/icmp6.h],
[], [], [#include "have.h"]
+)
+AC_CHECK_HEADERS([ifaddrs.h],
+ [], [], [#include "have.h"]
+)
+AC_CHECK_HEADERS([sys/sockio.h],
+ [], [], [#include "have.h"]
+)
+AC_CHECK_HEADERS([sys/sockios.h],
+ [], [], [#include "have.h"]
)
dnl Checks for typedefs, structures, and compiler characteristics.
-----------------------...
2010 Dec 08
1
Error building network library on OpenSolaris and 1.8.1-rc1
Hello All,
I have been banging my head against trying to get asterisk to compile on
Solaris as well as OpenSolaris. I've tried to build various versions of
Asterisk as on various versions of Solaris and OpenSolaris to no avail.
Finally, I said, what the heck, I got the latest version of OpenSolaris that
(pkg image-update) could get and then the latest ver of asterisk I found on
the digium
2008 Mar 17
1
VPN server and logon to Samba PDC
...on FreeBSD I ended up with a
partially working solution. I removed the reference to the option file in
/usr/local/etc/pptpd.conf and modified /etc/ppp/ppp.conf like this:
pptp:
set timeout 0
set log phase chat connect lcp ipcp command
set dial
set login
enable mssfixup
set ifaddr 192.168.1.4 192.168.150-192.168.1.155 255.255.255.0
set server /tmp/loop "" 0177
disable pap
# Authenticate against /etc/passwd
enable passwdauth
disable ipv6cp
enable proxy
accept dns
enable MSChapV2
enable mppe
disable deflate pred1
And I added t...
2006 Apr 11
2
FreeBSD 6.0 panics - sbdrop
...9;, to_nsacks = 0 '\0',
to_sacks = 0x0}
headlocked = 0
rstreason = 69
ip6 = (struct ip6_hdr *) 0x0
isipv6 = 0
#6 0xc0740147 in ip_input (m=0xc1c09100)
at /usr/src/sys/netinet/ip_input.c:778
ip = (struct ip *) 0xc1b2f810
ia = (struct in_ifaddr *) 0xc1c0bb00
ifa = (struct ifaddr *) 0xc1c0bb00
checkif = 0
hlen = 20
sum = 0
dchg = 0
odst = {s_addr = 3250633472}
#7 0xc07171ff in netisr_processqueue (ni=0xc09ca4f8)
at /usr/src/sys/net/netisr.c:236
m = (struct mbuf *) 0xc1c09100
#8...
2010 May 11
1
Samba 3.5.2 compile on AIX
...es
checking for gethostbyname... yes
checking for if_nametoindex... yes
checking for socketpair... yes
checking for broken inet_ntoa... no
checking for inet_ntoa... yes
checking for inet_aton... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for getaddrinfo... yes
checking ifaddrs.h usability... no
checking ifaddrs.h presence... no
checking for ifaddrs.h... no
checking for struct sockaddr.sa_len... yes
checking for getifaddrs and freeifaddrs... no
checking for iface getifaddrs... no
checking for iface AIX... en0 IP=146.91.8.38
en0 IP=146.91.8.38
lo0 IP=...
2010 Nov 01
1
Samba 4 on osx
...g for header netinet/ip.h : yes
Checking for header netinet/tcp.h : yes
Checking for header netinet/in_ip.h : no
Checking for header sys/sockio.h : yes
Checking for header sys/un.h : yes
Checking for header sys/uio.h : yes
Checking for header ifaddrs.h : yes
Checking for header direct.h : no
Checking for header dirent.h : yes
Checking for header windows.h : no
Checking for header winsock2.h : no
Checking for header ws2tcpip.h : no
Checking for header libintl.h :...
2010 Oct 07
1
OSX and samba4 git
...g for header netinet/ip.h : yes
Checking for header netinet/tcp.h : yes
Checking for header netinet/in_ip.h : no
Checking for header sys/sockio.h : yes
Checking for header sys/un.h : yes
Checking for header sys/uio.h : yes
Checking for header ifaddrs.h : yes
Checking for header direct.h : no
Checking for header dirent.h : yes
Checking for header windows.h : no
Checking for header winsock2.h : no
Checking for header ws2tcpip.h : no
Checking for header libintl.h :...
2008 Jul 08
0
Report this to samba-technical@samba.org, ldap_initialize error
...ing for if_nametoindex... no
checking for if_nametoindex in -lipv6... no
checking for socketpair... yes
checking for broken inet_ntoa... no
checking for inet_ntoa... yes
checking for inet_aton... no
checking for inet_ntop... yes
checking for inet_pton... yes
checking for getaddrinfo... yes
checking ifaddrs.h usability... no
checking ifaddrs.h presence... no
checking for ifaddrs.h... no
checking for struct sockaddr.sa_len... no
checking for getifaddrs and freeifaddrs... no
checking for iface getifaddrs... no
checking for iface AIX... no
checking for iface ifconf... eri0 IP=192.168.1.20 NETMASK=...
2015 Nov 17
12
3.7.1-rc1 has been tagged. Let's begin testing!
Hi,
I have just tagged 3.7.1-rc1, so it is ready for testing. As a
reminder, when doing regression testing, use the 3.7.0 release
as your baseline.
Thanks,
Tom
2004 Apr 20
1
[patch] Raw sockets in jails
Although RAW sockets can be used when specifying the source
address of packets (defeating one of the aspects of the jail)
some people may find it usefull to use utilities like ping(8)
or traceroute(8) from inside jails.
Enclosed is a patch I have written which gives you the option
of allowing prison-root to create raw sockets inside the prison,
so
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...ing for if_nametoindex... no
checking for if_nametoindex in -lipv6... no
checking for socketpair... yes
checking for broken inet_ntoa... no
checking for inet_ntoa... yes
checking for inet_aton... no
checking for inet_ntop... yes
checking for inet_pton... yes
checking for getaddrinfo... yes
checking ifaddrs.h usability... no
checking ifaddrs.h presence... no
checking for ifaddrs.h... no
checking for struct sockaddr.sa_len... no
checking for getifaddrs and freeifaddrs... no
checking for iface getifaddrs... no
checking for iface AIX... no
checking for iface ifconf... bge1:1 IP=XXX.XXX.XXX.XXX
NETMA...