search for: ifaddrs

Displaying 20 results from an estimated 29 matches for "ifaddrs".

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 fi...
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
...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. Although this would not allow the adversary to decrypt pa...
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
My goal is to make VPN access to our Samba PDC (FreeBSD 7.0) so that users can access there home shares from Windows clients. I have read the instructions at http://samba.org/ftp/unpacked/lorikeet/pppd/final-report.pdf, but I can't make it work. Don't know if is due to my lack of skills or has something to do with the Popop functionality in FreeBSD. Following the instructions, i made a
2006 Apr 11
2
FreeBSD 6.0 panics - sbdrop
Hi, I've encountered a strange problem while using FreeBSD 6.0 for our local mirror (mirror.math.uni-bielefeld.de) and thus is providing access via ftp, http, rsync and cvsup (all local and remote). The system crashes periodically with a kernel panic (panic: sbdrop). The uptimes between two crashes are going from a few hours to a few weeks. The system is a i386, Intel Pentium 4 based with
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=1...
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=2...
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 NETMAS...