/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 0001-Fix-build-with-clang.patch | 7 Add function prototype to tcpd.c and miscd.c. 17 tcpd.c | 4 ++++ 39 #include "tcpd.h" 48 diff --git a/tcpd.c b/tcpd.c 50 --- a/tcpd.c 51 +++ b/tcpd.c 52 @@ -38,6 +38,10 @@ static char sccsid[] = "@(#) tcpd.c 1.10 96/02/11 17:01:32"; 54 #include "tcpd.h"
|
H A D | 13_shlib_weaksym.patch | 30 -all other: config-check tcpd tcpdmatch try-from safe_finger tcpdchk 46 +all other: config-check tcpd tcpdmatch try-from safe_finger tcpdchk $(LIB) 54 -tcpd: tcpd.o $(LIB) 55 - $(CC) $(CFLAGS) -o $@ tcpd.o $(LIB) $(LIBS) 62 +tcpd: tcpd.o $(SHLIB) 63 + $(CC) $(CFLAGS) -o $@ tcpd.o $(SHLIBFLAGS) 97 rm -f tcpd miscd safe_finger tcpdmatch tcpdchk try-from *.[oa] core \ 106 update.o: tcpd.h 108 +weak_symbols.o: tcpd.h 110 workarounds.o: tcpd.h [all …]
|
H A D | 01_man_portability.patch | 10 -#include "tcpd.h" 11 +#include <tcpd.h> 41 The safe_finger command comes with the tcpd wrapper and should be 47 tcpd(8) tcp/ip daemon wrapper program. 102 diff -ruNp tcp_wrappers_7.6.orig/tcpd.8 tcp_wrappers_7.6/tcpd.8 103 --- tcp_wrappers_7.6.orig/tcpd.8 1996-02-21 16:39:16.000000000 +0100 104 +++ tcp_wrappers_7.6/tcpd.8 2005-03-09 18:27:03.000000000 +0100 123 -# cp tcpd /usr/etc/in.fingerd 125 +# cp tcpd /usr/sbin/in.fingerd 148 -finger stream tcp nowait nobody /some/where/tcpd in.fingerd [all …]
|
H A D | rfc931.diff | 27 diff -ruNp tcp_wrappers_7.6.orig/tcpd.h tcp_wrappers_7.6/tcpd.h 28 --- tcp_wrappers_7.6.orig/tcpd.h 2005-03-09 18:22:04.000000000 +0100 29 +++ tcp_wrappers_7.6/tcpd.h 2005-03-09 18:21:23.000000000 +0100
|
H A D | ldflags.patch | 16 tcpd: tcpd.o $(SHLIB) 17 - $(CC) $(CFLAGS) -o $@ tcpd.o $(SHLIBFLAGS) 18 + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ tcpd.o $(SHLIBFLAGS)
|
H A D | musl-decls.patch | 7 Index: tcp_wrappers_7.6/tcpd.h 9 --- tcp_wrappers_7.6.orig/tcpd.h 10 +++ tcp_wrappers_7.6/tcpd.h
|
H A D | 0001-Fix-implicit-function-declaration-warnings.patch | 14 tcpd.c | 2 +- 75 diff --git a/tcpd.c b/tcpd.c 77 --- a/tcpd.c 78 +++ b/tcpd.c
|
H A D | expand_remote_port.patch | 59 diff -ruN tcp_wrappers_7.6.orig/tcpd.h tcp_wrappers_7.6/tcpd.h 60 --- tcp_wrappers_7.6.orig/tcpd.h 2004-11-04 13:17:45.000000000 +0100 61 +++ tcp_wrappers_7.6/tcpd.h 2004-11-04 13:19:13.000000000 +0100
|
H A D | makefile-fix-parallel.patch | 7 make: *** No rule to make target `cflags', needed by `tcpd.o'. Stop. 26 @@ -714,6 +714,7 @@ KIT = README miscd.c tcpd.c fromhost.c hosts_access.c shell_cmd.c \ 36 all other: config-check tcpd tcpdmatch try-from safe_finger tcpdchk $(LIB)
|
H A D | fix_warnings2.patch | 35 #include "tcpd.h" 66 --- a/tcpd.c 67 +++ b/tcpd.c 68 @@ -22,6 +22,7 @@ static char sccsid[] = "@(#) tcpd.c 1.10 195 #include "tcpd.h"
|
H A D | 0001-Remove-fgets-extern-declaration.patch | 34 #include "tcpd.h"
|
H A D | 10_usagi-ipv6.patch | 917 diff -ruN tcp_wrappers_7.6.orig/tcpd.c tcp_wrappers_7.6/tcpd.c 918 --- tcp_wrappers_7.6.orig/tcpd.c 1996-02-11 17:01:33.000000000 +0100 919 +++ tcp_wrappers_7.6/tcpd.c 2004-04-10 19:07:43.000000000 +0200 1006 diff -ruN tcp_wrappers_7.6.orig/tcpd.h tcp_wrappers_7.6/tcpd.h 1007 --- tcp_wrappers_7.6.orig/tcpd.h 1996-03-19 16:22:25.000000000 +0100 1008 +++ tcp_wrappers_7.6/tcpd.h 2004-04-10 19:07:43.000000000 +0200
|
H A D | 12_makefile_config.patch | 69 @@ -713,11 +719,12 @@ all other: config-check tcpd tcpdmatch t
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/ |
H A D | tcp-wrappers_7.6.bb | 88 BINS = "safe_finger tcpd tcpdchk try-from tcpdmatch" 91 MANS8 = "tcpd tcpdchk tcpdmatch" 127 install -m 0644 tcpd.h ${D}${includedir}/
|
/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/ |
H A D | rexec.xinetd.inetutils | 17 server = @SBINDIR@/tcpd
|
H A D | rlogin.xinetd.inetutils | 17 server = @SBINDIR@/tcpd
|
H A D | rsh.xinetd.inetutils | 18 server = @SBINDIR@/tcpd
|
/openbmc/linux/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 688 struct tcpopt_desc *tcpd; in typhoon_tso_fill() local 691 tcpd = (struct tcpopt_desc *) (txRing->ringBase + txRing->lastWrite); in typhoon_tso_fill() 696 tcpd->flags = TYPHOON_OPT_DESC | TYPHOON_OPT_TCP_SEG; in typhoon_tso_fill() 697 tcpd->numDesc = 1; in typhoon_tso_fill() 698 tcpd->mss_flags = cpu_to_le16(skb_tso_size(skb)); in typhoon_tso_fill() 699 tcpd->mss_flags |= TYPHOON_TSO_FIRST | TYPHOON_TSO_LAST; in typhoon_tso_fill() 700 tcpd->respAddrLo = cpu_to_le32(tcpd_offset); in typhoon_tso_fill() 701 tcpd->bytesTx = cpu_to_le32(skb->len); in typhoon_tso_fill() 702 tcpd->status = 0; in typhoon_tso_fill()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | tftp-0.42-tftpboot.patch | 39 tftp dgram udp wait root /usr/sbin/tcpd
|
/openbmc/openbmc/poky/meta/recipes-extended/quota/quota/ |
H A D | 0001-Fix-building-on-musl.patch | 191 #include <tcpd.h>
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 4686 -rw-r--r-- root root 9130 ./usr/include/tcpd.h
|
H A D | buildhistory_filelist1.txt | 4685 -rw-r--r-- root root 9130 ./usr/include/tcpd.h
|