亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? tftp-hpa-0.29-http-1.diff

?? SIP(Session Initiation Protocol)是由IETF定義
?? DIFF
?? 第 1 頁 / 共 5 頁
字號:
diff -Nru ../tftp-hpa-0.29/INSTALL.http ./INSTALL.http--- ../tftp-hpa-0.29/INSTALL.http	Wed Dec 31 16:00:00 1969+++ ./INSTALL.http	Tue Oct  8 13:36:49 2002@@ -0,0 +1,26 @@+This version of tftpd allows you to specify an additional option, -h,+to proxy tftp RRQ requests into HTTP GET requests.  The -h options+allows you to get the files from a web server instead of the local+file system.  If you specify "-h http://foo.com/bar/" then a user tries+to tftp the file hi/there, the tftpd server will fetch the web+resource http://foo.com/bar/hi/there and send it as the contents of+hi/there .++An example config section for xinetd is ++service tftp+{+       socket_type             = dgram+       protocol                = udp+       wait                    = yes+       user                    = root+       server                  = /usr/sbin/in.tftpd+       server_args             = -h http://localhost/files/ -u cullen -s /+       disable                 = no+       flags                   = NOLIBWRAP+        passenv                = +       log_type                = SYSLOG daemon info+       log_on_failure          = HOST EXIT +       log_on_success          = HOST EXIT+}+diff -Nru ../tftp-hpa-0.29/INSTALL.tftp ./INSTALL.tftp--- ../tftp-hpa-0.29/INSTALL.tftp	Mon Nov 12 15:44:05 2001+++ ./INSTALL.tftp	Tue Oct  8 13:36:51 2002@@ -21,6 +21,12 @@ 	Disables the use of the readline command-line editing library 	in the tftp client. +  --without-nanohttp+	Disables the ability to proxy tftp requests into http requests+	using the nanohttp part of the libxml2 library.  Please see +	INSTALL.http for details of how to use the tftp to http proxy+	support.+ The default prefix for the tftp-hpa package is /usr, with the tftp client installing as /usr/bin/tftp and the tftpd server installing as /usr/sbin/in.tftpd on most systems.  This can be overridden by settingdiff -Nru ../tftp-hpa-0.29/acconfig.h.in ./acconfig.h.in--- ../tftp-hpa-0.29/acconfig.h.in	Thu Mar  7 20:09:15 2002+++ ./acconfig.h.in	Thu Aug  8 20:17:45 2002@@ -1,48 +1,48 @@ /* acconfig.h.in.  Generated from configure.in by autoheader.  */ -/* Define if you have the <arpa/inet.h> header file. */+/* Define to 1 if you have the <arpa/inet.h> header file. */ #undef HAVE_ARPA_INET_H -/* Define if you have the `dup2' function. */+/* Define to 1 if you have the `dup2' function. */ #undef HAVE_DUP2 -/* Define if you have the `fcntl' function. */+/* Define to 1 if you have the `fcntl' function. */ #undef HAVE_FCNTL -/* Define if you have the <fcntl.h> header file. */+/* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H -/* Define if you have the `ftruncate' function. */+/* Define to 1 if you have the `ftruncate' function. */ #undef HAVE_FTRUNCATE -/* Define if you have the <grp.h> header file. */+/* Define to 1 if you have the <grp.h> header file. */ #undef HAVE_GRP_H -/* Define if you have the `initgroups' function. */+/* Define to 1 if you have the `initgroups' function. */ #undef HAVE_INITGROUPS -/* Define if the system has the type `intmax_t'. */+/* Define to 1 if the system has the type `intmax_t'. */ #undef HAVE_INTMAX_T -/* Define if you have the <inttypes.h> header file. */+/* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H  /* Define if netinet/in.h defines IPPORT_TFTP */ #undef HAVE_IPPORT_TFTP_DEFINITION -/* Define if you have the <libgen.h> header file. */+/* Define to 1 if you have the <libgen.h> header file. */ #undef HAVE_LIBGEN_H -/* Define if you have the `wrap' library (-lwrap). */+/* Define to 1 if you have the `wrap' library (-lwrap). */ #undef HAVE_LIBWRAP -/* Define if the system has the type `long long'. */+/* Define to 1 if the system has the type `long long'. */ #undef HAVE_LONG_LONG -/* Define if you have the <machine/param.h> header file. */+/* Define to 1 if you have the <machine/param.h> header file. */ #undef HAVE_MACHINE_PARAM_H -/* Define if you have the <memory.h> header file. */+/* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H  /* Define if struct msghdr has the msg_control field. */@@ -57,106 +57,124 @@ /* Define if fcntl.h defines O_TEXT */ #undef HAVE_O_TEXT_DEFINITION -/* Define if you have the <readline/history.h> header file. */+/* Define to 1 if you have the <readline/history.h> header file. */ #undef HAVE_READLINE_HISTORY_H -/* Define if you have the `recvmsg' function. */+/* Define to 1 if you have the `recvmsg' function. */ #undef HAVE_RECVMSG -/* Define if you have the `setgroups' function. */+/* Define to 1 if you have the `setgroups' function. */ #undef HAVE_SETGROUPS -/* Define if you have the <setjmp.h> header file. */+/* Define to 1 if you have the <setjmp.h> header file. */ #undef HAVE_SETJMP_H -/* Define if you have the `setregid' function. */+/* Define to 1 if you have the `setregid' function. */ #undef HAVE_SETREGID -/* Define if you have the `setreuid' function. */+/* Define to 1 if you have the `setreuid' function. */ #undef HAVE_SETREUID -/* Define if you have the `setsid' function. */+/* Define to 1 if you have the `setsid' function. */ #undef HAVE_SETSID  /* Define if we have sigsetjmp, siglongjmp and sigjmp_buf. */ #undef HAVE_SIGSETJMP -/* Define if you have the <stddef.h> header file. */+/* Define to 1 if you have the <stddef.h> header file. */ #undef HAVE_STDDEF_H -/* Define if you have the <stdint.h> header file. */+/* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H -/* Define if you have the <stdlib.h> header file. */+/* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H -/* Define if you have the <strings.h> header file. */+/* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H -/* Define if you have the <string.h> header file. */+/* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H -/* Define if you have the `strtoull' function. */+/* Define to 1 if you have the `strtoull' function. */ #undef HAVE_STRTOULL -/* Define if you have the `strtoumax' function. */+/* Define to 1 if you have the `strtoumax' function. */ #undef HAVE_STRTOUMAX  /* Define if struct in_pktinfo is defined. */ #undef HAVE_STRUCT_IN_PKTINFO -/* Define if you have the <sysexits.h> header file. */+/* Define to 1 if you have the <sysexits.h> header file. */ #undef HAVE_SYSEXITS_H -/* Define if you have the <sys/filio.h> header file. */+/* Define to 1 if you have the <sys/filio.h> header file. */ #undef HAVE_SYS_FILIO_H -/* Define if you have the <sys/stat.h> header file. */+/* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H -/* Define if you have the <sys/time.h> header file. */+/* Define to 1 if you have the <sys/time.h> header file. */ #undef HAVE_SYS_TIME_H -/* Define if you have the <sys/types.h> header file. */+/* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H  /* Define if we have tcpwrappers (-lwrap) and <tcpd.h>. */ #undef HAVE_TCPWRAPPERS -/* Define if you have the <time.h> header file. */+/* Define to 1 if you have the <time.h> header file. */ #undef HAVE_TIME_H -/* Define if the system has the type `uint16_t'. */+/* Define to 1 if the system has the type `uint16_t'. */ #undef HAVE_UINT16_T -/* Define if the system has the type `uint32_t'. */+/* Define to 1 if the system has the type `uint32_t'. */ #undef HAVE_UINT32_T -/* Define if you have the <unistd.h> header file. */+/* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* Define if the system has the type `u_long'. */+/* Define to 1 if the system has the type `u_long'. */ #undef HAVE_U_LONG -/* Define if the system has the type `u_short'. */+/* Define to 1 if the system has the type `u_short'. */ #undef HAVE_U_SHORT  /* Define if the macros in <inttypes.h> are usable */ #undef INTTYPES_H_IS_SANE -/* Define if you have the ANSI C header files. */+/* Define to the address where bug reports for this package should be sent. */+#undef PACKAGE_BUGREPORT++/* Define to the full name of this package. */+#undef PACKAGE_NAME++/* Define to the full name and version of this package. */+#undef PACKAGE_STRING++/* Define to the one symbol short name of this package. */+#undef PACKAGE_TARNAME++/* Define to the version of this package. */+#undef PACKAGE_VERSION++/* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Define if you can safely include both <sys/time.h> and <time.h>. */+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #undef TIME_WITH_SYS_TIME +/* Define if we are compiling with nanohttp filename support. */+#undef WITH_NANOHTTP+ /* Define if we are compiling with readline command-line editing. */ #undef WITH_READLINE  /* Define if we are compiling with regex filename remapping. */ #undef WITH_REGEX -/* Define if on AIX 3.+/* Define to 1 if on AIX 3.    System headers sometimes define this.    We just want to avoid a redefinition error message.  */ #ifndef _ALL_SOURCE@@ -169,14 +187,14 @@ /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES -/* Define if on MINIX. */+/* Define to 1 if on MINIX. */ #undef _MINIX -/* Define if the system does not provide POSIX.1 features except with this-   defined. */+/* Define to 2 if the system does not provide POSIX.1 features except with+   this defined. */ #undef _POSIX_1_SOURCE -/* Define if you need to in order for `stat' and other things to work. */+/* Define to 1 if you need to in order for `stat' and other things to work. */ #undef _POSIX_SOURCE  /* Define to empty if `const' does not conform to ANSI C. */diff -Nru ../tftp-hpa-0.29/configure ./configure--- ../tftp-hpa-0.29/configure	Thu Mar  7 20:09:14 2002+++ ./configure	Thu Aug  8 20:16:57 2002@@ -1,25 +1,19 @@ #! /bin/sh # From configure.in Id: configure.in,v 1.36 2001/11/29 22:02:52 hpa Exp . # Guess values for system-dependent variables and create Makefiles.-# Generated by Autoconf 2.52d.+# Generated by GNU Autoconf 2.53. #-# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001+# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. -# Avoid depending upon Character Ranges.-as_cr_letters='abcdefghijklmnopqrstuvwxyz'-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'-as_cr_Letters=$as_cr_letters$as_cr_LETTERS-as_cr_digits='0123456789'-as_cr_alnum=$as_cr_Letters$as_cr_digits--# Sed expression to map a string onto a valid variable name.-as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"+if expr a : '\(a\)' >/dev/null 2>&1; then+  as_expr=expr+else+  as_expr=false+fi -# Sed expression to map a string onto a valid CPP name.-as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"  ## --------------------- ## ## M4sh Initialization.  ##@@ -33,8 +27,165 @@   set -o posix fi +# NLS nuisances.+# Support unset when possible.+if (FOO=FOO; unset FOO) >/dev/null 2>&1; then+  as_unset=unset+else+  as_unset=false+fi++(set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&+    { $as_unset LANG || test "${LANG+set}" != set; } ||+      { LANG=C; export LANG; }+(set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&+    { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||+      { LC_ALL=C; export LC_ALL; }+(set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&+    { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||+      { LC_TIME=C; export LC_TIME; }+(set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&+    { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||+      { LC_CTYPE=C; export LC_CTYPE; }+(set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&+    { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||+      { LANGUAGE=C; export LANGUAGE; }+(set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&+    { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||+      { LC_COLLATE=C; export LC_COLLATE; }+(set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&+    { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||+      { LC_NUMERIC=C; export LC_NUMERIC; }+(set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&+    { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||+      { LC_MESSAGES=C; export LC_MESSAGES; }++ # Name of the executable.-as_me=`echo "$0" |sed 's,.*[\\/],,'`+as_me=`(basename "$0") 2>/dev/null ||+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \+	 X"$0" : 'X\(//\)$' \| \+	 X"$0" : 'X\(/\)$' \| \+	 .     : '\(.\)' 2>/dev/null ||+echo X/"$0" |+    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }+  	  /^X\/\(\/\/\)$/{ s//\1/; q; }+  	  /^X\/\(\/\).*/{ s//\1/; q; }+  	  s/.*/./; q'`++# PATH needs CR, and LINENO needs CR and PATH.+# Avoid depending upon Character Ranges.+as_cr_letters='abcdefghijklmnopqrstuvwxyz'+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'+as_cr_Letters=$as_cr_letters$as_cr_LETTERS+as_cr_digits='0123456789'+as_cr_alnum=$as_cr_Letters$as_cr_digits++# The user is always right.+if test "${PATH_SEPARATOR+set}" != set; then+  echo "#! /bin/sh" >conftest.sh+  echo  "exit 0"   >>conftest.sh+  chmod +x conftest.sh+  if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then+    PATH_SEPARATOR=';'+  else+    PATH_SEPARATOR=:+  fi+  rm -f conftest.sh+fi+++  as_lineno_1=$LINENO+  as_lineno_2=$LINENO+  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩伦理免费电影| 在线观看欧美黄色| 一区二区三区四区高清精品免费观看 | 亚洲一区二区三区影院| 成人不卡免费av| 亚洲综合在线第一页| 国产亚洲欧美色| 久久综合九色欧美综合狠狠| 欧美视频一区二区| 777xxx欧美| 欧美三级电影网| 欧美日韩国产成人在线免费| 成人精品免费看| 波多野结衣亚洲| 日本黄色一区二区| 欧美精品一二三区| 555www色欧美视频| 欧美一区2区视频在线观看| 在线亚洲人成电影网站色www| 成人免费视频视频| 日本高清视频一区二区| 欧美人与禽zozo性伦| 欧美日韩成人综合在线一区二区| 在线视频观看一区| 日韩欧美一区二区久久婷婷| 欧美刺激脚交jootjob| 国产suv精品一区二区6| 国产三级精品视频| 欧美一卡二卡三卡| 国产视频亚洲色图| 亚洲精品视频免费看| 免费成人在线观看视频| 狠狠色综合日日| 在线亚洲欧美专区二区| 日韩区在线观看| 亚洲精品日日夜夜| 成人自拍视频在线| 欧美中文一区二区三区| 久久亚洲综合色| 一区二区三区欧美久久| 国产老女人精品毛片久久| 一本大道久久精品懂色aⅴ | 美女免费视频一区| 精品视频一区二区不卡| 国产性做久久久久久| 偷拍一区二区三区| 91在线免费视频观看| 久久亚洲捆绑美女| 黄色精品一二区| 久久久久久综合| 日本成人在线电影网| 欧美色图片你懂的| 亚洲另类色综合网站| 91香蕉国产在线观看软件| 国产精品久久久久久久第一福利 | 国产成人无遮挡在线视频| 精品国产99国产精品| 精品一区二区日韩| 精品理论电影在线观看| 国产精品一品二品| 国产精品久久久久久久久免费相片 | 成人动漫一区二区三区| 中文字幕乱码日本亚洲一区二区| 美女网站视频久久| 久久久精品国产免大香伊| 成人一区二区视频| 亚洲男人的天堂av| 欧美视频一区在线观看| 亚洲高清在线精品| 欧美成人性福生活免费看| 国产一区二区三区蝌蚪| 日韩毛片视频在线看| 欧美日韩一区 二区 三区 久久精品| 国产精品免费网站在线观看| 懂色av一区二区三区蜜臀| 1000精品久久久久久久久| 欧美日韩国产综合久久| 国产成人精品影院| 日韩av电影免费观看高清完整版| 日韩欧美三级在线| 欧美色男人天堂| av一区二区三区四区| 日本伊人色综合网| 亚洲欧美日韩国产另类专区| 高清日韩电视剧大全免费| 日韩视频在线你懂得| 成人深夜在线观看| 久久se这里有精品| 亚洲一区二区精品3399| 国产精品美女www爽爽爽| 日韩视频免费直播| 欧美三级资源在线| 色婷婷av一区二区三区之一色屋| 国产最新精品免费| 久久精品国产秦先生| 视频一区在线视频| 日韩电影免费一区| 免费av成人在线| 午夜成人免费视频| 蜜臀国产一区二区三区在线播放| 婷婷成人激情在线网| 婷婷亚洲久悠悠色悠在线播放| 综合久久综合久久| 亚洲午夜精品17c| 亚洲人一二三区| 日韩va欧美va亚洲va久久| 无码av免费一区二区三区试看| 亚洲一区二区三区四区在线| 亚洲在线一区二区三区| 亚洲成av人片在线观看| 九九热在线视频观看这里只有精品| 性久久久久久久久久久久 | 日韩av中文在线观看| 美日韩黄色大片| 国产成人高清在线| 99久久免费视频.com| 福利一区在线观看| 91丨porny丨国产入口| 在线免费观看一区| 欧美成人综合网站| 中文字幕一区二区不卡| 樱桃国产成人精品视频| 精品一区二区三区日韩| 91福利区一区二区三区| 中文字幕欧美国产| 日韩综合小视频| 91小视频在线免费看| 一本色道亚洲精品aⅴ| 久久亚洲一级片| 久久精品国产秦先生| 欧美亚洲日本国产| 亚洲美女精品一区| 国产999精品久久久久久| 欧洲一区二区三区在线| 国产精品美女久久久久久久久| 日韩福利电影在线观看| 欧美在线小视频| 激情小说亚洲一区| 精品久久99ma| 国产精品一二三四| 欧美老肥妇做.爰bbww| 亚洲综合视频网| 337p粉嫩大胆色噜噜噜噜亚洲| 卡一卡二国产精品| 国产精品久久久久影院亚瑟| 一本到高清视频免费精品| 亚洲高清不卡在线| 久久蜜桃一区二区| jlzzjlzz亚洲日本少妇| 亚洲高清视频的网址| 欧美一区二区精品在线| 国产一区二区毛片| 国产精品福利影院| 日韩一级在线观看| 91视频xxxx| 国内精品写真在线观看| 亚洲精品欧美激情| 精品日韩一区二区三区 | 天天亚洲美女在线视频| 色综合久久久久综合体| 蜜臀久久久久久久| 亚洲欧美日韩国产一区二区三区 | 亚洲成人av免费| 国产精品国产自产拍高清av王其| 91精品欧美一区二区三区综合在| 国产精品一区在线观看乱码 | 不卡一二三区首页| 麻豆成人91精品二区三区| 亚洲一区二区不卡免费| 国产精品蜜臀av| 欧美激情在线一区二区| 26uuu欧美| 精品999在线播放| 欧美精品一区二区三区在线| 91麻豆精品国产91| 91精品综合久久久久久| 欧美日韩激情一区二区三区| 91麻豆文化传媒在线观看| 国产mv日韩mv欧美| 99精品视频在线观看| 国产成人精品影院| 成人国产免费视频| 色诱亚洲精品久久久久久| 色噜噜狠狠一区二区三区果冻| 9色porny自拍视频一区二区| 狠狠色狠狠色综合系列| 不卡一区二区三区四区| 在线免费av一区| 91精品国产综合久久久久久久久久| 8x福利精品第一导航| 欧美电影免费观看高清完整版在 | 日本国产一区二区| 91福利资源站| 精品国产1区二区| 日本一区二区免费在线 | 色综合视频在线观看| 色综合久久久久综合99| 欧美成人a∨高清免费观看| 国产日韩综合av| 日韩精品色哟哟|