From d1dd6669e3662c355c32e78af82aca9f15ab3376 Mon Sep 17 00:00:00 2001 From: ms Date: Sat, 13 May 2006 16:59:56 +0000 Subject: [PATCH] =?utf8?q?Hinzugef=C3=BCgt:=20=20=20*=20Clamav=20-=20Antiv?= =?utf8?q?irus=20=20=20*=20rsync=20-=20Backuptool=20Ge=C3=A4ndert:=20=20?= =?utf8?q?=20*=20Einige=20neue=20Prozeduren=20in=20der=20make.sh=20=20=20*?= =?utf8?q?=20Ein=20paar=20Backupdateien=20gel=C3=B6scht/aufger=C3=A4umt=20?= =?utf8?q?=20=20*=20Credits=20bearbeitet.=20Noch=20nicht=20vollst=C3=A4ndi?= =?utf8?q?g.=20=20=20*=20XAMPP=20jetzt=20nichtmehr=20in=20der=20ISO=20sond?= =?utf8?q?ern=20als=20Paket.=20=20=20*=20ISO=20bedeutend=20kleiner:=20144M?= =?utf8?q?B=20->=2061MB=20=20=20*=20GNUMP3D-Paket=20erstellt.=20=20=20*=20?= =?utf8?q?Kernel=20schonmal=20angepasst=20f=C3=BCr=20NFS,=20noch=20nicht?= =?utf8?q?=20getestet!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@113 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- config/etc/group | 2 + config/etc/passwd | 2 + config/kernel/kernel.config.i386 | 21 +- config/kernel/kernel.config.i386.original | 1474 ----- config/kernel/kernel.config.i386.smp | 21 +- doc/ChangeLog | 6970 +-------------------- doc/README | 22 - doc/make.sh-usage | 12 +- doc/packages-list.txt | 2 + html/cgi-bin/credits.cgi | 347 +- lfs/clamav | 82 + lfs/linux_orig | 310 - lfs/{iptables_orig => rsync} | 30 +- make.sh | 54 +- src/ROOTFILES.i386 | 5323 +--------------- src/paks/clamav/CONFFILES | 3 + src/paks/clamav/ROOTFILES | 24 + src/paks/clamav/install.sh | 11 + src/paks/clamav/uninstall.sh | 10 + src/paks/gnump3d/CONFFILES | 3 + src/paks/gnump3d/ROOTFILES | 408 ++ src/paks/rsync/CONFFILES | 0 src/paks/rsync/ROOTFILES | 3 + src/paks/rsync/install.sh | 11 + src/paks/rsync/uninstall.sh | 10 + src/paks/xampp/CONFFILES | 0 src/paks/xampp/ROOTFILES | 1 + src/paks/xampp/install.sh | 12 + src/paks/xampp/uninstall.sh | 10 + 29 files changed, 1006 insertions(+), 14172 deletions(-) delete mode 100644 config/kernel/kernel.config.i386.original delete mode 100644 doc/README create mode 100644 lfs/clamav delete mode 100644 lfs/linux_orig rename lfs/{iptables_orig => rsync} (80%) create mode 100644 src/paks/clamav/CONFFILES create mode 100644 src/paks/clamav/ROOTFILES create mode 100644 src/paks/clamav/install.sh create mode 100644 src/paks/clamav/uninstall.sh create mode 100644 src/paks/rsync/CONFFILES create mode 100644 src/paks/rsync/ROOTFILES create mode 100644 src/paks/rsync/install.sh create mode 100644 src/paks/rsync/uninstall.sh create mode 100644 src/paks/xampp/CONFFILES create mode 100644 src/paks/xampp/ROOTFILES create mode 100644 src/paks/xampp/install.sh create mode 100644 src/paks/xampp/uninstall.sh diff --git a/config/etc/group b/config/etc/group index 9d64bdf3df..f4ebc02b3d 100644 --- a/config/etc/group +++ b/config/etc/group @@ -31,3 +31,5 @@ syslogd:x:105: klogd:x:106: postfix:x:107: postdrop:x:108: +clamav:x:109: +rsyncd:x:48: diff --git a/config/etc/passwd b/config/etc/passwd index 124cca8a6c..69f0e4f970 100644 --- a/config/etc/passwd +++ b/config/etc/passwd @@ -14,3 +14,5 @@ syslogd:x:105:105:/var/empty:/bin/false klogd:x:106:106:/var/empty:/bin/false postfix:x:1000:100::/var/spool/postfix:/bin/false stunnel:x:51:51:Stunnel Daemon:/var/lib/stunnel:/bin/false +clamav:x:109:109:Clam AntiVirus:/home/clamav:/bin/false +rsyncd:x:48:48:rsyncd Daemon:/home/rsync:/bin/false diff --git a/config/kernel/kernel.config.i386 b/config/kernel/kernel.config.i386 index db2e779fce..ae93f4de9a 100644 --- a/config/kernel/kernel.config.i386 +++ b/config/kernel/kernel.config.i386 @@ -1198,16 +1198,19 @@ CONFIG_EXT2_FS=y # # CONFIG_CODA_FS is not set # CONFIG_INTERMEZZO_FS is not set -# CONFIG_NFS_FS is not set -# CONFIG_NFS_V3 is not set -# CONFIG_NFS_DIRECTIO is not set +CONFIG_NFS_FS=m +CONFIG_NFS_V3=y +CONFIG_NFS_DIRECTIO=y # CONFIG_ROOT_NFS is not set -# CONFIG_NFSD is not set -# CONFIG_NFSD_V3 is not set -# CONFIG_NFSD_TCP is not set -# CONFIG_SUNRPC is not set -# CONFIG_LOCKD is not set -# CONFIG_SMB_FS is not set +CONFIG_NFSD=m +CONFIG_NFSD_V3=y +CONFIG_NFSD_TCP=y +CONFIG_SUNRPC=m +CONFIG_LOCKD=m +CONFIG_LOCKD_V4=y +CONFIG_SMB_FS=m +# CONFIG_SMB_NLS_DEFAULT is not set +CONFIG_SMB_UNIX=y # CONFIG_NCP_FS is not set # CONFIG_NCPFS_PACKET_SIGNING is not set # CONFIG_NCPFS_IOCTL_LOCKING is not set diff --git a/config/kernel/kernel.config.i386.original b/config/kernel/kernel.config.i386.original deleted file mode 100644 index 52ec1b2158..0000000000 --- a/config/kernel/kernel.config.i386.original +++ /dev/null @@ -1,1474 +0,0 @@ -# -# Automatically generated make config: don't edit -# -CONFIG_X86=y -# CONFIG_SBUS is not set -CONFIG_UID16=y - -# -# Code maturity level options -# -CONFIG_EXPERIMENTAL=y - -# -# Loadable module support -# -CONFIG_MODULES=y -CONFIG_MODVERSIONS=y -CONFIG_KMOD=y - -# -# Processor type and features -# -CONFIG_M386=y -# CONFIG_M486 is not set -# CONFIG_M586 is not set -# CONFIG_M586TSC is not set -# CONFIG_M586MMX is not set -# CONFIG_M686 is not set -# CONFIG_MPENTIUMIII is not set -# CONFIG_MPENTIUM4 is not set -# CONFIG_MK6 is not set -# CONFIG_MK7 is not set -# CONFIG_MK8 is not set -# CONFIG_MELAN is not set -# CONFIG_MCRUSOE is not set -# CONFIG_MWINCHIPC6 is not set -# CONFIG_MWINCHIP2 is not set -# CONFIG_MWINCHIP3D is not set -# CONFIG_MCYRIXIII is not set -# CONFIG_MVIAC3_2 is not set -# CONFIG_X86_CMPXCHG is not set -# CONFIG_X86_XADD is not set -CONFIG_X86_L1_CACHE_SHIFT=4 -CONFIG_RWSEM_GENERIC_SPINLOCK=y -# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set -CONFIG_X86_PPRO_FENCE=y -# CONFIG_X86_F00F_WORKS_OK is not set -CONFIG_X86_MCE=y -# CONFIG_TOSHIBA is not set -# CONFIG_I8K is not set -# CONFIG_MICROCODE is not set -# CONFIG_X86_MSR is not set -# CONFIG_X86_CPUID is not set -# CONFIG_EDD is not set -# CONFIG_NOHIGHMEM is not set -CONFIG_HIGHMEM4G=y -# CONFIG_HIGHMEM64G is not set -CONFIG_HIGHMEM=y -# CONFIG_HIGHIO is not set -CONFIG_MATH_EMULATION=y -# CONFIG_MTRR is not set -# CONFIG_SMP is not set -# CONFIG_X86_UP_APIC is not set -# CONFIG_X86_UP_IOAPIC is not set -# CONFIG_X86_TSC_DISABLE is not set - -# -# General setup -# -CONFIG_NET=y -CONFIG_PCI=y -# CONFIG_PCI_GOBIOS is not set -# CONFIG_PCI_GODIRECT is not set -CONFIG_PCI_GOANY=y -CONFIG_PCI_BIOS=y -CONFIG_PCI_DIRECT=y -CONFIG_ISA=y -# CONFIG_PCI_NAMES is not set -CONFIG_EISA=y -CONFIG_MCA=y -CONFIG_HOTPLUG=y - -# -# PCMCIA/CardBus support -# -CONFIG_PCMCIA=m -CONFIG_CARDBUS=y -CONFIG_TCIC=y -CONFIG_I82092=y -CONFIG_I82365=y - -# -# PCI Hotplug Support -# -# CONFIG_HOTPLUG_PCI is not set -# CONFIG_HOTPLUG_PCI_COMPAQ is not set -# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set -# CONFIG_HOTPLUG_PCI_ACPI is not set -# CONFIG_HOTPLUG_PCI_SHPC is not set -# CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE is not set -# CONFIG_HOTPLUG_PCI_PCIE is not set -# CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE is not set -CONFIG_SYSVIPC=y -# CONFIG_BSD_PROCESS_ACCT is not set -CONFIG_SYSCTL=y -CONFIG_KCORE_ELF=y -# CONFIG_KCORE_AOUT is not set -# CONFIG_BINFMT_AOUT is not set -CONFIG_BINFMT_ELF=y -# CONFIG_BINFMT_MISC is not set -# CONFIG_OOM_KILLER is not set -CONFIG_PM=y -CONFIG_APM=m -CONFIG_APM_IGNORE_USER_SUSPEND=y -# CONFIG_APM_DO_ENABLE is not set -# CONFIG_APM_CPU_IDLE is not set -# CONFIG_APM_DISPLAY_BLANK is not set -CONFIG_APM_RTC_IS_GMT=y -# CONFIG_APM_ALLOW_INTS is not set -# CONFIG_APM_REAL_MODE_POWER_OFF is not set - -# -# ACPI Support -# -CONFIG_ACPI=y -CONFIG_ACPI_BOOT=y -CONFIG_ACPI_BUS=y -CONFIG_ACPI_INTERPRETER=y -CONFIG_ACPI_EC=y -CONFIG_ACPI_POWER=y -CONFIG_ACPI_PCI=y -CONFIG_ACPI_MMCONFIG=y -CONFIG_ACPI_SLEEP=y -CONFIG_ACPI_SYSTEM=y -CONFIG_ACPI_AC=m -CONFIG_ACPI_BATTERY=m -CONFIG_ACPI_BUTTON=m -CONFIG_ACPI_FAN=m -CONFIG_ACPI_PROCESSOR=m -CONFIG_ACPI_THERMAL=m -# CONFIG_ACPI_ASUS is not set -# CONFIG_ACPI_TOSHIBA is not set -# CONFIG_ACPI_DEBUG is not set - -# -# Memory Technology Devices (MTD) -# -# CONFIG_MTD is not set - -# -# Parallel port support -# -# CONFIG_PARPORT is not set - -# -# Plug and Play configuration -# -CONFIG_PNP=m -CONFIG_ISAPNP=m - -# -# Block devices -# -CONFIG_BLK_DEV_FD=y -CONFIG_BLK_DEV_PS2=y -# CONFIG_BLK_DEV_XD is not set -# CONFIG_PARIDE is not set -CONFIG_BLK_CPQ_DA=m -CONFIG_BLK_CPQ_CISS_DA=m -# CONFIG_CISS_SCSI_TAPE is not set -# CONFIG_CISS_MONITOR_THREAD is not set -CONFIG_BLK_DEV_DAC960=m -# CONFIG_BLK_DEV_UMEM is not set -CONFIG_BLK_DEV_SX8=m -CONFIG_BLK_DEV_LOOP=m -# CONFIG_BLK_DEV_NBD is not set -CONFIG_BLK_DEV_RAM=y -CONFIG_BLK_DEV_RAM_SIZE=5120 -CONFIG_BLK_DEV_INITRD=y -# CONFIG_BLK_STATS is not set - -# -# Multi-device support (RAID and LVM) -# -# CONFIG_MD is not set -# CONFIG_BLK_DEV_MD is not set -# CONFIG_MD_LINEAR is not set -# CONFIG_MD_RAID0 is not set -# CONFIG_MD_RAID1 is not set -# CONFIG_MD_RAID5 is not set -# CONFIG_MD_MULTIPATH is not set -# CONFIG_BLK_DEV_LVM is not set - -# -# Networking options -# -CONFIG_PACKET=y -# CONFIG_PACKET_MMAP is not set -# CONFIG_NETLINK_DEV is not set -CONFIG_NETFILTER=y -# CONFIG_NETFILTER_DEBUG is not set -CONFIG_FILTER=y -CONFIG_UNIX=y -CONFIG_INET=y -# CONFIG_IP_MULTICAST is not set -CONFIG_IP_ADVANCED_ROUTER=y -CONFIG_IP_MULTIPLE_TABLES=y -# CONFIG_IP_ROUTE_FWMARK is not set -CONFIG_IP_ROUTE_NAT=y -CONFIG_IP_ROUTE_MULTIPATH=y -CONFIG_IP_ROUTE_TOS=y -CONFIG_IP_ROUTE_VERBOSE=y -# CONFIG_IP_PNP is not set -# CONFIG_NET_IPIP is not set -# CONFIG_NET_IPGRE is not set -# CONFIG_ARPD is not set -# CONFIG_INET_ECN is not set -CONFIG_SYN_COOKIES=y - -# -# IP: Netfilter Configuration -# -CONFIG_IP_NF_CONNTRACK=m -CONFIG_IP_NF_FTP=m -CONFIG_IP_NF_CT_PROTO_GRE=m -CONFIG_IP_NF_PPTP=m -# CONFIG_IP_NF_PPTP_DEBUG is not set -CONFIG_IP_NF_H323=m -# CONFIG_IP_NF_AMANDA is not set -CONFIG_IP_NF_TFTP=m -CONFIG_IP_NF_IRC=m -CONFIG_IP_NF_QUAKE3=m -CONFIG_IP_NF_RTSP=m -CONFIG_IP_NF_MMS=m -CONFIG_IP_NF_CUSEEME=m -CONFIG_IP_NF_QUEUE=m -CONFIG_IP_NF_IPTABLES=m -CONFIG_IP_NF_MATCH_LIMIT=m -CONFIG_IP_NF_SET=m -CONFIG_IP_NF_SET_MAX=256 -CONFIG_IP_NF_SET_HASHSIZE=1024 -CONFIG_IP_NF_MATCH_SET=m -CONFIG_IP_NF_TARGET_SET=m -CONFIG_IP_NF_SET_IPMAP=m -CONFIG_IP_NF_SET_PORTMAP=m -CONFIG_IP_NF_SET_MACIPMAP=m -CONFIG_IP_NF_SET_IPHASH=m -CONFIG_IP_NF_SET_NETHASH=m -CONFIG_IP_NF_SET_IPPORTHASH=m -CONFIG_IP_NF_SET_IPTREE=m -CONFIG_IP_NF_MATCH_QUOTA=m -CONFIG_IP_NF_POOL=m -CONFIG_IP_POOL_STATISTICS=y -CONFIG_IP_NF_MATCH_IPRANGE=m -CONFIG_IP_NF_MATCH_DSTLIMIT=m -CONFIG_IP_NF_MATCH_MAC=m -CONFIG_IP_NF_MATCH_PKTTYPE=m -CONFIG_IP_NF_MATCH_MARK=m -CONFIG_IP_NF_MATCH_MULTIPORT=m -CONFIG_IP_NF_MATCH_MPORT=m -CONFIG_IP_NF_MATCH_TOS=m -CONFIG_IP_NF_MATCH_TIME=m -CONFIG_IP_NF_MATCH_RANDOM=m -CONFIG_IP_NF_MATCH_PSD=m -CONFIG_IP_NF_MATCH_OSF=m -CONFIG_IP_NF_MATCH_NTH=m -CONFIG_IP_NF_MATCH_IPV4OPTIONS=m -CONFIG_IP_NF_MATCH_FUZZY=m -CONFIG_IP_NF_MATCH_RECENT=m -CONFIG_IP_NF_MATCH_ECN=m -CONFIG_IP_NF_MATCH_DSCP=m -CONFIG_IP_NF_MATCH_AH_ESP=m -CONFIG_IP_NF_MATCH_LENGTH=m -CONFIG_IP_NF_MATCH_U32=m -CONFIG_IP_NF_MATCH_TTL=m -CONFIG_IP_NF_MATCH_TCPMSS=m -CONFIG_IP_NF_MATCH_REALM=m -CONFIG_IP_NF_MATCH_HELPER=m -CONFIG_IP_NF_MATCH_STATE=m -CONFIG_IP_NF_MATCH_CONNLIMIT=m -CONFIG_IP_NF_MATCH_CONNTRACK=m -CONFIG_IP_NF_MATCH_UNCLEAN=m -CONFIG_IP_NF_MATCH_STRING=m -CONFIG_IP_NF_MATCH_OWNER=m -CONFIG_IP_NF_FILTER=m -CONFIG_IP_NF_TARGET_REJECT=m -CONFIG_IP_NF_TARGET_NETLINK=m -CONFIG_IP_NF_TARGET_IPV4OPTSSTRIP=m -CONFIG_IP_NF_TARGET_MIRROR=m -CONFIG_IP_NF_TARGET_TARPIT=m -CONFIG_IP_NF_NAT=m -CONFIG_IP_NF_NAT_NEEDED=y -CONFIG_IP_NF_TARGET_MASQUERADE=m -CONFIG_IP_NF_TARGET_REDIRECT=m -CONFIG_IP_NF_NAT_H323=m -CONFIG_IP_NF_TARGET_SAME=m -CONFIG_IP_NF_TARGET_NETMAP=m -CONFIG_IP_NF_NAT_PPTP=m -CONFIG_IP_NF_NAT_PROTO_GRE=m -# CONFIG_IP_NF_NAT_SNMP_BASIC is not set -CONFIG_IP_NF_NAT_RTSP=m -CONFIG_IP_NF_NAT_IRC=m -CONFIG_IP_NF_NAT_QUAKE3=m -CONFIG_IP_NF_NAT_MMS=m -CONFIG_IP_NF_NAT_CUSEEME=m -CONFIG_IP_NF_NAT_FTP=m -CONFIG_IP_NF_NAT_TFTP=m -CONFIG_IP_NF_MANGLE=m -CONFIG_IP_NF_TARGET_TOS=m -CONFIG_IP_NF_TARGET_ECN=m -CONFIG_IP_NF_TARGET_DSCP=m -CONFIG_IP_NF_TARGET_MARK=m -CONFIG_IP_NF_TARGET_LOG=m -CONFIG_IP_NF_TARGET_TTL=m -CONFIG_IP_NF_TARGET_ULOG=m -CONFIG_IP_NF_TARGET_TCPMSS=m -CONFIG_IP_NF_RAW=m -CONFIG_IP_NF_TARGET_NOTRACK=m -CONFIG_IP_NF_ARPTABLES=m -CONFIG_IP_NF_ARPFILTER=m -CONFIG_IP_NF_ARP_MANGLE=m -# CONFIG_IP_NF_COMPAT_IPCHAINS is not set -# CONFIG_IP_NF_COMPAT_IPFWADM is not set - -# -# IP: Virtual Server Configuration -# -# CONFIG_IP_VS is not set -# CONFIG_IPV6 is not set -# CONFIG_KHTTPD is not set - -# -# SCTP Configuration (EXPERIMENTAL) -# -# CONFIG_IP_SCTP is not set -CONFIG_ATM=m -CONFIG_ATM_CLIP=m -CONFIG_ATM_CLIP_NO_ICMP=y -# CONFIG_ATM_LANE is not set -CONFIG_ATM_BR2684=m -# CONFIG_ATM_BR2684_IPFILTER is not set -CONFIG_VLAN_8021Q=m - -# -# -# -# CONFIG_IPX is not set -# CONFIG_ATALK is not set - -# -# Appletalk devices -# -# CONFIG_DEV_APPLETALK is not set -# CONFIG_DECNET is not set -# CONFIG_BRIDGE is not set -# CONFIG_X25 is not set -# CONFIG_LAPB is not set -# CONFIG_LLC is not set -# CONFIG_NET_DIVERT is not set -# CONFIG_ECONET is not set -# CONFIG_WAN_ROUTER is not set -# CONFIG_NET_FASTROUTE is not set -# CONFIG_NET_HW_FLOWCONTROL is not set - -# -# QoS and/or fair queueing -# -CONFIG_NET_SCHED=y -CONFIG_NET_SCH_CBQ=m -CONFIG_NET_SCH_HTB=m -CONFIG_NET_SCH_CSZ=m -CONFIG_NET_SCH_HFSC=m -# CONFIG_NET_SCH_ATM is not set -CONFIG_NET_SCH_PRIO=m -CONFIG_NET_SCH_RED=m -CONFIG_NET_SCH_SFQ=m -CONFIG_NET_SCH_TEQL=m -CONFIG_NET_SCH_TBF=m -CONFIG_NET_SCH_GRED=m -# CONFIG_NET_SCH_NETEM is not set -CONFIG_NET_SCH_DSMARK=m -CONFIG_NET_SCH_INGRESS=m -CONFIG_NET_QOS=y -CONFIG_NET_ESTIMATOR=y -CONFIG_NET_CLS=y -CONFIG_NET_CLS_TCINDEX=m -CONFIG_NET_CLS_ROUTE4=m -CONFIG_NET_CLS_ROUTE=y -CONFIG_NET_CLS_FW=m -CONFIG_NET_CLS_U32=m -CONFIG_NET_CLS_RSVP=m -CONFIG_NET_CLS_RSVP6=m -CONFIG_NET_CLS_POLICE=y - -# -# Network testing -# -# CONFIG_NET_PKTGEN is not set -CONFIG_IPSEC=m - -# -# IPSec options (FreeS/WAN) -# -CONFIG_IPSEC_IPIP=y -CONFIG_IPSEC_AH=y -CONFIG_IPSEC_AUTH_HMAC_MD5=y -CONFIG_IPSEC_AUTH_HMAC_SHA1=y -CONFIG_IPSEC_ESP=y -CONFIG_IPSEC_ENC_3DES=y -CONFIG_IPSEC_ALG=y -CONFIG_IPSEC_ALG_MD5=m -CONFIG_IPSEC_ALG_SHA1=m -CONFIG_IPSEC_ALG_SHA2=m -CONFIG_IPSEC_ALG_3DES=m -CONFIG_IPSEC_ALG_AES=m -CONFIG_IPSEC_ALG_BLOWFISH=m -CONFIG_IPSEC_ALG_TWOFISH=m -CONFIG_IPSEC_ALG_SERPENT=m -CONFIG_IPSEC_ALG_CAST=m -# CONFIG_IPSEC_ALG_NULL is not set -# CONFIG_IPSEC_ALG_CRYPTOAPI is not set -# CONFIG_IPSEC_ALG_1DES is not set -CONFIG_IPSEC_IPCOMP=y -CONFIG_IPSEC_DEBUG=y -CONFIG_IPSEC_NAT_TRAVERSAL=y - -# -# Telephony Support -# -# CONFIG_PHONE is not set -# CONFIG_PHONE_IXJ is not set -# CONFIG_PHONE_IXJ_PCMCIA is not set - -# -# ATA/IDE/MFM/RLL support -# -CONFIG_IDE=y - -# -# IDE, ATA and ATAPI Block devices -# -CONFIG_BLK_DEV_IDE=y - -# -# Please see Documentation/ide.txt for help/info on IDE drives -# -# CONFIG_BLK_DEV_HD_IDE is not set -# CONFIG_BLK_DEV_HD is not set -# CONFIG_BLK_DEV_IDE_SATA is not set -CONFIG_BLK_DEV_IDEDISK=y -# CONFIG_IDEDISK_MULTI_MODE is not set -# CONFIG_IDEDISK_STROKE is not set -# CONFIG_BLK_DEV_IDECS is not set -CONFIG_BLK_DEV_DELKIN=m -CONFIG_BLK_DEV_IDECD=y -# CONFIG_BLK_DEV_IDETAPE is not set -# CONFIG_BLK_DEV_IDEFLOPPY is not set -# CONFIG_BLK_DEV_IDESCSI is not set -# CONFIG_IDE_TASK_IOCTL is not set - -# -# IDE chipset support/bugfixes -# -CONFIG_BLK_DEV_CMD640=y -# CONFIG_BLK_DEV_CMD640_ENHANCED is not set -# CONFIG_BLK_DEV_ISAPNP is not set -CONFIG_BLK_DEV_IDEPCI=y -CONFIG_BLK_DEV_GENERIC=y -CONFIG_IDEPCI_SHARE_IRQ=y -CONFIG_BLK_DEV_IDEDMA_PCI=y -# CONFIG_BLK_DEV_OFFBOARD is not set -# CONFIG_BLK_DEV_IDEDMA_FORCED is not set -CONFIG_IDEDMA_PCI_AUTO=y -# CONFIG_IDEDMA_ONLYDISK is not set -CONFIG_BLK_DEV_IDEDMA=y -# CONFIG_IDEDMA_PCI_WIP is not set -CONFIG_BLK_DEV_ADMA100=y -CONFIG_BLK_DEV_AEC62XX=y -CONFIG_BLK_DEV_ALI15X3=y -# CONFIG_WDC_ALI15X3 is not set -CONFIG_BLK_DEV_AMD74XX=y -CONFIG_AMD74XX_OVERRIDE=y -CONFIG_BLK_DEV_ATIIXP=y -CONFIG_BLK_DEV_CMD64X=y -CONFIG_BLK_DEV_TRIFLEX=y -CONFIG_BLK_DEV_CY82C693=y -CONFIG_BLK_DEV_CS5530=y -CONFIG_BLK_DEV_HPT34X=y -# CONFIG_HPT34X_AUTODMA is not set -CONFIG_BLK_DEV_HPT366=y -CONFIG_BLK_DEV_PIIX=y -CONFIG_BLK_DEV_NS87415=y -CONFIG_BLK_DEV_OPTI621=y -CONFIG_BLK_DEV_PDC202XX_OLD=y -# CONFIG_PDC202XX_BURST is not set -CONFIG_BLK_DEV_PDC202XX_NEW=y -# CONFIG_PDC202XX_FORCE is not set -CONFIG_BLK_DEV_RZ1000=y -CONFIG_BLK_DEV_SC1200=y -CONFIG_BLK_DEV_SVWKS=y -CONFIG_BLK_DEV_SIIMAGE=y -CONFIG_BLK_DEV_SIS5513=y -CONFIG_BLK_DEV_SLC90E66=y -CONFIG_BLK_DEV_TRM290=y -CONFIG_BLK_DEV_VIA82CXXX=y -# CONFIG_IDE_CHIPSETS is not set -CONFIG_IDEDMA_AUTO=y -# CONFIG_IDEDMA_IVB is not set -# CONFIG_DMA_NONPCI is not set -CONFIG_BLK_DEV_PDC202XX=y -CONFIG_BLK_DEV_ATARAID=m -CONFIG_BLK_DEV_ATARAID_PDC=m -CONFIG_BLK_DEV_ATARAID_HPT=m -CONFIG_BLK_DEV_ATARAID_MEDLEY=m -CONFIG_BLK_DEV_ATARAID_SII=m - -# -# SCSI support -# -CONFIG_SCSI=m - -# -# SCSI support type (disk, tape, CD-ROM) -# -CONFIG_BLK_DEV_SD=m -CONFIG_SD_EXTRA_DEVS=8 -# CONFIG_CHR_DEV_ST is not set -# CONFIG_CHR_DEV_OSST is not set -CONFIG_BLK_DEV_SR=m -CONFIG_BLK_DEV_SR_VENDOR=y -CONFIG_SR_EXTRA_DEVS=2 -CONFIG_CHR_DEV_SG=m - -# -# Some SCSI devices (e.g. CD jukebox) support multiple LUNs -# -# CONFIG_SCSI_DEBUG_QUEUES is not set -CONFIG_SCSI_MULTI_LUN=y -# CONFIG_SCSI_CONSTANTS is not set -# CONFIG_SCSI_LOGGING is not set - -# -# SCSI low-level drivers -# -CONFIG_BLK_DEV_3W_XXXX_RAID=m -CONFIG_SCSI_7000FASST=m -CONFIG_SCSI_ACARD=m -CONFIG_SCSI_AHA152X=m -CONFIG_SCSI_AHA1542=m -CONFIG_SCSI_AHA1740=m -CONFIG_SCSI_AACRAID=m -CONFIG_SCSI_AIC7XXX=m -CONFIG_AIC7XXX_CMDS_PER_DEVICE=253 -CONFIG_AIC7XXX_RESET_DELAY_MS=15000 -CONFIG_AIC7XXX_PROBE_EISA_VL=y -# CONFIG_AIC7XXX_BUILD_FIRMWARE is not set -# CONFIG_AIC7XXX_DEBUG_ENABLE is not set -CONFIG_AIC7XXX_DEBUG_MASK=0 -# CONFIG_AIC7XXX_REG_PRETTY_PRINT is not set -CONFIG_SCSI_AIC79XX=m -CONFIG_AIC79XX_CMDS_PER_DEVICE=32 -CONFIG_AIC79XX_RESET_DELAY_MS=15000 -# CONFIG_AIC79XX_BUILD_FIRMWARE is not set -CONFIG_AIC79XX_ENABLE_RD_STRM=y -# CONFIG_AIC79XX_DEBUG_ENABLE is not set -CONFIG_AIC79XX_DEBUG_MASK=0 -# CONFIG_AIC79XX_REG_PRETTY_PRINT is not set -# CONFIG_SCSI_AIC7XXX_OLD is not set -CONFIG_SCSI_DPT_I2O=m -CONFIG_SCSI_ADVANSYS=m -CONFIG_SCSI_IN2000=m -CONFIG_SCSI_AM53C974=m -CONFIG_SCSI_MEGARAID=m -CONFIG_SCSI_MEGARAID2=m -CONFIG_SCSI_SATA=y -CONFIG_SCSI_SATA_AHCI=m -CONFIG_SCSI_SATA_SVW=m -CONFIG_SCSI_ATA_PIIX=m -CONFIG_SCSI_SATA_NV=m -CONFIG_SCSI_SATA_QSTOR=m -CONFIG_SCSI_SATA_PROMISE=m -CONFIG_SCSI_SATA_SX4=m -CONFIG_SCSI_SATA_SIL=m -CONFIG_SCSI_SATA_SIS=m -CONFIG_SCSI_SATA_ULI=m -CONFIG_SCSI_SATA_VIA=m -CONFIG_SCSI_SATA_VITESSE=m -CONFIG_SCSI_BUSLOGIC=m -# CONFIG_SCSI_OMIT_FLASHPOINT is not set -CONFIG_SCSI_CPQFCTS=m -CONFIG_SCSI_DMX3191D=m -CONFIG_SCSI_DTC3280=m -CONFIG_SCSI_EATA=m -CONFIG_SCSI_EATA_TAGGED_QUEUE=y -CONFIG_SCSI_EATA_LINKED_COMMANDS=y -CONFIG_SCSI_EATA_MAX_TAGS=16 -CONFIG_SCSI_EATA_DMA=m -CONFIG_SCSI_EATA_PIO=m -CONFIG_SCSI_FUTURE_DOMAIN=m -CONFIG_SCSI_FD_MCS=m -CONFIG_SCSI_GDTH=m -CONFIG_SCSI_GENERIC_NCR5380=m -CONFIG_SCSI_GENERIC_NCR53C400=y -CONFIG_SCSI_G_NCR5380_PORT=y -# CONFIG_SCSI_G_NCR5380_MEM is not set -CONFIG_SCSI_IBMMCA=m -CONFIG_IBMMCA_SCSI_ORDER_STANDARD=y -CONFIG_IBMMCA_SCSI_DEV_RESET=y -CONFIG_SCSI_IPS=m -CONFIG_SCSI_INITIO=m -CONFIG_SCSI_INIA100=m -CONFIG_SCSI_NCR53C406A=m -CONFIG_SCSI_NCR_D700=m -CONFIG_53C700_IO_MAPPED=y -CONFIG_SCSI_NCR53C7xx=m -CONFIG_SCSI_NCR53C7xx_sync=y -CONFIG_SCSI_NCR53C7xx_FAST=y -CONFIG_SCSI_NCR53C7xx_DISCONNECT=y -CONFIG_SCSI_SYM53C8XX_2=m -CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 -CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 -CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 -# CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set -CONFIG_SCSI_NCR53C8XX=m -CONFIG_SCSI_SYM53C8XX=m -CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=4 -CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32 -CONFIG_SCSI_NCR53C8XX_SYNC=20 -# CONFIG_SCSI_NCR53C8XX_PROFILE is not set -# CONFIG_SCSI_NCR53C8XX_IOMAPPED is not set -CONFIG_SCSI_NCR53C8XX_PQS_PDS=y -# CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT is not set -CONFIG_SCSI_MCA_53C9X=m -CONFIG_SCSI_PAS16=m -CONFIG_SCSI_PCI2000=m -CONFIG_SCSI_PCI2220I=m -CONFIG_SCSI_PSI240I=m -CONFIG_SCSI_QLOGIC_FAS=m -CONFIG_SCSI_QLOGIC_ISP=m -CONFIG_SCSI_QLOGIC_FC=m -# CONFIG_SCSI_QLOGIC_FC_FIRMWARE is not set -CONFIG_SCSI_QLOGIC_1280=m -CONFIG_SCSI_SEAGATE=m -CONFIG_SCSI_SIM710=m -CONFIG_SCSI_SYM53C416=m -CONFIG_SCSI_DC390T=m -# CONFIG_SCSI_DC390T_NOGENSUPP is not set -CONFIG_SCSI_T128=m -CONFIG_SCSI_U14_34F=m -CONFIG_SCSI_U14_34F_LINKED_COMMANDS=y -CONFIG_SCSI_U14_34F_MAX_TAGS=8 -CONFIG_SCSI_ULTRASTOR=m -CONFIG_SCSI_NSP32=m -# CONFIG_SCSI_DEBUG is not set - -# -# PCMCIA SCSI adapter support -# -CONFIG_SCSI_PCMCIA=y -CONFIG_PCMCIA_AHA152X=m -CONFIG_PCMCIA_FDOMAIN=m -CONFIG_PCMCIA_NINJA_SCSI=m -CONFIG_PCMCIA_QLOGIC=m - -# -# Fusion MPT device support -# -CONFIG_FUSION=m -# CONFIG_FUSION_BOOT is not set -CONFIG_FUSION_MAX_SGE=40 -# CONFIG_FUSION_ISENSE is not set -# CONFIG_FUSION_CTL is not set -CONFIG_FUSION_LAN=m -CONFIG_NET_FC=y - -# -# IEEE 1394 (FireWire) support (EXPERIMENTAL) -# -# CONFIG_IEEE1394 is not set - -# -# I2O device support -# -# CONFIG_I2O is not set -# CONFIG_I2O_PCI is not set -# CONFIG_I2O_BLOCK is not set -# CONFIG_I2O_LAN is not set -# CONFIG_I2O_SCSI is not set -# CONFIG_I2O_PROC is not set - -# -# Network device support -# -CONFIG_NETDEVICES=y - -# -# ARCnet devices -# -# CONFIG_ARCNET is not set -CONFIG_DUMMY=m -CONFIG_BONDING=m -CONFIG_EQUALIZER=m -CONFIG_TUN=m -# CONFIG_ETHERTAP is not set -# CONFIG_NET_SB1000 is not set - -# -# Ethernet (10 or 100Mbit) -# -CONFIG_NET_ETHERNET=y -# CONFIG_SUNLANCE is not set -# CONFIG_HAPPYMEAL is not set -# CONFIG_SUNBMAC is not set -# CONFIG_SUNQE is not set -# CONFIG_SUNGEM is not set -CONFIG_NET_VENDOR_3COM=y -CONFIG_EL1=m -CONFIG_EL2=m -CONFIG_ELPLUS=m -CONFIG_EL16=m -CONFIG_EL3=m -CONFIG_3C515=m -CONFIG_ELMC=m -CONFIG_ELMC_II=m -CONFIG_VORTEX=m -CONFIG_TYPHOON=m -CONFIG_LANCE=m -CONFIG_NET_VENDOR_SMC=y -CONFIG_WD80x3=m -CONFIG_ULTRAMCA=m -CONFIG_ULTRA=m -CONFIG_ULTRA32=m -CONFIG_SMC9194=m -CONFIG_NET_VENDOR_RACAL=y -CONFIG_NI5010=m -CONFIG_NI52=m -CONFIG_NI65=m -CONFIG_AT1700=m -CONFIG_DEPCA=m -CONFIG_HP100=m -CONFIG_NET_ISA=y -CONFIG_E2100=m -CONFIG_EWRK3=m -CONFIG_EEXPRESS=m -CONFIG_EEXPRESS_PRO=m -CONFIG_HPLAN_PLUS=m -CONFIG_HPLAN=m -CONFIG_LP486E=m -CONFIG_ETH16I=m -CONFIG_NE2000=m -CONFIG_SKMC=m -CONFIG_NE2_MCA=m -CONFIG_IBMLANA=m -CONFIG_NET_PCI=y -CONFIG_PCNET32=m -CONFIG_AMD8111_ETH=m -CONFIG_ADAPTEC_STARFIRE=m -CONFIG_AC3200=m -CONFIG_APRICOT=m -CONFIG_B44=m -CONFIG_CS89x0=m -CONFIG_TULIP=m -# CONFIG_TULIP_MWI is not set -# CONFIG_TULIP_MMIO is not set -CONFIG_DE4X5=m -CONFIG_DGRS=m -CONFIG_DM9102=m -# CONFIG_EEPRO100 is not set -# CONFIG_EEPRO100_PIO is not set -CONFIG_E100=m -CONFIG_LNE390=m -CONFIG_FEALNX=m -CONFIG_NATSEMI=m -CONFIG_NE2K_PCI=m -CONFIG_FORCEDETH=m -CONFIG_NE3210=m -CONFIG_ES3210=m -CONFIG_8139CP=m -CONFIG_8139TOO=m -# CONFIG_8139TOO_PIO is not set -CONFIG_8139TOO_TUNE_TWISTER=y -CONFIG_8139TOO_8129=y -# CONFIG_8139_OLD_RX_RESET is not set -CONFIG_SIS900=m -CONFIG_EPIC100=m -CONFIG_SUNDANCE=m -# CONFIG_SUNDANCE_MMIO is not set -CONFIG_TLAN=m -CONFIG_VIA_RHINE=m -# CONFIG_VIA_RHINE_MMIO is not set -CONFIG_WINBOND_840=m -# CONFIG_NET_POCKET is not set - -# -# Ethernet (1000 Mbit) -# -CONFIG_ACENIC=m -# CONFIG_ACENIC_OMIT_TIGON_I is not set -CONFIG_DL2K=m -CONFIG_E1000=m -# CONFIG_E1000_NAPI is not set -# CONFIG_MYRI_SBUS is not set -CONFIG_NS83820=m -CONFIG_HAMACHI=m -CONFIG_YELLOWFIN=m -CONFIG_R8169=m -CONFIG_SK98LIN=m -CONFIG_TIGON3=m -# CONFIG_FDDI is not set -# CONFIG_HIPPI is not set -# CONFIG_PLIP is not set -CONFIG_PPP=m -CONFIG_PPP_MULTILINK=y -CONFIG_PPP_FILTER=y -CONFIG_PPP_ASYNC=m -CONFIG_PPP_SYNC_TTY=m -CONFIG_PPP_DEFLATE=m -CONFIG_PPP_BSDCOMP=m -CONFIG_PPPOE=m -CONFIG_PPPOATM=m -# CONFIG_SLIP is not set - -# -# Wireless LAN (non-hamradio) -# -CONFIG_NET_RADIO=y -# CONFIG_STRIP is not set -CONFIG_WAVELAN=m -CONFIG_ARLAN=m -CONFIG_AIRONET4500=m -CONFIG_AIRONET4500_NONCS=m -CONFIG_AIRONET4500_PNP=y -CONFIG_AIRONET4500_PCI=y -CONFIG_AIRONET4500_ISA=y -CONFIG_AIRONET4500_I365=y -# CONFIG_AIRONET4500_PROC is not set -CONFIG_AIRO=m -CONFIG_HERMES=m -CONFIG_PLX_HERMES=m -CONFIG_TMD_HERMES=m -CONFIG_PCI_HERMES=m - -# -# Wireless Pcmcia cards support -# -CONFIG_PCMCIA_HERMES=m -CONFIG_AIRO_CS=m -# CONFIG_PCMCIA_ATMEL is not set - -# -# Prism54 PCI/PCMCIA GT/Duette Driver - 802.11(a/b/g) -# -CONFIG_PRISM54=m -CONFIG_FW_LOADER=m -CONFIG_NET_WIRELESS=y - -# -# Token Ring devices -# -# CONFIG_TR is not set -CONFIG_NET_FC=y -# CONFIG_IPHASE5526 is not set -# CONFIG_RCPCI is not set -# CONFIG_SHAPER is not set - -# -# Wan interfaces -# -# CONFIG_WAN is not set - -# -# PCMCIA network device support -# -CONFIG_NET_PCMCIA=y -CONFIG_PCMCIA_3C589=m -CONFIG_PCMCIA_3C574=m -CONFIG_PCMCIA_FMVJ18X=m -CONFIG_PCMCIA_PCNET=m -CONFIG_PCMCIA_AXNET=m -CONFIG_PCMCIA_NMCLAN=m -CONFIG_PCMCIA_SMC91C92=m -CONFIG_PCMCIA_XIRC2PS=m -# CONFIG_ARCNET_COM20020_CS is not set -# CONFIG_PCMCIA_IBMTR is not set -CONFIG_PCMCIA_XIRCOM=m -CONFIG_PCMCIA_XIRTULIP=m -CONFIG_NET_PCMCIA_RADIO=y -CONFIG_PCMCIA_RAYCS=m -CONFIG_PCMCIA_NETWAVE=m -CONFIG_PCMCIA_WAVELAN=m -# CONFIG_AIRONET4500_CS is not set - -# -# ATM drivers -# -CONFIG_ATM_TCP=m -# CONFIG_ATM_LANAI is not set -# CONFIG_ATM_ENI is not set -# CONFIG_ATM_FIRESTREAM is not set -# CONFIG_ATM_ZATM is not set -# CONFIG_ATM_NICSTAR is not set -# CONFIG_ATM_IDT77252 is not set -# CONFIG_ATM_AMBASSADOR is not set -# CONFIG_ATM_HORIZON is not set -# CONFIG_ATM_IA is not set -# CONFIG_ATM_FORE200E_MAYBE is not set -# CONFIG_ATM_HE is not set - -# -# Amateur Radio support -# -# CONFIG_HAMRADIO is not set - -# -# IrDA (infrared) support -# -# CONFIG_IRDA is not set - -# -# ISDN subsystem -# -CONFIG_ISDN=m -CONFIG_ISDN_BOOL=y -CONFIG_ISDN_PPP=y -CONFIG_IPPP_FILTER=y -CONFIG_ISDN_PPP_VJ=y -CONFIG_ISDN_MPP=y -CONFIG_ISDN_PPP_BSDCOMP=m -# CONFIG_ISDN_AUDIO is not set - -# -# ISDN feature submodules -# -# CONFIG_ISDN_DRV_LOOP is not set -# CONFIG_ISDN_DIVERSION is not set - -# -# low-level hardware drivers -# - -# -# Passive ISDN cards -# -CONFIG_ISDN_DRV_HISAX=m -CONFIG_ISDN_HISAX=y - -# -# D-channel protocol features -# -CONFIG_HISAX_EURO=y -CONFIG_DE_AOC=y -CONFIG_HISAX_NO_SENDCOMPLETE=y -CONFIG_HISAX_NO_LLC=y -CONFIG_HISAX_NO_KEYPAD=y -CONFIG_HISAX_1TR6=y -CONFIG_HISAX_NI1=y -CONFIG_HISAX_MAX_CARDS=8 - -# -# HiSax supported cards -# -CONFIG_HISAX_16_0=y -CONFIG_HISAX_16_3=y -CONFIG_HISAX_AVM_A1=y -CONFIG_HISAX_IX1MICROR2=y -CONFIG_HISAX_ASUSCOM=y -CONFIG_HISAX_TELEINT=y -CONFIG_HISAX_HFCS=y -CONFIG_HISAX_SPORTSTER=y -CONFIG_HISAX_MIC=y -CONFIG_HISAX_ISURF=y -CONFIG_HISAX_HSTSAPHIR=y -CONFIG_HISAX_TELESPCI=y -CONFIG_HISAX_S0BOX=y -CONFIG_HISAX_FRITZPCI=y -CONFIG_HISAX_AVM_A1_PCMCIA=y -CONFIG_HISAX_ELSA=y -CONFIG_HISAX_DIEHLDIVA=y -CONFIG_HISAX_SEDLBAUER=y -CONFIG_HISAX_NETJET=y -CONFIG_HISAX_NETJET_U=y -CONFIG_HISAX_NICCY=y -CONFIG_HISAX_BKM_A4T=y -CONFIG_HISAX_SCT_QUADRO=y -CONFIG_HISAX_GAZEL=y -CONFIG_HISAX_HFC_PCI=y -CONFIG_HISAX_W6692=y -CONFIG_HISAX_HFC_SX=y -CONFIG_HISAX_ENTERNOW_PCI=y -# CONFIG_HISAX_DEBUG is not set -CONFIG_HISAX_SEDLBAUER_CS=m -CONFIG_HISAX_ELSA_CS=m -CONFIG_HISAX_AVM_A1_CS=m -CONFIG_HISAX_ST5481=m -CONFIG_HISAX_FRITZ_PCIPNP=m -# CONFIG_USB_AUERISDN is not set - -# -# Active ISDN cards -# -# CONFIG_ISDN_DRV_ICN is not set -# CONFIG_ISDN_DRV_PCBIT is not set -# CONFIG_ISDN_DRV_SC is not set -# CONFIG_ISDN_DRV_ACT2000 is not set -# CONFIG_ISDN_DRV_EICON is not set -# CONFIG_ISDN_DRV_TPAM is not set -CONFIG_ISDN_CAPI=m -CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON=y -CONFIG_ISDN_CAPI_MIDDLEWARE=y -CONFIG_ISDN_CAPI_CAPI20=m -CONFIG_ISDN_CAPI_CAPIFS_BOOL=y -CONFIG_ISDN_CAPI_CAPIFS=m -CONFIG_ISDN_CAPI_CAPIDRV=m -# CONFIG_ISDN_DRV_AVMB1_B1ISA is not set -# CONFIG_ISDN_DRV_AVMB1_B1PCI is not set -# CONFIG_ISDN_DRV_AVMB1_B1PCIV4 is not set -# CONFIG_ISDN_DRV_AVMB1_T1ISA is not set -# CONFIG_ISDN_DRV_AVMB1_B1PCMCIA is not set -# CONFIG_ISDN_DRV_AVMB1_AVM_CS is not set -# CONFIG_ISDN_DRV_AVMB1_T1PCI is not set -# CONFIG_ISDN_DRV_AVMB1_C4 is not set -# CONFIG_HYSDN is not set -# CONFIG_HYSDN_CAPI is not set - -# -# Old CD-ROM drivers (not SCSI, not IDE) -# -# CONFIG_CD_NO_IDESCSI is not set - -# -# Input core support -# -CONFIG_INPUT=m -CONFIG_INPUT_KEYBDEV=m -# CONFIG_INPUT_MOUSEDEV is not set -# CONFIG_INPUT_JOYDEV is not set -# CONFIG_INPUT_EVDEV is not set -# CONFIG_INPUT_UINPUT is not set - -# -# Character devices -# -CONFIG_VT=y -CONFIG_VT_CONSOLE=y -CONFIG_SERIAL=y -CONFIG_SERIAL_CONSOLE=y -CONFIG_FRANDOM=y -CONFIG_SERIAL_EXTENDED=y -CONFIG_SERIAL_MANY_PORTS=y -CONFIG_SERIAL_SHARE_IRQ=y -# CONFIG_SERIAL_DETECT_IRQ is not set -# CONFIG_SERIAL_MULTIPORT is not set -# CONFIG_HUB6 is not set -CONFIG_SERIAL_NONSTANDARD=y -# CONFIG_COMPUTONE is not set -# CONFIG_ROCKETPORT is not set -# CONFIG_CYCLADES is not set -# CONFIG_DIGIEPCA is not set -# CONFIG_DIGI is not set -# CONFIG_ESPSERIAL is not set -# CONFIG_MOXA_INTELLIO is not set -# CONFIG_MOXA_SMARTIO is not set -# CONFIG_ISI is not set -# CONFIG_SYNCLINK is not set -# CONFIG_SYNCLINKMP is not set -CONFIG_N_HDLC=m -# CONFIG_RISCOM8 is not set -# CONFIG_SPECIALIX is not set -# CONFIG_SX is not set -# CONFIG_RIO is not set -# CONFIG_STALDRV is not set -CONFIG_UNIX98_PTYS=y -CONFIG_UNIX98_PTY_COUNT=256 - -# -# I2C support -# -# CONFIG_I2C is not set - -# -# Mice -# -# CONFIG_BUSMOUSE is not set -# CONFIG_MOUSE is not set - -# -# Joysticks -# -# CONFIG_INPUT_GAMEPORT is not set -# CONFIG_INPUT_NS558 is not set -# CONFIG_INPUT_LIGHTNING is not set -# CONFIG_INPUT_PCIGAME is not set -# CONFIG_INPUT_CS461X is not set -# CONFIG_INPUT_EMU10K1 is not set -# CONFIG_INPUT_SERIO is not set -# CONFIG_INPUT_SERPORT is not set - -# -# Joysticks -# -# CONFIG_INPUT_ANALOG is not set -# CONFIG_INPUT_A3D is not set -# CONFIG_INPUT_ADI is not set -# CONFIG_INPUT_COBRA is not set -# CONFIG_INPUT_GF2K is not set -# CONFIG_INPUT_GRIP is not set -# CONFIG_INPUT_INTERACT is not set -# CONFIG_INPUT_TMDC is not set -# CONFIG_INPUT_SIDEWINDER is not set -# CONFIG_INPUT_IFORCE_USB is not set -# CONFIG_INPUT_IFORCE_232 is not set -# CONFIG_INPUT_WARRIOR is not set -# CONFIG_INPUT_MAGELLAN is not set -# CONFIG_INPUT_SPACEORB is not set -# CONFIG_INPUT_SPACEBALL is not set -# CONFIG_INPUT_STINGER is not set -# CONFIG_INPUT_DB9 is not set -# CONFIG_INPUT_GAMECON is not set -# CONFIG_INPUT_TURBOGRAFX is not set -# CONFIG_QIC02_TAPE is not set -# CONFIG_IPMI_HANDLER is not set -# CONFIG_IPMI_PANIC_EVENT is not set -# CONFIG_IPMI_DEVICE_INTERFACE is not set -# CONFIG_IPMI_KCS is not set -# CONFIG_IPMI_WATCHDOG is not set - -# -# Watchdog Cards -# -# CONFIG_WATCHDOG is not set -# CONFIG_SCx200 is not set -# CONFIG_SCx200_GPIO is not set -# CONFIG_AMD_RNG is not set -# CONFIG_INTEL_RNG is not set -# CONFIG_HW_RANDOM is not set -# CONFIG_AMD_PM768 is not set -# CONFIG_NVRAM is not set -CONFIG_RTC=y -# CONFIG_DTLK is not set -# CONFIG_R3964 is not set -# CONFIG_APPLICOM is not set -# CONFIG_SONYPI is not set - -# -# Ftape, the floppy tape device driver -# -# CONFIG_FTAPE is not set -# CONFIG_AGP is not set - -# -# Direct Rendering Manager (XFree86 DRI support) -# -# CONFIG_DRM is not set - -# -# PCMCIA character devices -# -CONFIG_PCMCIA_SERIAL_CS=m -CONFIG_SYNCLINK_CS=m -# CONFIG_MWAVE is not set -# CONFIG_OBMOUSE is not set - -# -# Multimedia devices -# -# CONFIG_VIDEO_DEV is not set - -# -# File systems -# -# CONFIG_QUOTA is not set -# CONFIG_QFMT_V2 is not set -# CONFIG_AUTOFS_FS is not set -# CONFIG_AUTOFS4_FS is not set -# CONFIG_REISERFS_FS is not set -# CONFIG_REISERFS_CHECK is not set -# CONFIG_REISERFS_PROC_INFO is not set -# CONFIG_ADFS_FS is not set -# CONFIG_ADFS_FS_RW is not set -# CONFIG_AFFS_FS is not set -# CONFIG_HFS_FS is not set -# CONFIG_HFSPLUS_FS is not set -# CONFIG_BEFS_FS is not set -# CONFIG_BEFS_DEBUG is not set -# CONFIG_BFS_FS is not set -CONFIG_EXT3_FS=y -CONFIG_JBD=y -# CONFIG_JBD_DEBUG is not set -CONFIG_FAT_FS=m -# CONFIG_MSDOS_FS is not set -# CONFIG_UMSDOS_FS is not set -CONFIG_VFAT_FS=m -# CONFIG_EFS_FS is not set -# CONFIG_JFFS_FS is not set -# CONFIG_JFFS2_FS is not set -# CONFIG_CRAMFS is not set -# CONFIG_TMPFS is not set -CONFIG_RAMFS=y -CONFIG_ISO9660_FS=y -CONFIG_JOLIET=y -# CONFIG_ZISOFS is not set -# CONFIG_JFS_FS is not set -# CONFIG_JFS_DEBUG is not set -# CONFIG_JFS_STATISTICS is not set -# CONFIG_MINIX_FS is not set -# CONFIG_VXFS_FS is not set -# CONFIG_NTFS_FS is not set -# CONFIG_NTFS_RW is not set -# CONFIG_HPFS_FS is not set -CONFIG_PROC_FS=y -# CONFIG_DEVFS_FS is not set -# CONFIG_DEVFS_MOUNT is not set -# CONFIG_DEVFS_DEBUG is not set -CONFIG_DEVPTS_FS=y -# CONFIG_QNX4FS_FS is not set -# CONFIG_QNX4FS_RW is not set -# CONFIG_ROMFS_FS is not set -CONFIG_EXT2_FS=y -# CONFIG_SYSV_FS is not set -# CONFIG_UDF_FS is not set -# CONFIG_UDF_RW is not set -# CONFIG_UFS_FS is not set -# CONFIG_UFS_FS_WRITE is not set -# CONFIG_XFS_FS is not set -# CONFIG_XFS_QUOTA is not set -# CONFIG_XFS_RT is not set -# CONFIG_XFS_TRACE is not set -# CONFIG_XFS_DEBUG is not set - -# -# Network File Systems -# -# CONFIG_CODA_FS is not set -# CONFIG_INTERMEZZO_FS is not set -# CONFIG_NFS_FS is not set -# CONFIG_NFS_V3 is not set -# CONFIG_NFS_DIRECTIO is not set -# CONFIG_ROOT_NFS is not set -# CONFIG_NFSD is not set -# CONFIG_NFSD_V3 is not set -# CONFIG_NFSD_TCP is not set -# CONFIG_SUNRPC is not set -# CONFIG_LOCKD is not set -# CONFIG_SMB_FS is not set -# CONFIG_NCP_FS is not set -# CONFIG_NCPFS_PACKET_SIGNING is not set -# CONFIG_NCPFS_IOCTL_LOCKING is not set -# CONFIG_NCPFS_STRONG is not set -# CONFIG_NCPFS_NFS_NS is not set -# CONFIG_NCPFS_OS2_NS is not set -# CONFIG_NCPFS_SMALLDOS is not set -# CONFIG_NCPFS_NLS is not set -# CONFIG_NCPFS_EXTRAS is not set -# CONFIG_ZISOFS_FS is not set - -# -# Partition Types -# -# CONFIG_PARTITION_ADVANCED is not set -CONFIG_MSDOS_PARTITION=y -# CONFIG_SMB_NLS is not set -CONFIG_NLS=y - -# -# Native Language Support -# -CONFIG_NLS_DEFAULT="cp437" -# CONFIG_NLS_CODEPAGE_437 is not set -# CONFIG_NLS_CODEPAGE_737 is not set -# CONFIG_NLS_CODEPAGE_775 is not set -# CONFIG_NLS_CODEPAGE_850 is not set -# CONFIG_NLS_CODEPAGE_852 is not set -# CONFIG_NLS_CODEPAGE_855 is not set -# CONFIG_NLS_CODEPAGE_857 is not set -# CONFIG_NLS_CODEPAGE_860 is not set -# CONFIG_NLS_CODEPAGE_861 is not set -# CONFIG_NLS_CODEPAGE_862 is not set -# CONFIG_NLS_CODEPAGE_863 is not set -# CONFIG_NLS_CODEPAGE_864 is not set -# CONFIG_NLS_CODEPAGE_865 is not set -# CONFIG_NLS_CODEPAGE_866 is not set -# CONFIG_NLS_CODEPAGE_869 is not set -# CONFIG_NLS_CODEPAGE_936 is not set -# CONFIG_NLS_CODEPAGE_950 is not set -# CONFIG_NLS_CODEPAGE_932 is not set -# CONFIG_NLS_CODEPAGE_949 is not set -# CONFIG_NLS_CODEPAGE_874 is not set -# CONFIG_NLS_ISO8859_8 is not set -# CONFIG_NLS_CODEPAGE_1250 is not set -# CONFIG_NLS_CODEPAGE_1251 is not set -# CONFIG_NLS_ISO8859_1 is not set -# CONFIG_NLS_ISO8859_2 is not set -# CONFIG_NLS_ISO8859_3 is not set -# CONFIG_NLS_ISO8859_4 is not set -# CONFIG_NLS_ISO8859_5 is not set -# CONFIG_NLS_ISO8859_6 is not set -# CONFIG_NLS_ISO8859_7 is not set -# CONFIG_NLS_ISO8859_9 is not set -# CONFIG_NLS_ISO8859_13 is not set -# CONFIG_NLS_ISO8859_14 is not set -# CONFIG_NLS_ISO8859_15 is not set -# CONFIG_NLS_KOI8_R is not set -# CONFIG_NLS_KOI8_U is not set -# CONFIG_NLS_UTF8 is not set - -# -# Console drivers -# -CONFIG_VGA_CONSOLE=y -CONFIG_VIDEO_SELECT=y -# CONFIG_MDA_CONSOLE is not set - -# -# Frame-buffer support -# -# CONFIG_FB is not set - -# -# Sound -# -# CONFIG_SOUND is not set - -# -# USB support -# -CONFIG_USB=m -# CONFIG_USB_DEBUG is not set - -# -# Miscellaneous USB options -# -CONFIG_USB_DEVICEFS=y -# CONFIG_USB_BANDWIDTH is not set - -# -# USB Host Controller Drivers -# -CONFIG_USB_EHCI_HCD=m -CONFIG_USB_UHCI=m -CONFIG_USB_UHCI_ALT=m -CONFIG_USB_OHCI=m -# CONFIG_USB_SL811HS_ALT is not set -# CONFIG_USB_SL811HS is not set - -# -# USB Device Class drivers -# -# CONFIG_USB_AUDIO is not set -# CONFIG_USB_EMI26 is not set -# CONFIG_USB_BLUETOOTH is not set -# CONFIG_USB_MIDI is not set -CONFIG_USB_STORAGE=m -# CONFIG_USB_STORAGE_DEBUG is not set -# CONFIG_USB_STORAGE_DATAFAB is not set -# CONFIG_USB_STORAGE_FREECOM is not set -# CONFIG_USB_STORAGE_ISD200 is not set -# CONFIG_USB_STORAGE_DPCM is not set -# CONFIG_USB_STORAGE_HP8200e is not set -# CONFIG_USB_STORAGE_SDDR09 is not set -# CONFIG_USB_STORAGE_SDDR55 is not set -# CONFIG_USB_STORAGE_JUMPSHOT is not set -CONFIG_USB_ACM=m -# CONFIG_USB_PRINTER is not set - -# -# USB Human Interface Devices (HID) -# -CONFIG_USB_HID=m -CONFIG_USB_HIDINPUT=y -CONFIG_USB_HIDDEV=y -# CONFIG_USB_KBD is not set -# CONFIG_USB_MOUSE is not set -# CONFIG_USB_AIPTEK is not set -# CONFIG_USB_WACOM is not set -# CONFIG_USB_KBTAB is not set -# CONFIG_USB_POWERMATE is not set - -# -# USB Imaging devices -# -# CONFIG_USB_DC2XX is not set -# CONFIG_USB_MDC800 is not set -# CONFIG_USB_SCANNER is not set -# CONFIG_USB_MICROTEK is not set -# CONFIG_USB_HPUSBSCSI is not set - -# -# USB Multimedia devices -# - -# -# Video4Linux support is needed for USB Multimedia device support -# - -# -# USB Network adaptors -# -CONFIG_USB_PEGASUS=m -CONFIG_USB_RTL8150=m -CONFIG_USB_KAWETH=m -CONFIG_USB_CATC=m -CONFIG_USB_CDCETHER=m -CONFIG_USB_USBNET=m - -# -# USB port drivers -# -# CONFIG_USB_USS720 is not set - -# -# USB Serial Converter support -# -# CONFIG_USB_SERIAL is not set - -# -# USB Miscellaneous drivers -# -# CONFIG_USB_RIO500 is not set -# CONFIG_USB_AUERSWALD is not set -# CONFIG_USB_TIGL is not set -# CONFIG_USB_BRLVGER is not set -# CONFIG_USB_LCD is not set -CONFIG_USB_SPEEDTOUCH=m - -# -# Support for USB gadgets -# -# CONFIG_USB_GADGET is not set - -# -# Bluetooth support -# -# CONFIG_BLUEZ is not set - -# -# Kernel hacking -# -# CONFIG_DEBUG_KERNEL is not set -CONFIG_LOG_BUF_SHIFT=0 - -# -# Cryptographic options -# -CONFIG_CRYPTO=y -# CONFIG_CRYPTO_HMAC is not set -# CONFIG_CRYPTO_NULL is not set -# CONFIG_CRYPTO_MD4 is not set -# CONFIG_CRYPTO_MD5 is not set -# CONFIG_CRYPTO_SHA1 is not set -CONFIG_CRYPTO_SHA256=y -# CONFIG_CRYPTO_SHA512 is not set -# CONFIG_CRYPTO_WP512 is not set -# CONFIG_CRYPTO_DES is not set -# CONFIG_CRYPTO_BLOWFISH is not set -# CONFIG_CRYPTO_TWOFISH is not set -# CONFIG_CRYPTO_SERPENT is not set -# CONFIG_CRYPTO_AES is not set -# CONFIG_CRYPTO_CAST5 is not set -# CONFIG_CRYPTO_CAST6 is not set -# CONFIG_CRYPTO_TEA is not set -# CONFIG_CRYPTO_KHAZAD is not set -# CONFIG_CRYPTO_ANUBIS is not set -# CONFIG_CRYPTO_ARC4 is not set -# CONFIG_CRYPTO_DEFLATE is not set -# CONFIG_CRYPTO_MICHAEL_MIC is not set -# CONFIG_CRYPTO_TEST is not set - -# -# Library routines -# -# CONFIG_CRC32 is not set -CONFIG_ZLIB_INFLATE=m -CONFIG_ZLIB_DEFLATE=m -CONFIG_FW_LOADER=m diff --git a/config/kernel/kernel.config.i386.smp b/config/kernel/kernel.config.i386.smp index 7ac1f589dd..b3ca856f1d 100644 --- a/config/kernel/kernel.config.i386.smp +++ b/config/kernel/kernel.config.i386.smp @@ -1243,16 +1243,19 @@ CONFIG_EXT2_FS=y # # CONFIG_CODA_FS is not set # CONFIG_INTERMEZZO_FS is not set -# CONFIG_NFS_FS is not set -# CONFIG_NFS_V3 is not set -# CONFIG_NFS_DIRECTIO is not set +CONFIG_NFS_FS=m +CONFIG_NFS_V3=y +CONFIG_NFS_DIRECTIO=y # CONFIG_ROOT_NFS is not set -# CONFIG_NFSD is not set -# CONFIG_NFSD_V3 is not set -# CONFIG_NFSD_TCP is not set -# CONFIG_SUNRPC is not set -# CONFIG_LOCKD is not set -# CONFIG_SMB_FS is not set +CONFIG_NFSD=m +CONFIG_NFSD_V3=y +CONFIG_NFSD_TCP=y +CONFIG_SUNRPC=m +CONFIG_LOCKD=m +CONFIG_LOCKD_V4=y +CONFIG_SMB_FS=m +# CONFIG_SMB_NLS_DEFAULT is not set +CONFIG_SMB_UNIX=y # CONFIG_NCP_FS is not set # CONFIG_NCPFS_PACKET_SIGNING is not set # CONFIG_NCPFS_IOCTL_LOCKING is not set diff --git a/doc/ChangeLog b/doc/ChangeLog index b2fe3673f6..5fe13dcc4e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6749 +1,473 @@ -2005-11-07 01:29 gespinasse +------------------------------------------------------------------------ +r112 | ms | 2006-05-04 12:50:41 +0200 (Do, 04 Mai 2006) | 3 lines + +Hauptsächlich Quellenupdate. Apache - Bind - hddtemp - hdparm - lame +Ghostscript und CUPS aktiviert. Samba jetzt mit libcups-Support. + +------------------------------------------------------------------------ +r111 | ms | 2006-05-04 12:48:33 +0200 (Do, 04 Mai 2006) | 5 lines + +Hinzugefügt: + * Patch für MPG123 +Geändert: + * CUPS + +------------------------------------------------------------------------ +r110 | ms | 2006-05-02 22:19:59 +0200 (Di, 02 Mai 2006) | 7 lines + +Hinzugefügt: + * mpg123 - Für Wartemusik im Asterisk + * CUPS - Drucker-Daemon + * Ghostscript - Braucht CUPS + * GNUmp3d - MP3-Streamer + * lame - Braucht GNUmp3d + +------------------------------------------------------------------------ +r109 | ms | 2006-05-02 08:06:43 +0200 (Di, 02 Mai 2006) | 4 lines + +Geändert: + * Samba wird jetzt ohne Dokumentation installiert + * Gettoolchain repariert + +------------------------------------------------------------------------ +r108 | ms | 2006-05-01 21:47:04 +0200 (Mo, 01 Mai 2006) | 2 lines + +Quellenupdate! wireless, ntp, shadow, uClibc + +------------------------------------------------------------------------ +r106 | ms | 2006-04-28 16:57:32 +0200 (Fr, 28 Apr 2006) | 7 lines - * updates/1.4.10/fixbackups.sh: Fix web backup set present on disk - - remove from backup sets files wich should have been exclude but - exclude was broken in 1.4.9 - add hardware settings in backup - since it should have been inside +Hinzugefügt: + * fetchmail + * cyrusimap +Geändert: + * xampp + * pam + +------------------------------------------------------------------------ +r105 | ms | 2006-04-20 16:20:28 +0200 (Do, 20 Apr 2006) | 7 lines + +Hinzugefügt: + * Sane - Scanning + * LibJPEG +Geändert: + * pwlib + * xinetd + +------------------------------------------------------------------------ +r104 | ms | 2006-04-20 16:15:50 +0200 (Do, 20 Apr 2006) | 2 lines -2005-11-06 00:11 gespinasse +Allgemeine Aufräumarbeiten und Optimierungen - * doc/How-to-make-update: Update the doc to not forget anything on - update +------------------------------------------------------------------------ +r103 | ms | 2006-04-19 18:02:55 +0200 (Mi, 19 Apr 2006) | 4 lines + +Geändert: + * pwlib wird bei jedem Durchgang kompiliert, auch wenn schon geschehen :( + * Mirror-URL geändert + +------------------------------------------------------------------------ +r102 | ms | 2006-04-19 15:30:44 +0200 (Mi, 19 Apr 2006) | 9 lines -2005-11-05 15:58 eoberlander +Geändert: + * Asterisk mit H323 +Neue Versionen: + * OpenVPN + * pwlib + * openh323 +Fixed: + * Menü im Webinterface - * updates/1.4.10/information: Tweak information text. +------------------------------------------------------------------------ +r101 | ms | 2006-04-15 01:12:47 +0200 (Sa, 15 Apr 2006) | 10 lines -2005-11-05 15:46 gespinasse +Hinzugefügt: + * Asterisk - mit Zaptel/LibPRI/BRISTUFF/app_fax + * Spandsp + * LibTIFF + * LibXML2 + * eDonkey-commandline-client +Geändert: + * busybox - tar-parameter zurückgesetzt + * postfix hat Beta-Status-1 - * updates/1.4.10/information: Fix a few wrong tag error detected by - 'xhtml transitional' compliance test In netstatus : - better - close font color than apply a new color again wich will not be - closed properly later - $colour is unnecessary - font color is - inserted multiple times with interfaces names +------------------------------------------------------------------------ +r100 | ms | 2006-04-11 00:33:24 +0200 (Di, 11 Apr 2006) | 6 lines - Now each interface did use not the color define in - Header::colour{blue|green|orange|red} but the one corresponding - to the name. This only change red color as the code was wrong - for the others and the color corresponding to the name was used. +Hinzugefügt: + * Samba - Erste Test-Version + * STUNNEL - bisher nicht verwendet, aber SWAT sendet das root-Passwort im Klartext über die Leitung +Geändert: + * Linux-PAM - Libs waren falsch verlinkt -2005-11-05 09:22 gespinasse +------------------------------------------------------------------------ +r99 | casemaster | 2006-04-10 23:10:53 +0200 (Mo, 10 Apr 2006) | 2 lines - * updates/1.4.10/setup: Restrict backup.key access to root only (SF - 1344032) +pwlib geändert. +busybox: tar.c größe auf 150 gesetzt. +------------------------------------------------------------------------ +r98 | ms | 2006-04-10 20:39:59 +0200 (Mo, 10 Apr 2006) | 4 lines -2005-11-03 23:08 gespinasse +Hinzugefügt: + * Xinetd - Super-Daemon + * Sudo - * html/cgi-bin/backup.cgi: Display which files are include in web - backup +------------------------------------------------------------------------ +r97 | ms | 2006-04-09 22:23:54 +0200 (So, 09 Apr 2006) | 4 lines -2005-11-03 21:34 gespinasse +Hinzugefügt: + * OpenVPN + * LZO - * src/misc-progs/ipcopbkcfg.c: ipcopbkcfg - as leading / don't work - to exclude files during a restore from install, add relative - path support to make backup work without leading / in - (in|ex)clude files - don't use exclude.hardware during backup, it - should only be used optionnaly on restore (found by Darren - Critchley) - use atexit to manage cleanup in every wrong cases - - replace chmod external call by C chmod call - don't use tar -v - when stdout redirected to /dev/null - split very long lines code - in multiples lines - remove function cfgexists not used - send to - stdout a list of include files made with tar -ztf at the end - - add a optional verbose mode to help understand what/how - include/exclude files are used (no web interface mainly for - developper) +------------------------------------------------------------------------ +r96 | ms | 2006-04-09 19:55:27 +0200 (So, 09 Apr 2006) | 7 lines -2005-11-01 19:20 gespinasse +Hinzugefügt: + * Midnight Commander 4.6.1 (GLIB/PKG-CONFIG) +Geändert: + * OpenLDAP + * PWLib - Compilier-Optionen + * make-packages - Funktionen erweitert - * config/cfgroot/backup-exclude: We don't need to include empty - directories in backup. So we can directly exclude whole - directories. +------------------------------------------------------------------------ +r95 | ms | 2006-04-04 19:19:54 +0200 (Di, 04 Apr 2006) | 2 lines - This is only to be be more simple. Result is the same +Kleine Fixes an den Graphs und dem Menü! -2005-11-01 02:11 franck78 +------------------------------------------------------------------------ +r94 | casemaster | 2006-04-02 14:18:42 +0200 (So, 02 Apr 2006) | 2 lines - * src/misc-progs/: ipcopbkcfg.c, ipcoprscfg.c: sf#1344047 - suggestion of moving chmod latter. But the solution is to not - having unencrypted backup sets. +src fuer openldap geaendert. +ldap Unterstuetzung bei pwlib entfernt. +------------------------------------------------------------------------ +r93 | ms | 2006-03-28 20:54:43 +0200 (Di, 28 Mär 2006) | 5 lines -2005-11-01 01:23 franck78 +Hinzugefügt: + * OpenLDAP +Geändert: + * SASLAUTHD kann jetzt OpenLDAP. - * updates/1.4.10/setup: Backup update (sf#1344032) +------------------------------------------------------------------------ +r92 | ms | 2006-03-28 17:35:56 +0200 (Di, 28 Mär 2006) | 2 lines -2005-11-01 01:15 franck78 +Allgemeine FIXES! Das Build sollte nun durchlaufen... - * html/cgi-bin/backup.cgi, src/misc-progs/ipcopbkcfg.c, - src/misc-progs/ipcoprscfg.c: Start fixing bug sf #1344032: - introduce 'chmod 400' backup.key and make backup.cgi ask the - helper if key exists. 'root' owns backup.key +------------------------------------------------------------------------ +r91 | ms | 2006-03-28 16:16:15 +0200 (Di, 28 Mär 2006) | 1 line -2005-10-30 23:25 franck78 +SASL-Authd nun ohne PostgreSQL-Support. +------------------------------------------------------------------------ +r90 | ms | 2006-03-27 21:50:44 +0200 (Mo, 27 Mär 2006) | 1 line - * src/install+setup/libsmooth/: libsmooth.h, main.c: Add a function - returning the real version of IPCop. VERSION => get_version() - when appropriate. +URL von den Bridge-Utils gefixt. +------------------------------------------------------------------------ +r89 | casemaster | 2006-03-27 17:06:13 +0200 (Mo, 27 Mär 2006) | 1 line -2005-10-30 18:19 gespinasse +Test gelöscht. +------------------------------------------------------------------------ +r88 | ms | 2006-03-27 16:43:30 +0200 (Mo, 27 Mär 2006) | 3 lines - * lfs/boot.img: Add $VERSION to initial install boot menu +Toolchain-Download mit ./make.sh gettoolchain +Beim Netstatus werden ab jetzt nur noch aktive Verbindungen angezeigt. Erhöht die Übersichtlichkeit... -2005-10-25 23:58 gespinasse +------------------------------------------------------------------------ +r87 | casemaster | 2006-03-27 16:35:38 +0200 (Mo, 27 Mär 2006) | 1 line - * updates/1.4.10/setup: Remove snort asci logging during update +Test 2 Write +------------------------------------------------------------------------ +r86 | ms | 2006-03-27 16:02:24 +0200 (Mo, 27 Mär 2006) | 2 lines -2005-10-24 23:05 franck78 +Repariert: lib-links für postfix - * html/cgi-bin/shutdown.cgi, src/misc-progs/ipcopreboot.c: Add - choice between reboot or shutdown for scheduled the action. +------------------------------------------------------------------------ +r85 | ms | 2006-03-26 20:46:32 +0200 (So, 26 Mär 2006) | 5 lines -2005-10-22 10:19 gespinasse +Update Squid to 2.5STABLE13. +Added WGET/HDDTEMP/BRIDGE-UTILS. +SCSI-GRUB-Konfiguration angepasst. - * lfs/tcpdump, updates/1.4.10/information, updates/1.4.10/setup: - More documentation reference for tcpdump and squid patches - Include squid patched in update ntlm_auth and wb_ntlmauth may - have not been patched but since their md5 change at every - compilation, it's hard to check, so include them. +------------------------------------------------------------------------ +r84 | ms | 2006-03-25 16:06:35 +0100 (Sa, 25 Mär 2006) | 4 lines - restart httpd the same way as setreservedports +Erste Version des Paketerstellers. +Bisher nur Postfix. :( -2005-10-21 06:19 gespinasse - * updates/1.4.10/information: Update rootfiles for replacement of - ipcopdeath and ipcoprebirth with ipcopreboot +------------------------------------------------------------------------ +r82 | ms | 2006-03-22 20:11:17 +0100 (Mi, 22 Mär 2006) | 8 lines -2005-10-20 22:00 franck78 +Webinterface gefixt. +Ohne Anmeldung kommt man im Webinterface nichtmehr auf die Index-Seite. +Berkeley-DB neu implementiert. +Postfix geht jetzt. +Graphs gefixt. +IPCop-Updates gelöscht. - * updates/1.4.10/setup: Setup patch 1.4.10 adds missing adv options - to reflect what ipsec is using as default algorythms. Add - 'cast128' & modp6144 modp8192 Correct a SHA1 to SHA label. close - sf bug #1314801 -2005-10-20 21:19 eoberlander +------------------------------------------------------------------------ +r81 | ms | 2006-03-18 12:24:42 +0100 (Sa, 18 Mär 2006) | 1 line - * updates/1.4.10/information: Fix typos. +Quellenupdate +------------------------------------------------------------------------ +r80 | ms | 2006-03-17 01:46:51 +0100 (Fr, 17 Mär 2006) | 1 line -2005-10-20 21:06 gespinasse +TEMP-DIR von /tmp nach /var/tmp verschoben. +------------------------------------------------------------------------ +r79 | ms | 2006-03-12 22:09:13 +0100 (So, 12 Mär 2006) | 11 lines - * updates/1.4.10/: information, setup: Upgrade apache to - apache_1.3.34 mod_ssl-2.8.25-1.3.34 mm-1.4.0 +Hinzugefügt: + * Postfix 2.2.9 + * PostGreSQL +Gefixt und neu implementiert: + * PAM + * Berkeley-DB + * XAMPP + PostGreSQL + * SASLAUTHD +/opt/lampp/lib und /opt/lampp/lib/mysql befinden sich im Lib-Cache +leichtes aufräumen in der make.sh - Upgrade openssl to openssl-0.9.7i (CAN-2005-2969) +------------------------------------------------------------------------ +r78 | ms | 2006-03-12 16:52:13 +0100 (So, 12 Mär 2006) | 1 line -2005-10-20 11:43 franck78 +New Webinterface-Style by benne +------------------------------------------------------------------------ +r77 | ms | 2006-03-06 15:30:36 +0100 (Mo, 06 Mär 2006) | 1 line - * html/cgi-bin/base.cgi: Fix default sort order (sf bug #1280492) +Webinterface-Bilder neu gemacht | IPAC-NG-Patches installiert | Berkeley-DB installiert +------------------------------------------------------------------------ +r76 | ms | 2006-03-02 21:55:58 +0100 (Do, 02 Mär 2006) | 1 line -2005-10-19 23:33 franck78 +PAM-MySQL + BerkeleyDB + SASLauthd hinzugefuegt +------------------------------------------------------------------------ +r75 | ms | 2006-02-28 22:11:50 +0100 (Di, 28 Feb 2006) | 1 line - * html/cgi-bin/shutdown.cgi, src/misc-progs/Makefile, - src/misc-progs/ipcopreboot.c, src/misc-progs/reboot.c[DEAD]: - Rename reboot prog to ipcopreboot +ROOTFILES.i386 aufgeräumt +------------------------------------------------------------------------ +r74 | ms | 2006-02-28 22:10:58 +0100 (Di, 28 Feb 2006) | 1 line -2005-10-19 14:45 franck78 +ISO vergößert und XAMPP-1.5.1 DEVEL Paket installiert +------------------------------------------------------------------------ +r73 | ms | 2006-02-27 21:13:17 +0100 (Mo, 27 Feb 2006) | 2 lines - * html/cgi-bin/shutdown.cgi, src/misc-progs/Makefile, - src/misc-progs/reboot.c, updates/1.4.10/information, - updates/1.4.10/setup: RFE 1298996: add scheduled reboot - capability to IPCop (within shutdown.cgi page) +Quellenupdate... ipaddr busybox kernel -2005-10-18 21:30 gespinasse +------------------------------------------------------------------------ +r72 | ms | 2006-02-27 18:13:57 +0100 (Mo, 27 Feb 2006) | 2 lines - * lfs/file: Upgrade file-4.14 to 4.16 +OpenH323 hinzugefügt - Fix logwatch-6.1.2 url since 7.0 release +------------------------------------------------------------------------ +r71 | ms | 2006-02-22 21:23:30 +0100 (Mi, 22 Feb 2006) | 1 line -2005-10-18 17:05 franck78 +IPAC-NG ging nicht... mal sehen +------------------------------------------------------------------------ +r70 | ms | 2006-02-22 21:21:51 +0100 (Mi, 22 Feb 2006) | 1 line - * src/misc-progs/setdmzholes.c, updates/1.4.10/information: Allow - dmzholes to use ip/mask instead of ip. Simplify blue->green holes - management. From request/patch in ipcop-devel list (Tapani - Tarvainen) +ROOTFILES aktualisiert +------------------------------------------------------------------------ +r69 | ms | 2006-02-22 20:52:10 +0100 (Mi, 22 Feb 2006) | 1 line -2005-10-17 21:15 gespinasse +Endlich neues Webinterface +------------------------------------------------------------------------ +r68 | ms | 2006-02-21 22:26:55 +0100 (Di, 21 Feb 2006) | 2 lines - * lfs/sysklogd: Fix sysklogd url with new lfs-5.1.1 repository +SSH von vornherein aktiviert -2005-10-16 12:34 rkerr +------------------------------------------------------------------------ +r67 | ms | 2006-02-21 21:38:06 +0100 (Di, 21 Feb 2006) | 2 lines - * config/etc/logrotate.conf, src/misc-progs/restartsnort.c: Make - snort use binary logging (faster, less prone to DoS, works around - snort 2.3 TCP SACK vulnerability) +SMP-Config angepasst.. CGIs usw. wurden im Windoof-Format gespeichert... muss noch alles korrigiert werden... -2005-10-15 07:23 gespinasse +------------------------------------------------------------------------ +r66 | ms | 2006-02-21 19:55:53 +0100 (Di, 21 Feb 2006) | 1 line - * lfs/man-pages: Fix lfs specific packages not found +immernoch das alte Problem... +------------------------------------------------------------------------ +r64 | ms | 2006-02-20 22:23:51 +0100 (Mo, 20 Feb 2006) | 2 lines - Use a more recent man-pages for compilation as 2.03 is no more - available +Kernel Config für SMP angepasst... -2005-10-13 20:04 eoberlander +------------------------------------------------------------------------ +r63 | ms | 2006-02-20 21:46:53 +0100 (Mo, 20 Feb 2006) | 2 lines - * updates/1.4.10/: ROOTFILES.alpha-1.4.10, ROOTFILES.i386-1.4.10: - Update Greek from Language Database. +Windows hat sie wieder zerschossen... :( -2005-10-12 07:59 eoberlander +------------------------------------------------------------------------ +r62 | ms | 2006-02-20 21:13:28 +0100 (Mo, 20 Feb 2006) | 1 line - * updates/1.4.10/: ROOTFILES.alpha-1.4.10, ROOTFILES.i386-1.4.10: - Include lang.pl in update in case an earlier backup failed to - include it. +SMP wieder aktiviert (Zumindest versucht) +------------------------------------------------------------------------ +r61 | ms | 2006-02-20 21:01:45 +0100 (Mo, 20 Feb 2006) | 1 line -2005-10-11 20:13 eoberlander - * langs/pl/install/lang_pl.c, - updates/1.4.10/ROOTFILES.alpha-1.4.10, - updates/1.4.10/ROOTFILES.i386-1.4.10: Update Polish from Language - Database. +------------------------------------------------------------------------ +r60 | ms | 2006-02-20 21:01:31 +0100 (Mo, 20 Feb 2006) | 1 line -2005-10-07 16:35 eoberlander +Removed file/folder +------------------------------------------------------------------------ +r59 | ms | 2006-02-20 20:57:20 +0100 (Mo, 20 Feb 2006) | 1 line - * updates/1.4.10/: ROOTFILES.alpha-1.4.10, ROOTFILES.i386-1.4.10: - Updates from Language Database. -2005-10-06 18:32 franck78 +------------------------------------------------------------------------ +r58 | ms | 2006-02-20 20:56:37 +0100 (Mo, 20 Feb 2006) | 1 line - * updates/1.4.10/: ROOTFILES.alpha-1.4.10, ROOTFILES.i386-1.4.10, - setup: /home/fbourdonnec/tmp/XX -2005-10-06 15:48 eoberlander +------------------------------------------------------------------------ +r57 | ms | 2006-02-20 20:55:36 +0100 (Mo, 20 Feb 2006) | 1 line - * langs/lt/cgi-bin/lt.pl: Add new Translator for Lithuanian. +Removed file/folder +------------------------------------------------------------------------ +r56 | ms | 2006-02-20 20:51:27 +0100 (Mo, 20 Feb 2006) | 1 line -2005-10-06 14:56 eoberlander - * updates/1.4.10/: ROOTFILES.alpha-1.4.10, ROOTFILES.i386-1.4.10: - Add Swedish updates from Language Database. Thanks. +------------------------------------------------------------------------ +r55 | ms | 2006-02-20 20:50:08 +0100 (Mo, 20 Feb 2006) | 1 line -2005-10-05 19:57 eoberlander - * langs/lt/cgi-bin/lt.pl, updates/1.4.10/ROOTFILES.alpha-1.4.10, - updates/1.4.10/ROOTFILES.i386-1.4.10: Updates from Language - Database. +------------------------------------------------------------------------ +r54 | ms | 2006-02-20 20:49:08 +0100 (Mo, 20 Feb 2006) | 2 lines -2005-10-04 20:38 eoberlander +Sicherheits-Update packages-list - * langs/es/install/lang_es.c, langs/nl/install/lang_nl.c, - updates/1.4.10/ROOTFILES.alpha-1.4.10, - updates/1.4.10/ROOTFILES.i386-1.4.10: Update languages from - Database, and add new Translators to credits page. +------------------------------------------------------------------------ +r53 | ms | 2006-02-20 02:46:27 +0100 (Mo, 20 Feb 2006) | 2 lines -2005-10-04 16:39 gespinasse +driver.img ohne SMP - * doc/How-to-make-update: Adapt make.sh and lfs/cdrom to produce - new files names. +------------------------------------------------------------------------ +r52 | ms | 2006-02-20 02:39:21 +0100 (Mo, 20 Feb 2006) | 2 lines - Remove md5 calculation in ./make.sh dist It could be made after - update signature with just one instruction. +GD und gd Konflikt gelöst... +make.sh zerstört :( +------------------------------------------------------------------------ +r51 | ms | 2006-02-20 02:32:51 +0100 (Mo, 20 Feb 2006) | 1 line - Update doc/How-to-make-update accordingly +Removed file/folder gd +------------------------------------------------------------------------ +r50 | ms | 2006-02-20 02:10:06 +0100 (Mo, 20 Feb 2006) | 5 lines -2005-10-04 11:48 gespinasse +ipac-ng fix +uClibc fix +pam-patch fix - * updates/1.4.10/: .cvsignore, ROOTFILES.alpha-1.4.10, - ROOTFILES.i386-1.4.10, information, setup: Bump version. Fix - VERSION expansion in newupdate -2005-10-03 22:49 gespinasse +------------------------------------------------------------------------ +r49 | ms | 2006-02-19 23:25:48 +0100 (So, 19 Feb 2006) | 2 lines - * lfs/: gcc, sysklogd, unzip, util-linux: Remove double quote from - information as it broke display. +SMP entfernt / gd hinzugefügt! - Original lfs-5.1.1 repository no more exist for some lfs - packages. Replace lfs location with original supplier when - available. +------------------------------------------------------------------------ +r48 | ms | 2006-02-19 18:04:08 +0100 (So, 19 Feb 2006) | 2 lines - If a package look unreachable, google 'package-name ipcop' will - discover good mirrors. +Quellen-Update -2005-10-03 20:49 gespinasse +------------------------------------------------------------------------ +r47 | ms | 2006-02-19 15:12:52 +0100 (So, 19 Feb 2006) | 1 line - * doc/How-to-make-update, src/scripts/updatesetup: A few cleanup to - prepare the next version. +Neuer Boot-Screen für GRUB +------------------------------------------------------------------------ +r46 | ms | 2006-02-19 14:16:13 +0100 (So, 19 Feb 2006) | 2 lines -2005-10-03 20:01 gespinasse +Installer repariert - * updates/1.4.9/information: Fix a few issues from 1.4.9 test1 - - remove # from cvs header.pl fro optionsfw.cgi - rebuild cache - lang on update setup - add a warning for VPN users for the wrong - setting of Dead Peer Detection in 1.4.7 update +------------------------------------------------------------------------ +r45 | ms | 2006-02-19 14:12:53 +0100 (So, 19 Feb 2006) | 2 lines -2005-10-03 01:04 gespinasse +Installer repariert - * src/misc-progs/setfilters.c: Add missing helper for optionsfw.cgi +------------------------------------------------------------------------ +r44 | ms | 2006-02-19 13:19:49 +0100 (So, 19 Feb 2006) | 2 lines -2005-10-03 00:34 gespinasse +make.sh gefixt - * src/misc-progs/Makefile, updates/1.4.9/setup: Add again - optionsfw.cgi with minimal settings only for ping actually +------------------------------------------------------------------------ +r42 | ms | 2006-02-19 12:34:16 +0100 (So, 19 Feb 2006) | 1 line -2005-10-02 07:22 gespinasse +Renamed File +------------------------------------------------------------------------ +r41 | ms | 2006-02-19 12:25:43 +0100 (So, 19 Feb 2006) | 2 lines - * updates/1.4.9/setup: restart squid in update only if a conf file - exist to avoid a warning when not used +Port 445 -> 444 gewechselt und XTAccess-Regeln ausgeschaltet. +Nach der Installation sind alle Ports geschlossen! +------------------------------------------------------------------------ +r40 | ms | 2006-02-18 22:39:37 +0100 (Sa, 18 Feb 2006) | 1 line -2005-10-01 14:48 eoberlander +Ordnerstruktur 3. Teil +------------------------------------------------------------------------ +r38 | ms | 2006-02-18 22:26:02 +0100 (Sa, 18 Feb 2006) | 1 line - * updates/1.4.9/information: Tweak description text. +Vernünftige Ordnerstruktur +------------------------------------------------------------------------ +r37 | ms | 2006-02-16 22:18:00 +0100 (Do, 16 Feb 2006) | 1 line -2005-10-01 13:44 gespinasse +Neuer Installer eingefügt... +------------------------------------------------------------------------ +r36 | ms | 2006-02-16 20:20:41 +0100 (Do, 16 Feb 2006) | 1 line - * lfs/util-linux, - src/patches/util-linux-2.12a-umount_CAN-2005-2876.patch, - updates/1.4.9/information, updates/1.4.9/setup: Fix umount for - CAN-2005-2876 - Other cleanup in preparation of update +------------------------------------------------------------------------ +r35 | ms | 2006-02-16 20:09:00 +0100 (Do, 16 Feb 2006) | 1 line -2005-09-30 12:29 gespinasse +Removed file/folder +------------------------------------------------------------------------ +r34 | ms | 2006-02-16 20:07:58 +0100 (Do, 16 Feb 2006) | 1 line - * src/patches/eciadsl-usermode-0.10-semaphore-leak.patch[DEAD]: - Remove patch integrated +Renamed remotely +------------------------------------------------------------------------ +r31 | ipfire | 2006-02-16 13:20:54 +0100 (Do, 16 Feb 2006) | 1 line -2005-09-30 12:26 gespinasse - * lfs/eciadsl-nortek[DEAD]: Minor upgrade from 0.11beta1 to 0.11 - for eciadsl +------------------------------------------------------------------------ +r30 | ipfire | 2006-02-16 13:18:34 +0100 (Do, 16 Feb 2006) | 1 line - Remove eciadsl-nortek script since it is no more used - It would be nice if packages in ROOTFILES.machine-1.4.x are - classified by alphabetical order. +------------------------------------------------------------------------ +r29 | ipfire | 2006-02-16 13:18:15 +0100 (Do, 16 Feb 2006) | 1 line -2005-09-29 18:35 eoberlander - * src/misc-progs/ipcopbackup.c: Add Darren Critchley's patch to - check floppy disk before attempting a backup. +------------------------------------------------------------------------ +r28 | ipfire | 2006-02-16 13:09:46 +0100 (Do, 16 Feb 2006) | 1 line -2005-09-25 19:57 gespinasse +Removed file/folder +------------------------------------------------------------------------ +r27 | ipfire | 2006-02-16 13:07:28 +0100 (Do, 16 Feb 2006) | 1 line - * config/cfgroot/backup-exclude, src/misc-progs/ipcoprscfg.c, - updates/1.4.9/information: Fix system files wrongly included in - backup (and so erasing new files on restore) This was the case of - lang.pl in 1.4.7 As exclude.system is always up to date during - installation, use it to exclude those files. +Removed Files +------------------------------------------------------------------------ +r26 | ipfire | 2006-02-16 13:06:41 +0100 (Do, 16 Feb 2006) | 1 line - Sorry for have been so long. +Removed file/folder +------------------------------------------------------------------------ +r25 | ipfire | 2006-02-15 22:36:29 +0100 (Mi, 15 Feb 2006) | 1 line -2005-09-17 23:34 gespinasse +Removed file/folder +------------------------------------------------------------------------ +r24 | ipfire | 2006-02-15 22:36:15 +0100 (Mi, 15 Feb 2006) | 1 line - * updates/1.4.9/: header.pl.patch, information, setup: Update - header.pl with a separate patch It is easier to read than - inclusion in setup made for 1.4.7. +Removed file/folder +------------------------------------------------------------------------ +r22 | ipfire | 2006-02-15 22:33:28 +0100 (Mi, 15 Feb 2006) | 1 line - Minor update in comment for the last squid patch name. +Renamed remotely +------------------------------------------------------------------------ +r21 | ipfire | 2006-02-15 22:33:06 +0100 (Mi, 15 Feb 2006) | 1 line -2005-09-16 07:23 eoberlander +Removed file/folder +------------------------------------------------------------------------ +r20 | ipfire | 2006-02-15 22:32:33 +0100 (Mi, 15 Feb 2006) | 1 line - * updates/1.4.9/information: Rearrange text. +Removed file/folder +------------------------------------------------------------------------ +r19 | ipfire | 2006-02-15 22:31:56 +0100 (Mi, 15 Feb 2006) | 1 line -2005-09-16 00:05 gespinasse +Removed file/folder +------------------------------------------------------------------------ +r16 | ipfire | 2006-02-15 22:15:54 +0100 (Mi, 15 Feb 2006) | 1 line - * updates/1.4.9/information: Information update -2005-09-16 00:00 gespinasse +------------------------------------------------------------------------ +r14 | ipfire | 2006-02-15 22:07:30 +0100 (Mi, 15 Feb 2006) | 1 line - * updates/1.4.9/setup: Patch 3 'major' bugs (crashes) in squid wich - would be fixed on next STABLE11 version. One 'medium' bug was - fixed too to allow unchanged patches application. - -2005-09-15 19:44 rkerr - - * lfs/logwatch: Modify logwatch not to alert on requests for - null.gif, this resulted in scary warnings like: - - !!!! 1 possible successful probes .. /images/null.gif HTTP - Response 200 - -2005-09-10 17:22 rkerr - - * lfs/pcre, src/patches/pcre-4.5-CAN-2005-2491.patch: Backported - fix for CAN-2005-2491 from fedora core 3 - -2005-09-10 10:06 gespinasse - - * updates/1.4.9/.cvsignore: Add .cvsignore in update directory Do - it manually this time, in ./make.sh newupdate for next versions - -2005-09-09 20:26 eoberlander - - * updates/1.4.9/information: Update information. - -2005-09-09 13:58 eoberlander - - * updates/1.4.9/: ROOTFILES.alpha-1.4.9, ROOTFILES.i386-1.4.9: Fix - for SF Bug 1284569: lang.pl is missing in backup-exclude. - -2005-09-09 13:44 eoberlander - - * config/cfgroot/backup-exclude, - updates/1.4.9/ROOTFILES.alpha-1.4.9, - updates/1.4.9/ROOTFILES.i386-1.4.9: Part fix for SF Bug 1284569: - lang.pl is missing in backup-exclude. - -2005-09-08 21:09 eoberlander - - * langs/zt/cgi-bin/zt.pl: Updates from Language Database. - -2005-09-08 08:03 eoberlander - - * updates/1.4.9/setup: Bump version number. - -2005-09-08 07:29 eoberlander - - * langs/zt/cgi-bin/zt.pl: Update ZT from Language Database. - -2005-09-07 21:38 eoberlander - - * src/scripts/setreservedports, - updates/1.4.9/ROOTFILES.alpha-1.4.9, - updates/1.4.9/ROOTFILES.i386-1.4.9: Fix conditional test for port - range. - -2005-09-07 19:52 eoberlander - - * langs/list, langs/zt/cgi-bin/zt.pl, - updates/1.4.9/ROOTFILES.alpha-1.4.9, - updates/1.4.9/ROOTFILES.i386-1.4.9: Add Traditional Chinese to - webgui interface. - -2005-09-07 18:21 rkerr - - * updates/1.4.9/setup: Fix security issue with addon-langs - permissions in upgraded installs, SF bug 1283323 - -2005-09-04 20:13 gespinasse - - * lfs/oinkmaster: Go back to the standard URL for sourceforge like - with v1.5: - telia was changed directly on Config for all files - -2005-08-29 15:13 eoberlander - - * updates/1.4.9/: ROOTFILES.alpha-1.4.9, ROOTFILES.i386-1.4.9: Add - Italian phrase from Language Database. - -2005-08-28 20:47 eoberlander - - * updates/1.4.9/setup: Fix for SF Bug 1275075. Thanks to John - Edwards for spotting this. - -2005-08-28 11:21 eoberlander - - * updates/1.4.9/: ROOTFILES.alpha-1.4.9, ROOTFILES.i386-1.4.9: Fix - for SF Bug 1275075. Replace uptime command. Bug only affects - upgraded systems, not clean installs from 1.4.8.iso - -2005-08-27 08:46 eoberlander - - * updates/1.4.9/: ROOTFILES.alpha-1.4.9, ROOTFILES.i386-1.4.9: Fix - bug that breaks Upload button text for language strings with two - words (i.e. Norwegian, Swedish and Vietnamese). Add quotes around - text string. - -2005-08-27 06:05 eoberlander - - * updates/1.4.9/: ROOTFILES.alpha-1.4.9, ROOTFILES.i386-1.4.9: - Include updates from Language Database. Include Danish, missing - from previous update. - -2005-08-26 23:38 gespinasse - - * src/scripts/updatesetup, updates/1.4.9/ROOTFILES.alpha-1.4.9, - updates/1.4.9/ROOTFILES.i386-1.4.9, updates/1.4.9/information, - updates/1.4.9/setup: Add a newupdate option at make.sh to create - structure for updates files Add a typical setup script for update - in src/script/updatesetup - -2005-08-26 04:41 gespinasse - - * updates/1.4.8/information: More verbose in 1.4.8 information - -2005-08-25 21:06 gespinasse - - * src/scripts/setreservedports: Fix setreservedports Id - -2005-08-25 21:02 gespinasse - - * src/scripts/: httpscert, setreservedports: Add a httpcert script - to read issuer of the certificate or made a new cert. - - This is called in rc.sysinit and will produce a warning message - if certificate issuer name did not match fqdn - (hostname.domainname) - - This is not called actually after a change in setup following - Robert advice. A warning should be added in setup in next - version because a new text need to be added. - - I miss to commit setreservedports the last time. It is only a - temporary help, it need to be include in the GUI. - -2005-08-25 17:51 gespinasse - - * src/install+setup/setup/misc.c: setup - fix hostname command not - consistent with /etc/hosts when hostname is changed in setup - - domainname was not written in hostname command - -2005-08-24 18:44 gespinasse - - * src/misc-progs/setportfw.c: Fix trivial error in error message - - replace 'syslog settings'with 'ethernet settings' - -2005-08-22 20:51 eoberlander - - * src/misc-progs/installpackage.c: Fix spelling errors. - -2005-08-18 18:59 gespinasse - - * updates/1.4.8/: ROOTFILES.alpha-1.4.8, setup: Fix for scsi disk - during upgrade I find why '/ is busy' was displayed with help of - lsof and a hook in rc.halt -d now free the loop device - - Add ROOTFILES.alpha-1.4.8 missing - -2005-08-17 05:49 gespinasse - - * lfs/rrdtool: ./make.sh check does not understand answer like this - http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/rrdtool-1.0.49.tar.gz - - Thank to Teemu Mannermaa - -2005-08-16 22:55 gespinasse - - * updates/1.4.8/: information, setup: Attempt to make information - clearer with a bit of formating. - - Sync after erasing files (necessary on flash). Write may fail - because files are not yet really erased and no more space is - available. - -2005-08-16 20:19 gespinasse - - * updates/1.4.8/information: Fix fcdsl version displayed in - information update. - -2005-08-16 19:43 gespinasse - - * lfs/dhcp: Update dhcp source (thank to Eric) - -2005-08-16 19:37 gespinasse - - * updates/1.4.8/setup: The problem at shutdown was related to init - upgrade Fix it with telinit u - - Better way to fix modules.conf is more recent than... We don't - need to calculate modules.dep for the kernel used as it is made - after compilation, just touch it. - -2005-08-16 06:40 gespinasse - - * .cvsignore, updates/1.4.7/ROOTFILES.alpha-1.4.7-0[DEAD], - updates/1.4.7/ROOTFILES.alpha-1.4.7-1[DEAD], - updates/1.4.7/ROOTFILES.alpha-1.4.7-2[DEAD], - updates/1.4.7/ROOTFILES.i386-1.4.7-0[DEAD], - updates/1.4.7/ROOTFILES.i386-1.4.7-1[DEAD], - updates/1.4.7/information, updates/1.4.7/information-0[DEAD], - updates/1.4.7/information-1[DEAD], updates/1.4.7/setup-0[DEAD], - updates/1.4.7/setup-1[DEAD], updates/1.4.8/.cvsignore, - updates/1.4.8/ROOTFILES.i386-1.4.8, updates/1.4.8/information, - updates/1.4.8/setup: Go back to 2 patches as numbered in - 1.4.3/1.4.4 As 'someone' say :'nobody need more than 640 kB', I - would say we never will need more than two updates. - - alpha update should be far from operational, just less ugly. But - nobody look to care about, so... - -2005-08-16 05:39 gespinasse - - * config/cron/crontab, updates/1.4.7/setup-0: Slightly changes - comment in crontab - - Simplier crontab update Make possible to still use root.orig for - a next change as we don't loose it. - -2005-08-15 19:37 eoberlander - - * updates/1.4.7/: information-0, information-1: Remove references - to 1.4.6-p1 within text. - -2005-08-15 19:17 gespinasse - - * updates/1.4.7/ROOTFILES.i386-1.4.7-0: Add missing files found - after make dist - -2005-08-14 23:43 gespinasse - - * updates/1.4.7/ROOTFILES.i386-1.4.7-0: upload.cgi,updates/cgi As I - should be the recordman today of the number of updates applied - during my numerous installations, I find that files name nput - boxes are to small, so I set them a bit bigger than standard - size. - - There is still one small problem related at the application of - the first update. On the next reboot(and only this one), there - is a warning message init: got unimplemented init request and - some 'umount / is busy' later - -2005-08-14 23:16 gespinasse - - * updates/1.4.7/: ROOTFILES.i386-1.4.7-0, ROOTFILES.i386-1.4.7-1, - information-0, information-1, setup-0, setup-1: Rename patches - 1.4.7 and 1.4.8 I will later change make.sh and rename files as - it is more practical to keep names to track changes - - Make the first patch smaller or there is a problem with small - disk when fcdsl package is installed. - - Remove additional unused files {scsigrub.conf,grubbatch} from - /boot It remain only 83kB free on a flash disk when /boot size is - 5MB - - Fix etc/modules.conf is more recent than ...modules.dep on start - It is a bit late for 2.4.29 but better than never. - -2005-08-14 08:27 eoberlander - - * updates/1.4.7/information-0: Fix typo. Remove '-' from 1.4.6-p1 - -2005-08-14 08:03 eoberlander - - * updates/1.4.7/: ROOTFILES.alpha-1.4.7-0, ROOTFILES.i386-1.4.7-0: - Include fix for SF Bug 1256223 in update. Non-critical typo in - output from ifconfig. - -2005-08-14 00:31 gespinasse - - * updates/1.4.7/: ROOTFILES.i386-1.4.7-0, ROOTFILES.i386-1.4.7-1, - ROOTFILES.i386-1.4.7-2[DEAD], information-0, information-1, - information-2[DEAD], information-3[DEAD], setup-0, setup-1, - setup-2[DEAD], setup-3[DEAD]: Remade the update to be splitted in - 2 parts only Complete the upgrade to : - remove kernel 2.4.27 - - fully upgrade grub.conf to support the last and one old kernel - - Add again some files Franck drop in the split in 4 parts - concerning eagle-usb and eciadsl. - - Boot fail with 2.4.29-smp (scsi disk) but not with 2.4.29-smp + - acpi I don't know why. Others menu choices work. - - grub.conf for IDE use ro option when scsi.conf use rw The way the - menu is actually upgraded, there is a mix of rw (new) and ro - (old) for scsi disk. - - Not yet so tested with flash and small disk. Let some work for - tomorrow. - - I am not convinced it is superior to have 1.4.6p1 and 1.4.7 than - 1.4.7/1.4.8. - - Alpha code upgrade is still to do. I don't know if somebody is - interested. We would need to have a different upgrade for alpha - as smp is a i86 specialty. - -2005-08-13 15:23 eoberlander - - * langs/: bz/install/lang_bz.c, cs/install/lang_cs.c, - da/install/lang_da.c, de/install/lang_de.c, el/install/lang_el.c, - en/install/lang_en.c, es/install/lang_es.c, fi/install/lang_fi.c, - hu/install/lang_hu.c, la/install/lang_la.c, no/install/lang_no.c, - pl/install/lang_pl.c, pt/install/lang_pt.c, so/install/lang_so.c, - sv/install/lang_sv.c, tr/install/lang_tr.c, vi/install/lang_vi.c: - Update Language Database with new installer phrase. scsidrv -> - images/scsidrv - -2005-08-13 14:29 gespinasse - - * langs/en/install/lang_en.c: On floppy install boot with a scsi - disk, shift search of scscidrv- to - images/scscidrv-. This is far better when the iso is - mounted in a loop. When it is not the case, user should place - this file a step higher than ipcop-.tgz in an images - directory. - - Change of the corresponding text in the installer: - I add - images/ before scsidrv and remove the trailing / at the end. - - This / is not necessary since a long time. It work with and - without. The corresponding line in install/net.c while - (url[strlen(url)-1] == '/') { url[strlen(url)-1] = '\0'; } remove - this trailing / when it does exist to avoid duplicate // in - url/filename. - -2005-08-13 08:09 eoberlander - - * lfs/net-tools: Backport fix for SF Bug 1256223. Non-critical typo - in output from ifconfig. - -2005-08-06 18:45 eoberlander - - * updates/1.4.7/: information-0, information-2, information-3: Fix - some typos. - -2005-08-06 12:36 gespinasse - - * lfs/Compress-Zlib: Upgrade Compress-Zlib to 1.35 Even if we don't - use the include zlib sources to build but a separate zlib package - already upgraded, there is other minor fixes. - -2005-07-30 23:59 franck78 - - * updates/1.4.7/: setup-0, setup-1, setup-2, setup-3: Fix display - of correct IPCop version at end of patch execution. - -2005-07-30 14:15 franck78 - - * .cvsignore, doc/How-to-make-update, - src/misc-progs/installpackage.c, updates/1.4.7/information-0, - updates/1.4.7/information-1, updates/1.4.7/information-2: Add a - little more support to gpg usage when you don't have key Make.sh - produce a batch to help signing the updates - -2005-07-30 12:01 franck78 - - * updates/1.4.7/: information-0, information-1, information-2, - information-3: Ok the http link is added latter...Removed ! - Remove from 'available list' the patches already installed - because user may not (will not) update av-list after each patch. - Move button 'update patch list' inside a box block - -2005-07-30 00:48 franck78 - - * updates/1.4.7/: ROOTFILES.alpha-1.4.7-0, ROOTFILES.alpha-1.4.7-1, - ROOTFILES.alpha-1.4.7-2, ROOTFILES.i386-1.4.7-0, - ROOTFILES.i386-1.4.7-1, ROOTFILES.i386-1.4.7-2, information-0, - information-1, information-2, information-3, setup-0, setup-1, - setup-2, setup-3: Package the 1.4.6=>1.4.7 patch in four smaller - patches Bug: updates.cgi need to reload $general::version - variable while running... Tested ok on a fresh 1.4.6 (without - gpg signing) Add http link in information using page wiki sid=22 - on ipcop.org Old files no more needed - (information,ROOTFILES,setup) - -2005-07-29 21:32 franck78 - - * src/misc-progs/installpackage.c: Correct return code. Note that - -1 is displayed 255 (should change ret type) - -2005-07-29 02:14 franck78 - - * src/misc-progs/installpackage.c: Installpackage try using - /var/log partition first, then root partition (as before) for the - de-gnupg operation. Add 'clear squid cache' button on updates - screen. Also display disk usage to help user in deciding what to - do Do not need tree times the package size free on root ! - -2005-07-28 20:57 franck78 - - * updates/1.4.7/information: Add comment - -2005-07-28 07:01 gespinasse - - * lfs/eciadsl: Update - openswan to 1.0.10rc2 - eciadsl to - 0.11beta1 - eagle-usb to 2.3.2 - - I still need to include updates in 1.4.7 update, fix rc.eciadsl - due to unified driver bewteen std and nortek version and make a - few changes for eagle-usb But everybody could start compilation - now. - -2005-07-28 00:32 franck78 - - * lfs/sysvinit: Upgrade version - -2005-07-27 23:12 franck78 - - * lfs/gnupg: Update version - -2005-07-27 22:14 franck78 - - * lfs/iana-etc: Update version - -2005-07-26 23:28 franck78 - - * src/patches/openswan-1.0.9-restart.patch: Patch openswan 1.0.9 - until 1.0.10 is out (add dpd restart option) GILLES: in your - final 'linux' add the patch in third position with Np0 cd - $(DIR_SRC)/openswan-1.0.9 && patch -Np0 < - $(DIR_SRC)/src/patches/openswan-1.0.9-restart.patch - -2005-07-26 20:25 gespinasse - - * lfs/vlan: Add vlan userspace configuration program - -2005-07-26 10:59 franck78 - - * config/cfgroot/backup-exclude: not sure if exclude a simple 'dir' - is ok. Add '/*' - -2005-07-26 10:19 franck78 - - * config/cfgroot/backup-exclude: 'Backup' do not include addon - language files. Addon-writers should modify this file if they add - some 'big' data in it. - -2005-07-26 06:30 gespinasse - - * src/patches/zlib-1.2.2-inftrees.patch[DEAD]: Remove unnecessary - zlib-1.2.2 patch already include in 1.2.3 - -2005-07-26 06:27 gespinasse - - * lfs/zlib, src/patches/linux-2.4.28-usb-devio.patch[DEAD], - src/patches/patch-o-matic-ng-20040621_raw_2.4.28.patch[DEAD], - src/patches/patch-o-matic-ng-raw_2.4.31.patch: Upgrade kernel to - v2.4.31 (add VLAN and sata_qstor support) - - Upgrade zlib to v1.2.3 - - Update script is not yet ready It need to remove one old kernel - and fix smp bug seen in 1.4.4 - -2005-07-20 17:00 eoberlander - - * updates/1.4.7/information: Fix typo, ipstate -> iptstate - -2005-07-19 20:26 eoberlander - - * lfs/logwatch: Fix spelling. transfered -> transferred - -2005-07-18 20:40 gespinasse - - * lfs/gzip, src/patches/gzip-1.3.5-perm.patch: Only fix comment in - update and patch : fix for CAN-2005-0988 is already applied. - - Nothing is changed to the code. - -2005-07-16 19:02 gespinasse - - * lfs/dhcpcd, src/patches/dhcpcd-1.3.22-pl4_corrupt-packet.patch, - updates/1.4.7/information: Patch dhcpcd-1.3.22-pl4 against - CAN-2005-1896 - -2005-07-15 08:13 alanh - - * lfs/bzip2: Do it in /tools as well - -2005-07-14 19:01 alanh - - * lfs/bzip2: move up one - -2005-07-13 17:27 alanh - - * lfs/bzip2: allow bzip2 to reinstall - -2005-07-12 12:02 alanh - - * lfs/bzip2: fix bustage - -2005-07-11 18:38 franck78 - - * src/rc.d/rc.network: Undo previous change because the 'for' loop - orders driver loading ! - -2005-07-11 16:07 franck78 - - * src/install+setup/setup/main.c: Fix bug 1193391, ('issue' exists - when 'setup' is launched from 'installer') - -2005-07-11 14:14 franck78 - - * src/rc.d/rc.network: fix bug1153902. I have used it since march, - no problem seen. - -2005-07-11 10:56 franck78 - - * src/misc-progs/: rebuildhosts.c, restartwireless.c: Add cvs Id - tag - -2005-07-10 16:01 franck78 - - * lfs/procps: Update procps 3.2.1=>3.2.5 (kill, ps, top,...) - -2005-07-10 14:12 franck78 - - * lfs/arping: Update source from 2.03 to 2.05 - -2005-07-09 08:19 eoberlander - - * lfs/logwatch: Patch logwatch.conf to comment out a line which - refers to an unused/unavailable Service. - -2005-07-08 17:35 rkerr - - * lfs/zlib, src/patches/zlib-1.2.2-inftrees.patch: SF bug #1234830, - CAN-2005-2096 - -2005-07-08 17:11 franck78 - - * src/install+setup/setup/misc.c: Suppress a warn in apache/ssl log - [warn] Init: (..) RSA server certificate CommonName .... does NOT - match server name!? - -2005-07-08 16:51 eoberlander - - * html/cgi-bin/optionsfw.cgi: Updates from Language Database. - -2005-07-08 15:19 gespinasse - - * lfs/logwatch: Logwatch : upgrade logwatch to 6.1.2 For a better - control of what is include, directories are commented and files - individually slected You could give advice of what filter - include/exclude - - Some unnecessary previous filters include by mistake are removed - in setup. - - As Disk usage part is now terminated, add the corresponding text - and remove the trick to close the last box. - - Update Add : - missing pulsar module in i386 rootfile - link for - zcat and bzcat I terminate setup with an operation wich will - always success (the echo ). - - During tests, when installing v1.4.6 update on a fresh installed - v1.4.5, update warn of failure to install because the last - operation in 1.4.6 update (rm /var/log/dynupdate.log) find no - file to erase. - - Fix some errors in ROOTFILES.alpha : perl file are located in - alpha-linux and not i386-linux - - There is other very suspect i386 on other lines, but it should be - for unused files. - - As none of v1.4 maintainer can compile on alpha, I don't know of - the state of alpha version sources. I would be happy to have - feedback from people using it. - -2005-07-08 09:11 eoberlander - - * html/cgi-bin/optionsfw.cgi: Add Achim's suggested hint. - -2005-07-08 00:03 franck78 - - * lfs/Net_SSLeay: Added SSLeay support to Perl (for https) May also - be used for x509 certificat in vpnmain.cgi ... - -2005-07-07 22:31 gespinasse - - * lfs/: Compress-Zlib, HTML-Parser, HTML-Tagset, URI, libwww-perl: - Minor scripts cleanup - -2005-07-07 20:11 franck78 - - * src/rc.d/: rc.3cp4218usbadsl, rc.amedynusbadsl, rc.bewanadsl, - rc.conexantusbadsl, rc.flash.up, rc.halt, rc.isdn, - rc.netaddress.down, rc.network, rc.pulsardsl: Add "Id cvs tag" - -2005-07-07 19:14 franck78 - - * lfs/iptstate: Add "iptstate" command line utility RFE 1167726 - -2005-07-06 09:21 franck78 - - * config/cfgroot/lang.pl: Simplify the code by removing usage of - variable $settings['LANGUAGE']. - -2005-07-06 00:24 franck78 - - * config/cfgroot/lang.pl: Completed lang.pl to build all cachelang - files. Move initial build into 'install' prog. Call not tested, - can't compile :-( - -2005-07-05 20:39 eoberlander - - * langs/so/cgi-bin/so.pl: Remove colon (:) - -2005-07-05 20:37 eoberlander - - * langs/it/install/lang_it.c: Update Italiano from Language - Database. - -2005-07-05 15:10 gespinasse - - * lfs/: hdparm, man, pcmcia-cs: pcmcia-cs - upgrade to 3.2.8 - - don't need to compile twice (-smp and non smp) as modules from - the kernel are used - add missing netextra.conf and - isdnextra.conf in .iso - rootfiles.alpha had twice the files - - hdparm - upgrade to 6.1 - new feature --security-freeze could be - used but is not supported by all ATA disk This feature allow to - lock disk password setting until next reboot. If no password is - set, a malicious program could set it unless changing password - is frozen. - - pulsar dsl - upgrade to 4.0.19 - - man - upgrade to 1.5p as the old one is no more available - -2005-07-05 14:46 gespinasse - - * lfs/file: Upgrade file to 4.14 as the 4.12 is no more available - -2005-07-02 09:12 franck78 - - * config/cron/crontab: Add comment - -2005-06-29 19:28 rkerr - - * lfs/Compress-Zlib, lfs/HTML-Parser, lfs/HTML-Tagset, lfs/URI, - lfs/libwww-perl, src/scripts/updatelists.pl: Use libwww-perl for - HTTP downloads from CGIs, this should resolve the issues some - users are having with IDS rule updates. Also should fix the - inability to download update lists when an upstream proxy - requires user/pass (bug 1205470) - -2005-06-22 22:32 gespinasse - - * lfs/speedycgi: Fix speedycgi download location We don't use it - actually - -2005-06-22 20:00 rkerr - - * lfs/busybox, src/patches/busybox-0.60.5-insmod_gpl_symbols.patch: - Fix libata EXPORT_SYMBOL_GPL problems in the installer, should - fix intel SATA support - -2005-06-21 20:10 gespinasse - - * lfs/ethtool: Add ethtool. It may replace mii-tool in the next - version. - - This is helpfull for those who want to let IPCop sleep when not - used. ethtool is used to configure the network card - /usr/sbin/ethtool -s eth0 wol g This could be added in rc.local - - You could wake up the IPCop machine by sending the magic-packet - to the MAC address. This could only work with some limit on - IPCop side : - you can't use dhcp on green since the PC sending - the magic-packet already has an IP - you can't have an orange - interface - - Thank to wintermute wich create the WakeOnLAN topic on the german - forum. - -2005-06-20 06:14 gespinasse - - * lfs/man-pages: Because man-pages-1.66 is no more available, - upgrade the package to the last available version. As it is not - include in the ISO, version is not important. - -2005-06-19 21:36 franck78 - - * src/misc-progs/rebuildhosts.c: Close open file before exiting. - -2005-06-16 13:53 rkerr - - * src/misc-progs/setportfw.c: Change SNAT behaviour for port - forwards to only apply when required, the idea is similar to the - patch provided by Dennis Freise: - - - http://marc.theaimsgroup.com/?l=ipcop-devel&m=110944498906579&w=2 - - The implementation is my own and slightly different - it also - expands the SNAT to work for orange to orange connections (before - it only applied to blue and green) - -2005-06-14 11:25 eoberlander - - * langs/la/install/lang_la.c: Remove forward slash escape - character, which is not required in Installer strings. - -2005-06-13 13:36 franck78 - - * html/cgi-bin/logs.cgi/config.dat: Add option to choose number of - lines per page of log (viewsize) - -2005-06-13 11:13 gespinasse - - * src/patches/bzip2-1.0.2-chmod.patch: Add missing bzip2 chmod - patch - -2005-06-13 11:11 gespinasse - - * lfs/bzip2, updates/1.4.7/information: Upgrade : -squid to - 2.5.STABLE10 -bzip2 to 1.0.3 plus patch against CAN-2005-1260 - - Patch tcpdump for CAN-2005-1267 - -2005-06-11 06:15 gespinasse - - * src/patches/tcpdump-3.8.2-bgp-dos-2.patch: Fix last tcpdump patch - -2005-06-10 22:06 gespinasse - - * src/patches/tcpdump-3.8.2-bgp-dos-2.patch, lfs/tcpdump: patch - tcpdump against CAN-2005-1267 - -2005-06-10 22:03 gespinasse - - * updates/1.4.7/.cvsignore: Add a .cvsignore for 1.4.7 patch.tar.gz - -2005-06-08 13:01 eoberlander - - * langs/no/install/lang_no.c: Fix some typos in Language Databse - spotted by Alan. - -2005-06-07 19:43 franck78 - - * html/cgi-bin/optionsfw.cgi: Sync between Eric's changes and - rc.firewall - -2005-06-07 19:14 franck78 - - * html/cgi-bin/optionsfw.cgi: Allow empty ports list & allow space - around commas - -2005-06-06 20:58 eoberlander - - * html/cgi-bin/optionsfw.cgi: Rearrange interface layout. Further - functional modifications pending, so don't forward this to v1.5 - just yet. - -2005-06-06 16:13 eoberlander - - * updates/1.4.7/information: Repair file format. The bars (|) are - separators. There are four fields per record; - number|name|description|date. - -2005-06-06 15:55 franck78 - - * updates/1.4.7/information: add description - -2005-06-05 21:00 eoberlander - - * updates/1.4.7/information: Update information. - -2005-06-03 23:31 franck78 - - * updates/1.4.7/setup: Add new provider dynserv.ca (org|net|com) - Place a link on each provider name (need freedns-afraid.org - renaming to real name freedns.afraid.org), move colorization - syncstate to columns host&domains - -2005-05-29 17:11 franck78 - - * updates/1.4.7/setup: Update or replace the crontab file for new - minimize ddns call - -2005-05-29 09:59 rkerr - - * updates/1.4.7/setup: Change maximum on traffic graph RRDs to - support 100 MBit links, fixes bug 1118124 - -2005-05-28 21:35 franck78 - - * config/cron/crontab: Fix rfe1093108: updates to dyndns service - are done only if gethostbyname returns different address. A cron - call once/month force updates (-f -m options) to avoid loosing - account on particular stable lines. This has to be enabled in - GUI. - -2005-05-28 16:00 eoberlander - - * updates/1.4.7/setup: Different approach to patching header.pl - -2005-05-27 17:29 franck78 - - * updates/1.4.7/setup: Prepare script patch for header.pl before it - got lost... Dont't forget to include diff result with actual - header.pl ! - -2005-05-27 13:50 franck78 - - * config/cfgroot/lang.pl: Insert Achim comment 'howto using this' - Use perl grep construction (Achim script) Change owner = root for - cachefile, Achim again ;-) - -2005-05-26 21:06 franck78 - - * config/cfgroot/lang.pl: Permits a partial foreign traduction + - english version for an addon. Previous version supposed if - foreign file was present, it was complete (no english needed). - -2005-05-23 18:17 eoberlander - - * updates/1.4.7/: ROOTFILES.alpha-1.4.7, ROOTFILES.i386-1.4.7: - Include some recent changes in list of files to be updated. - -2005-05-22 17:26 eoberlander - - * updates/1.4.7/: ROOTFILES.alpha-1.4.7, ROOTFILES.i386-1.4.7: Add - Norwegian phrases from Language Database. - -2005-05-22 17:13 franck78 - - * config/ssl/openssl.cnf, updates/1.4.7/ROOTFILES.alpha-1.4.7, - updates/1.4.7/ROOTFILES.i386-1.4.7: Problems raised by Ufuk - Altinkaynak 1)random state file: fix a writable location for it - and added some 'seed' to certs generation with '-rand option' - - 2)serial number: problem or not probem?? anyway, a replacement - procedure for cleanssldatabase is included if someone prefer - serialized certs (Ufuk !). - -2005-05-21 08:07 eoberlander - - * html/html/images/addblue.gif: Add device icon. - -2005-05-18 23:25 franck78 - - * config/cfgroot/lang.pl, updates/1.4.7/setup: Suppress use of - intermediate file containing list of addon to load. Now, - everything is recalculated, but only if no cachefile exists. - Only root can build the cache file. - -2005-05-17 10:45 eoberlander - - * langs/sl/cgi-bin/sl.pl: Additions to Slovenian from Language - Database. - -2005-05-15 12:58 rkerr - - * updates/1.4.7/: ROOTFILES.alpha-1.4.7, ROOTFILES.i386-1.4.7: Fix - a stack based buffer overflow in ipsecctrl - -2005-05-14 22:29 franck78 - - * updates/1.4.7/setup: Correct directory permissions. - -2005-05-14 07:25 eoberlander - - * langs/list, langs/sl/cgi-bin/sl.pl, - updates/1.4.7/ROOTFILES.alpha-1.4.7, - updates/1.4.7/ROOTFILES.i386-1.4.7: Add Slovenian to web gui - interface. - -2005-05-14 03:15 franck78 - - * config/cfgroot/header-menu.pl: Just a simple (and sufficient?) - implementation of adding menus to ipcop without touching - header.pl Works: read a directory (/var/ipcop/addon-menu) looking - for filenames matching "menu.X.subMenu.Aname" X.submenu can be - 4.services,.... Each line in the file is a menu entry for - selected submenu. Format is "Label" , "link-to -page" , "Label" - exactly actual format of a menu entry in header.pl, including - $tr{'xxx'} if needed. - -2005-05-13 20:31 franck78 - - * config/cfgroot/lang.pl: Complete BuildAddonLangList with - construction of a cache file containing the resulting %tr() - array. %tr is final result of loading all relevant language - files. When $Lang::reload see it, it directly read-in only - necessary data. Maybe a checkbox in language selection can - disable this cache. Cache file is built on startup or language - switch - -2005-05-13 14:47 franck78 - - * config/cfgroot/lang.pl, updates/1.4.7/setup: Make languages files - dropped by addon installers in a specific dir to be read-in if - they match the active language of ipcop. Default always to - english version. No checking is made on file content. It must be - an associative array, %tr={'key' => 'value'}; (see - /var/ipcop/langs/en.pl). Do not breaks addons which can continue - editing ipcop language.pl files... - -2005-05-12 16:26 eoberlander - - * updates/1.4.7/: ROOTFILES.alpha-1.4.7, ROOTFILES.i386-1.4.7: - Change file format to unix. - -2005-05-12 15:25 franck78 - - * html/cgi-bin/base.cgi: New files based on this are Ipcop ... - -2005-05-12 09:11 franck78 - - * html/cgi-bin/base.cgi: Complete Gilles's tag error discovered in - dhcp.cgi - -2005-05-12 07:17 eoberlander - - * updates/1.4.7/: ROOTFILES.alpha-1.4.7, ROOTFILES.i386-1.4.7: - Updates from Language Database. - -2005-05-12 05:42 eoberlander - - * html/cgi-bin/optionsfw.cgi, updates/1.4.7/ROOTFILES.alpha-1.4.7, - updates/1.4.7/ROOTFILES.i386-1.4.7: Add phrases used in - optionsfw.cgi to Language Database. Change some variables to - lowercase. There is one string I'm not sure about... - -2005-05-08 15:52 franck78 - - * html/cgi-bin/optionsfw.cgi, src/rc.d/rc.firewall: Insert - 'optionsfw.cgi' setup page with to settings installed: -control - ping on red or all interfaces -add a list a ports that are - dropped just before the final "-j log", eliminating unneeded logs - information. - - Translations are not yet in the lang en.pl, until everybody is - OK. - -2005-05-08 15:21 franck78 - - * updates/1.4.7/: ROOTFILES.alpha-1.4.7, ROOTFILES.i386-1.4.7, - information, setup: Prepare next patch - -2005-05-07 17:40 gespinasse - - * updates/1.4.6/information: make dist show that we forgot some - files in update CGI - home/httpd/cgi-bin/hosts.cgi - - home/httpd/cgi-bin/ids.cgi - home/httpd/cgi-bin/logs.cgi/ids.dat - - home/httpd/cgi-bin/networks.cgi - - home/httpd/cgi-bin/services.cgi and pptp-1.6.0 - -2005-05-07 16:44 gespinasse - - * updates/1.4.6/information: Update Changelog and information - Release date should be the 10 if nohing wrong appear. - -2005-05-07 13:01 gespinasse - - * config/cfgroot/advoptions-list: dhcp.cgi - display IP and netmask - from ethernet settings - separate each interface with
- - better IP checking order for start and end address if netmask not - /24 - combine add and list box for add-option and fixed leases - - fix some XHTML errors (input hidden not in a cell, - disabled='disabled') - - advoption-list - remove duplicate options directly available in - the GUI - sort options in alphabetical order - -2005-05-07 12:46 rkerr - - * src/ibod/ibod.c: Security fixes for ibod, fixes a buffer overflow - as described in: - - - - Also fixes a separate issue where the DEVICE config paramater - could be overflowed. This is very low risk because an attacker - would have to be able to edit the config file, and the buffer - isn't on the stack. - -2005-05-06 21:56 gespinasse - - * lfs/tcpdump, src/patches/tcpdump-3.8.2-bgp-dos.patch, - src/patches/tcpdump-3.8.2-isis-dos.patch, - src/patches/tcpdump-3.8.2-ldp-dos.patch, - src/patches/tcpdump-3.8.2-rsvp-dos.patch: Patch tcpdump against - CAN-2005-12{78|79|80} - -2005-05-06 06:17 gespinasse - - * lfs/gzip, src/patches/gzip-1.3.3-window-size.patch, - src/patches/gzip-1.3.5-asm-execstack.patch, - src/patches/gzip-1.3.5-gunzip-dir.patch, - src/patches/gzip-1.3.5-perm.patch: Patch gzip against - CAN-2005-1228 (borrowed from fedora and include othe fixes) - -2005-05-05 16:24 gespinasse - - * lfs/oinkmaster: Backport from main Use $CONFIGROOT for - oinkmaster.conf - -2005-05-03 01:28 franck78 - - * src/rc.d/rc.halt: Make a call to rc.red stop (to properly - disconnect) and also a call to rc.red clear to unload modules. - Workaround for bug 1185833 - -2005-05-02 17:11 franck78 - - * config/cfgroot/oinkmaster.conf: Typo correction, mainly to check - cvs is ok at my home ;-) - -2005-05-02 07:49 eoberlander - - * langs/list: Change 'Latino' to 'Spanish Latino' as requested by - translator Fernando Diaz. Update his email address on Credits - page. - -2005-05-01 18:03 gespinasse - - * lfs/: arping, gnupg, unzip: Move dowload URL for gnupg arping - unzip - -2005-05-01 16:54 gespinasse - - * src/patches/linux-2.4.27-ssp-1.patch: Push - linux-2.4.27-ssp-1.patch on src/patches - -2005-05-01 01:10 franck78 - - * html/cgi-bin/optionsfw.cgi: Refine ping disabled granularity to - red or all itfs. Add a check box to choose to restart ipcop with - modified options. By default the gui records them and they are - taken into account a next reboot. Maybe usefull in the future to - set options without stopping networks services. The dynamically - reconfiguration (as port forwarding) is not really needed here. - -2005-05-01 00:06 franck78 - - * html/cgi-bin/base.cgi: Typo - -2005-04-30 11:37 rkerr - - * src/misc-progs/restartsnort.c: Backport alan's fix from HEAD, - don't close file handle twice - -2005-04-30 00:25 franck78 - - * html/cgi-bin/optionsfw.cgi: Add a new cgi page under firewall - tab, designed to receive future request about specificcaly - firewall options. Example: disable ping. This is only the GUI - part, nothing is done yet. (need to create - /var/ipcop/optionsfw/settings file to work) - -2005-04-29 23:37 franck78 - - * html/cgi-bin/: base.cgi, networks.cgi, services.cgi: Speedy is - removed ...? - -2005-04-28 19:34 gespinasse - - * lfs/dnsmasq: Upgrade dnsmasq to 2.22 to fix bugs introduced in - 2.21 - - Include dnsmasq-2.22, snort-2.3.3 and oinkmaster-1.2 in upgraded - files - -2005-04-28 18:38 gespinasse - - * config/cfgroot/oinkmaster.conf, config/snort/snort.conf, - lfs/oinkmaster: Upgrade snort to v2.3.3 - - Add oinkmaster to orderly update rules - - Reorder ids.cgi readhash can't be used before the ACTION=save or - nothing will be changed. So readhash is used after ACTION=save - block to have values not in the form. - - I still have a bit of code to add the new preprocessor in - snort.conf. - -2005-04-27 15:17 eoberlander - - * langs/nl/install/lang_nl.c: Add Danish and Dutch phrases from - Language Database. - -2005-04-26 17:59 franck78 - - * config/cron/crontab, updates/1.4.6/setup: Bug 1190249: because - setddns.pl close stderr & stdout nothing is outputed here! Remove - redirection. Output is done via General::log - -2005-04-26 17:10 eoberlander - - * config/cfgroot/advoptions-list: Fix typo, extra t in streettalk. - -2005-04-23 12:53 franck78 - - * updates/1.4.6/setup: Comment changed. - -2005-04-22 18:44 rkerr - - * src/misc-progs/restartsquid.c: Transparent on blue had a similar - problem to enable on blue - fix this too - -2005-04-21 14:37 rkerr - - * src/misc-progs/restartsquid.c: Fix bug #1144280 - start squid if - enabled on blue or green - -2005-04-18 15:37 eoberlander - - * langs/it/install/lang_it.c: Update Italian phrases from Language - Database. - -2005-04-16 11:40 rkerr - - * config/httpd/httpd.conf: Disable HTTP OPTIONS method as suggested - by Daniel Berlin - -2005-04-14 12:29 gespinasse - - * updates/1.4.6/setup: Update configroot include files This is only - to have doc up to date as /var/ipcop files are include I just - wanted to add /var/ipcop/ddns/settings As files were not sorten - in alphabetical order, the diff is not easy to read but it will - be better the next time. - - Create /var/ipcop/ddns/settings in update allow to remove the - touch in setddns.pl. - -2005-04-13 23:52 gespinasse - - * lfs/: bind, cdrtools, pptpclient, vim, wireless: rc.red : fix - SF1171610 - erase /var/ipcop/red/keepconnected during - configuration change It is for the rare case when the persistent - option was primary selected, but is now on manual and rc.red stop - never made beacause timeout is used. - - dhcp.cgi - include eric proposal but it still some more changes - - pppsetup.cgi - fix 'other countries' selection with eagle-usb - 'W'=>'WO' - warn that dial on demand can't be used with dynamic - dns - ajust some display layout - - bind upgrade to 9.2.5 cdrtools upgrade to 2.01 pppt client to 1.6 - vim upgrade to 6.3 plus a security patch wireless_tools upgrade - to 27 - -2005-04-11 05:29 eoberlander - - * updates/1.4.6/: ROOTFILES.alpha-1.4.6, ROOTFILES.i386-1.4.6: - Update German from Language Database. - -2005-04-10 19:54 eoberlander - - * updates/1.4.6/setup: Add fix for SF Bug 1174069 - unable to add - or edit fixed DHCP leases. - -2005-04-09 16:31 gespinasse - - * updates/1.4.6/: ROOTFILES.alpha-1.4.6, ROOTFILES.i386-1.4.6, - information: Put rc.red and setup in update - -2005-04-09 08:46 gespinasse - - * src/install+setup/setup/main.c, updates/1.4.6/.cvsignore: Modify - setup to fix SF1178604 A few language available in web interface - (zh,lt,ro,ru,th) are not supported by setup. Using english in - this case is better than aborting - - Add .cvsignore inside updates/1.4.6 - -2005-04-08 11:37 franck78 - - * updates/1.4.6/: ROOTFILES.alpha-1.4.6, ROOTFILES.i386-1.4.6: New - file in configroot for dhcpd - -2005-04-08 00:16 franck78 - - * html/cgi-bin/base.cgi: Reorder tag, start with colored line - (better view) the lists - -2005-04-08 00:11 franck78 - - * updates/1.4.6/setup: Added possibility to send 'options' with - dhcp server. - -2005-04-07 23:43 franck78 - - * config/cfgroot/advoptions-list: Contain options listing for dhcp - daemon - -2005-04-07 05:26 eoberlander - - * updates/1.4.6/: ROOTFILES.alpha-1.4.6, ROOTFILES.i386-1.4.6: - Update Danish from Language Database. - -2005-04-05 22:40 gespinasse - - * html/cgi-bin/ids.cgi, lfs/snort, - updates/1.4.6/ROOTFILES.alpha-1.4.6, - updates/1.4.6/ROOTFILES.i386-1.4.6, updates/1.4.6/setup: Upgrade - snort to 2.3.2 - - Fix the new file download with IO::Socket with new start/end - header mark and removing some intermediate data. This was - verified to work with 2.3, 2.2 and community rules But community - rules need adjustement in snort.conf wich are not for now - available from the web interface. So only 'user registred' or - 'user with subscription' download are supported. - - Fix a warning with the .rules regular expression - need to be - escaped or at the beginning/end - - Display date of last rule update Keeep track when the loaded file - is new or the same - - Make code layout uniform by replacing 4 spaces with tab - - Two very similar text 'installed updates:' and 'updates - installed' exist. The second will be removed in the futur. - -2005-04-04 19:41 rkerr - - * updates/1.4.6/: ROOTFILES.alpha-1.4.6, ROOTFILES.i386-1.4.6: - Seeing as sitefinder is long dead it's probably a good idea to - remove this, especially seeing as verisign are apparently using - the IP for something else (see - http://www.merit.edu/mail.archives/nanog/2004-10/msg00181.html) - -2005-04-02 09:24 eoberlander - - * updates/1.4.6/: ROOTFILES.alpha-1.4.6, ROOTFILES.i386-1.4.6: - Allow easydns and zoneedit to update without a HOSTNAME. - -2005-03-31 10:19 eoberlander - - * updates/1.4.6/: ROOTFILES.alpha-1.4.6, ROOTFILES.i386-1.4.6: - Update Brazilian, French and Italian from Language Database. - -2005-03-31 06:17 gespinasse - - * updates/1.4.6/: ROOTFILES.alpha-1.4.6, ROOTFILES.i386-1.4.6, - information, setup: Bump version number - -2005-03-29 23:31 gespinasse - - * lfs/snort, updates/1.4.5/information: Revert to snort-2.1.3 until - the new interface is ready. There is some problems to fix too in - the actual ids.cgi. Updates rules are never displayed in web - interface as it was intended. - - Update Changelog and information for v1.4.5 update - -2005-03-28 10:54 alanh - - * lfs/dnsmasq, updates/1.4.5/ROOTFILES.alpha-1.4.5, - updates/1.4.5/ROOTFILES.i386-1.4.5: update dnsmasq to 2.21 - -2005-03-26 22:18 eoberlander - - * updates/1.4.5/: ROOTFILES.alpha-1.4.5, ROOTFILES.i386-1.4.5: Fix - for SF Bug 1167658, misconfiguration of ipsec.conf - -2005-03-26 11:28 eoberlander - - * updates/1.4.5/: ROOTFILES.alpha-1.4.5, ROOTFILES.i386-1.4.5: - Cosmetic changes to portfw.cgi page. Experiment with link to - Online Help. - -2005-03-26 07:11 eoberlander - - * html/html/images/web-support.png: Add web-spport icon for future - use. This is a stock OOo icon, licensed under the LGPL by Ximian. - -2005-03-25 22:51 alanh - - * lfs/unzip: put md5 back, mine was a bad download - -2005-03-25 15:36 alanh - - * lfs/unzip: md5sum changed on unzip - -2005-03-22 21:25 eoberlander - - * updates/1.4.5/setup: Change filename, and fix typo in sed command - (missing /) - -2005-03-22 13:20 eoberlander - - * updates/1.4.5/setup: Fix typo in PrintActualLeases subroutine. - -2005-03-20 12:31 eoberlander - - * updates/1.4.5/: ROOTFILES.alpha-1.4.5, ROOTFILES.i386-1.4.5: - Bugfix for start address/end address string comparison. Change to - numeric operation. - -2005-03-19 09:28 eoberlander - - * config/etc/logrotate.conf, updates/1.4.5/ROOTFILES.alpha-1.4.5, - updates/1.4.5/ROOTFILES.i386-1.4.5: Include optional log files - now available with squid (user_agent.log and referer.log) in - logrotate.conf - -2005-03-19 06:54 eoberlander - - * lfs/snort: Update path for download. - -2005-03-18 20:05 gespinasse - - * lfs/snort: Upgrade snort to v2.3.2 - - Necessary changes in the GUI for signature update are still 'work - in progress' - -2005-03-17 19:54 eoberlander - - * updates/1.4.5/: ROOTFILES.alpha-1.4.5, ROOTFILES.i386-1.4.5: - Include setddns.pl in update, to catch version 1.4.2.14 - -2005-03-16 18:34 gespinasse - - * updates/1.4.5/: ROOTFILES.alpha-1.4.5, ROOTFILES.i386-1.4.5: Fix - pulsardsl by selecting correct gcc3 lib - -2005-03-16 12:47 eoberlander - - * html/cgi-bin/logs.cgi/ids.dat, - updates/1.4.5/ROOTFILES.alpha-1.4.5, - updates/1.4.5/ROOTFILES.i386-1.4.5: Update URL for Snort - Signature Database lookups from IDS log page. - -2005-03-16 07:45 gespinasse - - * updates/1.4.5/: .cvsignore, ROOTFILES.alpha-1.4.5, - ROOTFILES.i386-1.4.5, information, setup: Bump version and add - 1.4.5 update - -2005-03-15 23:36 gespinasse - - * doc/How-to-make-update: Update doc/How-to-make-update - -2005-03-15 22:09 gespinasse - - * updates/1.4.4/information: Put the right date on information(s) - files - -2005-03-15 21:52 gespinasse - - * updates/: 1.4.3/information, 1.4.4/information: Updates - informations files - -2005-03-15 20:48 gespinasse - - * lfs/dosfstools: Upgrade dosfstools (nothing include in the iso) - Update ROOTFILES.xxx Update Changelog - -2005-03-15 19:53 gespinasse - - * config/cfgroot/proxy-acl: Compile squid with - --enable-useragent-log --enable-referer-log and add a comment in - acl - -2005-03-15 18:00 gespinasse - - * lfs/shadow: Move shadow again to the alternate site - -2005-03-15 17:50 gespinasse - - * lfs/unzip: Upgrade unzip (nothing is include in the iso) - -2005-03-15 17:48 gespinasse - - * lfs/procinfo: Follow procinfo to the new directory - -2005-03-09 20:08 rkerr - - * src/misc-progs/setuid.h: . & : are also valid characters in - device names (as used by 802.1q vlans and aliases). SF bug - #1153908 thanks to Micheal Reitz. - -2005-03-07 21:28 eoberlander - - * html/cgi-bin/changepw.cgi: Cosmetic change to layout of tables. - Clarify 'admin' and 'dial' user names. - -2005-03-04 19:26 gespinasse - - * lfs/gd, updates/1.4.3/information: Go back to gd-2.0.20 to make - the graphs work again with ipacsum - - Start only setddsn.pl if some settings are configured - - Update makegraphs to compile with strict directive - -2005-03-03 20:52 gespinasse - - * src/rc.d/rc.updatered: Let time at dnsmasq to be killed before to - restart it sleep 1 solve 'address already in use' message - -2005-03-01 21:43 eoberlander - - * config/cfgroot/lang.pl: Fixes to logic to reinstate UTF-8 - character conversion. - -2005-03-01 07:38 riddles - - * lfs/apache: Update logo URL - -2005-03-01 06:06 gespinasse - - * updates/: 1.4.3/information, 1.4.4/information, 1.4.4/setup: - Update information from 1.4.3 and 1.4.4 - -2005-02-28 19:35 eoberlander - - * tools/check_strings.pl: Modify string name to insert 'Lang::' - -2005-02-27 23:18 gespinasse - - * updates/: 1.4.3/information, 1.4.4/.cvsignore, - 1.4.4/ROOTFILES.alpha-1.4.4, 1.4.4/ROOTFILES.i386-1.4.4, - 1.4.4/information, 1.4.4/setup: Split update in two pieces to - solve free space available on disk size less than (380 + swap) MB - - Add eciadsl-nortek to update - -2005-02-27 15:23 gespinasse - - * lfs/dnsmasq, lfs/gd, lfs/libpng, lfs/tar, lfs/zlib, - src/patches/libpng-1.2.8-link_to_proper_libs-1.patch, - src/patches/perl-5.8.5-tempfiles.patch: Remove speedy from ISO - - Upgrade dnsmasq to 2.20 - - Upgrade gd to 2.33 CAN-2004-0990 - - Upgrade libpng to 1.2.8 - big red warning on libpng page for - broken feature in 1.2.7 We probably not use this feature, but - just in case... - - Fix Eagle-usb-2.1.1 installation - - Another fix for perl-5.8.5 CAN-2005-0155,0156 I have to verify - the fix is in the files include in update - - Fix for tar 1.13.25 CAN-2002-0399 - - Replace zlib 1.2.1 patched version with V1.2.2 - -2005-02-26 20:13 gespinasse - - * lfs/: grep, logwatch: Move grep loading to http GNU - - Move logwatch URL (thank to Eric Boniface) - -2005-02-26 12:26 gespinasse - - * lfs/findutils: Move findutils URL to http GNU site - -2005-02-25 07:36 gespinasse - - * lfs/dhcp, src/patches/linux-2.4.27-frandom-2.patch: Upgrade squid - to STABLE9 (bugfix), dhcp to 3.0.2 (bugfix), eagle-usb to - 2.1.1(eagleIII support and isdn bug fix with CMV enabled) - -2005-02-24 07:44 gespinasse - - * html/cgi-bin/: status.cgi, logs.cgi/firewalllog.dat, - logs.cgi/ids.dat: Fix expansion of Header by using {} - - Fix accidental move of CA_NAME in vpnmain.cgi - -2005-02-22 22:21 gespinasse - - * html/cgi-bin/: backup.cgi, changepw.cgi, dial.cgi, graphs.cgi, - ids.cgi, ipinfo.cgi, modem.cgi, proxygraphs.cgi, remote.cgi, - shutdown.cgi, status.cgi, time.cgi, logs.cgi/config.dat, - logs.cgi/firewalllog.dat, logs.cgi/ids.dat, logs.cgi/summary.dat: - Replace /usr/bin/speedy with /usr/bin/perl as there is too much - warnings (when warnings enabled) - - Fix most of the warnings seed during a perfTest.sh run. - - Main problems seen : - undef hash element in a test (example - $cgiparams{'ACTION'}) - undef array element after split ( if - 'remark' field is empty, related element is undef) - opening a - file header may fail ( no VPN may be in use so - /proc/net/ipsec_eroute don't exist) - a function need the & with - speedy when it may be omitted with standard perl - remove - redondant 'my' at the same block level (vpnmain.cgi) - - Replace some spaces with tab and change indentation of a few - files (in particular backup.cgi) - - I add two commented out lines in every cgi: - '#use warnings' - enable more diagnostics in error_log - '#use CGI::Carp' if you - broke the page code and it does not compile, it display - directly the error message in replacement of error 500 , error - message is too in error_log - - Beware that if speedy is in use, the name of the faultly page is - not in the log - - If an error is related to concatenation at a line number with - print <) - -2005-02-04 20:09 rkerr - - * lfs/squid: More squid security issues. Things are a bit unclear - here, the vendor advisories are using CVE numbers that either - aren't in the mitre database or show as assigned but pending. - They also disagree on which vulnerabilities have been assigned - which number (compare the number for the LDAP vuln in the gentoo - and debian advisories) - - I'm not including the LDAP patch because we don't seem to compile - in the LDAP auth helper, and I can't find a patch for the ACL - issue that the debian advisory mentions. The way it's described - by debian I doubt the ACL problem is particularly serious but - we'll have to wait for mitre to update. - - Applied patches are: - - * squid-2.5.STABLE7-wccp_buffer_overflow.patch - Another WCCP problem, more dangerous than before but not too - much of an - issue seeing as we're not using WCCP - - * squid-2.5.STABLE7-response_splitting.patch - Could probably lead to some cache poisoning attacks from - malicious - servers, probably not too great an issue - - * squid-2.5.STABLE7-oversize_reply_headers.patch - A bit more serious, may allow a malicious server to - compromise squid - - the description is slightly unclear, would need to review the - patch - -2005-02-04 01:22 franck78 - - * config/cfgroot/general-functions.pl: Add features request - 1113435,1113440 (no-ip group and empty host-name) Add password - 'verify' Arrange screen layout Add two translations strings Used - model base.cgi - -2005-02-01 16:03 franck78 - - * html/cgi-bin/base.cgi: Include corrections from hosts/dhcp.cgi - (fixe scoping, remove warnings) - -2005-01-31 15:49 alanh - - * src/install+setup/install/pcmcia.c: Fix a build problem on Alpha - -2005-01-30 23:30 alanh - - * lfs/eciadsl-nortek: md5 changed - -2005-01-30 03:37 franck78 - - * html/cgi-bin/base.cgi: This file can be used as a starting base - for writing a new cgi with multiple-line edit It includes 'sort' - on top of columns. It can also be used to rewrite some cgi. Just - copy/past some code. If all cgi use the same 'flow' it's easier - to understand and correct. Create - /var/ipcop/XY/{settings,data,XY.conf} and chmod/chown before - test. - -2005-01-30 02:45 franck78 - - * src/misc-progs/rebuildhosts.c: Use the first field of hosts data - line as enable/disable The field was unused. Change 'break and - exit' to 'continue' in main loop => don't leave open the hosts - file Note: the cgi should catch syntax error. - -2005-01-28 19:02 eoberlander - - * html/cgi-bin/time.cgi: Tweak position of image. - -2005-01-28 13:11 riddles - - * src/misc-progs/restartshaping.c: Fix shaping ceiling - -2005-01-27 21:40 gespinasse - - * lfs/pciutils: Fix the stack smashing attack during lspci use - - The fix was found on Gentoo ebuild - -2005-01-27 13:51 alanh - - * lfs/: Config, gcc-2[DEAD]: Remove gcc-2.95.3 from build - - This (and with the 2.4.29 kernel) will require all kernel modules - to be updated in the 1.4.3 patch. - -2005-01-27 10:07 eoberlander - - * config/cfgroot/general-functions.pl: Reapply change to sub - validfqdn to allow single characters as part of a Fully Qualified - Domain Name. Fixes SF Bug 1079594. - -2005-01-27 07:59 gespinasse - - * src/patches/: patch-o-matic-ng-20040621_03_2.4.29.patch, - patch-o-matic-ng-20040621_nf-log_2.4.29.patch, - patch-o-matic-ng-20040621_pptp_2.4.29.patch, - patch-o-matic-ng-20040621_raw_2.4.28.patch, - raw-linux-2.4.28.patch[DEAD]: Compile kernel 2.4.29 (not yet - tested), Openswan 1.0.8 - - patch-o-matic changes may need a bit of more cleaning due to - CONFIG_IP_NF_NAT_LOCAL removal - - Still some work to do for update - - Revert strip to -type f and use the find from tools/bin - -2005-01-27 00:25 franck78 - - * config/cfgroot/general-functions.pl: Some ipcop code do not - expect the hash be cleared but only be add/modified by readhash. - Existing entries must not be cleared - - Remove a 'my' causing function IpInSubnet not working - -2005-01-26 23:07 franck78 - - * config/cfgroot/general-functions.pl: 'use Socket;' moved to - general-functions.pl - -2005-01-26 19:58 gespinasse - - * lfs/squid: New md5sum because the patch was updated - -2005-01-26 19:43 riddles - - * tools/perfTest.sh: Add simple perfTest script - -2005-01-26 12:23 riddles - - * config/cfgroot/countries.pl, config/cfgroot/general-functions.pl, - config/cfgroot/lang.pl, config/cfgroot/protocols.pl, - html/cgi-bin/aliases.cgi, html/cgi-bin/backup.cgi, - html/cgi-bin/changepw.cgi, html/cgi-bin/connections.cgi, - html/cgi-bin/dial.cgi, html/cgi-bin/graphs.cgi, - html/cgi-bin/hosts.cgi, html/cgi-bin/ids.cgi, - html/cgi-bin/ipinfo.cgi, html/cgi-bin/modem.cgi, - html/cgi-bin/networks.cgi, html/cgi-bin/proxygraphs.cgi, - html/cgi-bin/remote.cgi, html/cgi-bin/services.cgi, - html/cgi-bin/shutdown.cgi, html/cgi-bin/status.cgi, - html/cgi-bin/time.cgi, html/cgi-bin/logs.cgi/config.dat, - html/cgi-bin/logs.cgi/firewalllog.dat, - html/cgi-bin/logs.cgi/ids.dat, html/cgi-bin/logs.cgi/log.dat, - html/cgi-bin/logs.cgi/summary.dat, lfs/configroot, lfs/speedycgi, - src/ppp/dialer, src/ppp/ip-down, src/ppp/ip-up, - src/rc.d/helper/getdnsfromdhcpc.pl, src/rc.d/helper/writeipac.pl, - src/scripts/tunerrd.pl, src/scripts/updatelists.pl: Clean up our - CGI code + use speedycgi for speedup - -2005-01-25 20:24 gespinasse - - * lfs/squid: SQUID fix for : Reject malformed HTTP requests and - responses that conflict with the HTTP specifications - -2005-01-24 17:53 riddles - - * src/install+setup/setup/networking.c: This could never have - worked, right? - -2005-01-24 07:21 gespinasse - - * lfs/unicorn: Forgotten new unicorn md5 - -2005-01-24 07:14 gespinasse - - * lfs/unicorn: Update Bewan unicorn driver to 0.9.0 - -2005-01-23 18:59 eoberlander - - * html/cgi-bin/time.cgi: Cosmetic change. Improve formatting of - table. - -2005-01-23 14:18 eoberlander - - * config/cfgroot/general-functions.pl: Change sub validfqdn to - allow single characters as part of a Fully Qualified Domain Name. - Fixes SF Bug 1079594. - -2005-01-23 13:46 franck78 - - * config/cfgroot/general-functions.pl: Correct perl syntax, just - returning '1' (true) at end of functions files. Add - !/usr/bin/perl Header.pl also 'requires' general-functions.pl: - This avoid breaking some add-on ( as mine squidguarg). The - 'require' do do not execute twice the file, but the 'require - general-functions.pl' statements in all cgi can be suppressed. - -2005-01-23 10:02 eoberlander - - * config/cfgroot/general-functions.pl: Add return 1 to end of - files, to fix bug. - -2005-01-21 11:42 eoberlander - - * html/cgi-bin/aliases.cgi, html/cgi-bin/backup.cgi, - html/cgi-bin/changepw.cgi, html/cgi-bin/connections.cgi, - html/cgi-bin/dial.cgi, html/cgi-bin/graphs.cgi, - html/cgi-bin/hosts.cgi, html/cgi-bin/ids.cgi, - html/cgi-bin/ipinfo.cgi, html/cgi-bin/modem.cgi, - html/cgi-bin/networks.cgi, html/cgi-bin/proxygraphs.cgi, - html/cgi-bin/remote.cgi, html/cgi-bin/services.cgi, - html/cgi-bin/shutdown.cgi, html/cgi-bin/status.cgi, - html/cgi-bin/time.cgi, html/cgi-bin/updates.cgi, - html/cgi-bin/logs.cgi/config.dat, - html/cgi-bin/logs.cgi/firewalllog.dat, - html/cgi-bin/logs.cgi/ids.dat, html/cgi-bin/logs.cgi/log.dat, - html/cgi-bin/logs.cgi/proxylog.dat, - html/cgi-bin/logs.cgi/summary.dat, lfs/configroot, - src/ppp/dialer, src/ppp/ip-down, src/ppp/ip-up, - src/rc.d/helper/getdnsfromdhcpc.pl, src/rc.d/helper/writeipac.pl, - src/scripts/makegraphs, src/scripts/tunerrd.pl, - src/scripts/updatelists.pl: Insert call to general-functions.pl - file, following separation of functions from header.pl (John - Edwards). - -2005-01-21 11:37 eoberlander - - * config/cfgroot/: backup-exclude, general-functions.pl: Add new - general-functions.pl file (John Edwards). - -2005-01-18 22:39 rkerr - - * lfs/squid: Fixes for several squid security issues: - - * Gopher parsing buffer overflow - - As gopher is such an old protocol and very unlikely to be - used by our - target market we should probably consider adding an acl to - deny it by - default to protect us against any other flaws that may pop - up. - - * WCCP DoS - - We don't enable WWCP in our default config, so we're not - vulnerable. - However, we do compile support for WCCP in and it's - possible an addon - or user may chose to use a non-default squid config with it - enabled, - so it's best to patch anyway. Should perhaps consider not - compiling in - WCCP support at all in the next version. - - * NTLM fakeauth_auth helper DoS - - Again, the NTLM helper isn't enabled in the default config, - but it is - compiled in, so it's good to patch it. I seem to remember - darren uses - this in his custom installs, and there may well be an addon - that uses - it too. - -2005-01-16 20:08 franck78 - - * lfs/Config: Add delay timeouts on wget commandline (was blocking - on 'ipaddr' and 'cdrtools') Make only the last pass of make - check/prefetch displaying error Reduce from 5 to 3 the number of - pass - -2005-01-16 10:11 gespinasse - - * lfs/: 3c5x9setup, 3cp4218, Config, Digest, Digest-HMAC, - Digest-SHA1, GD, Net-DNS, Net-IPv4Addr, aboot, amedyn, apache, - arping, autoconf, automake, bash, beep, bind, binutils, bison, - busybox, bzip2, capi4k-utils, ccache, cdrtools, configroot, - coreutils, cxacru, dejagnu, dhcp, dhcpcd, diffutils, dnsmasq, - dosfstools, e2fsprogs, eciadsl, eciadsl-nortek, ed, expat, - expect, ez-ipupdate, fcdsl2, fcdslsl, fcdslslusb, fcdslusb, - fcron, file, findutils, flex, gawk, gcc, gcc-2, gd, gdbm, - gettext, gmp, gnupg, grep, groff, grub, gzip, hdparm, iana-etc, - ibod, inetutils, initrd, initscripts, installer, ipac-ng, ipaddr, - iproute2, iptables, iputils, isapnptools, isdn4k-utils, kbd, - kudzu, less, libcap, libnet, libpcap, libpng, libsafe, libtool, - libusb, linux-atm, logrotate, logwatch, m4, make, makedev, man, - man-pages, mingetty, misc-progs, mktemp, modutils, mtools, nano, - nash, nasm, ncurses, net-tools, newt, noip_updater, ntp, openssh, - openssl, patch, pciutils, pcmcia-cs, pcre, popt, ppp, pptpclient, - procinfo, procps, psmisc, python, rp-pppoe, rrdtool, sed, - setserial, setup, shadow, slang, snort, speedtouch, squid, - squid-graph, sysklogd, syslinux, sysvinit, tar, tcl, tcpdump, - texinfo, traceroute, uClibc, unicorn, unzip, util-linux, vim, - wireless, zlib: New features for building in make.sh ./make.sh - check and prefetch options are in a loop for 5 attempts to load - - ./make.sh check tag every files names found in cache/check - directory This allow to continue and not abort at the first - error, it was painfull to loading again every same files with ftp - address. - - ./make.sh checkclean erase all tags in cache/check made by - ./make.sh check - - ./make.sh md5sum write md5sum of every files tagged in - cache/check - - During ./make.sh check and prefetch, make is silenced with -s - option. When nothing has to be done (the file is already loaded - or checked), nothing is displayed. - - When a source file is loaded, the file is verified against the - attended md5sum read on the lfs script. This allow to load a - file from another source without risk. - - When a source is updated, it is necessary to update the md5. On - signature mismatch, the file stay in /tmp and is not copied - inside cache - - Every script inside lfs has been rewritten to support this md5 - checking Each file is described by : - target name - URL affected - to the target name - MD5sum affected to another variable composed - of the target name +'_MD5' Every file need to be listed in the - objects list - - unstall and versions targets have been removed from lfs scripts - - LFS patches are now loaded from http site (before from ftp) - gcc-3.3 and gcc-2.95 patches for ssp are updated to ssp-4 version - A few patch name have been updated (some move from - to _) - - capi4k-utils now follow ppp version - - During my check of md5sum, I discover that some sources have been - changed since the first time I load them, despite of the same - name. eciadsl-usermode-0.10-nortek-alpha (mainly but not only - doc changes) bash-2.05b-2.patch, rawwritewin-0.7.zip, - gcc-2.95.3-2.patch - - So instead of changing the written md5sum, verify if the file in - cache is not different from the one available on the web - -2005-01-15 15:09 eoberlander - - * updates/1.4.3/information: Improve formatting of Legend table, to - cope with long translated strings. - -2005-01-12 02:39 franck78 - - * html/cgi-bin/: gui.cgi, ids.cgi, remote.cgi, time.cgi: Some tag - conversion (XHTML) - -2005-01-12 01:58 franck78 - - * html/cgi-bin/connections.cgi: XHTML
moved to
- -2005-01-12 01:50 franck78 - - * html/cgi-bin/aliases.cgi: XHTML tag
to
- http://www.w3.org/TR/xhtml1/#guidelines - -2005-01-11 21:26 franck78 - - * src/scripts/setddns.pl: Use -f option to reset counter for - FetchPublicIp execution starts also $Lines restored, oups! - -2005-01-11 16:36 eoberlander - - * html/cgi-bin/portfw.cgi: Cosmetic changes to table format, adding - some spaces. - -2005-01-11 14:18 franck78 - - * html/cgi-bin/logs.cgi/: config.dat, firewalllog.dat, ids.dat, - log.dat, proxylog.dat, summary.dat: Undo tag < /> correction... - -2005-01-11 14:02 franck78 - - * html/cgi-bin/: aliases.cgi, backup.cgi, changepw.cgi, - connections.cgi, graphs.cgi, gui.cgi, ids.cgi, modem.cgi, - portfw.cgi, proxygraphs.cgi, remote.cgi, shaping.cgi, - shutdown.cgi, status.cgi, time.cgi, updates.cgi, wireless.cgi: - Undo tag < /> correction! Sorry for the mistake, Franck - -2005-01-11 02:36 franck78 - - * html/cgi-bin/: aliases.cgi, backup.cgi, changepw.cgi, - connections.cgi, graphs.cgi, gui.cgi, ids.cgi, index.cgi, - modem.cgi, portfw.cgi, proxygraphs.cgi, remote.cgi, shaping.cgi, - shutdown.cgi, status.cgi, time.cgi, updates.cgi, wireless.cgi, - xtaccess.cgi, logs.cgi/config.dat, logs.cgi/firewalllog.dat, - logs.cgi/ids.dat, logs.cgi/log.dat, logs.cgi/proxylog.dat, - logs.cgi/summary.dat: Correct lot of tag to - -2005-01-10 12:32 franck78 - - * src/scripts/setddns.pl: Added RFE 1092914: dyndns behind router. - Based on Achim Weber patch. Removed lot of perl warning. - Corrected some HTML tags. Four translations added to language - database by Eric - -2005-01-09 12:20 eoberlander - - * html/cgi-bin/: aliases.cgi, ids.cgi: Cosmetic change to layout of - boxes on Snort IDS page. - -2005-01-07 13:08 eoberlander - - * updates/1.4.3/setup: Include recent changes in update files. - -2005-01-07 07:28 gespinasse - - * src/rc.d/rc.updatered: Fix with dhcpd on RED when two successive - rc.updatered are made. On low machines, the first run may have - end after the end of the second. This is very bad when the first - is dhcpcd down and the second is dhcpcd new as the interface stay - down. - - This happen in particular when the modem acting a a dhcp server - drive a ppp connection and both the IP and the gateway IP change - on renewal. - -2005-01-04 17:21 eoberlander - - * html/cgi-bin/xtaccess.cgi, src/misc-progs/setxtaccess.c: Fix - External Access page for port ranges, and adjust setxtaccess.c to - include extra 'remark/comment' field (Darren Critchley) - -2005-01-04 09:22 eoberlander - - * html/cgi-bin/xtaccess.cgi: Fix External Access page for port - ranges (Darren Critchley) - -2005-01-03 22:55 gespinasse - - * src/patches/ppp_generic-ppp-2.4.3_multilink.patch: Stylistic - change in lfs/linux - - For ppp-2.4.3, we will wait until a new libpcap is available - -2005-01-02 10:45 eoberlander - - * updates/1.4.3/setup: Remove SENDCR from modem/defaults file, as - it is now handled in ppp/settings. Cosmetic change to modem.cgi, - bringing buttons into box. - -2005-01-02 10:01 eoberlander - - * config/cfgroot/modem-defaults, config/cfgroot/modem-settings, - html/cgi-bin/modem.cgi: Remove SENDCR from modem/defaults file, - as it is now handled in ppp/settings. Cosmetic change to - modem.cgi, bringing buttons into box. - -2005-01-01 16:41 gespinasse - - * doc/How-to-make-update: Update How-to-make-update - -2005-01-01 16:34 gespinasse - - * doc/.cvsignore, html/cgi-bin/updates.cgi, - src/misc-progs/installpackage.c, updates/1.4.1/.cvsignore, - updates/1.4.2/.cvsignore, updates/1.4.3/.cvsignore: Delete - earlier the loaded update to spare 1/3 of necessary free space - - Add forgotten cvsignore - -2005-01-01 14:44 gespinasse - - * .cvsignore: Cosmetic : add some cvsignore to clean the logs - -2005-01-01 09:32 gespinasse - - * lfs/zlib: Fix CAN-2004-0797 in zlib-1.2.1 (local D.O.S) - -2004-12-31 18:33 eoberlander - - * html/cgi-bin/remote.cgi: Cosmetic change to layout of remote.cgi, - moving checkboxes to lefthand side, and indenting the list. - -2004-12-30 22:56 gespinasse - - * updates/1.4.3/setup: add again updates/1.4.3/setup - -2004-12-30 22:54 gespinasse - - * updates/1.4.3/setup[DEAD]: Try adding exec permission at - updates/1.4.3/setup by removing and adding again - -2004-12-30 21:53 gespinasse - - * updates/1.4.3/setup: Use two variable in patch setup instead of - multiple numbers occurences - - Don't try to hack /var/ipcop/patched/installed inside the patch - update, or it will fail to transfer content of information from - available to installed file. - -2004-12-30 09:50 eoberlander - - * html/cgi-bin/aliases.cgi: Cosmetic changes to aliases.cgi so - layout matches other pages. - -2004-12-30 09:26 eoberlander - - * html/cgi-bin/time.cgi: Cosmetic changes to layout of time.cgi. - I've included some explanatory text, and moved the Set Time Now - button to make it clear it can be used with Repeating Schedules - as well as Manual events. - -2004-12-23 18:36 eoberlander - - * src/rc.d/rc.firewall.local: Add improvements to rc.firewall.local - suggested by Scott Tregear in SF Bug 1088730. This file is not - included as an update, as Users own versions would be - overwritten. - -2004-12-23 08:54 eoberlander - - * updates/1.4.3/: ROOTFILES.alpha-1.4.3, ROOTFILES.i386-1.4.3: - Update Chinese from Language Database. - -2004-12-23 07:44 eoberlander - - * updates/1.4.3/: ROOTFILES.alpha-1.4.3, ROOTFILES.i386-1.4.3: - Update Danish from Language Database. - -2004-12-22 21:40 eoberlander - - * html/cgi-bin/gui.cgi, updates/1.4.3/information: Include control - on gui.cgi page to allow user selectable refresh of index.cgi - whilst Connected. Default is NO refresh whilst connected, which - is the status quo. - -2004-12-22 18:23 eoberlander - - * html/cgi-bin/gui.cgi, updates/1.4.3/ROOTFILES.alpha-1.4.3, - updates/1.4.3/ROOTFILES.i386-1.4.3: Modify layout of gui.cgi and - include control for muting beeps on ip-up and ip-down, and a - 'Restore defaults' button. Add three new phrases to Language - Database.\n\nStill to do: Add control for refreshing index page. - -2004-12-19 22:20 eoberlander - - * updates/1.4.3/: ROOTFILES.alpha-1.4.3, ROOTFILES.i386-1.4.3: Fix - a bug that caused a fixed lease to always be Enabled after being - edited. - -2004-12-18 21:58 gespinasse - - * doc/How-to-make-update, updates/1.4.3/ROOTFILES.alpha-1.4.3, - updates/1.4.3/ROOTFILES.i386-1.4.3: Change the name of modified - sources list to foc/updated-sources - - Exit if cvs export has failed - - Remove heading '/' in ROOTFILES.x-1.4.3 - -2004-12-18 18:16 gespinasse - - * tools/gen_changelog.sh[DEAD]: Move Changelog update in a new - ./make.sh changelog - -2004-12-18 18:11 eoberlander - - * updates/1.4.3/setup: Be more specific about which line to edit. - -2004-12-18 17:28 eoberlander - - * updates/1.4.3/setup: Change .tar.gz to .tgz.gpg in remaining - language files. Update from Language Database to CVS for iso, and - use sed in setup file for upgrade. Closes SF Bug 1077494. - -2004-12-18 17:25 eoberlander - - * html/html/images/forward.gif: Cosmetic change to arrow. - -2004-12-18 11:27 gespinasse - - * updates/1.4.3/: ROOTFILES.alpha-1.4.3, ROOTFILES.i386-1.4.3, - information, setup: Use a ID corresponding to the revision number - (fix SF 1086812) - - Sed header.pl for $version instead of replacing the whole file - hoping to not broke add-ons - - Patch of langage changes still need to be done. It will be made - in the 'dist' part of make.sh - -2004-12-17 21:13 eoberlander - - * html/cgi-bin/xtaccess.cgi, updates/1.4.3/ROOTFILES.alpha-1.4.3, - updates/1.4.3/ROOTFILES.i386-1.4.3: Add modification to add a - field for Remarks to xtaccess.cgi, submitted by Patrick Bernaud, - resolves Feature Request 1052343. - -2004-12-17 09:49 eoberlander - - * updates/1.4.3/: information, setup: Add files for 1.4.3 update. - -2004-12-17 09:14 eoberlander - - * updates/1.4.3/: ROOTFILES.alpha-1.4.3, ROOTFILES.i386-1.4.3: - Update Finnish from Language Database. - -2004-12-17 09:04 eoberlander - - * updates/1.4.3/: ROOTFILES.alpha-1.4.3, ROOTFILES.i386-1.4.3: Add - files for 1.4.3 update. - -2004-12-17 08:52 eoberlander - - * html/cgi-bin/index.cgi: Add ability to refresh the index.cgi page - when IPCop is Connected. Refreshing the homepage when Connected - is currently OFF by design. Creating the file 'refreshindex' with - the command 'touch /var/ipcop/main/refreshindex' will force the - homepage to refresh every 30 seconds whilst Connected. - -2004-12-17 08:44 eoberlander - - * html/cgi-bin/updates.cgi: Cosmetic change to Available Updates - box, tweak format of table. - -2004-12-17 08:27 eoberlander - - * src/ppp/: ip-down, ip-up: Add capability to silence beeps when - ppp goes up or down. Beeps are ON by default. Creating the file - 'nobeeps' with the command 'touch /var/ipcop/ppp/nobeeps' will - mute IPCop. - -2004-12-14 17:56 gespinasse - - * src/misc-progs/restartsyslogd.c: Remove -u syslog option from - syslog start line until it behave better. - - Problems were seen: - during kill -HUP (not restarted and not - working) - during kill (pid not removed in /var/run) - -2004-12-13 20:48 gespinasse - - * src/misc-progs/restartsyslogd.c: Fix wrong path in restartsyslogd - for syslogd - - The problem is still there when syslogd is started with -u syslog - option kill -HUP (pidnumber) does not restart syslogd - -2004-12-11 08:55 gespinasse - - * lfs/fcdsl2, src/misc-progs/installfcdsl.c, src/rc.d/rc.fritzdsl: - Shift nedd-depmod tag from /var/ipcop to /var/run the tags don't - need to be in backup Include the tags in the update-1.4.2 - - Include drdsl from a 3.11.4 driver for frizt modems - - Be friendly with testers, allow setup to be run more than once : - - from a 1.4.1 - and from a 1.4.2 This should allow testers to - install the final update without tweak - - Update Changelog - -2004-12-10 07:45 gespinasse - - * src/rc.d/rc.fritzdsl, updates/1.4.2/setup: Fix routed IP with ATM - modems - - Run depmod when it was not previously done : - when switching - form one to the other kernel - or after fcdsl package was - uploaded - - Go back to v1.4.0 root partition size or not enought free space - will be available for a kernel upgrade The problem will stay with - people installing directly v1.4.1 - - Update Changelog - -2004-12-09 15:01 eoberlander - - * config/etc/logrotate.conf, updates/1.4.2/information: Fix snort - logrotation, as directories were not being flushed from - /var/log/snort as /var/log/snort/scan.log didn't exist. Move code - that flushes directories into /var/log/snort/alert section of - logrotate.conf. - -2004-12-08 06:57 gespinasse - - * updates/1.4.2/information: Include pulsardsl in the update - - Update information - -2004-12-07 18:18 gespinasse - - * lfs/shadow: Shadow load in old - -2004-12-06 18:33 gespinasse - - * lfs/Config: Update LFS URL path to 5.1.1 - -2004-12-06 17:46 eoberlander - - * updates/1.4.2/information: Target release date now Friday 10 - December. - -2004-12-06 08:25 eoberlander - - * updates/1.4.2/information: Update information text. With the - kernel update removed, I think a reboot is not required. Please - revise if incorrect. - -2004-12-05 22:32 gespinasse - - * .cvsignore, updates/1.4.2/setup: Remove kernel and ppp upgrade - from update setup - - cvsignore doc/*.txt - -2004-12-05 22:03 gespinasse - - * lfs/ppp: Add remaining changes from the downgrade Take - rebuildhosts in update.1.4.2 - -2004-12-05 18:39 gespinasse - - * lfs/capi4k-utils, src/patches/ppp-2.4.2-close.patch, - src/patches/ppp-2.4.2-pppoatm-modprobe.patch, - src/patches/ppp-2.4.2-pppoatm-persist.patch, - src/patches/ppp-2.4.2-pppoatm.patch, - src/patches/ppp-2.4.2-printstats.patch, - src/patches/ppp-2.4.2-signal.patch: For a faster and stable - 1.4.2, postpone upgrade: - from linux-2.4.27 to 2.4.28 - from - ppp.2.4.2 to 2.4.3 - from openswan-1.0.7 to 1.0.8 I am compiling - so everything is not tested. If no update occure in the 4 next - hours, all should be right - -2004-12-05 13:54 rkerr - - * src/misc-progs/rebuildhosts.c: Initialise DOMAINNAME so we don't - get weird characters in /etc/hosts if it's unset - partially - fixes SF bug #1023993. We still need to work out how it's - possible to get DOMAINNAME unset - I can't see anything obviously - wrong with the 1.3-1.4 upgrade code in this respect. - -2004-12-05 07:16 gespinasse - - * config/kernel/kernel.config.i386.installer, - src/patches/raw-linux-2.4.28.patch: Fix patch-o-matic raw for - kernel 2.4.28 - -2004-12-03 23:22 gespinasse - - * src/patches/: linux-2.4.28-usb-devio.patch, - linux-2.4.28-usb-exclusive.patch[DEAD]: Fix usb 2.4.28 for - modem_run and eciadsl-synch : thank at Kaupo Arulo for the fix - -2004-12-03 22:57 eoberlander - - * html/cgi-bin/wireless.cgi: Add colons and a blob. - -2004-12-03 06:46 eoberlander - - * src/install+setup/setup/dhcp.c: Add _GREEN suffix to dhcpkv - variables. Fixes a bug where the /var/ipcop/dhcp/settings file - could not be read correctly by dhcp.cgi after a clean install. - Also change 'range dynamic-bootp' to 'range' in initial - dhcpd.conf file. - -2004-12-02 09:36 eoberlander - - * lfs/file: Version 09 is no longer available. - -2004-12-01 20:50 gespinasse - - * lfs/eciadsl-nortek: Fix the space at the end of ECI HiFocus name - -2004-12-01 19:17 rkerr - - * html/cgi-bin/logs.cgi/proxylog.dat: Neater fix for the lack of - input sanitization in proxylog.dat, using cleanhtml routine from - header.pl - -2004-12-01 12:32 alanh - - * updates/1.4.2/information: add 'reboot recommended' to - information file - -2004-12-01 12:12 alanh - - * updates/1.4.2/information: update information file - -2004-12-01 12:08 alanh - - * html/cgi-bin/logs.cgi/proxylog.dat: Sanitize fix ([KA Advisory - 0411291] IPCop Cross Site Scripting Vulnerability in - "proxylog.dat") - -2004-12-01 10:16 alanh - - * html/cgi-bin/wireless.cgi: Updates for the Blue Access page (Kees - Vonk) - -2004-12-01 10:02 alanh - - * updates/1.4.2/setup: Fix dhcpd restarting for the upgrade - -2004-12-01 08:44 eoberlander - - * updates/1.4.2/information: Update text. - -2004-11-30 21:56 alanh - - * src/rc.d/rc.firewall.local: fix c&p problem - -2004-11-30 21:40 alanh - - * src/rc.d/rc.firewall.local: add the reload option. - - This is only cosmetic. If people still have older files lying - around and the new reload option calls this script it will just - print out usage information which isn't a problem. - -2004-11-30 20:51 alanh - - * src/rc.d/rc.firewall: Correct place for calling rc.firewall.local - in the stop function and add an additional place for reload. - -2004-11-29 21:40 alanh - - * src/rc.d/: rc.netaddress.up, rc.updatered: Fix DOMAIN_NAME to - DOMAIN_NAME_GREEN - -2004-11-29 20:01 alanh - - * lfs/bind: Add usr/bin/host for ipsec verify - -2004-11-29 10:29 alanh - - * updates/1.4.2/setup: Fix 'ends never' in existing dhcp leases - files - -2004-11-28 22:55 gespinasse - - * src/patches/linux-2.4.28-usb-exclusive.patch: Work-around to make - modem_run and eciadsl-synch work again in 2.4.28 Four 2.4.28 usb - patches are removed - -2004-11-27 14:34 rkerr - - * src/misc-progs/restartsyslogd.c, lfs/fcron: Make restartsyslogd - pass -u syslogd to syslogd if it has to re-run it, and fix - multiple local vulnerabilities in fcron (CAN-2004-1030, - CAN-2004-1031, CAN-2004-1032 & CAN-2004-1032) - -2004-11-27 11:07 gespinasse - - * src/patches/eci-usermode_modemsdb.patch[DEAD]: Remove modems.db - patch since we use nortek-0.10 without changes - -2004-11-26 21:21 gespinasse - - * lfs/fcdsl2: pppsetup.cgi - fix modems.db move to /etc/eciadsl - - fcdsl2 - upgrade firmware and program to the last package - available for kernel2.4 - -2004-11-26 01:22 gespinasse - - * src/patches/eciadsl-usermode-0.10-semaphore-leak.patch, - updates/1.4.2/information, updates/1.4.2/setup: Eciadsl - - complete changes since previous was made too early - fix a - semaphore not removed on synch timeout - fix the nortek part - (sync and pppoeci) - rewrite rc.eciadsl to detect : firmware - loading failure keep synch info available - - eciadsl-nortek should work now but not tested with this sort of - modems - -2004-11-25 18:23 gespinasse - - * lfs/: eciadsl, eciadsl-nortek: Fix capi plugin location - -2004-11-25 09:25 alanh - - * updates/1.4.2/: ROOTFILES.alpha-1.4.2, ROOTFILES.i386-1.4.2: Fix - locations - -2004-11-25 09:21 eoberlander - - * langs/ro/cgi-bin/ro.pl, updates/1.4.2/ROOTFILES.alpha-1.4.2, - updates/1.4.2/ROOTFILES.i386-1.4.2: Update Greek and Romanian - languages. - -2004-11-24 23:27 gespinasse - - * lfs/capi4k-utils, lfs/ppp, - src/patches/capi4k-utils-2004-10-06_ppp-2.4.3.patch, - src/patches/ppp-2.4.2-pppoatm-modprobe.patch[DEAD], - src/patches/ppp-2.4.2-pppoatm-persist.patch[DEAD], - src/patches/ppp-2.4.2-pppoatm.patch[DEAD], src/scripts/resetusb: - ppp-2.4.3 Use the included pppoatm.so plugin instead of patches - collection - - capi4k-utils Fix compilation with ppp-2.4.3 - - resetusb sleep 6s after the reset instead of 3s help some - usb-controller - -2004-11-24 22:03 alanh - - * updates/1.4.2/ROOTFILES.alpha-1.4.2, - updates/1.4.2/ROOTFILES.i386-1.4.2, lfs/openswan: OpenSWAN 1.0.8 - final - -2004-11-24 10:20 alanh - - * lfs/capi4k-utils: Fix capi - -2004-11-24 10:05 alanh - - * updates/1.4.2/: ROOTFILES.alpha-1.4.2, ROOTFILES.i386-1.4.2: - remove unneeded ppp files - -2004-11-24 09:46 alanh - - * updates/1.4.2/: ROOTFILES.alpha-1.4.2, ROOTFILES.i386-1.4.2: Fix - openswan 1.0.8rc2 files - -2004-11-24 09:45 alanh - - * updates/1.4.2/setup: remove older ppp files - -2004-11-24 09:43 alanh - - * updates/1.4.2/setup: upgrade kernel - -2004-11-24 09:39 alanh - - * config/kernel/kernel.config.i386.installer, lfs/driver.img, - lfs/openswan, lfs/ppp, src/patches/ppp-2.4.2-close.patch[DEAD], - src/patches/ppp-2.4.2-pppoatm.patch, - src/patches/ppp-2.4.2-printstats.patch[DEAD], - src/patches/ppp-2.4.2-signal.patch[DEAD], - updates/1.4.2/ROOTFILES.alpha-1.4.2, - updates/1.4.2/ROOTFILES.i386-1.4.2: Upgrade kernel to 2.4.28 - Upgrade ppp to 2.4.3 Upgrade openswan to 1.0.8rc2 - - Unfortunately the 'raw' patch from netfilter's patch-o-matic - doesn't apply cleanly. I'll look into this if it isn't fixed soon - with a new pomng package. - - Also we'll be waiting for 1.0.8 of openswan to reach final before - releasing our 1.4.2 update. - -2004-11-23 06:37 eoberlander - - * updates/1.4.2/: ROOTFILES.alpha-1.4.2, ROOTFILES.i386-1.4.2: - Update French, German and Norwegian with new .tgz.gpg string. - -2004-11-22 18:53 alanh - - * tools/mkflash/mkflash: Give a little more log space for 256MB - Flash - -2004-11-22 09:18 alanh - - * updates/1.4.2/: ROOTFILES.alpha-1.4.2, ROOTFILES.i386-1.4.2, - setup: current 1.4.2 files - -2004-11-19 16:41 alanh - - * updates/1.4.2/: ROOTFILES.alpha-1.4.2, ROOTFILES.i386-1.4.2, - information, setup: add 1.4.2 update files - -2004-11-19 10:25 alanh - - * html/cgi-bin/updates.cgi, src/scripts/updatelists.pl: Put back - the version grabbing. - - So, we'll have updates for 1.4.0, and 1.4.1 and 1.4.2, etc. - rather than just one big update list for 1.4.0 applying to all. I - think this makes it a little simpler to understand what's an - upgrade and what's a fresh install. - -2004-11-16 22:48 alanh - - * src/install+setup/install/: pcmcia.c, usb.c: PCMCIA detection - didn't work for floppy boot systems - fix that. - - Also fix PCMCIA detection for ISAPNP based PCMCIA controllers - which the probe routines don't find. (Fixes SF bug 1060840) - -2004-11-16 20:29 alanh - - * config/httpd/httpd.conf: Whoops, removed too much there. - -2004-11-16 20:13 alanh - - * config/httpd/httpd.conf: Remove access restrictions for backup - exporting - -2004-11-15 19:39 alanh - - * lfs/dnsmasq: dnsmasq 2.17 - -2004-11-15 06:23 gespinasse - - * lfs/ez-ipupdate: Fix ez-ipupdate patch application - -2004-11-14 12:51 rkerr - - * lfs/ez-ipupdate, src/patches/ez-ipupdate.formstring.patch: Fix - for a format string vulnerability in ez-ipupdate: - http://marc.theaimsgroup.com/?l=full-disclosure&m=110018323619438 - -2004-11-12 16:19 gespinasse - - * lfs/: cnx_pci, configroot: Fix eagle-usb with CMV file for isdn - line - - Conexant PCI - remove the depmod since a final one is made in - driver.img - add again /var/ipcop/cnx_pci since it is used to - write symlink - remove ttyCX part as it is not used - -2004-11-11 10:41 gespinasse - - * lfs/cnx_pci, lfs/configroot, - src/patches/CnxADSL-cln-irqreturn.patch, - src/rc.d/rc.conexantpciadsl: Update Conexant pci driver - this - fix the related stack smashing attack and other memory leak - messages - there is still a problem at reconnection, the driver - look to keep an LCP TermReq in a buffer from previous session - and disconnect when ppp0 goes up - - Eagleusbadsl - fix rc.eagleusbadsl in update-1.4.1 forgotten - - don't take dsp_code in update since they were not updated from - 1.9.9 to 2.0.0 - -2004-11-11 09:39 alanh - - * src/install+setup/: install/upgrade-v12-v13.c, libsmooth/main.c: - Fix a problem in the 1.2 to 1.3 upgrade that causes lots of lines - like - - TYPE=modem TYPE=modem TYPE=modem - - or - - TYPE=isdn TYPE=isdn TYPE=isdn - - in the ppp settings files because of a bogus replace command. - -2004-11-10 20:13 alanh - - * updates/1.4.1/information: Bump the date for 1.4.1 to the 20th - November. - - Fix the installed patches file to have the same date as Released - & Installed. - -2004-11-10 19:56 alanh - - * lfs/iputils: add an alternative 'ping' binary that supports the - -I option. This one is installed in /usr/bin, whereas the - inetutils one is currently installed in /bin - - Other people have asked for this functionality to return. - -2004-11-10 17:39 alanh - - * config/kernel/kernel.config.i386.installer: Fix the ROOTFILES for - the real kernel modules that haven't been updated in a while. - - Actually build some more of the wireless kernel modules and - include them in the 1.4.1 update for those who want to configure - manually. - -2004-11-10 17:13 alanh - - * lfs/driver.img: Exclude ide and acpi modules from network driver - disk - -2004-11-09 23:25 gespinasse - - * src/patches/: eagle-usb-1.9.9-pppoa-mac.patch[DEAD], - eciadsl-usermode-0.9-load1.patch[DEAD]: Remove unecessary old - patches Fix an old adiadsl in netstatus.cgi - -2004-11-09 22:00 alanh - - * html/cgi-bin/netstatus.cgi: improve the colours - -2004-11-09 19:31 alanh - - * html/cgi-bin/netstatus.cgi: Highlight the interfaces in bold for - better colour representation - -2004-11-09 17:35 alanh - - * html/cgi-bin/netstatus.cgi: Consolidate the dynamic leases code - in dhcp.cgi and netstatus.cgi (Franck Bourdonnec) - -2004-11-09 11:21 alanh - - * lfs/isapnptools: Check the correct location for isapnp command. - Create new /var/ipcop/isapnp directory and move the isapnp.conf - file there so it's backed up and out of the way of /etc. Fixes - SF bug 1062961 - -2004-11-09 09:54 alanh - - * html/cgi-bin/netstatus.cgi: Add colour coding to the interface - names in netstatus.cgi for easier management of which interface - is which. - - Thanks to Franck Bourdonnec for the initial version of this. - -2004-11-09 07:56 gespinasse - - * lfs/eciadsl-nortek, src/rc.d/rc.eagleusbadsl: Update eagle-usb to - 2.0.0 with cmv use Update eciadsl-nortek to 0.10-alpha Remove - $VERSION in /doc/packages-list - -2004-11-06 15:14 gespinasse - - * html/cgi-bin/netstatus.cgi: Fix netstatus for new dhcp variables - Normalize position of { - -2004-11-05 23:40 alanh - - * config/kernel/kernel.config.i386.installer, - config/kernel/kernel.config.i386.smp, - src/install+setup/libsmooth/netstuff.c: ax8817x usb driver no - longer exists and is included in usbnet. So support usbnet from - now on. - -2004-11-05 07:17 gespinasse - - * lfs/eciadsl, src/patches/eci-usermode_modemsdb.patch, - src/rc.d/rc.eciadsl: Update to eciadsl-0.10 Don't remove - eciadsl-usermode-0.9-load1.patch as it is used by nortek version - -2004-11-04 18:51 alanh - - * src/rc.d/rc.network: Support PCMCIA USB devices - -2004-11-04 11:41 eoberlander - - * langs/ro/cgi-bin/ro.pl: Minor changes from Language Database. - Mainly deletions - Not intended for inclusion in update. - -2004-11-03 22:11 alanh - - * src/misc-progs/setuid.h: add VALID_SHORT_MASK - -2004-11-03 21:28 alanh - - * src/misc-progs/restartsquid.c: Fix restartsquid when used in - conjunction with VPN's (Darren Critchley) - -2004-11-03 16:37 eoberlander - - * src/scripts/makegraphs: Add Michael Spann's solution for utf-8 - conversion for rrdtool, adapted to use different character sets, - and to avoid those we can't yet convert. - -2004-11-03 13:50 alanh - - * src/: install+setup/setup/dhcp.c, misc-progs/restartdhcp.c: - Commit Franck Bourdonnec's changes to the dhcp page which fixes - the dhcp page bug in SF with regards to src/dest range checking. - - I've tested this quite a bit as I had to put the upgrade bits & - pieces together. But it could use a little more banging on. - - Eric - There's a one line addition to the en.pl language file - you'll notice. - -2004-11-02 18:45 alanh - - * doc/ChangeLog: Changes since 1.4.0 - -2004-11-02 09:28 alanh - - * lfs/apache: upgrade apache to 1.3.33 and modssl to 2.8.22-1.3.33 - -2004-10-30 13:09 alanh - - * updates/1.4.1/setup: Comment out dhcp problem for now, until I - can investigate - -2004-10-29 11:33 alanh - - * html/cgi-bin/dmzholes.cgi: Remove the old check - -2004-10-29 11:09 alanh - - * html/cgi-bin/dmzholes.cgi, src/misc-progs/setdmzholes.c: Fix DMZ - page for port ranges (Darren Critchley) - -2004-10-29 10:15 alanh - - * updates/1.4.1/setup: Detect if it's been done - -2004-10-29 10:10 alanh - - * updates/1.4.1/setup: Fix more bootp problems by disallowing - 'dynamic bootp' clients - -2004-10-28 18:13 alanh - - * lfs/openssl: remove -j 3 - seems to cause build problems with - this version - -2004-10-28 17:55 alanh - - * lfs/openssl: Fix openssl rmdir command - -2004-10-28 17:09 alanh - - * lfs/openssl: ensure fips is defined - -2004-10-28 08:50 alanh - - * updates/1.4.1/setup: Check that 1.4.0 is currently running before - trying to perform an upgrade - -2004-10-28 08:25 alanh - - * lfs/openssl: openssl 0.9.7e - -2004-10-28 07:40 eoberlander - - * langs/so/cgi-bin/so.pl: Remove old 'fritzdsl help' string, as - Gilles has rewritten it in English. - -2004-10-27 10:04 alanh - - * lfs/dnsmasq: Upgrade dnsmasq to 2.16 (since 2.06 ish) it's been - backwards compatible to dnsmasq 1.18 and has quite a few bug - fixes too. - - We still do not use the DHCP features because ISC's is doing this - job. It needs to be looked at for IPCop 1.5.0 whether dnsmasq - DHCP can do all of the functions that we're currently using ISC's - for. - -2004-10-26 21:47 gespinasse - - * lfs/fcdsl, src/misc-progs/installfcdsl.c: Fix installfcdsl fro - untaring the files - - Remove drdsl,drdsl.ini - -2004-10-26 20:16 alanh - - * lfs/iptables, src/patches/iptables-1.2.11.patch: Fix iptables bug - when hostname used has multiple ip address matches. (SF bug - 1054790) - -2004-10-26 19:40 alanh - - * lfs/eciadsl-nortek: Fix download link - -2004-10-25 18:29 gespinasse - - * updates/1.4.1/information: Update fcdsl upload help text - - Add eciadsl-nortek support info in 1.4.1 patch - -2004-10-25 17:39 gespinasse - - * html/cgi-bin/index.cgi, html/cgi-bin/status.cgi, lfs/eciadsl, - lfs/eciadsl-nortek, lfs/fcdsl, lfs/net-tools, - src/patches/eci-usermode_modemsdb.patch, - src/patches/net-tools-1.60-cleanup-list-handling.patch, - src/patches/net-tools-1.60-get_name.patch, src/rc.d/rc.eciadsl, - updates/1.4.1/ROOTFILES.alpha-1.4.1: net-tools Fix SF1047183 - stack smashing attack in function if_readlist_proc - - pppsetup.cgi Clean the code Fix display for fritzdsl - - PPPoE is not a second level option but the only available - selection possible with RFC1483 - correct encapsulation - for PPPoA - - index.cgi Make the warning for root partition a fixed size or - 10% will waste more than necessary on small disk - - status.cgi Display disk partition sizes in fixed MB unit - - fcdsl Move drdsl in /etc/drdsl (in fcdsl package) - - Add support for eciadsl-nortek driver - -2004-10-25 11:27 eoberlander - - * updates/1.4.1/information: Update information. - -2004-10-25 11:22 alanh - - * updates/1.4.1/: ROOTFILES.alpha-1.4.1, ROOTFILES.i386-1.4.1: add - no.pl - -2004-10-25 11:15 eoberlander - - * langs/fi/install/lang_fi.c: Update Finnish Installer strings to - include some missings CRs. - -2004-10-25 10:47 alanh - - * updates/1.4.1/: ROOTFILES.i386-1.4.1, information: Update the - information file. - - Can other developers update this for the fixes they've done. - -2004-10-21 13:08 alanh - - * lfs/perl: remove -j 3 as sometimes it causes a build failure - -2004-10-21 07:29 gespinasse - - * lfs/3cp4218, lfs/amedyn, lfs/cxacru, lfs/speedtouch, - src/patches/speedtouch-1.2-isdn.patch, - updates/1.4.1/ROOTFILES.alpha-1.4.1, - updates/1.4.1/ROOTFILES.i386-1.4.1: Don't reject speedtouch Rev - 0.01 because it work! Patch modem_run to let Rev 0.01 (0x000a) - interfaces to be set like a Rev 0.00 and not the default values - (like a Rev 2.00) - - Remove intermediate depmod since a final one is made in - driver.img This spare a few s / mn - -2004-10-20 21:33 gespinasse - - * src/rc.d/rc.fritzdsl: Name fcdsl tgz with $VERSION instead of - $KVER - - Suppress a debug message with $kernel in pppsetup.cgi - - Fix missing path for modprobe in rc.fritzdsl stop - -2004-10-20 15:55 alanh - - * src/scripts/tunerrd.pl: remove CTRL+M's - -2004-10-20 09:05 alanh - - * updates/1.4.1/ROOTFILES.alpha-1.4.1, - updates/1.4.1/ROOTFILES.i386-1.4.1, updates/1.4.1/setup, - src/scripts/makegraphs, src/scripts/tunerrd.pl: Set the heartbeat - to 600 seconds instead of 300 to avoid gaps in the graphs. - - Fixes SF bug 1048706 (thanks to JukJuk) - -2004-10-20 08:51 alanh - - * src/misc-progs/restartshaping.c: 8192 was still too low - up to - 16384 - -2004-10-20 07:05 gespinasse - - * lfs/fcdsl, src/misc-progs/installfcdsl.c, src/rc.d/rc.fritzdsl, - updates/1.4.1/ROOTFILES.alpha-1.4.1, - updates/1.4.1/ROOTFILES.i386-1.4.1: Move fcdsl firmwares in - fcdsl-$kernel.tgz - - Fix in pppsetup.cgi fcdsl module loaded detection - - Set every fcdsl modem with the according controller value (1 or - 2) in rc.red. I am unsure for fcdsl2 - - Put modules.dep in patch 1 or need to start a depmod depmod take - more time on the target and display unresolved symbol until - CnxADSL is fixed - -2004-10-19 08:02 gespinasse - - * lfs/configroot, lfs/fcdsl, lfs/fcdsl2, lfs/fcdslsl, - lfs/fcdslslusb, lfs/fcdslusb, src/misc-progs/Makefile, - src/misc-progs/installfcdsl.c, - src/patches/fcdsl-singlelock.patch, - src/patches/fcdslsl-singlelock.patch, - src/patches/fcdslslusb-singlelock.patch, src/rc.d/rc.fritzdsl, - updates/1.4.1/ROOTFILES.alpha-1.4.1, - updates/1.4.1/ROOTFILES.i386-1.4.1, updates/1.4.1/setup: make.sh - - build only fcdsl tgz with machine=i386 - name fcdsl package - with kernel version instead of ipcop version - - upload.cgi - various fix for xhtml compliance (mainly form inside - of table) - load fcdsl-$kernel.tgz and install the modules from a - C helper - - misc-progs - add an installer for uploaded fcdsl(x) modules - - rc.fritdsl - fix wrong syntax for module modprobe, it should be - without (.o.gz) - - Various fix - remove /var/ipcop/{pulsardsl,fritzdsl} from - configroot at upgrade stage at patch 1 - patch fcdsl, - fcdslsl, fcdslslusb with a singlelock patch - 'rc.fritzdsl stop' - was not called on rc.red clear, so create a cleanup - -2004-10-18 08:06 alanh - - * updates/1.4.1/: ROOTFILES.alpha-1.4.1, ROOTFILES.i386-1.4.1: add - fr.pl to upgrade - - Eric - any files you modify - please add them here too - -2004-10-17 20:34 alanh - - * src/rc.d/rc.netaddress.up: fix typo - -2004-10-17 15:30 eoberlander - - * html/cgi-bin/index.cgi: Cosmetic tweak, add colons after text. - -2004-10-15 13:17 alanh - - * lfs/squid: Don't need the squid patch with STABLE7 - -2004-10-15 09:55 alanh - - * html/cgi-bin/ids.cgi, src/misc-progs/restartsnort.c, - src/rc.d/rc.updatered: Allow snort to only be restarted on - certain interfaces. - - This avoids restarting snort on all interfaces, when just the RED - interface has gone down/up. - - ids.cgi could be improved furthur, to check tickboxes and restart - interfaces that have been newly selected/deselected. - -2004-10-15 08:44 alanh - - * updates/1.4.1/setup: remove capi.conf as /etc/fcdsl/... contains - these entries for each fcdsl driver. - -2004-10-15 08:20 alanh - - * updates/1.4.1/setup: Run ldconfig after libcapi20 upgrade in - 1.4.0 to 1.4.1 upgrade - -2004-10-15 08:16 alanh - - * lfs/squid, updates/1.4.1/ROOTFILES.alpha-1.4.1, - updates/1.4.1/ROOTFILES.i386-1.4.1: update squid to 2.5STABLE7 - -2004-10-14 21:48 alanh - - * html/cgi-bin/hosts.cgi: keep same formatting as under 1.4.0 - -2004-10-14 20:57 alanh - - * updates/1.4.1/: ROOTFILES.alpha-1.4.1, ROOTFILES.i386-1.4.1, - information, setup: Introduce a build procedure for building the - incremental patches. - - Start with a preliminary 1.4.1 patch set for testing. - - Obviously it's for those building from source, as when the patch - goes up on the website it will be GPG signed. Therefore the - update is left in build/install/images/... and not put on the - CDROM. The CDROM contains the latest code anyway. - - If there's anything people see missing in the patch.tar.gz add - the files to the ROOTFILES. Exactly as you would with the normal - build procedure. - -2004-10-14 20:30 alanh - - * src/rc.d/rc.netaddress.up: If RED is ethernet, and it's DHCP or - STATIC we have to start the connection automatically on reboot. - Fixes bug 1045479. - -2004-10-14 15:32 alanh - - * src/misc-progs/restartshaping.c: Fix restartshaping priorities (y - b) - -2004-10-14 07:17 gespinasse - - * lfs/fcdsl, lfs/fcdsl2, lfs/fcdslsl, lfs/fcdslslusb, lfs/fcdslusb, - src/patches/fcdslx-irqreturn.patch, src/rc.d/rc.fritzdsl: Add - support for fcdsl2,fcdslsl,fcdslslusb,fcdslusb - - Upload.cgi - fix an unnecessary - treat other upload like - speedtouch - detect every supported fdsl modem, showing the - proper module name to be loaded - display the full name with - .o.gz termination and load with this .o.gz - - Each modem had his proper /etc/fcdsl/fcdsl(x).conf for capiinit - If not I had warnings for modules not found with capiinit stop - -2004-10-13 20:24 alanh - - * html/cgi-bin/hosts.cgi: Allow hosts.cgi to be sorted by ... - - ipaddress hostname domainname - - and in the reverse order by clicking a second time on the titles - of each of the columns. Nice. Thanks to Franck Bourdonnec. - - Harry - this will fix your problem too. - -2004-10-12 16:36 alanh - - * src/scripts/setddns.pl: freedns has changed some text - -2004-10-11 16:38 eoberlander - - * langs/it/install/lang_it.c: Updates to Italian Installer from - Language Database. - -2004-10-11 16:25 alanh - - * src/misc-progs/rebuildhosts.c: [no log message] - -2004-10-11 16:07 alanh - - * src/misc-progs/rebuildhosts.c: If a bad host gets through the - webpage then don't abort the rest of the hosts because of it. - Remove that entry and continue. - -2004-10-10 18:33 eoberlander - - * src/rc.d/rc.alcatelusbk: Fix typo. - -2004-10-10 18:12 eoberlander - - * src/install+setup/libsmooth/netstuff.c: Fix typo. - -2004-10-10 12:18 eoberlander - - * langs/de/install/lang_de.c: Update to German from Language - Database. - -2004-10-10 12:17 eoberlander - - * langs/so/cgi-bin/so.pl: Updates to Somali from Language Database. - -2004-10-09 05:58 gespinasse - - * lfs/capi4k-utils, src/patches/glibc-2.3.3-ssp_frandom-2.patch: - Move glibc-2.3.3-ssp_frandom-2.patch to src/patches Update to - capi4k-utils-2004-10-06 - -2004-10-08 10:15 alanh - - * html/cgi-bin/proxy.cgi: Must multiply the MAX_INCOMING_SIZE value - by 1024 to turn it into bytes. As the web page asks for it in - KB, but the parameter in the squid.conf can only accept a byte - value. - -2004-10-07 07:24 eoberlander - - * html/cgi-bin/connections.cgi: Cosmetic change to table header - layout. Use line breaks, as per v1.3. - -2004-10-07 07:21 eoberlander - - * langs/so/: cgi-bin/so.pl, install/lang_so.c: Updates to Somali - from Language Database. - -2004-10-06 08:56 eoberlander - - * html/cgi-bin/connections.cgi: Cosmetic change to table layout. - Use full width of box. - -2004-10-06 07:11 eoberlander - - * langs/it/install/lang_it.c: Update Italian from Language - Database. - -2004-10-05 20:33 eoberlander - - * html/cgi-bin/connections.cgi: Add space between strings to fix - text formatting, and improve layout of table. - -2004-10-05 18:37 alanh - - * html/cgi-bin/index.cgi: Only display hostname/ip address when - actually connected (Dr Michael Spann) - -2004-10-05 14:28 alanh - - * src/scripts/updatelists.pl: Get $major.$minor.0 for patch list to - match update.cgi change - -2004-10-05 12:40 alanh - - * html/cgi-bin/index.cgi: Add hostname & red ip address to - index.cgi page (Dr Michael Spann) - -2004-10-05 08:39 alanh - - * src/rc.d/rc.updatered: remove the traffic shaping startup from - rc.sysinit, there was a bug in rc.updatered which checked for - ENABLED, rather than ENABLE - -2004-10-04 07:23 eoberlander - - * langs/: en/install/lang_en.c, es/install/lang_es.c: Minor updates - to German, Greek, Spanish and Polish web files from Language - Database. And minor updates to English and Spanish Installer - files. - -2004-10-04 06:28 riddles - - * src/rc.d/rc.fritzdsl: Add kernelcapi load - -2004-10-03 21:13 alanh - - * html/cgi-bin/updates.cgi: Force updates cgi to always get - $major.$minor.0 (i.e. .0 is the patchlevel) - - This means we can bump the last digit and still show patches - loaded. - -2004-10-03 10:32 eoberlander - - * langs/so/: cgi-bin/so.pl, install/lang_so.c: Update Somali from - Language Database. Remove whitespace from end of some fields, as - it causes problems if the text is used for a button. - -2004-10-02 17:55 eoberlander - - * langs/so/install/lang_so.c, src/install+setup/libsmooth/main.c, - src/install+setup/setup/main.c: Add Somali to Installer. - -2004-10-01 13:54 eoberlander - - * langs/: list, so/cgi-bin/so.pl: Add Somali to web interface. - -2004-09-30 22:37 alanh - - * doc/ChangeLog: Add 1.4.0 entry - -2004-09-30 07:46 riddles - - * doc/ChangeLog, tools/gen_changelog.sh: Update changelog script - and changelog - -2004-09-29 22:12 alanh - - * src/misc-progs/setportfw.c: Fix setportfw when no BLUE exists - -2004-09-29 14:08 alanh - - * doc/ChangeLog: update ChangeLog - -2004-09-29 10:31 gespinasse - - * lfs/cnx_pci, src/rc.d/rc.conexantpciadsl: Revert to the previous - package as the new one did not support the Yukon card and same - problem occur with ssp. Change rc.conexantpci to not unload the - module at stop as a workaround. The 'smashing attack' still - appear every time killall is used like in rc.updatered with - dsnmasq, so it is unlikely to be reliable. - -2004-09-29 10:28 alanh - - * html/cgi-bin/connections.cgi: Handle 'gre' in connections (this - may need a little more tweaking later) - -2004-09-29 08:35 gespinasse - - * lfs/cnx_pci: Slightly better source and smaller package (not with - a ppp source include) - -2004-09-28 07:04 eoberlander - - * langs/: da/install/lang_da.c, th/cgi-bin/th.pl: Updates from - Language Database. - -2004-09-28 06:44 gespinasse - - * lfs/cdrom: build french doc from sourceforge - -2004-09-27 18:12 alanh - - * src/rc.d/rc.isdn: Kill messages - -2004-09-26 18:20 eoberlander - - * langs/fr/install/lang_fr.c: Updates to French from Language - Database. - -2004-09-26 11:20 gespinasse - - * doc/ChangeLog, tools/gen_ChangeLog.txt[DEAD], - tools/gen_changelog.sh: Replace instructions to generate - changelog with a gen_changelog.sh script working on every branch - Update ChangeLog in the same time - -2004-09-26 08:31 gespinasse - - * lfs/cdrom: Add french install and quickstart pdf in the ISO ( - they are temporarily loaded from my website) Place pdf in - /doc/{english|deutsch|francais} subdirectories - -2004-09-24 10:19 alanh - - * lfs/nano: update the friendly editor - -2004-09-24 08:33 alanh - - * src/misc-progs/ipsecctrl.c: When disabling VPN from the GUI don't - call ipsecctrl, but call the ipsec script directly so it does - shutdown. This way we can return ipsecctrl back to it's original - form of only shutting down when VPN is enabled. - -2004-09-24 06:08 gespinasse - - * src/rc.d/rc.conexantpciadsl: Too late... bad file, go back to the - ROOT - -2004-09-24 00:05 gespinasse - - * src/: ppp/ip-down, rc.d/rc.3cp4218usbadsl, rc.d/rc.alcatelusb, - rc.d/rc.alcatelusbk, rc.d/rc.amedynusbadsl, rc.d/rc.bewanadsl, - rc.d/rc.conexantpciadsl, rc.d/rc.conexantusbadsl, - rc.d/rc.eagleusbadsl, rc.d/rc.eciadsl, rc.d/rc.pulsardsl, - scripts/resetusb: pppsetup.cgi - replace GDTM by GDMT - hardcode - G.DMT,G.Lite, ANSI T1.483, Bewan PCI st, Bewan USB st as they - are never translated - - upgrade-v130-v140 - remove changes from PPPoE to PPPoE - plugin, from Speedtouch user-space to kernel mode - (dial-on-demand is not supported by the PPPoA plugin) - correct - GDTM => GDTM - - Change to rc.(specific-script) - create an external script - resetusb for the numerous call to reset usb - standardised stop - and cleanup messages - add modprobe -r module where it was - sometime forgoten in cleanup part - Speedtouch usb select - more accuratly supported models (it may needed to display a - more user friendly message in upload.cgi and pppsetup.cgi - too) fix incorrect reconnection in PPPoE with user-space - driver - rc.eciadsl synchronise now only after firmware - loading fix incorrect reconnection in PPPoE - Bewan usb - sometime don't like cat /proc/bus/usb/devices, so comment - this part until the driver is fixed - - rc.connectioncheck - fix incorrect rc.eciadsl end detection - during sync phase - use instead 'rc.red start' target for end - detection. So the timeout is only determinated by - rc.(specific-script) end. - remove {ppp0|ippp0} in case of - multiple (incorrect) session with dial-on-demand - in case of - connection timeout, stop 'rc.red start' before rc.red stop in - case pppd connect just during the time needed by 'rc.red stop' - script to start - - ip-down - don't start 'rc.connectioncheck reconnect' if one is - already running - it should no more append now, but ... - -2004-09-23 20:55 eoberlander - - * langs/th/cgi-bin/th.pl: Updates from Language Database. - -2004-09-23 13:28 alanh - - * tools/mkflash/mkflash: 32 & 64MB Flash cards no longer fit, so - don't expose them. - -2004-09-23 08:54 alanh - - * src/misc-progs/restartshaping.c: Bump divisor for r2q setting to - 8192, add some comments too. - -2004-09-22 17:34 alanh - - * doc/ChangeLog: update the ChangeLog - -2004-09-22 17:15 eoberlander - - * langs/th/cgi-bin/th.pl: Update to Thai from Language Database. - -2004-09-22 08:35 riddles - - * config/cron/crontab, lfs/ipac-ng, - src/patches/ipac-ng-1.28-ipacsum.patch[DEAD]: Fix ipac-ng once - and for all - -2004-09-22 07:52 eoberlander - - * langs/es/install/lang_es.c: Updates from Language Database. - -2004-09-21 20:07 gespinasse - - * src/rc.d/rc.pulsardsl: Put an arbitrary sleep only after module - loading This allow to start pppd when the modem should be - synchronised - -2004-09-21 19:47 rkerr - - * src/misc-progs/setportfw.c: Stop the blue SNAT rules overriding - the green ones - -2004-09-21 11:16 riddles - - * lfs/ipac-ng, src/patches/ipac-ng-1.28-ipacsum.patch: Fix for - ipacsum - -2004-09-21 05:50 gespinasse - - * src/misc-progs/setportfw.c: - fix blue_dev => bluedev - -2004-09-20 21:29 alanh - - * src/misc-progs/setportfw.c: SNAT patch for BLUE (Robert Kerr) - -2004-09-20 21:28 alanh - - * src/misc-progs/restartwireless.c: Remove -o for WIRELESSINPUT - (Franck) - -2004-09-20 19:42 alanh - - * src/install+setup/install/probescsi.sh: Skip eata_dma driver, but - probe it at the very end to avoid the issues of some machines - crashing on this driver. - -2004-09-20 14:03 riddles - - * html/cgi-bin/wireless.cgi: Fix id string - -2004-09-19 10:34 gespinasse - - * lfs/cdrom: Fix change from install-en-140.pdf.zip to - install-en-1.4.0.pdf.zip - -2004-09-19 06:15 gespinasse - - * src/rc.d/rc.eciadsl: Cosmetic : Display only 'Loading firmware' - when it is really loaded - -2004-09-18 17:54 alanh - - * src/misc-progs/restartsquid.c: Fix transparent proxy on BLUE - (Franck) - -2004-09-18 06:51 eoberlander - - * langs/es/install/lang_es.c: Updates to Spanish from Language - Database. - -2004-09-17 11:44 alanh - - * src/install+setup/libsmooth/main.c: fclose file handles when - renaming - -2004-09-17 08:20 alanh - - * src/rc.d/rc.updatered: Make it a little more readable (patch from - Franck) - -2004-09-17 07:44 eoberlander - - * langs/: lt/cgi-bin/lt.pl, ro/cgi-bin/ro.pl: Change G.dtm to G.dmt - throughout Language Database. - -2004-09-16 23:56 alanh - - * src/misc-progs/ipsecctrl.c: pump error message to /dev/null (SF - bug #1029177) - -2004-09-16 16:44 alanh - - * lfs/libpng: latest libpng - -2004-09-16 16:44 alanh - - * lfs/openssh: 3.9p1 is now current - -2004-09-16 13:16 eoberlander - - * langs/fr/install/lang_fr.c: Updates from Language Database. - -2004-09-16 08:15 eoberlander - - * langs/es/install/lang_es.c: Updates from Language Database. - -2004-09-15 20:08 eoberlander - - * langs/: es/install/lang_es.c, it/install/lang_it.c: Updates from - Language Database. - -2004-09-15 17:56 gespinasse - - * lfs/net-tools: Cosmetic : remove the sources after compilation - again - -2004-09-15 13:27 alanh - - * html/cgi-bin/logs.cgi/: firewalllog.dat, ids.dat, log.dat, - proxylog.dat, summary.dat: Ugh. Forgot this logs.cgi directory - when making the POSIX() change. - -2004-09-14 21:42 alanh - - * config/install/rc, src/install+setup/install/usb.c: Move the - usb-storage initialization to the initialize_usb function so that - passing the 'nousb' flag to the install kernel really means NO - USB. - -2004-09-14 18:00 alanh - - * lfs/: cnx_pci, fcdsl, shadow, unicorn: Only build utilities in - non-SMP pass - -2004-09-14 09:39 alanh - - * lfs/: gcc, gcc-2: Update stack smashing patch - -2004-09-14 08:31 alanh - - * lfs/brctl[DEAD]: deleted - -2004-09-14 08:14 alanh - - * lfs/: 3cp4218, amedyn, cxacru: Build brctl from amedyn driver as - lfs/brctl host is down and they are the same version anyway. - - Build the amedyn, cxacru and 3cp4128 tools only in the non-SMP - pass to save a little time. - -2004-09-13 17:26 alanh - - * html/cgi-bin/netstatus.cgi: Speed up header.pl times by 25%. - -2004-09-13 17:00 alanh - - * src/install+setup/install/grubbatch: Don't probe a floppy drive - when installing grub - should speed up the install. - -2004-09-13 15:00 alanh - - * html/cgi-bin/credits.cgi: Add Franck Bourdonnec to credits page - -2004-09-13 13:59 alanh - - * src/scripts/setddns.pl: Add a new dyndns provider OVH (Franck) - -2004-09-13 08:58 alanh - - * config/cfgroot/proxy-acl, html/cgi-bin/proxy.cgi: Fix squid acl - file problems (SF bug ID #1023131) - - (Patch from Franck) - -2004-09-12 13:53 rkerr - - * html/cgi-bin/netstatus.cgi: The net status page uses the same - lease display code as the DHCP page - fix the security issue here - too (thanks to eric for pointing this out) - -2004-09-11 13:22 rkerr - - * src/rc.d/rc.firewall: The most obvious changes from SF bug - #1015737 - these are the ones that require 0 thought and are - highly unlikely to break anything. - -2004-09-11 04:19 eoberlander - - * lfs/kbd: Reposition patch, to avoid duplication. - -2004-09-10 20:56 eoberlander - - * lfs/kbd: Fix for SF Bug 1025699. Copy patched Vietnamese font to - main system. - -2004-09-09 19:20 gespinasse - - * src/patches/eagle-usb-1.9.9-pppoa-mac.patch: eagle-usb - fix - cosmetic mac address display by pppoa - - isdn - support 'debug' option - should fix problem with - dial-on-demand and rc.connectioncheck - fix chap with 'dual - channel' (same 'name' line is missing in v1.3) - - rc.red doupdatesettings - remove inconditionnaly pppoatm and - pppoe modules as it may be supported by user-mode client this - fix a warning with atm module busy a few lines after - -2004-09-06 19:23 eoberlander - - * html/cgi-bin/credits.cgi: Add translators for Lithuanian and - Thai. - -2004-09-06 19:14 eoberlander - - * langs/lt/cgi-bin/lt.pl: Updates from Language Database. - -2004-09-05 06:18 eoberlander - - * langs/: th/cgi-bin/th.pl, list: Add Thai to web admin interface. - -2004-09-04 17:54 rkerr - - * lfs/squid: Fix for squid ntlm integer overflow DoS: - - - -2004-09-02 22:00 alanh - - * html/cgi-bin/wireless.cgi: fix typos - -2004-09-02 21:59 alanh - - * src/patches/openswan-1.0.6-numif.patch: OpenSWAN patch for number - of interfaces increased to 16 didn't work at all. - - This is needed to actually create the interfaces and destroy - them. - -2004-09-02 21:21 alanh - - * src/rc.d/rc.network: Start PCMCIA regardless. - - It won't do anything for a system that doesn't have PCMCIA anyway - as there isn't an /etc/pcmcia.conf file. - - This may resolve your problem Gilles - -2004-09-02 07:37 alanh - - * html/cgi-bin/proxy.cgi: move the old acl list out of the way - during upgrade and then rename the acl-1.4 back to acl. - - This means that people who are using squid configurations will - continue to work with the older acl list, but when they hit - 'save' the new acls will be used. - -2004-09-02 07:32 alanh - - * html/cgi-bin/proxy.cgi, lfs/configroot: The old acl list for the - proxy was being overwritten by the backup floppy. - - So copy our new acl as acl-1.4 and ensure the CGI script picks - the new one up. - -2004-09-01 10:15 alanh - - * doc/ChangeLog: update Changelog - -2004-08-31 14:38 alanh - - * lfs/net-tools: fix a dependency build problem - -2004-08-31 13:06 riddles - - * tools/mkflash/: mkflash, settings.8139: Another mkflash update - -2004-08-31 08:55 alanh - - * lfs/rrdtool: latest stable rrdtool - -2004-08-31 07:32 gespinasse - - * lfs/eagle, src/rc.d/rc.eagleusbadsl: Update eagle-usb to 1.9.9 - This version fix : - PPPoE for german as MRU was sometime not - correctly handled - remove need of smaller MRU/MTU=1492 in PPPoA - but I still need to modify IPCop settings - - rc.eagleusbadls is fixed to init the modem when the protocol was - changed This fix is big and almost all along rc.red. It remove - 'exit0' in case of success with PPPoE and dhcp to let every - doxxxdial return to where it was called from. This way, - /var/ipcop/ppp/updatesetting can be erased after the specific - script was run. - -2004-08-30 15:53 alanh - - * lfs/eagle: fix build problem on Alpha - -2004-08-30 14:54 eoberlander - - * langs/hu/install/lang_hu.c: Updates to Hungarian from Language - Database. - -2004-08-30 08:28 alanh - - * src/install+setup/install/upgrade-v12-v13.c: fix some file close - handling - -2004-08-30 06:09 riddles - - * tools/mkflash/mkflash: Link ram0 to ramdisk - -2004-08-29 21:39 gespinasse - - * src/install+setup/libsmooth/netstuff.c: Count dummy like eth or - it can't be used because setup want one more card. - -2004-08-29 16:02 gespinasse - - * lfs/net-tools, lfs/netdiag[DEAD], - src/patches/mii-diag.multi-line-string.patch[DEAD]: From now, - remove mii-diag and compile mii-tool from net-tools package Fix - net-tools compilation as using sed on config.h has no effect Only - preselected options we don't use are changed by sed (and mii-tool - added) - -2004-08-29 06:09 eoberlander - - * langs/pt/install/lang_pt.c: Additional Portugueuse phrases from - Language Database. - -2004-08-28 13:08 eoberlander - - * langs/hu/install/lang_hu.c: Corrections to Hungarian from - Language Database. - -2004-08-28 10:03 gespinasse - - * src/rc.d/rc.eagleusbadsl: Fix eagle-usb cleanup (need ifconfig - eth3 down before) When using setup and the module was still - loaded, this may solve some shift in name driver display as count - of real eth card was majored by 1 - -2004-08-27 11:24 riddles - - * tools/mkflash/mkflash: EOF - -2004-08-27 11:23 riddles - - * tools/mkflash/mkflash: mkflash fixes from Dale - -2004-08-27 09:59 alanh - - * config/grub/: grub.conf, scsigrub.conf: use savedefault - -2004-08-27 07:02 gespinasse - - * doc/ChangeLog, src/patches/amedyn-2004-06-22.patch[DEAD], - tools/gen_ChangeLog.txt: Remove amedyn patch Fix instruction to - update doc/ChangeLog Update ChangeLog - -2004-08-27 06:41 gespinasse - - * lfs/amedyn, src/rc.d/rc.amedynusbadsl: Replace old driver and - patch by updated driver (it should not change the result) Comment - the exit(s) on script until I know exactly what fail in complete - script - -2004-08-26 21:49 gespinasse - - * html/cgi-bin/logs.cgi/log.dat, src/ppp/ip-down, - src/rc.d/rc.3cp4218usbadsl, src/rc.d/rc.alcatelusb, - src/rc.d/rc.alcatelusbk, src/rc.d/rc.amedynusbadsl, - src/rc.d/rc.bewanadsl, src/rc.d/rc.conexantpciadsl, - src/rc.d/rc.conexantusbadsl, src/rc.d/rc.eagleusbadsl, - src/rc.d/rc.eciadsl, src/rc.d/rc.fritzdsl, src/rc.d/rc.isdn, - src/rc.d/rc.pulsardsl: Try to make log viewing from the web - interface more usable - fusion ppp|isdn|dhcpc into one category - 'red' - tag rc.specific scripts with 'red' Remove unused ppp - variables read in ip-down - -2004-08-26 21:05 eoberlander - - * langs/hu/install/lang_hu.c: Updates from Language Database prior - to 1.4.0rc2 - -2004-08-26 08:17 alanh - - * src/scripts/setddns.pl: Add regdish ddns service (SF RFE id - #1005328) - -2004-08-25 21:08 eoberlander - - * langs/bz/install/lang_bz.c: Updates from Language Database. - -2004-08-25 18:24 eoberlander - - * langs/bz/install/lang_bz.c: Updates from Language Database. - -2004-08-25 16:31 eoberlander - - * langs/: hu/install/lang_hu.c, bz/cgi-bin/bz.pl, - bz/install/lang_bz.c: Updates from Language Database. - -2004-08-25 14:39 riddles - - * lfs/openswan, src/misc-progs/ipsecctrl.c, - src/patches/openswan-1.0.6-numif.patch: Fix problem with Openswan - interfaces - -2004-08-25 09:40 riddles - - * langs/nl/install/lang_nl.c: Small translation fixes - -2004-08-25 08:05 alanh - - * lfs/hdparm, src/patches/hdparm.patch[DEAD]: No longer need hdparm - patch with 5.6 - -2004-08-25 07:16 eoberlander - - * html/cgi-bin/credits.cgi: Update Ander's details. - -2004-08-25 05:32 eoberlander - - * lfs/kbd: Add -f to force copy. - -2004-08-25 05:14 eoberlander - - * langs/bz/: cgi-bin/bz.pl, install/lang_bz.c: Update of Brazilian - Portuguese phrases from Language Database. - -2004-08-24 23:00 gespinasse - - * lfs/eagle, src/patches/eagle-usb-1.9.8-Makefile.patch[DEAD], - src/patches/eagle-usb-1.9.8-configure.patch[DEAD], - src/rc.d/rc.eagleusbadsl: Simplify eagle-usb compilation and - installation It should be easier now to upgrade to a next version - -2004-08-24 20:10 eoberlander - - * src/patches/viscii10-8x16-new.psfu, lfs/kbd: Add patch for - Vietnamese charset, provided by Le Dinh Long. - -2004-08-24 18:16 alanh - - * lfs/hdparm: hdparm got upgraded from 5.5 to 5.6 (and 5.5 is no - longer available) - -2004-08-24 06:52 gespinasse - - * src/rc.d/rc.pulsardsl: - I just understood lcp-max-configure=50 - is not a time but a number of attempts separated by - lcp-restart=3s - So set MAXCONFIGURE to more than 3*50 and - withdraw unnecessary pulsar sleep - -2004-08-23 23:35 alanh - - * lfs/openswan: OpenSWAN 1.0.7 - -2004-08-23 21:57 gespinasse - - * src/rc.d/rc.pulsardsl: - replace insmod with modprobe to avoid a - failure next time the script is run - add a sleep 30 to give more - time to the modem to synchronize and start a ppp connection - -2004-08-23 21:40 alanh - - * config/cfgroot/proxy-acl, html/cgi-bin/proxy.cgi: Change localnet - to greennet & bluenet to differentiate between them. - -2004-08-23 21:25 alanh - - * html/cgi-bin/ddns.cgi, src/scripts/setddns.pl: Add - freedns.afraid.org to DDNS providers (SF RFE id #1011837) - -2004-08-23 21:09 alanh - - * src/install+setup/install/config.c: Fix symlinks for raid disks - -2004-08-23 09:28 eoberlander - - * langs/: bz/cgi-bin/bz.pl, es/cgi-bin/es.pl, ro/cgi-bin/ro.pl, - tr/cgi-bin/tr.pl: Remove redundant phrases from Language - Database. - -2004-08-23 09:25 eoberlander - - * langs/nl/: cgi-bin/nl.pl, install/lang_nl.c: Additional Dutch - phrases from Language Database. - -2004-08-23 07:22 eoberlander - - * langs/it/: cgi-bin/it.pl, install/lang_it.c: Additional Italian - phrases from Language Database. - -2004-08-22 22:01 alanh - - * src/misc-progs/setaliases.c: Fix arping - -2004-08-22 19:16 gespinasse - - * src/rc.d/rc.eciadsl: - fix 'Invalid address' message during - cleanup when GATEWAY is empty - wait rc.eciadsl end before to - declare sync timeout - add cleanup/usb_reset in eciadsl driver - like in others - -2004-08-21 23:02 gespinasse - - * lfs/eciadsl, src/patches/eciadsl-usermode-0.9-load1.patch: Fix - eci-load1 caused warnings '/proc/bus/usb/001/xxx: No such file or - directory' by a sleep(2) instead of (1) - -2004-08-21 06:37 eoberlander - - * langs/fr/install/lang_fr.c: Corrections to French from Language - Database. - -2004-08-20 16:37 alanh - - * lfs/perl: whoops, wrong position - -2004-08-20 16:36 alanh - - * lfs/perl: make depend for perl - -2004-08-18 22:03 alanh - - * lfs/syslinux: upgrade syslinux to 2.11 which fixes the image - loading problem in 2.10 - -2004-08-18 20:20 alanh - - * html/cgi-bin/ddns.cgi: Commit fix from Franck for SF bug id - #997631 - -2004-08-18 19:49 alanh - - * lfs/gnupg: upgrade gnupg to 1.2.5 - -2004-08-18 12:59 alanh - - * lfs/pulsar: update the pulsar driver - -2004-08-17 15:03 alanh - - * config/kernel/kernel.config.i386.smp, lfs/scsi.img, - src/install+setup/install/probescsi.sh: We were trying to support - the cciss and DAC960 drivers but didn't have support in the - installer for them. Fix that. - - Support the ATARAID controllers too. - -2004-08-17 07:40 alanh - - * lfs/openssl: Fix the build problem with OpenSSL - -2004-08-16 10:34 alanh - - * src/patches/make_devices.patch: Another bug fix for SF bug id - #925576 - -2004-08-16 09:59 alanh - - * src/scripts/makegraphs: Fix the disk graph when multiple devices - show up in /proc/stat - -2004-08-13 16:15 alanh - - * src/misc-progs/ipsecctrl.c: Fix SF Bug ID #1008771 which didn't - stop IPSec when disabling it. - -2004-08-13 06:28 gespinasse - - * src/patches/make_devices.patch: Add ttyS4/COM5 - -2004-08-12 23:40 gespinasse - - * doc/ChangeLog, lfs/cdrom, tools/cvs2cl.pl, - tools/gen_ChangeLog.txt: Add an automatic Changelog generator - Instructions for use in tools directory doc/Changelog will be - copied in /doc directory from the ISO - -2004-08-12 22:48 gespinasse - - * config/etc/syslog.conf, html/cgi-bin/logs.cgi/log.dat: - add - pppoeci in ppp section - create a new section for dhcp client - - mover dhcpc debug messages from /var/log/dhcpcd.log to - /var/log/messages - -2004-08-12 14:20 alanh - - * src/patches/linux-2.4.27-speedtch.patch[DEAD]: remove - -2004-08-12 14:16 alanh - - * lfs/perl, config/kernel/kernel.config.i386.installer, - src/patches/pomng.fix, config/kernel/kernel.config.i386.smp: A - few updates in this one... - - 1. Upgrade the kernel to 2.4.27 and make the approprite changes - to patch-o-matic-ng until they update it. - - 2. Upgrade perl to 5.8.5 - bug fixes - - 3. Add a new feature which allows the user to switch out to VT3 - and fdisk the harddrive for themselves (not yet complete, but - nearly). - - 4. Remove ext3 support from the installer kernel, and use ext2 to - mount the hard disk and install the system. Gives us back - around 40k on the boot disk. - -2004-08-12 14:09 alanh - - * src/install+setup/install/upgrade-v12-v13.c: ensure file - descriptors are closed - -2004-08-12 14:04 alanh - - * src/patches/busybox-0.60.5-config.patch: Don't need BB_SYNC - anymore - -2004-08-12 07:40 alanh - - * src/patches/make_devices.patch: Fix chgrp - -2004-08-11 08:03 alanh - - * lfs/shadow: alternate back to the other shadow site, as our - primary seems down - -2004-08-11 07:37 alanh - - * lfs/logrotate: logrotate has moved to 3.7 - -2004-08-11 04:57 gespinasse - - * lfs/capi4k-utils: Upgrade to capi4k-utils-2004-08-10 - -2004-08-10 20:27 gespinasse - - * lfs/pptpclient: Upgrade to pptp-1.5.0 - -2004-08-10 15:21 eoberlander - - * html/cgi-bin/gui.cgi: Another go at fixing bug where some fields - are blank if the phrase has not been translated. Force reload of - English before loading translated language. - -2004-08-10 12:54 alanh - - * html/cgi-bin/ddns.cgi, src/scripts/setddns.pl: Allow - dyndns-custom to work without a HOSTNAME (SF bug id #1001411) - -2004-08-10 08:06 alanh - - * src/install+setup/install/grubbatch: Fixes for SF bug id #925576 - -2004-08-10 08:05 alanh - - * src/patches/make_devices.patch: Fixes for SF bug id #925576. - -2004-08-09 08:03 eoberlander - - * langs/lt/cgi-bin/lt.pl: Updates from Language Database. - -2004-08-08 21:22 eoberlander - - * html/cgi-bin/wireless.cgi: Add Tom Dawes-Gamble's hostname patch, - and tweak some of the table formatting. - -2004-08-08 18:35 alanh - - * lfs/syslinux: drop back again, argh, to syslinux 2.08 - -2004-08-08 18:23 alanh - - * src/misc-progs/setaliases.c: fix arguments to arping - -2004-08-08 14:45 eoberlander - - * html/cgi-bin/gui.cgi: Make display of hostname in window title - selectable from GUI Settings page. Defaults to off. - -2004-08-06 07:58 alanh - - * lfs/fcron: drop back to the stable fcron 2.0.1 instead of the - development 2.9.4 which fixes pipe_pid_fd problems (because 2.0.1 - doesn't use it) - -2004-08-06 05:35 gespinasse - - * html/cgi-bin/logs.cgi/log.dat: Follow usb and pppoa|pppoa3 in PPP - logs - -2004-08-04 21:57 eoberlander - - * langs/vi/install/lang_vi.c: Add VI to Installer. - -2004-08-04 21:54 eoberlander - - * lfs/kbd, src/install+setup/libsmooth/main.c, - src/install+setup/setup/main.c: Add Vietnamese to Installer. More - work needs to be done to remap charset... - -2004-08-03 21:28 alanh - - * html/cgi-bin/dmzholes.cgi: When disabling a dmz hole, ensure we - write the src and dst net's and the remark. - -2004-08-02 08:34 alanh - - * lfs/initrd, lfs/syslinux, langs/en/install/lang_en.c, - src/install+setup/install/grubbatch: Remove the syslinux mbr.bin, - and install GRUB onto the partition and MBR. - - Update the congratulations message to ask the user to run FDISK - /MBR if the system still fails to boot correctly. - -2004-08-01 20:36 eoberlander - - * langs/hu/install/lang_hu.c: Updates from Language Database. - -2004-08-01 09:34 eoberlander - - * src/rc.d/rc.sysinit: Use lat1-16 console charset if language is - Brazilian Portuguese. - -2004-07-31 23:05 eoberlander - - * langs/pl/install/lang_pl.c: Bugfix for crash inPolish language - setup after setting 'root' password. Removed '%s' from log - message text string which caused segfault. - -2004-07-31 07:12 eoberlander - - * langs/pl/install/lang_pl.c: Add phrase from database. - -2004-07-30 16:12 alanh - - * src/scripts/setddns.pl: Decrement $lines when a DDNS service is - disabled. - - This allows the service to be updated correctly. - - Should fix SF bug #970704 - -2004-07-30 10:58 riddles - - * tools/mkflash/mkflash: Loopback/ram already created by - make_devices - -2004-07-29 20:05 eoberlander - - * langs/pl/install/lang_pl.c: Fix text, using update from Language - Database. - -2004-07-29 19:34 alanh - - * langs/pl/install/lang_pl.c: Ok, put it back to the way Eric had - it... - - There's definately something wrong with the admi... word - -2004-07-29 19:33 eoberlander - - * src/rc.d/rc.sysinit: Add Polish. - -2004-07-29 19:30 alanh - - * langs/pl/install/lang_pl.c: really fix it - -2004-07-29 19:29 alanh - - * langs/pl/install/lang_pl.c: fix that ADMIN text - -2004-07-29 19:27 eoberlander - - * langs/pl/install/lang_pl.c: Add Polish to Installer. - -2004-07-29 19:23 eoberlander - - * src/install+setup/: libsmooth/main.c, setup/main.c: Add Polish to - Installer. - -2004-07-29 18:03 eoberlander - - * langs/: bz/cgi-bin/bz.pl, es/cgi-bin/es.pl, it/cgi-bin/it.pl, - it/install/lang_it.c, nl/cgi-bin/nl.pl, pt/install/lang_pt.c, - ro/cgi-bin/ro.pl, ru/cgi-bin/ru.pl, tr/cgi-bin/tr.pl: Update all - files prior to next beta issue. - -2004-07-29 04:14 gespinasse - - * lfs/dhcp: Upgrade dhcp (bugfix with subclasses), fix upgrade with - PPPoE like with alcatelusb - -2004-07-28 21:08 alanh - - * config/kernel/kernel.config.i386.installer: reverse this, it - breaks the installer image - -2004-07-28 16:46 alanh - - * lfs/syslinux: drop syslinux back to 2.09 to avoid initrd problems - -2004-07-28 14:56 alanh - - * config/grub/: grub.conf, scsigrub.conf: Whoops, remove some local - changes - -2004-07-28 14:55 alanh - - * config/grub/: grub.conf, scsigrub.conf: Add options for enabling - ACPI at boot time - -2004-07-28 14:30 alanh - - * lfs/: initrd, syslinux: force the copy - -2004-07-28 14:29 alanh - - * lfs/: initrd, syslinux: Use SysLinux's mbr.bin to re-create a new - Master Boot Record. This should really fix the problems we've - been having, but not tested yet, as I'm still rebuilding from - scratch - so someone might beat me to it. - -2004-07-28 11:32 alanh - - * config/kernel/kernel.config.i386.installer: Disable a few more - things on the install kernel and a cosmetic change to the - installer - -2004-07-28 11:22 alanh - - * src/misc-progs/setaliases.c: arping is in /usr/sbin - -2004-07-28 08:39 gespinasse - - * src/ppp/ip-down: Better sound for your ears - -2004-07-27 22:35 gespinasse - - * lfs/amedyn, src/patches/amedyn-2004-06-22.patch: Fix old driver - with sync and atm buffer size patch - -2004-07-27 18:43 gespinasse - - * html/cgi-bin/upload.cgi, src/rc.d/rc.alcatelusb, - src/rc.d/rc.alcatelusbk: Concatenate previous boot and firmware - at install (thank alan) , suppress 'checked' for speedtouch since - no choice is on interface - -2004-07-27 18:10 alanh - - * lfs/amedyn: fallback to the previous driver as this new one seems - to have disappeared - -2004-07-27 17:13 eoberlander - - * langs/it/cgi-bin/it.pl: Updates from Language Database, including - bugfix for reset button text. - -2004-07-27 15:26 gespinasse - - * html/html/images/line.gif[DEAD]: Remove line.gif - -2004-07-27 15:20 gespinasse - - * html/cgi-bin/upload.cgi, lfs/speedtouch, - src/install+setup/install/upgrade-v130-v140.c, - src/rc.d/rc.alcatelusb, src/rc.d/rc.alcatelusbk: Fix some minor - typo and xhtml compliance issues in pppsetup.cgi, remove line.gif - and use hr instead, shift eagle-usb.conf writing inside - updatesettings, go back to one file firmware upload for - speedtouch usb (but code to concatenate bootloader and firmware - at install is not written yet, so another firmware upload is - necessary at this time), shift usage from PPPoE to PPPoE plugin, - from speedtouch user mode to speedtouch kernel mode at install - -2004-07-27 12:17 alanh - - * lfs/busybox, src/patches/busybox-0.60.5-config.patch: Do a sync - after zero'ing the partition table - -2004-07-27 12:13 alanh - - * src/patches/make_devices.patch: Check /dev/ida0 for the Compaq - Array support - -2004-07-27 10:40 alanh - - * config/kernel/syslinux.cfg: Syslinux 2.10 exposed a problem in - our syslinux.cfg for the boot floppy in the default kernel image. - We should be using APPEND. This fixes it. - -2004-07-27 08:15 eoberlander - - * langs/la/install/lang_la.c: Updates from Language Database. - -2004-07-24 23:27 gespinasse - - * lfs/3c5x9setup: Add 3c5x9setup to allow this card to be set under - linux - -2004-07-24 22:45 gespinasse - - * lfs/shadow: go back to the previous site since the alternative is - not available - -2004-07-24 22:33 gespinasse - - * lfs/file: only available as a tar.gz now - -2004-07-23 19:57 alanh - - * src/install+setup/install/grubbatch: copy stage* files in - grubbatch (Bug 996155) - -2004-07-23 07:51 eoberlander - - * langs/no/install/lang_no.c: Updates from Language Database. - -2004-07-22 10:53 alanh - - * html/cgi-bin/dmzholes.cgi: fix a typo - -2004-07-20 14:30 eoberlander - - * html/cgi-bin/ddns.cgi: Added tzo.com - -2004-07-19 19:42 alanh - - * src/install+setup/libsmooth/libsmooth.h: fix warning - -2004-07-19 17:37 alanh - - * lfs/grub, src/install+setup/install/grubbatch, - src/patches/grub-0.94-i2o.patch: Make a change to the way GRUB is - installed. We used to install the boot record into the MBR. But - now, because of potential problems with the way geometry is - obtained from buggy BIOS' it's easier for us to install the boot - record into the first partition. This way the BIOS will boot the - active one. Fixes SF bug ID Â#967175. - - Also, add i2o support to GRUB - probably won't work with I2O - disks yet as we need a modified installer. - -2004-07-19 10:06 alanh - - * lfs/: Config, coreutils, file, gcc: gaosu.rave.org seems to have - deleted their LFS directory, so switch to one of the alternative - mirrors - -2004-07-18 20:47 eoberlander - - * html/cgi-bin/gui.cgi: Fix for SF Bug 992612, suggested by - Franck78. - -2004-07-18 13:20 eoberlander - - * langs/de/install/lang_de.c: Update from Language Database. - -2004-07-17 17:04 alanh - - * lfs/syslinux: upgrade syslinux to 2.10 - -2004-07-17 08:04 eoberlander - - * langs/sv/install/lang_sv.c: Updates from Language Database. - -2004-07-16 11:45 alanh - - * lfs/squid: Bug fixes for SQUID - -2004-07-16 06:34 eoberlander - - * langs/list: Update Vietnamese. - -2004-07-15 19:43 alanh - - * lfs/perl: Fix build problems with new patch-o-matic-ng system - which now needs much more of perl, so build it all in that pass. - - Also, fix openswan which modifies the search path when patching - the kernel. - -2004-07-15 13:42 alanh - - * lfs/speedtouch: drop back to 1.2 for 1.4.0b6 - -2004-07-15 13:32 alanh - - * src/rc.d/rc.sysinit: [no log message] - -2004-07-15 13:24 eoberlander - - * html/cgi-bin/credits.cgi: Correction to Le Dinh Long's name. - -2004-07-15 12:33 alanh - - * lfs/iptables, config/kernel/kernel.config.i386.installer, - config/kernel/kernel.config.i386.smp, - src/patches/patch-o-matic-20031219-connlimit.patch[DEAD]: move - upto iptables 1.2.11 and patch-o-matic-ng-20040621 - - Also, fix a problem that caused the previous beta to be built - with older OpenSWAN releases. - -2004-07-15 12:30 alanh - - * lfs/eagle: add new eagle file to ./make.sh check stage - -2004-07-15 11:33 gespinasse - - * lfs/eagle, src/rc.d/rc.eagleusbadsl: Update dsp_code from windows - driver to support new sagem Fast800 E2L modem, withdraw usr - dsp_codes since those modems can use eagle dsp_code, so we can - spare some space - -2004-07-14 16:13 alanh - - * config/kernel/kernel.config.i386.installer, - config/kernel/syslinux.cfg, lfs/boot.img, lfs/cdrom: Build a - trimmer version of the linux kernel for the installation routine. - - Currently this is just the same as the standard kernel but - without ACPI support. - -2004-07-13 13:54 eoberlander - - * langs/: lt/cgi-bin/lt.pl, list: Add Lithuanian to webgui. - -2004-07-13 12:13 alanh - - * src/patches/perl.patch: fix patch header - -2004-07-13 12:06 alanh - - * src/patches/perl.patch: found the problem. - - The new DESTROY{} function was deleting our file before we'd - dealt with it, and was really done for Win32 platforms. - - We'll revert back to the 5.8.2 functionality and let perl clean - up temporary files through it's garbage collection routines. - -2004-07-13 11:22 alanh - - * lfs/perl, src/patches/perl.patch: This fixes SF bug id 988856 for - now. - - It basically reverts the CGI.pm from version 3.04 (in perl 5.8.4) - to 3.00 (in perl 5.8.2) - - This fixes the upload problems, but it'd be nice to track this - patch a little closer and find out what broke for us and either - fix our CGI's or fix perl and send in a patch if we feel it's - broken. - -2004-07-13 06:42 gespinasse - - * lfs/pulsar: Fix pulsar missing lib (was inside the package) - -2004-07-12 21:36 alanh - - * lfs/: Digest, Digest-SHA1, GD, Net-DNS: a few bug fixes for the - perl tools - -2004-07-11 21:41 alanh - - * config/grub/grub.conf, config/grub/scsigrub.conf, - src/rc.d/rc.sysinit, config/kernel/kernel.config.i386.smp, - config/kernel/syslinux.cfg: add ACPI support. - - acpi=off is passed to the kernel by default, even for - installation. - - Remove 'acpi=off' from GRUB config to turn it on. - -2004-07-11 12:20 alanh - - * src/rc.d/rc.netaddress.up: DNSMASQ and IPSEC should be started - before rc.red as DNSMASQ would be restarted with invalid - commandline flags for the connection and DNS would fail. For - IPSec it will restart when/if rc.red is connected. - -2004-07-11 11:10 gespinasse - - * lfs/netdiag: Forgotten the most important part, it may look - strange but I did not find another way because sources were - updated after netdiag-2.4.tar.gz (no more available on scyld ftp) - was done - -2004-07-10 15:58 gespinasse - - * src/patches/mii-diag.multi-line-string.patch: Add mii-diag to - allow ethernet link speed setup on most of pci cards when - autonegociation had failed - -2004-07-10 09:17 gespinasse - - * src/rc.d/rc.connectioncheck: Fix wrong timeout count seen after - adsl sync time - -2004-07-10 06:44 gespinasse - - * lfs/pulsar, src/patches/pulsar.patch[DEAD]: Update - -2004-07-09 21:27 gespinasse - - * src/: ppp/ip-down, rc.d/rc.connectioncheck: Let the music play in - ip-down and wait pppdexit before to restart again - -2004-07-09 20:03 alanh - - * lfs/libsafe: just make libsafe and not the exploits directory - -2004-07-09 19:08 alanh - - * src/patches/grub-0.93-graphics.patch: missed a grub 0.95 fix - -2004-07-09 19:08 alanh - - * lfs/speedtouch: upgrade speedtouch to get new modem_run command - -2004-07-09 19:05 alanh - - * lfs/grub, src/patches/grub-0.90-staticcurses.patch[DEAD]: upgrade - grub to 0.95 - -2004-07-08 22:22 gespinasse - - * src/: ppp/ip-down, rc.d/rc.connectioncheck: Don't sleep after - starting rc.connectioncheck to avoid 'Can't start RED... on quick - machines, so play sounds on rc.connectioncheck - -2004-07-08 15:05 eoberlander - - * langs/de/install/lang_de.c: Updates from Language Database. - -2004-07-07 14:36 eoberlander - - * html/cgi-bin/credits.cgi: Add Rodik to Russian section. - -2004-07-06 10:08 alanh - - * src/patches/libsafe-alpha.diff, - src/patches/libsafe-functioncaching.diff, lfs/libsafe: web site - seems down for libsafe, so move to debian to grab it. - - Also pull in a couple of patches to libsafe, and now enable it on - Alpha builds. - -2004-07-05 20:16 eoberlander - - * langs/fr/install/lang_fr.c: Updates from Language Database. - -2004-07-05 10:56 alanh - - * lfs/glibc: remove -j 3 on glibc as it seems to intermittently - cause troubles - -2004-07-04 20:01 alanh - - * lfs/: bison, flex, m4: use EXTRA_LDFLAGS - -2004-07-04 19:52 alanh - - * lfs/: bison, flex, m4: build m4,flex and bison with LFS_PASS=1 - and LFS_PASS=2 for new binutils - -2004-07-03 09:43 gespinasse - - * src/rc.d/rc.connectioncheck: Support HOLDOFF,MAXRETRIES and - BACKUPPROFILE from pppsetup.cgi - -2004-07-03 05:56 gespinasse - - * lfs/amedyn: This version should fix all know amedyn problems - -2004-07-01 22:31 alanh - - * lfs/driver.img, src/patches/linux-2.4.26-proc-stat.patch: fixes - for the Alpha build to work again - -2004-07-01 22:24 alanh - - * lfs/binutils, lfs/bison, lfs/flex, lfs/m4, - src/uClibc/make/binutils.mk, - src/uClibc/sources/binutils-001-debian.patch: Upgrade binutils to - 2.15.90.0.3 which fixes two things.... - - * as-needed etc works now with later gcc's - noted on Mandrake - platforms * fixes later gcc's assembler output on Alpha's - - And update uClibc to use this later package too. - -2004-07-01 18:59 riddles - - * html/html/include/domMenu.js: Fix Konqueror and Safari menus - -2004-07-01 15:17 alanh - - * src/patches/linux-2.4.26-scsi.patch: Fix libata compile on Alpha - -2004-07-01 09:53 alanh - - * config/kernel/kernel.config.alpha: Bring Alpha kernel - configuration up-to-date - -2004-07-01 05:37 eoberlander - - * langs/vi/cgi-bin/vi.pl: Additions from Language Database. - -2004-07-01 05:36 eoberlander - - * html/cgi-bin/credits.cgi: Update Kai's address. - -2004-06-30 20:14 alanh - - * src/install+setup/install/main.c: only mount swap if there is one - -2004-06-30 14:08 eoberlander - - * langs/fi/: cgi-bin/fi.pl, install/lang_fi.c: Updates from - Language Database. - -2004-06-29 17:48 alanh - - * lfs/openswan: openswan 1.0.6 - -2004-06-28 10:38 eoberlander - - * langs/vi/cgi-bin/vi.pl: Additions from Language Database. - -2004-06-26 16:46 gespinasse - - * src/rc.d/rc.eciadsl: Minor cleanup - -2004-06-26 16:45 gespinasse - - * src/rc.d/rc.connectioncheck: Fix waiting pppd start and wait a - maximum of time - -2004-06-26 13:24 eoberlander - - * langs/vi/cgi-bin/vi.pl: Fix typo in HTML. - -2004-06-26 13:17 eoberlander - - * langs/vi/cgi-bin/vi.pl: Additions from Language Database. - -2004-06-25 21:24 alanh - - * lfs/openswan: openswan 1.0.5 - -2004-06-25 14:56 eoberlander - - * langs/no/install/lang_no.c: Updates from Language Database. - -2004-06-25 13:42 alanh - - * lfs/logwatch: logwatch from 5.1 to 5.2.2 - -2004-06-24 11:23 eoberlander - - * langs/vi/cgi-bin/vi.pl: Additions from Language Database. - -2004-06-23 13:59 riddles - - * src/install+setup/install/main.c: Include libata in initrd - -2004-06-23 13:38 riddles - - * config/kernel/kernel.config.alpha, - config/kernel/kernel.config.i386, - config/kernel/kernel.config.i386.smp, - src/install+setup/install/probescsi.sh: Libata support - -2004-06-22 10:58 eoberlander - - * langs/el/install/lang_el.c: Updates from Language Database. - -2004-06-21 19:15 alanh - - * src/rc.d/rc.connectioncheck: Don't need to background it - -2004-06-21 18:49 alanh - - * lfs/libpcap, src/patches/libpcap-0.8.3-ppp.patch: Fix - inbound/outbound filter processing in libpcap for PPP linktypes - -2004-06-21 18:21 gespinasse - - * src/rc.d/rc.connectioncheck: Better behavior with long HOLDOFF - -2004-06-21 12:38 eoberlander - - * langs/da/install/lang_da.c: Updates from Language Database. - -2004-06-21 08:14 riddles - - * src/patches/make_devices.patch: Fix tty12 - -2004-06-21 05:00 gespinasse - - * src/: ppp/ip-down, rc.d/rc.connectioncheck: Reconnection without - 'persist' option - -2004-06-20 20:25 eoberlander - - * lfs/sysklogd: Fix bracket typo. - -2004-06-20 16:48 eoberlander - - * langs/de/install/lang_de.c: Updates from Language Database. - -2004-06-20 14:57 rkerr - - * config/etc/group, config/etc/logrotate.conf, config/etc/passwd, - lfs/logrotate, lfs/openssh, lfs/stage2, lfs/sysklogd, - src/install+setup/install/upgrade-v130-v140.c, - src/patches/sysklogd-1.3-31-rh-ksyslog-nul.diff, - src/patches/sysklogd-1.4.1-caen-owl-klogd-drop-root.diff, - src/patches/sysklogd-1.4.1-caen-owl-syslogd-bind.diff, - src/patches/sysklogd-1.4.1-caen-owl-syslogd-drop-root.diff, - src/patches/sysklogd-1.4.1-owl-syslogd-crunch_list.diff: * Swap - from using the CAEN based drop root patch in LFS to the improved - Owl version * Add syslogd and klogd users and groups to - /etc/passwd and /etc/group * Make the installer add these users - if importing old config * Modify rc.sysinit to get klogd and - syslogd to drop root and klogd to chroot * Modify logrotate so - files get recreated with root.syslogd ownership and 664 - permissions after rotation * Change permissions on /var/empty to - 711 and change sshd to use /var/empty instead of - /var/empty/sshd (sharing /var/empty is safe so long as none of - the processes chrooted there can also write there) * Apply the - following bug fixes: - sysklogd-1.3-31-rh-ksyslog-nul.diff - Fixes a single byte buffer overflow in klogd - - sysklogd-1.4.1-owl-syslogd-crunch_list.diff Fixes buffer - overflow in handling of -l and -s options in syslogd - -2004-06-20 13:39 alanh - - * lfs/uClibc: use URL_GNU - -2004-06-20 13:32 alanh - - * lfs/: libpcap, ppp: pcap-int.h is included in ppp-2.4.2 which - matches that of libpcap 0.7.x, but the structure changed for - libpcap 0.8.3 and it doesn't get installed. So pppd ends up - getting the wrong information. - - So, when installing libpcap, we also install pcap-int.h and then - when building ppp we remove it's provided version to force it to - use the newly installed one. - - This fixes the 'inbound/outbound not supported on linktype 0' - error. - -2004-06-20 08:12 eoberlander - - * langs/tr/cgi-bin/tr.pl: Additions from Language Database. - -2004-06-20 07:01 gespinasse - - * lfs/eagle, src/patches/eagle-usb-1.9.8-Makefile.patch, - src/patches/eagle-usb-1.9.8-configure.patch, - src/rc.d/rc.eagleusbadsl: Update new version eagle-usb, fix SMP - compilation (untested), enhanced script because of no 'persist' - use - -2004-06-19 19:52 eoberlander - - * langs/cs/install/lang_cs.c: Updates from Language Database. - -2004-06-19 19:37 alanh - - * lfs/glibc: add AUTOCONF=no to make install - -2004-06-19 19:32 alanh - - * lfs/rp-pppoe: rp-pppoe moved location - -2004-06-17 12:54 eoberlander - - * langs/: bz/install/lang_bz.c, cs/install/lang_cs.c, - da/install/lang_da.c, de/install/lang_de.c, el/install/lang_el.c, - es/install/lang_es.c, fi/install/lang_fi.c, fr/install/lang_fr.c, - hu/install/lang_hu.c, it/install/lang_it.c, la/install/lang_la.c, - nl/install/lang_nl.c, no/install/lang_no.c, pt/install/lang_pt.c, - sv/install/lang_sv.c, tr/install/lang_tr.c: Add new Installer - string from Language Database. - -2004-06-17 11:09 riddles - - * langs/en/install/lang_en.c, src/install+setup/install/main.c: - Display message when building INITRD, fix for bug 971723 - -2004-06-17 11:02 riddles - - * src/install+setup/install/main.c: Fix typo - -2004-06-17 09:35 riddles - - * src/install+setup/install/main.c: Finetune partitioning - -2004-06-15 06:32 gespinasse - - * lfs/capi4k-utils: Update new version - -2004-06-14 10:38 eoberlander - - * langs/fi/cgi-bin/fi.pl: Additions from Language Database. - -2004-06-13 22:03 alanh - - * src/patches/make_devices.patch: fix filename - -2004-06-13 21:57 alanh - - * src/patches/make_devices.patch: more mknod's from Bob Grant - -2004-06-13 16:25 rkerr - - * src/install+setup/libsmooth/: libsmooth.h, netstuff.c: Attach a - filter to the IP and netmask entry options to only accept dots - and numbers. This should fix the problem described by darren - where a space on the end of the IP caused hard to diagnose - problems later on. It would probably be nice to implement the - same filter for the DNS and gateway settings but I can't find - good enough documentation of newtWinEntries to work out how to do - this. - -2004-06-13 07:47 eoberlander - - * langs/es/cgi-bin/es.pl: Updates from Language Database. - -2004-06-12 13:37 eoberlander - - * html/cgi-bin/hosts.cgi: Change caption in hosts.cgi - -2004-06-11 18:32 alanh - - * lfs/uClibc: need gcc-3.3.1 for uClibc for now (may fix to support - 3.3.3 but not now) - -2004-06-11 11:55 alanh - - * lfs/bzip2: add use_mktemp patch to bzip2 - -2004-06-11 10:19 alanh - - * lfs/python: bug fix update for 2.3.3->2.3.4 - -2004-06-11 08:20 alanh - - * lfs/man: update so prefetch and check work correctly - -2004-06-11 05:29 eoberlander - - * lfs/man: Update location for patches and include increment to - filenames. - -2004-06-10 22:55 alanh - - * lfs/scsi.img, config/kernel/kernel.config.alpha, - config/kernel/kernel.config.i386, - config/kernel/kernel.config.i386.smp, - src/install+setup/install/probescsi.sh: Support the following new - disk controllers - - Compaq 5xxx array controllers Compaq SMART controllers Mylex - DAC960 controllers - - (not tested, but should work) (This will fix SF bug id #925576, - once the reporter can install 1.4b5) - -2004-06-10 21:12 alanh - - * src/rc.d/rc.connectioncheck: We don't need these sleeps, we spin - in a while loop waiting for PPP to shutdown anyway. - -2004-06-10 20:30 gespinasse - - * lfs/expect: Wrong fix, this one should be better - -2004-06-10 20:22 gespinasse - - * lfs/expect: Fix expect typo - -2004-06-10 18:33 alanh - - * src/rc.d/rc.netaddress.up: fix problem when AUTOCONNECT is "" - -2004-06-10 13:30 alanh - - * lfs/initrd: use new make_devices - -2004-06-10 11:11 alanh - - * lfs/zlib: fix typo - -2004-06-10 10:25 alanh - - * lfs/mktemp: fix mktemp - -2004-06-10 09:46 alanh - - * lfs/gawk: that gawk patch is in patches now - -2004-06-10 09:38 alanh - - * lfs/gawk: more tweaks for check/prefetch to gawk - -2004-06-10 09:25 alanh - - * lfs/zlib: zlib from 1.1.4 to 1.2.1 - -2004-06-10 09:25 alanh - - * lfs/util-linux: util-linux from 2.12 to 2.12a - -2004-06-10 09:25 alanh - - * lfs/texinfo: texinfo from 4.6 to 4.7 - -2004-06-10 09:24 alanh - - * lfs/tcl: tcl from 8.4.4 to 8.4.6 - -2004-06-10 09:24 alanh - - * lfs/sysklogd: fix up sysklogd and apply a new security patch - which allows both sysklogd and klogd to drop root privileges and - start as a user. - - Robert - Can you look into fixing the rc.sysinit script for this - ?? - -2004-06-10 09:23 alanh - - * lfs/sed: sed from 4.0.7 to 4.0.9 - -2004-06-10 09:22 alanh - - * lfs/rrdtool: rrdtool from 1.0.46 to 1.0.48 - -2004-06-10 09:22 alanh - - * lfs/psmisc: psmisc from 21.3 to 21.4 - -2004-06-10 09:22 alanh - - * lfs/procps: procps from 3.1.15 to 3.2.1 - -2004-06-10 09:21 alanh - - * lfs/perl: perl from 5.8.2 to 5.8.4 - -2004-06-10 09:21 alanh - - * lfs/ncurses: ncurses from 5.4 to 5.5 - -2004-06-10 09:20 alanh - - * lfs/mtools: update location of mtools - -2004-06-10 09:20 alanh - - * lfs/man-pages: man-pages from 1.60 to 1.66 - -2004-06-10 09:19 alanh - - * lfs/makedev, src/patches/make_devices.patch: Switch from MAKEDEV - to make_devices. - - This may need some more work, as a lot of the devices are no - longer created and we have to manually patch this file and then - update the patch in src/patches. - -2004-06-10 09:18 alanh - - * lfs/libtool: libtool from 1.5 to 1.5.6 - -2004-06-10 09:18 alanh - - * lfs/isdn4k-utils, lfs/libpcap, lfs/ppp, lfs/tcpdump, - src/patches/libpcap-0.7.2-shared.patch[DEAD], - src/patches/libpcap-0.8.3-shared.patch, - src/patches/tcpdump-3.7.2-CAN-2003-0989.patch[DEAD], - src/patches/tcpdump-3.7.2-CAN-2004-01834.patch[DEAD]: upgrade - libpcap from 0.7.2 to 0.8.3 upgrade tcpdump from 3.7.2 to 3.8.3 - and fix ppp/isdn4k-utils for new headers - -2004-06-10 09:16 alanh - - * lfs/less: less from 381 to 382 - -2004-06-10 09:16 alanh - - * lfs/kbd: kbd from 1.08 to 1.12 - -2004-06-10 09:16 alanh - - * lfs/hdparm, src/patches/hdparm.patch: hdparm from 5.4 to 5.5 - -2004-06-10 09:15 alanh - - * lfs/grub, src/patches/grub-0.90-addsyncs.patch[DEAD], - src/patches/grub-0.90-install.in.patch[DEAD], - src/patches/grub-0.90-installcopyonly.patch[DEAD], - src/patches/grub-0.90-staticcurses.patch, - src/patches/grub-0.92-automake16.patch[DEAD], - src/patches/grub-0.92-hammer.patch[DEAD], - src/patches/grub-0.93-buggybios.patch[DEAD], - src/patches/grub-0.93-graphics.patch, - src/patches/grub-0.93-largedisk.patch[DEAD]: grub from 0.93 to - 0.94 - -2004-06-10 09:13 alanh - - * lfs/glibc: glibc from 2.3.2 to 2.3.3 - -2004-06-10 09:13 alanh - - * lfs/gettext: gettext from 0.12.1 to 0.14.1 - -2004-06-10 09:12 alanh - - * lfs/gcc-2: fixes to gcc 2.95.3 - -2004-06-10 09:11 alanh - - * lfs/gcc: gcc from 3.3.1 to 3.3.3 - -2004-06-10 09:11 alanh - - * lfs/file: file from 4.04 to 4.09 - -2004-06-10 09:10 alanh - - * lfs/expect: expect from 5.39.0 to 5.41.0 - -2004-06-10 09:10 alanh - - * lfs/e2fsprogs, src/patches/e2fsprogs-1.34-install.patch[DEAD], - src/patches/e2fsprogs-1.35-install.patch: e2fsprogs from 1.34 to - 1.35 - -2004-06-10 09:09 alanh - - * lfs/coreutils: coreutils from 5.0 to 5.2.1 - -2004-06-10 09:09 alanh - - * lfs/automake: automake from 1.7.6 to 1.8.4 - -2004-06-10 09:09 alanh - - * lfs/autoconf: autoconf from 2.57 to 2.59 - -2004-06-10 09:08 alanh - - * lfs/: iana-etc, lfs-utils[DEAD], mktemp: lfs-utils no longer - exists and now it's mktemp & iana-etc - -2004-06-10 09:08 alanh - - * lfs/Config: Switch to LFS 5.1 (which links to 5.1.1) - -2004-06-10 09:07 alanh - - * lfs/gawk: fix gawk - -2004-06-09 23:00 alanh - - * lfs/ipac-ng, config/ipac-ng/ipac.conf, config/ipac-ng/rules.conf, - src/rc.d/helper/writeipac.pl: upgrade ipac-ng to 1.28 which has - several bug fixes and reduces the memory requirements for - fetchipac. - -2004-06-09 13:38 alanh - - * src/patches/linux-2.4.26-proc-stat.patch: Fix bug #967044 (no - disk graphs for root on /dev/hdc,hdd or SCSI disks) - -2004-06-09 13:34 alanh - - * src/rc.d/rc.netaddress.up: Fix Gilles last commit, in which we - actually force AUTOCONNECT=on when we detect a DHCP/STATIC RED - interface now, so we only need to test for the AUTOCONNECT - option. - -2004-06-09 09:50 alanh - - * lfs/grub, src/patches/grub-0.93-gateA20.patch[DEAD]: grr, this is - actually already handled by the buggybios patch... - -2004-06-09 09:42 alanh - - * lfs/grub, src/patches/grub-0.93-gateA20.patch: borrow a fix from - grub 0.94 to fix Gate A20 - -2004-06-09 07:04 gespinasse - - * src/rc.d/rc.netaddress.up: Revert Alan change to allow again use - of 'Connect on restart' with PPPoE/PPTP and do it only when - necessary - -2004-06-08 21:29 alanh - - * lfs/snort: bugfixes for snort (upgrade to 2.1.3) - -2004-06-08 21:28 alanh - - * lfs/openswan: bugfixes for openswan (upgrade to 1.0.4) - -2004-06-08 19:22 alanh - - * lfs/cdrom: fix dependencies - -2004-06-08 18:51 alanh - - * src/install+setup/install/upgrade-v130-v140.c: add 'deny bootp' - to resolve DHCP issues. - - We may want to re-enable bootp clients, but we'd need to resolve - the netstatus.cgi and dhcp.cgi scripts to parse 'ends never' as - the lease time. - -2004-06-07 16:46 eoberlander - - * lfs/cdrom: Add Quick Start guide to docs folder. - -2004-06-07 16:23 eoberlander - - * lfs/cdrom: Change name of install-en file to version specific to - v140. - -2004-06-07 15:44 alanh - - * lfs/cdrom: The SF support team removed this file, so re-adding - it. - -2004-06-05 06:59 eoberlander - - * langs/pt/cgi-bin/pt.pl: Additions from Language Database. - -2004-06-04 20:46 eoberlander - - * src/rc.d/rc.firewall.local: Add usage hint. - -2004-06-01 00:40 gespinasse - - * html/cgi-bin/netstatus.cgi, src/rc.d/rc.bewanadsl, - src/rc.d/rc.sysinit: Fix connection status, display some - connection speed and minor fixes - -2004-05-31 18:03 rkerr - - * html/cgi-bin/index.cgi, html/cgi-bin/updates.cgi, lfs/gnupg, - lfs/stage2, src/misc-progs/installpackage.c: Move patch - verification and install logic from CGI to helper program - -2004-05-31 17:18 alanh - - * src/patches/linux-2.4.23-ssp.patch[DEAD]: use downloaded ssp - patch for linux - -2004-05-31 17:13 alanh - - * lfs/glibc: fix download & $(TARGET) - -2004-05-31 17:03 alanh - - * lfs/glibc, config/kernel/kernel.config.alpha, - config/kernel/kernel.config.i386, - config/kernel/kernel.config.i386.smp: add FRANDOM kernel patch - for newer stack smashing protection - -2004-05-31 15:32 alanh - - * lfs/glibc: update glibc stack smash protection patch - -2004-05-31 15:15 alanh - - * lfs/: gcc, gcc-2, glibc, grub, iproute2, isdn4k-utils, perl, - pulsar: update more dependencies for make.sh check - -2004-05-31 14:55 alanh - - * lfs/apache: update openswan to 1.0.4 to fix some bugs - - update make.sh check support to check more files in - lfs/apache,linux - -2004-05-31 09:02 alanh - - * lfs/apache: update modssl to 2.8.18 - -2004-05-31 05:18 gespinasse - - * lfs/linux, src/patches/linux-2.4.27-speedtch.patch: backport - speedtch 2.4.27-pre3 patch - -2004-05-30 20:44 eoberlander - - * langs/sv/install/lang_sv.c: Update from Language Database... - -2004-05-30 15:22 eoberlander - - * langs/sv/install/lang_sv.c: Update from Language Database. I - notice that most of the updates change a single backslash to a - pair of backslashes, which seems odd to me. - -2004-05-26 06:45 gespinasse - - * src/rc.d/: rc.alcatelusb, rc.alcatelusbk, rc.amedynusbadsl, - rc.bewanadsl, rc.conexantpciadsl, rc.conexantusbadsl, - rc.eagleusbadsl, rc.eciadsl, rc.fritzdsl: Remove umount/mount - usbdevfs on usb_reset because it's not effective and necessary, - don't kill modem_run on stop and minor clean up - -2004-05-24 21:37 gespinasse - - * lfs/unzip: Update due to security issues - -2004-05-24 19:55 alanh - - * lfs/ppp, src/patches/ppp-2.4.2-close.patch: fix pppd to really - close the plugin's file descriptors before exec'ing a child - process. This fixes pppoatm.so and from what I can see the - rp-pppoe to really allow re-connections when pppd terminates. - - Basically, some plugin's do not implement the close function as - they should and the run_program() call in pppd assumes that they - should. We default back to closing the returned devfd descriptor - from the plugin. - -2004-05-24 16:18 eoberlander - - * langs/la/install/lang_la.c: Update from Language Database. - -2004-05-22 18:33 eoberlander - - * langs/da/: cgi-bin/da.pl, install/lang_da.c: Additions from - Language Database. - -2004-05-18 11:10 alanh - - * lfs/apache: update apache and mod_ssl - -2004-05-16 15:19 eoberlander - - * langs/fr/install/lang_fr.c: Update from Language Database. - -2004-05-15 22:04 gespinasse - - * html/cgi-bin/graphs.cgi: Fix back link (without ucfirst) - -2004-05-15 13:33 gespinasse - - * lfs/eagle: Fix for 3Com 3cp4218 - -2004-05-14 16:15 eoberlander - - * langs/fr/install/lang_fr.c: Update from Language Database. - -2004-05-13 19:51 gespinasse - - * lfs/fcdsl: Create another fcdsl tgz with smp module - -2004-05-12 23:33 gespinasse - - * src/misc-progs/restartsquid.c: Fix wrong error message - -2004-05-12 14:59 alanh - - * src/install+setup/install/main.c: SMP fix - -2004-05-12 14:57 alanh - - * config/kernel/kernel.config.i386.smp: add a comment and the - kernel config file for SMP - -2004-05-12 14:54 alanh - - * lfs/3cp4218, lfs/Config, lfs/amedyn, lfs/cnx_pci, lfs/cxacru, - lfs/driver.img, lfs/eagle, lfs/eciadsl, lfs/fcdsl, lfs/linux, - lfs/pcmcia-cs, lfs/pulsar, lfs/scsi.img, lfs/speedtouch, - lfs/unicorn, src/install+setup/install/main.c, - src/install+setup/setup/networking.c, config/grub/grub.conf, - config/grub/scsigrub.conf, src/rc.d/rc.network, - src/rc.d/rc.sysinit: add SMP support - -2004-05-12 11:08 riddles - - * html/cgi-bin/netstatus.cgi: Only show dhcp hostname if we got one - -2004-05-12 10:58 riddles - - * src/rc.d/: rc.updatered, rc.netaddress.up: Force killing of - dnsmasq - -2004-05-12 10:41 riddles - - * src/misc-progs/: ipsecctrl.c, restartsquid.c: Remove dependency - on RED_TYPE - -2004-05-12 07:26 eoberlander - - * langs/pt/cgi-bin/pt.pl: Additions from Language Database. - -2004-05-10 21:42 gespinasse - - * src/rc.d/rc.updatered: Fix one more insecure dependency / empty - with dhcpcd (but still an error with rc.updatered Can't read - RED_TYPE when it is not defined) - -2004-05-10 09:10 riddles - - * tools/mkflash/mkflash: Fix Grub stage2 - -2004-05-10 08:49 riddles - - * tools/mkflash/mkflash: Fix mkflash fstab + grub.conf - -2004-05-10 08:06 riddles - - * config/etc/sysctl.conf: Remove conntrack_max entry - -2004-05-09 19:52 eoberlander - - * langs/da/cgi-bin/da.pl: Additions from Language Database. - -2004-05-08 14:53 eoberlander - - * html/cgi-bin/vpnmain.cgi: Make Open or Closed text white, as - black is not clear. - -2004-05-07 18:29 eoberlander - - * html/cgi-bin/vpnmain.cgi: Change test to 'if file exists' show - Key. - -2004-05-07 12:29 eoberlander - - * langs/: bz/cgi-bin/bz.pl, es/cgi-bin/es.pl, hu/cgi-bin/hu.pl, - nl/cgi-bin/nl.pl, pt/cgi-bin/pt.pl, ro/cgi-bin/ro.pl, - ru/cgi-bin/ru.pl, tr/cgi-bin/tr.pl, vi/cgi-bin/vi.pl: Remove - colon(:). - -2004-05-07 08:35 alanh - - * lfs/pulsar, src/patches/pulsar.patch: Fix broken pulsar drivers - usage of spin_lock's - -2004-05-07 08:27 riddles - - * src/misc-progs/restartsquid.c: Add fix for static red ethernet - -2004-05-06 09:28 riddles - - * src/misc-progs/ipcopbkcfg.c: Accept wildcards in backup - -2004-05-06 09:26 riddles - - * src/misc-progs/restartsquid.c: Escape VPN and RED network for - transparent proxy - -2004-05-06 07:56 eoberlander - - * langs/fi/cgi-bin/fi.pl: Update from Language Database. - -2004-05-05 09:13 eoberlander - - * langs/da/: cgi-bin/da.pl, install/lang_da.c: Update from Language - Database. - -2004-05-04 10:03 alanh - - * config/kernel/kernel.config.i386: reverse a local change - -2004-05-03 23:13 alanh - - * config/kernel/kernel.config.i386, lfs/linux, lfs/modutils, - src/patches/patch-o-matic-20030912-connlimit.patch[DEAD], - src/patches/patch-o-matic-20030912-pptp.patch[DEAD], - src/patches/patch-o-matic-20030912-rtsp.patch[DEAD], - src/patches/patch-o-matic-20031219-connlimit.patch: update to - kernel 2.4.26 & modutils 2.4.27 and adjust patch-o-matic - accordingly - -2004-05-03 08:55 riddles - - * src/rc.d/rc.updatered: Make sure gw address is not 0.0.0.0 - -2004-05-03 08:31 riddles - - * make.sh: Unmount ccache upon cleanup and exiterror - -2004-05-03 08:19 riddles - - * src/rc.d/rc.sysinit: Remove all lock files upon reboot - -2004-04-29 19:36 eoberlander - - * src/scripts/makegraphs: Fix for SF Bug 943912. - -2004-04-29 10:16 eoberlander - - * langs/sv/: cgi-bin/sv.pl, install/lang_sv.c: Update from Language - Database. - -2004-04-28 17:43 eoberlander - - * html/cgi-bin/dhcp.cgi: Swap code around. Fix for error messages - that appear when editing fixed leases. - -2004-04-28 10:48 riddles - - * lfs/linux, lfs/openswan, src/ROOTFILES.alpha: Update Openswan to - 1.0.3 - -2004-04-26 12:30 riddles - - * src/rc.d/rc.netaddress.up: Start ipsec if it wasn't started by - red - -2004-04-25 16:50 gespinasse - - * lfs/boot.img, src/install+setup/install/main.c: Only when enough - space on disk available, allow 25% of total with upper limit to - 8GBytes, cosmetic : display HTTP/FTP for network install - -2004-04-25 06:57 gespinasse - - * config/cfgroot/backup-include: Remove syslog.conf from backup for - everybody. This file fail to follow update at install. You can - put it on user.include on your own - -2004-04-24 22:06 gespinasse - - * html/cgi-bin/: shaping.cgi, xtaccess.cgi: Stay on edit mode if an - error occur - -2004-04-24 21:45 gespinasse - - * html/cgi-bin/hosts.cgi: Stay on edit mode if an error occur - -2004-04-24 14:47 eoberlander - - * html/cgi-bin/dhcp.cgi: Partial fix for bug that prevented DHCP - settings being saved. More work needed to track down spurious - error messages that appear when editing fixed leases. - -2004-04-24 10:49 rkerr - - * html/cgi-bin/shaping.cgi: Fix for bug 941002 that doesn't break - the edit function - -2004-04-24 08:12 eoberlander - - * html/cgi-bin/shaping.cgi: Roger's fix for Bug 941002. - -2004-04-23 23:11 gespinasse - - * src/rc.d/rc.bewanadsl: Warn for unsupported model - -2004-04-23 16:31 eoberlander - - * langs/sv/: cgi-bin/sv.pl, install/lang_sv.c: Update from Language - database. - -2004-04-23 09:22 riddles - - * make.sh, lfs/arping, lfs/iproute2, lfs/libnet, - src/ROOTFILES.alpha, src/misc-progs/setaliases.c: Add arping - -2004-04-22 20:02 eoberlander - - * langs/it/cgi-bin/it.pl: Update from Language database. - -2004-04-21 10:49 riddles - - * html/cgi-bin/: ddns.cgi, dhcp.cgi, dmzholes.cgi, hosts.cgi, - portfw.cgi, vpnmain.cgi, xtaccess.cgi: Add alt texts for all - legends - -2004-04-21 10:36 riddles - - * html/cgi-bin/shaping.cgi: 1kbps is not usable for shaping - -2004-04-20 12:50 alanh - - * src/: ROOTFILES.alpha, ROOTFILES.i386: add ccache entries - -2004-04-20 12:42 alanh - - * make.sh, lfs/Config, lfs/ccache, src/uClibc/Makefile, - src/patches/ccache-2.3.patch: Implement ccache - -2004-04-20 12:35 alanh - - * lfs/: 3cp4218, Config, amedyn, cnx_pci, cxacru, eagle, fcdsl, - linux, pcmcia-cs, pulsar, unicorn: Consolidate the use of KGCC - -2004-04-20 12:34 alanh - - * lfs/newt: missed one for -fomit-frame-pointer - -2004-04-20 12:32 alanh - - * lfs/: e2fsprogs, installer, kbd, kudzu, misc-progs, pciutils, - slang, sysvinit, util-linux: build even smaller binaries for the - install disk by using -fomit-frame-pointer. - -2004-04-20 08:18 eoberlander - - * langs/da/cgi-bin/da.pl: Update from Language database. - -2004-04-19 16:27 eoberlander - - * langs/cs/cgi-bin/cs.pl: Update from Language database. - -2004-04-19 14:19 alanh - - * lfs/net-tools: since we're using sed -i no need to touch files - -2004-04-19 13:12 riddles - - * src/scripts/makegraphs: Fix diskgraphs - -2004-04-19 13:02 riddles - - * lfs/inetutils, src/patches/inetutils-1.4.2-ping-1.patch, - src/scripts/makegraphs: Fix ping timeout - -2004-04-18 20:08 rkerr - - * html/cgi-bin/dhcp.cgi: In place editing - -2004-04-18 11:22 riddles - - * lfs/pcmcia-cs: SMP fix - -2004-04-17 17:23 rkerr - - * lfs/bind: Only build nsupdate and the 3 libraries it requires - instead of building the ntire bind suite - -2004-04-17 17:10 rkerr - - * html/: html/include/ipcop.css, cgi-bin/aliases.cgi, - cgi-bin/ddns.cgi, cgi-bin/dhcp.cgi, cgi-bin/dmzholes.cgi, - cgi-bin/hosts.cgi, cgi-bin/portfw.cgi, cgi-bin/shaping.cgi, - cgi-bin/wireless.cgi, cgi-bin/xtaccess.cgi: Various XHTML fixes - - * removed invalid attributes from tags * fixed a - couple of uppercase attribute name * reordered most overlapping - form & table elements * turned off form margin and padding so - reordered elements don't mess up table formating - -2004-04-17 16:23 eoberlander - - * html/cgi-bin/logs.cgi/: firewalllog.dat, ids.dat, log.dat, - proxylog.dat, summary.dat: Add Tooltips to buttons on log pages - for 'Day before' and 'Day after'. - -2004-04-17 14:22 eoberlander - - * html/cgi-bin/ddns.cgi: Add title= for tooltips: Fix for Bug No - 936789. - -2004-04-17 13:56 eoberlander - - * html/cgi-bin/shaping.cgi: Add title= for tooltips: Fix for Bug No - 936789. - -2004-04-17 09:17 eoberlander - - * html/cgi-bin/xtaccess.cgi: Add title= for tooltips: Fix for Bug - No 936789. - -2004-04-17 07:34 eoberlander - - * html/cgi-bin/vpnmain.cgi: Rearrange Legend table onto two lines. - -2004-04-16 22:46 alanh - - * make.sh: use UTC time for logging - -2004-04-16 17:40 rkerr - - * html/cgi-bin/shaping.cgi: Change to use graphical edit/delete - icons and in place editing instead of the old option based - approach - -2004-04-16 16:19 eoberlander - - * html/cgi-bin/portfw.cgi: Forward Darren's fix into v1.4.0 branch. - -2004-04-16 12:54 eoberlander - - * langs/sv/cgi-bin/sv.pl: Update from Language database. - -2004-04-16 11:07 riddles - - * html/cgi-bin/vpnmain.cgi: Show legend - -2004-04-16 10:56 riddles - - * html/cgi-bin/: ddns.cgi, hosts.cgi: Show legend - -2004-04-16 10:51 riddles - - * html/cgi-bin/: dmzholes.cgi, portfw.cgi: Show legend - -2004-04-16 09:49 riddles - - * html/cgi-bin/xtaccess.cgi: Show legend - -2004-04-16 09:40 riddles - - * html/cgi-bin/: dmzholes.cgi, vpnmain.cgi: Move blue dot to behind - the label - -2004-04-16 09:35 riddles - - * html/cgi-bin/vpnmain.cgi: Remove back button from posted page - -2004-04-16 09:29 riddles - - * html/cgi-bin/logs.cgi/firewalllog.dat: Synchronize logbox - headings - -2004-04-16 09:25 riddles - - * html/cgi-bin/credits.cgi: Remove BACK - -2004-04-16 09:25 riddles - - * html/cgi-bin/: modem.cgi, proxy.cgi: Synchronize these/this field - may be blank - -2004-04-16 09:01 riddles - - * html/cgi-bin/portfw.cgi: Add blue dot - -2004-04-15 20:58 alanh - - * lfs/: apache, perl: fix dependencies - -2004-04-15 20:38 alanh - - * lfs/: gcc, gcc-2: fix dependencies - -2004-04-15 17:11 alanh - - * lfs/ncurses: remove -j 3 because of build issues - -2004-04-15 15:59 alanh - - * lfs/glibc: correct dependencies - -2004-04-14 22:05 gespinasse - - * src/install+setup/: install/cdrom.c, install/config.c, - install/main.c, install/net.c, install/nic.c, - install/upgrade-v130-v140.c, install/usb.c, libsmooth/main.c, - libsmooth/netstuff.c, setup/dhcp.c, setup/domainname.c, - setup/hostname.c, setup/isdn.c, setup/keymap.c, setup/main.c, - setup/misc.c, setup/networking.c, setup/passwords.c, - setup/timezone.c: Fix minor compilation warnings (built-in - function log... and unused variables - -2004-04-11 20:18 eoberlander - - * html/cgi-bin/credits.cgi: Update Marco's details. - -2004-04-11 16:33 eoberlander - - * langs/: bz/cgi-bin/bz.pl, cs/cgi-bin/cs.pl, da/cgi-bin/da.pl, - es/cgi-bin/es.pl, fi/cgi-bin/fi.pl, hu/cgi-bin/hu.pl, - it/cgi-bin/it.pl, nl/cgi-bin/nl.pl, pt/cgi-bin/pt.pl, - ro/cgi-bin/ro.pl, ru/cgi-bin/ru.pl, sv/cgi-bin/sv.pl, - tr/cgi-bin/tr.pl, vi/cgi-bin/vi.pl, zh/cgi-bin/zh.pl: Update from - Language database. - -2004-04-10 11:10 riddles - - * lfs/tcpdump, src/patches/tcpdump-3.7.2-CAN-2004-01834.patch: - Tcpdump security fix - -2004-04-09 17:35 alanh - - * lfs/: coreutils, gmp, ncurses, openssh, openssl, python: - parallelize some more of the build process - -2004-04-08 05:58 gespinasse - - * src/: ROOTFILES.alpha, ROOTFILES.i386: Fix capi4k-utils update - -2004-04-07 21:41 gespinasse - - * lfs/eciadsl, src/ROOTFILES.i386, src/rc.d/rc.eciadsl: Update ECI - driver - -2004-04-07 14:10 alanh - - * lfs/capi4k-utils, - src/patches/capi4k-utils-2004-01-19-pppd242.patch[DEAD]: no - longer require capi patch for ppp 2.4.2 - -2004-04-07 14:06 alanh - - * lfs/capi4k-utils: update capi4k-utils - -2004-04-07 12:45 riddles - - * src/misc-progs/ipsecctrl.c: Fix red interface name for alias - -2004-04-07 12:40 riddles - - * lfs/snort: Snort fixes - -2004-04-07 12:31 riddles - - * src/misc-progs/ipsecctrl.c: Add alias interfaces to valid ipsec - interfaces - -2004-04-07 11:48 riddles - - * src/misc-progs/ipsecctrl.c: Allow any source port - -2004-04-07 08:13 alanh - - * lfs/busybox, src/patches/busybox-0.60.5-wget-unlink.patch: fix - for using ftp:// in the installer - -2004-04-07 08:11 alanh - - * src/install+setup/install/net.c: fix for using ftp:// on the - installer - -2004-04-05 07:12 eoberlander - - * langs/it/cgi-bin/it.pl: Language update from database. - -2004-04-05 07:04 eoberlander - - * langs/: bz/install/lang_bz.c, cs/install/lang_cs.c, - da/install/lang_da.c, de/install/lang_de.c, el/install/lang_el.c, - es/install/lang_es.c, fi/install/lang_fi.c, fr/install/lang_fr.c, - hu/install/lang_hu.c, it/install/lang_it.c, la/install/lang_la.c, - nl/install/lang_nl.c, no/install/lang_no.c, pt/install/lang_pt.c, - sv/install/lang_sv.c, tr/install/lang_tr.c: Update all installer - files, following change to lang_en.c - -2004-04-04 20:29 alanh - - * langs/en/install/lang_en.c: fix for - -2004-04-04 17:54 gespinasse - - * lfs/pulsar, src/rc.d/rc.pulsardsl: Fix unresolved symbols for - Pulsar, but the last one with printk need library update - -2004-04-04 13:02 eoberlander - - * langs/pt/cgi-bin/pt.pl: Additions from Language Database. - -2004-04-02 22:33 alanh - - * config/kernel/kernel.config.alpha, src/ROOTFILES.alpha: Build - fixes for Alpha - -2004-04-02 07:33 eoberlander - - * html/cgi-bin/dhcp.cgi: Add the word Legend in front of the key to - actions. - -2004-04-01 18:03 eoberlander - - * html/cgi-bin/logs.cgi/proxylog.dat: Fix typo (missing < ) which - broke display of drop down list of IP numbers. - -2004-04-01 15:36 alanh - - * src/install+setup/setup/networking.c: bump for segmentation fault - -2004-03-31 17:39 eoberlander - - * src/scripts/makegraphs: Possible fix for Bug No 925779, Current - System CPU graph display error. Remove two s. - -2004-03-31 12:15 riddles - - * lfs/linux: Remove openswan dir - -2004-03-31 09:38 eoberlander - - * langs/el/cgi-bin/el.pl: Language update from database. - -2004-03-30 23:03 gespinasse - - * html/cgi-bin/upload.cgi, src/rc.d/rc.alcatelusb, - src/rc.d/rc.alcatelusbk: Fix first start with V1.2 driver and rev - 4.00 setup/upload - -2004-03-29 15:05 riddles - - * make.sh: Bump version - -2004-03-29 07:53 riddles - - * config/httpd/httpd.conf: Only allow 10 concurrent connections - -2004-03-29 07:50 riddles - - * lfs/initrd: Add isa-pnp module - -2004-03-27 16:57 eoberlander - - * html/cgi-bin/upload.cgi: Tweak formatting of tables. - -2004-03-27 15:18 eoberlander - - * html/cgi-bin/upload.cgi: Fix typo - missing <. - -2004-03-27 11:52 eoberlander - - * html/cgi-bin/upload.cgi: Rename string variable used in - upload.cgi to assist translators. New variable has been added to - Language Database. - -2004-03-27 11:26 eoberlander - - * langs/: bz/cgi-bin/bz.pl, cs/cgi-bin/cs.pl, da/cgi-bin/da.pl, - el/cgi-bin/el.pl, es/cgi-bin/es.pl, fi/cgi-bin/fi.pl, - hu/cgi-bin/hu.pl, it/cgi-bin/it.pl, nl/cgi-bin/nl.pl, - pt/cgi-bin/pt.pl, ro/cgi-bin/ro.pl, ru/cgi-bin/ru.pl, - sv/cgi-bin/sv.pl, tr/cgi-bin/tr.pl, vi/cgi-bin/vi.pl, - zh/cgi-bin/zh.pl: Two language variables renamed, to support - recent changes to pppsetup.cgi. - -2004-03-27 08:18 gespinasse - - * src/rc.d/rc.conexantpciadsl: Fix Conexant Tigris, atmard way and - silent some ifconfig down - -2004-03-26 08:40 eoberlander - - * langs/: cs/cgi-bin/cs.pl, el/cgi-bin/el.pl, fr/cgi-bin/fr.pl, - hu/cgi-bin/hu.pl, la/cgi-bin/la.pl, zh/cgi-bin/zh.pl: Language - update from database. - -2004-03-26 00:25 gespinasse - - * lfs/unicorn: Fix Bewan usb dependency from usb to pci module and - usb work now! - -2004-03-23 09:58 riddles - - * lfs/openssl: Security update - -2004-03-21 20:48 gespinasse - - * html/cgi-bin/pppsetup.cgi, html/cgi-bin/upload.cgi, - src/misc-progs/ipcopbackup.c, src/rc.d/rc.alcatelusb, - src/rc.d/rc.alcatelusbk: New driver V1.2 debugging and some other - clean-up - -2004-03-21 16:39 eoberlander - - * langs/: fr/cgi-bin/fr.pl, ru/cgi-bin/ru.pl: Language update from - database. - -2004-03-21 14:17 eoberlander - - * html/cgi-bin/vpnmain.cgi: String variables have been renamed. - -2004-03-21 01:48 gespinasse - - * html/cgi-bin/pppsetup.cgi, html/cgi-bin/upload.cgi, - lfs/speedtouch, src/ROOTFILES.alpha, src/ROOTFILES.i386, - src/install+setup/install/upgrade-v130-v140.c, - src/rc.d/rc.alcatelusb, src/rc.d/rc.alcatelusbk: Driver V1.2 for - rev4.00 and better behavior for rev0.00(green stingray) - -2004-03-20 23:03 eoberlander - - * langs/: de/cgi-bin/de.pl, fi/cgi-bin/fi.pl, fr/cgi-bin/fr.pl, - la/cgi-bin/la.pl, nl/cgi-bin/nl.pl, no/cgi-bin/no.pl, - pt/cgi-bin/pt.pl, ru/cgi-bin/ru.pl: Various updates. - -2004-03-20 18:38 eoberlander - - * html/cgi-bin/: pppsetup.cgi, proxy.cgi: Add some colons. - -2004-03-20 16:31 eoberlander - - * langs/hu/cgi-bin/hu.pl: Language update from database. - -2004-03-20 09:49 eoberlander - - * langs/fr/cgi-bin/fr.pl: Language update from database. - -2004-03-20 08:17 eoberlander - - * langs/sv/cgi-bin/sv.pl: Language update from database. - -2004-03-19 15:26 rkerr - - * html/cgi-bin/ddns.cgi: Change button text to read update rather - than edit when in edit mode to be consistent with other pages - -2004-03-19 14:12 rkerr - - * src/rc.d/rc.firewall: Rely on the state engine instead of a - hardcoded list for ICMP filtering, but deny all NEW state ICMP - except ping on green (thereby stopping timestamp requests on - green) - -2004-03-19 11:46 eoberlander - - * langs/: zh/cgi-bin/zh.pl, de/cgi-bin/de.pl: Language update from - database. - -2004-03-19 07:34 gespinasse - - * config/etc/modules.conf, lfs/cnx_pci, lfs/configroot, - src/ROOTFILES.i386, src/patches/cnx_pci_yukon.patch, - src/rc.d/rc.conexantpciadsl, src/rc.d/rc.red, - src/rc.d/rc.sysinit: Work for conexant Tigris and Yukon cards and - fix for rc.red stop and some modems - -2004-03-18 22:19 eoberlander - - * langs/la/cgi-bin/la.pl: Language update from database. - -2004-03-18 13:05 eoberlander - - * langs/no/cgi-bin/no.pl: Language update from database. - -2004-03-18 11:28 eoberlander - - * langs/: cs/cgi-bin/cs.pl, el/cgi-bin/el.pl: Language update from - database. - -2004-03-18 07:49 riddles - - * config/etc/syslog.conf: Log pppd debug info to /var/log/messages - -2004-03-18 07:46 riddles - - * html/cgi-bin/pppsetup.cgi, langs/en/cgi-bin/en.pl: Debuging - should be debugging - -2004-03-17 21:47 gespinasse - - * src/rc.d/rc.alcatelusb: Unnecessary to remove usbcore - -2004-03-17 21:41 gespinasse - - * html/cgi-bin/pppsetup.cgi, langs/en/cgi-bin/en.pl, lfs/cnx_pci, - src/rc.d/rc.red: Support debug selection from web interface - -2004-03-17 17:20 riddles - - * config/kernel/kernel.config.alpha, - config/kernel/kernel.config.i386, lfs/linux, src/ROOTFILES.alpha, - src/ROOTFILES.i386, src/install+setup/libsmooth/netstuff.c: Add - NForce2 GPL support - -2004-03-17 12:52 riddles - - * make.sh, html/cgi-bin/pppsetup.cgi, html/cgi-bin/upload.cgi, - lfs/pulsar, src/ROOTFILES.i386, - src/install+setup/install/upgrade-v130-v140.c, - src/rc.d/rc.pulsardsl, src/rc.d/rc.red: Use opensource Pulsar - driver - -2004-03-17 12:50 riddles - - * src/misc-progs/restartshaping.c: Set correct r2q on htb classes - -2004-03-17 09:07 riddles - - * src/rc.d/rc.conexantpciadsl: Fixes by Filippo Carletti - -2004-03-17 09:02 riddles - - * src/rc.d/rc.sysinit: Remove lockfile on reboot - -2004-03-17 08:07 eoberlander - - * langs/zh/cgi-bin/zh.pl: Language update from database. - -2004-03-16 21:38 eoberlander - - * langs/cs/cgi-bin/cs.pl: Language update from database. - -2004-03-16 19:36 eoberlander - - * langs/no/cgi-bin/no.pl: Language update from database. - -2004-03-15 21:56 eoberlander - - * langs/: hu/cgi-bin/hu.pl, no/cgi-bin/no.pl: Language update from - database. - -2004-03-15 20:16 riddles - - * config/kernel/kernel.config.alpha, - config/kernel/kernel.config.i386, lfs/linux, - src/patches/patch-o-matic-20030912-rtsp.patch: Add rtsp conntrack - support module - -2004-03-15 18:03 eoberlander - - * langs/fi/: cgi-bin/fi.pl, install/lang_fi.c: Language update from - database. - -2004-03-15 17:54 eoberlander - - * langs/la/cgi-bin/la.pl: Language update from database. - -2004-03-15 17:49 eoberlander - - * langs/: hu/cgi-bin/hu.pl, hu/install/lang_hu.c, de/cgi-bin/de.pl: - Language update from database. - -2004-03-15 10:06 alanh - - * src/install+setup/setup/networking.c: fix seg fault when using - RED+GREEN+ORANGE+BLUE - -2004-03-15 09:50 eoberlander - - * langs/: bz/cgi-bin/bz.pl, cs/cgi-bin/cs.pl, da/cgi-bin/da.pl, - de/cgi-bin/de.pl, el/cgi-bin/el.pl, es/cgi-bin/es.pl, - fi/cgi-bin/fi.pl, fr/cgi-bin/fr.pl, hu/cgi-bin/hu.pl, - it/cgi-bin/it.pl, la/cgi-bin/la.pl, nl/cgi-bin/nl.pl, - no/cgi-bin/no.pl, pt/cgi-bin/pt.pl, ro/cgi-bin/ro.pl, - ru/cgi-bin/ru.pl, sv/cgi-bin/sv.pl, tr/cgi-bin/tr.pl, - vi/cgi-bin/vi.pl, zh/cgi-bin/zh.pl: Language database has been - stripped of phrases unused in v140. Update all translations. - -2004-03-15 09:45 eoberlander - - * langs/en/cgi-bin/en.pl: Update English from Database. - -2004-03-15 09:30 riddles - - * config/kernel/: kernel.config.alpha, kernel.config.i386: Add - tarpit support - -2004-03-15 09:23 riddles - - * tools/check_strings.pl: Add some more characters - -2004-03-14 18:24 eoberlander - - * langs/pl/cgi-bin/pl.pl: Language update from Database. - -2004-03-14 10:48 riddles - - * lfs/linux: Add TARPIT - -2004-03-14 10:44 riddles - - * src/install+setup/install/upgrade-v130-v140.c: Fix pathnames - -2004-03-13 14:32 eoberlander - - * langs/: bz/cgi-bin/bz.pl, cs/cgi-bin/cs.pl, da/cgi-bin/da.pl, - de/cgi-bin/de.pl, el/cgi-bin/el.pl, es/cgi-bin/es.pl, - fi/cgi-bin/fi.pl, fr/cgi-bin/fr.pl, hu/cgi-bin/hu.pl, - it/cgi-bin/it.pl, la/cgi-bin/la.pl, nl/cgi-bin/nl.pl, - no/cgi-bin/no.pl, pl/cgi-bin/pl.pl, pt/cgi-bin/pt.pl, - ru/cgi-bin/ru.pl, sv/cgi-bin/sv.pl, tr/cgi-bin/tr.pl, - zh/cgi-bin/zh.pl: Language update from Database. - -2004-03-13 12:53 eoberlander - - * html/cgi-bin/: gui.cgi, logs.cgi/config.dat: Fix error messages, - and back out change to logwatch level error check in config.dat. - -2004-03-13 07:15 eoberlander - - * html/cgi-bin/wireless.cgi: Rationalise log message strings, to - avoid duplication. - -2004-03-13 06:38 eoberlander - - * html/cgi-bin/proxy.cgi: Fix typo for enabled on strings. - -2004-03-13 06:12 eoberlander - - * html/cgi-bin/: remote.cgi, logs.cgi/config.dat, - logs.cgi/summary.dat: Replace double quotes with single quotes. - -2004-03-12 22:13 eoberlander - - * html/cgi-bin/logs.cgi/config.dat: Remove redundant error message, - as logwatch level is selected from a drop down menu. - -2004-03-12 21:53 eoberlander - - * html/cgi-bin/aliases.cgi: Change translation string to avoid - duplication, and use record already in Database. - -2004-03-12 20:56 eoberlander - - * html/cgi-bin/dhcp.cgi: Change text to lowercase in translation - strings. - -2004-03-12 20:53 riddles - - * src/install+setup/libsmooth/netstuff.c: Fix intel ethernet - drivername - -2004-03-12 20:43 riddles - - * html/cgi-bin/pppsetup.cgi: Oops, needs a fix - -2004-03-12 19:51 eoberlander - - * html/cgi-bin/updates.cgi: Fix typos in error message strings. - -2004-03-12 14:53 riddles - - * config/httpd/httpd.conf, lfs/apache: Disable track/trace requests - for apache - -2004-03-12 14:41 riddles - - * config/httpd/httpd.conf: Limit Apache versionstring - -2004-03-12 14:39 riddles - - * src/rc.d/rc.firewall: Limit icmp types we accept - -2004-03-12 14:09 riddles - - * lfs/ntp: Remove query options from ntpd - -2004-03-12 14:05 riddles - - * html/cgi-bin/logs.cgi/proxylog.dat: Fix empty ip list - -2004-03-12 13:53 riddles - - * lfs/openswan, src/misc-progs/ipsecctrl.c, - src/patches/openswan-1.0.1-plutoctl.patch: Fix pluto.ctl - permissions - -2004-03-12 12:35 riddles - - * make.sh: Bump version - -2004-03-12 12:35 riddles - - * html/cgi-bin/pppsetup.cgi: Fix compile errors - -2004-03-12 09:12 riddles - - * tools/check_strings.pl: Sort keys - -2004-03-12 09:07 riddles - - * tools/check_strings.pl: Add script to check for existence of - strings in cgi's etc. - -2004-03-12 08:58 eoberlander - - * langs/: de/cgi-bin/de.pl, el/cgi-bin/el.pl, la/cgi-bin/la.pl, - pl/cgi-bin/pl.pl, zh/cgi-bin/zh.pl: Language update from - Database. - -2004-03-11 18:23 riddles - - * langs/en/cgi-bin/en.pl: Remove double string - -2004-03-11 18:20 riddles - - * html/cgi-bin/vpnmain.cgi: Remove double string - -2004-03-11 13:48 riddles - - * src/rc.d/rc.red: Restart dnsmasq for static ip connections up and - down - -2004-03-11 12:55 riddles - - * config/kernel/kernel.config.alpha, - config/kernel/kernel.config.i386, - src/install+setup/install/upgrade-v130-v140.c: Replace eepro100 - with e100 driver - -2004-03-11 12:41 riddles - - * html/cgi-bin/pppsetup.cgi, src/rc.d/rc.red: Add support for - serial connection + cleanup pppsetup.cgi a bit - -2004-03-11 12:22 riddles - - * config/cfgroot/header.pl: Fix connection status display - -2004-03-11 11:42 rkerr - - * html/cgi-bin/dhcp.cgi: Don't add a semi-colon if no WINS servers - are present - -2004-03-11 11:39 riddles - - * src/rc.d/rc.red: Always allow DHCP traffic on iface - -2004-03-11 09:00 riddles - - * config/cfgroot/header.pl: Just match any character - -2004-03-11 08:43 riddles - - * html/cgi-bin/portfw.cgi: Errormessage shouldn't be local - -2004-03-11 08:36 riddles - - * src/rc.d/rc.red: Cleanup all dhcpc instances - -2004-03-11 08:32 riddles - - * src/rc.d/rc.red: Check if iface is set - -2004-03-11 08:29 riddles - - * src/rc.d/rc.red: Add pptp sync option - -2004-03-11 08:04 eoberlander - - * langs/: la/cgi-bin/la.pl, la/install/lang_la.c, no/cgi-bin/no.pl: - Language update from Database. - -2004-03-09 20:19 eoberlander - - * langs/de/cgi-bin/de.pl: Language update from Database. - -2004-03-09 20:16 rkerr - - * html/cgi-bin/logs.cgi/summary.dat: Strip trailing blanks from log - summaries, fixes the page width problem reported by roger murer - -2004-03-09 19:19 riddles - - * config/etc/profile: Add dir alias - -2004-03-09 19:16 riddles - - * html/cgi-bin/proxy.cgi: Force to use upstream proxy - -2004-03-09 18:15 rkerr - - * langs/en/cgi-bin/en.pl, lfs/logwatch: Remove unused filters added - by updating to 5.1, and tune free space display not to display - root fs twice. Also remove cron filter (it doesn't support fcron) - -2004-03-09 17:28 alanh - - * src/misc-progs/setdmzholes.c: fix setdmzholes to really define - the interfaces as strcmp returns 0 on success. - -2004-03-09 08:01 eoberlander - - * langs/: fr/cgi-bin/fr.pl, pl/cgi-bin/pl.pl, zh/cgi-bin/zh.pl: - Language update from Database. - -2004-03-08 20:09 eoberlander - - * html/cgi-bin/credits.cgi: Update translators. - -2004-03-08 17:58 eoberlander - - * langs/: el/cgi-bin/el.pl, pl/cgi-bin/pl.pl: Language update from - Database. - -2004-03-08 08:37 riddles - - * html/cgi-bin/dhcp.cgi, langs/en/cgi-bin/en.pl, - src/install+setup/install/upgrade-v130-v140.c: Secondary WINS - server support - -2004-03-08 08:22 riddles - - * src/scripts/setddns.pl: Remove already-up-to-date message - -2004-03-08 08:07 riddles - - * src/rc.d/rc.firewall: Further limit loopback traffic - -2004-03-08 07:16 riddles - - * src/rc.d/rc.firewall: Move dmzholes - -2004-03-08 07:00 riddles - - * src/rc.d/rc.firewall: Orange dmzholes fix - -2004-03-07 06:58 eoberlander - - * langs/: de/cgi-bin/de.pl, pl/cgi-bin/pl.pl: Language update from - Database. - -2004-03-06 17:56 eoberlander - - * langs/: cs/cgi-bin/cs.pl, el/cgi-bin/el.pl, fr/cgi-bin/fr.pl, - no/cgi-bin/no.pl, pl/cgi-bin/pl.pl: Language update from - Database. - -2004-03-06 14:58 eoberlander - - * html/cgi-bin/index.cgi, langs/en/cgi-bin/en.pl: Add translation - strings for javascript menu failure. - -2004-03-06 10:45 gespinasse - - * config/cfgroot/header.pl: Fix refresh on index.cgi with dhcp - -2004-03-06 09:59 gespinasse - - * html/cgi-bin/index.cgi: Fix refresh on index.cgi but only for - PPP, next will follow - -2004-03-06 08:20 eoberlander - - * langs/pl/cgi-bin/pl.pl: Language update from Database. - -2004-03-05 09:30 riddles - - * config/cfgroot/header.pl: Delete aliases menu option unless red - ethernet is static - -2004-03-05 09:00 riddles - - * src/rc.d/rc.firewall: No need to specifically drop traffic to - ipsec+ - -2004-03-05 08:42 riddles - - * langs/en/cgi-bin/en.pl: Fix logwatch httpd header - -2004-03-05 08:41 riddles - - * config/cfgroot/header.pl: Remove proxy logs menu entry - -2004-03-05 08:37 riddles - - * src/: ROOTFILES.alpha, ROOTFILES.i386: Remove some of the - Net::DNS files - -2004-03-05 08:02 eoberlander - - * langs/: bz/install/lang_bz.c, da/cgi-bin/da.pl, de/cgi-bin/de.pl, - es/cgi-bin/es.pl, fr/cgi-bin/fr.pl, fr/install/lang_fr.c, - la/cgi-bin/la.pl, nl/cgi-bin/nl.pl, no/cgi-bin/no.pl, - pl/cgi-bin/pl.pl, ru/cgi-bin/ru.pl, sv/cgi-bin/sv.pl, - tr/cgi-bin/tr.pl: Language update from Database. - -2004-03-05 07:33 riddles - - * src/scripts/makegraphs: Force graphs to use English texts - -2004-03-05 07:14 eoberlander - - * src/: ROOTFILES.alpha, ROOTFILES.i386: Fix for Bug 909998, - missing Net::DNS file. - -2004-03-05 07:05 eoberlander - - * make.sh: Bump version number. - -2004-03-04 14:55 riddles - - * config/cfgroot/header.pl: Fix typo - -2004-03-04 12:12 riddles - - * config/httpd/httpd.conf: Start and run less servers - -2004-03-04 12:05 riddles - - * config/cfgroot/header.pl: Filter more menu entries - -2004-03-04 12:00 riddles - - * config/cfgroot/header.pl: Limit menu item display for blue and - orange - -2004-03-04 11:45 alanh - - * src/misc-progs/restartwireless.c: Use the LOG_DROP rule instead - of DROP, so we can see what's happening on the BLUE dev - -2004-03-04 11:04 alanh - - * lfs/grub, src/patches/grub-0.93-rtl8139.patch: another grub patch - -2004-03-04 11:03 alanh - - * lfs/snort: allow snort to be built with -j 3 - -2004-03-04 10:48 riddles - - * src/misc-progs/restartwireless.c: Fix jump to dmzholes - -2004-03-04 10:43 riddles - - * config/cfgroot/header.pl, html/cgi-bin/dmzholes.cgi, - langs/en/cgi-bin/en.pl, src/misc-progs/restartwireless.c: Fix - dmzholes - -2004-03-04 10:39 riddles - - * lfs/glibc: Fix patchname - -2004-03-04 08:53 riddles - - * make.sh: Update version +------------------------------------------------------------------------ diff --git a/doc/README b/doc/README deleted file mode 100644 index b828a43474..0000000000 --- a/doc/README +++ /dev/null @@ -1,22 +0,0 @@ -General -------- -This is the first version of IPCop. It was originally based on Smoothwall, -but the distribution is actually built from source. - -License -------- -All of the code included in this release has been distributed under the GPL. -You should find a copy of the GPL included. - -Building ------------- -First, do : chmod 755 make.sh -Build using : ./make.sh build -Cleanup using: ./make.sh clean - -The building will also rebuild the Linux kernel. With the ipsec patches -applied, I have only managed to build the kernel using kgcc. gcc 2.9.6 and -gcc 3.0.1 failed to build the kernel!!! - -If you have any questions, remarks or patches, please send me an e-mail. -Mark Wormgoor diff --git a/doc/make.sh-usage b/doc/make.sh-usage index 576a0b16d8..bf1c3c4f0a 100644 --- a/doc/make.sh-usage +++ b/doc/make.sh-usage @@ -4,13 +4,13 @@ Standard use commands in the order you may need them. clean : erase build and log to recompile everything from scratch Optional - gettoolchain : optionally load from sourceforge a precompilated toolchain + gettoolchain : optionally load from ipfire.org a precompilated toolchain package. This solve some compilation issues on old or very recent distributions and save 20% of next full building time. If you want to use it, do it before build step Maintainer / advanced commands - changelog : Update doc/Changelog from CVS messages log + changelog : Loads the latest changelog from SVN. check : Test if packages files are still available for download This is faster on http URL with --spider,but still slow on ftp because of real load. @@ -18,12 +18,8 @@ Maintainer / advanced commands another time dist : Mainly produce a diff from previous version to track wich files have been changed - newupdate : Add on CVS structure for new update directory and files - rootfiles : Goal is to create update/x/ROOTFILES automatically in the - futur. Build md5 of all included files in iso and list of - changed or removed files (not yet fully usable at some - packages include a compilation timestamp, so md5 change at - every compilation) +newpak : Create a new package with name: . toolchain : Create our own toolchain package to save 20% of build time. shell : Enter a shell inside the chroot, used to tune lfs script and / or during kernel upgrade to rebuild a new .config + update : Loads the latest source files from SVN. diff --git a/doc/packages-list.txt b/doc/packages-list.txt index fd3a205320..4b5ed6e7a0 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -34,6 +34,7 @@ * capi4k-utils-2004-10-06 * ccache-2.3 * cdrtools-2.01 + * clamav-0.88.2 * coreutils-5.93 * cups-1.1.23-source * cxacru-2003-10-05 @@ -155,6 +156,7 @@ * pwlib-ipfire1 * rp-pppoe-3.5 * rrdtool-1.0.49 + * rsync-2.6.8 * samba-3.0.22 * sane-backends-1.0.17 * sed-4.0.9 diff --git a/html/cgi-bin/credits.cgi b/html/cgi-bin/credits.cgi index 7811e576df..96b71b3389 100644 --- a/html/cgi-bin/credits.cgi +++ b/html/cgi-bin/credits.cgi @@ -1,12 +1,10 @@ #!/usr/bin/perl # -# SmoothWall CGIs +# IPFire CGIs # # This code is distributed under the terms of the GPL # -# (c) The SmoothWall Team -# -# $Id: credits.cgi,v 1.11.2.30 2006/01/08 13:33:36 eoberlander Exp $ +# (c) The IPFire Team # use strict; @@ -29,338 +27,19 @@ require "${General::swroot}/header.pl"; print <
Besuchen sie uns auf http://www.ipfire.org/
- -

Main Credits
-Project Member - Mark Wormgoor -(mark\@wormgoor.com)
-Project Member & Configuration backup/restore - Eric S. Johansson -(esj\@harvee.billerica.ma.us)
-Project Member - Jack Beglinger -(jackb_guppy\@yahoo.com)
-Developer - Darren Critchley -(darrenc\@telus.net)
-Developer - Robert Kerr -(LittleThor\@xsw.terminator.net)
-Developer - Alan Hourihane -(alanh\@fairlite.demon.co.uk)
-ADSL Developer - Gilles Espinasse -(g.esp.ipcop\@free.fr)
-Perl Developer - Franck Bourdonnec -(fbourdonnec\@chez.com)
-Testing - Dave Roberts -(dave\@daver.demon.co.uk)
-Website Design + Graphics - Seth Bareiss -(seth\@fureai-ch.ne.jp)
-Documentation - Harry Goldschmitt -(harry\@hgac.com)
-Red IP Aliasing - Steve Bootes -(Steve\@computingdynamics.co.uk)
-Static DHCP Addresses - Graham Smith -(grhm\@grhm.co.uk)
-Squid graphs - Robert Wood -(rob\@empathymp3.co.uk)
-Time Synchronization - Eric Oberlander -(eric\@oberlander.co.uk)
-Backup - Tim Butterfield -(timbutterfield\@mindspring.com)
-DOV Support and Improved Dual ISDN Support - Traverse Technologies -(http://www.traverse.com.au/)
-Traffic Shaping - David Kilpatrick -(dave\@thunder.com.au)
-Improved VPN Documentation - Christiaan Theron -(christiaan.theron\@virgin.net)
-

- -

Translations
-Rebecca Ward - Translation Coordinator -(rebeccaaward\@cox.net)
-Marco van Beek - Website Translation Database Developer -(mvanbeek\@supporting-role.co.uk)
-Brazilian Portuguese:
-  Edson-Empresa -(soma2\@somainformatica.com.br)
-  Claudio Corrêa Porto -(claudio\@tsasp.com.br)
-  Adilson Oliveira -(adilson\@linuxembarcado.com.br)
-  Mauricio Andrade -(mandrade\@mma.com.br)
-  Wladimir Nunes -(wnunes\@treesystems.com.br)
-Chinese (Simplified):
-  Vince Chu -(chuhei\@beunion.net)
-  Yuan-Chen Cheng -(ycheng\@wiscore.com)
-  Sohoguard -(sohoguard\@hotmail.com)
-Chinese (Traditional):
-  Ronald Ng -(mwpmo\@hotmail.com)
-Czech:
-  Petr Dvoracek -(mandrake\@tiscali.cz)
-  Jakub Moc -(Jakub.Moc\@seznam.cz)
-Danish:
-  Michael Rasmussen -(mir\@datanom.net)
-Dutch:
-  Gerard Zwart -(zwartg\@home.nl)
-  Berdt van der Lingen -(berdt\@xs4all.nl)
-  Tony Vroon -(mrchainsaw\@users.sourceforge.net)
-  Mark Wormgoor
-  Maikel Punie -(maikel.punie\@gmail.com)
-English:
-  Jack Beglinger -(jackb_guppy\@yahoo.com)
-  James Brice -(jbrice\@jamesbrice.com
-  Tim Butterfield -(timbutterfield\@mindspring.com)
-  Chris Clancey -(chrisjc\@amoose.com)
-  Harry Goldschmitt -(harry\@hgac.com)
-  John Kastner -(john\@kastner.us)
-  Eric Oberlander -(eric\@oberlander.co.uk)
-  Stephen Pielschmidt -(stephen.pielschmidt\@sfp.com.au)
-  Peter Walker -(peter.walker\@stockfast.co.uk)
-Finnish:
-  Kai Käpölä -(kai\@kapola.fi)
-French:
-  Bertrand Sarthre -(zetrebu\@softhome.net)
-  Michel Janssens -(micj\@ixus.net)
-  Erwann Simon -(esn\@infobi.com) (wann\@ixus.net)
-  Patrick Bernaud -(patrickbernaud\@users.sourceforge.net)
-  Marc Faid\'herbe -(marc\@decad.fr)
-  Eric Legigan -(eric.legigan\@wanadoo.fr)
-  Eric Berthomier -(ebr\@infobi.com)
-  Stéphane Le Bourdon -(stephane.lebourdon\@free.fr)
-  Stéphane Thirion -(sthirion\@activlan.com)
-  Jan M. Dziewulski -(jan\@dziewulski.com)
-  -(spoutnik\@inbox.lv)
-  Eric -(darriak\@users.sourceforge.net)
-  Eric Boniface -(ericboniface\@chez.com)
-  Franck Bourdonnec -(fbourdonnec\@chez.com)
-German:
-  Dirk Loss -(dloss\@uni-muenster.de)
-  Ludwig Steininger -(antispam1eastcomp\@gmx.de)
-  Helmet -(list\@metatalk.de)
-  Markus -(mstl\@gmx.de)
-  Michael Knappe -(michael.knappe\@chello.at)
-  Michael Linke -(linke\@netmedia.de)
-  Richard Hartmann -(linux\@smhsoftware.de)
-  Ufuk Altinkaynak -(ufuk.altinkaynak\@wibo-werk.com)
-  Gerhard Abrahams -(g.abrahams\@gmx.de)
-  Benjamin Kohberg -(b.kohberg\@pci-software.de)
-  Samuel Wiktor -(samuel.wiktor\@stud.tu-ilmenau.de)
-Greek:
-  Spyros Tsiolis -(info\@abaxb2b.com)
-  A. Papageorgiou -(apap\@freemail.gr)
-  G. Xrysostomou -(gxry\@freemail.gr)
-Hungarian:
-  Ádám Makovecz -(adam\@makovecz.hu)
-  Ferenc Mányi-Szabó -(asd1234\@freemail.hu)
-Italian:
-  Fabio Gava -(fabio.gava\@bloomtech.it)
-  Antonio Stano -(admin\@securityinfos.com)
-  Marco Spreafico -(marco\@yetopen.it)
-Latino Spanish:
-  Fernando Díaz -(fernando.diaz\@adinet.com.uy)
-Lithuanian:
-  Aurimas FiÅ¡eras -(aurimas\@gmail.com)
-  Rodion Kotelnikov -(r0dik\@takas.lt)
-Norwegian:
-  Morten Grendal -(morten\@grendal.no)
-  Alexander Dawson -(daftkid\@users.sourceforge.net)
-  Mounir S. Chermiti -(mounir\@solidonline.org)
-  Runar Skraastad -(rus-\@home.no)
-  Alf-Ivar Holm -(alfh\@ifi.uio.no)
-Persian (Farsi):
-  Ali Tajik -(trosec113\@gmail.com)
-  A T Khalilian
-Polish:
-  Jack Korzeniowski -(jk2002\@mail.com)
-  Piotr -(piotr\@esse.pl)
-  Andrzej Zolnierowicz -(zolnierowicz\@users.sourceforge.net)
-  Remi Schleicher -(remi(dot)schleicher(at)phreaker(dot)net)
-Portuguese:
-  Luis Santos -(luis\@ciclo2000.com)
-  Renato Kenji Kano -(renato_kenji\@users.sourceforge.net)
-  Mark Peter -(mark\@markpeter.com)
-  Wladimir Nunes -(wnunes\@users.sourceforge.net)
-  Daniela Cattarossi -(daniela\@netpandora.com)
-Romanian:
-  Viorel Melinte -(viorel.melinte\@hidro.ro)
-Russian/Ukranian:
-  Vladimir Grichina -(vgua\@users.sourceforge.net)
-  Vitaly Tarasov -(vtarasov\@knoa.com)
-  Rodion Kotelnikov -(r0dik\@takas.lt)
-Slovak:
-  MiloÅ¡ Mráz -(Milos.Mraz\@svum.sk)
-  Drlik Zbynek -(denix\@host.sk)
-Slovenian:
-  Miha Martinec -(miha\@martinec.si)
-  Grega Varl -(gregav\@finea-holding.si)
-Somali:
-  Arnt Karlsen -(arnt\@c2i.net)
-  Mohamed Musa Ali -(alimuse\@hotmail.com)
-  Michael Spann -(dr-ms\@lycos.de)
-Spanish:
-  Curtis Anderson -(curtis_anderson\@curtisanderson.com)
-  Diego Lombardia -(Diego.Lombardia\@IT-Plus.com.ar)
-  Mark Peter -(mark\@markpeter.com)
-  QuiQue Soriano -(jqsoriano\@hotmail.com)
-  David Cabrera Lozano -(silews\@users.sourceforge.net)
-  Jose Sanchez -(jsanchez\@cyberdude.com)
-  Santiago Cassina -(scap2000\@yahoo.com)
-  Marcelo Zunino -(cezuni\@adinet.com.uy)
-  Alfredo Matignon -(amatignon\@softhome.net)
-  Juan Janczuk -(jjanzcuk\@msn.com)
-Swedish:
-  Anders Sahlman -(anders.sahlman\@dataunit.se)
-  Christer Jonson -(christer.jonson\@swipnet.se)
-Thai:
-  Touchie -(pongsathorns\@se-ed.net)
-Turkish:
-  Ismail Murat Dilek -(olive\@zoom.co.uk)
-  Emre Sumengen -
-Vietnamese:
-  Le Dinh Long -(longld\@yahoo.com)
-

- -

Smoothwall
-IPCop is partially based on the Smoothwall GPL -version, v0.9.9. We are grateful to them for both inspiring this product and -giving us the codebase to work with. Smoothwall was developed by: -

+
Visit us on http://www.ipfire.org/

-Founder and Project Manager - Richard Morrell -(richard\@smoothwall.org)
-Development Team Leader and Author - Lawrence Manning -(lawrence\@smoothwall.org)
-Dan Goscomb - Architecture team leader, Core Developer & Perl Guru -(dang\@smoothwall.org)
-Paul Tansom - Worldwide Community Liason -(paul\@smoothwall.org)
-William Anderson - Worldwide Online Team Manager & Webmanager -(neuro\@smoothwall.org)
-Rebecca Ward - Worldwide Online Support Manager -(becca\@smoothwall.org)
-Bill Ward - US Support & Evangelist -(bill\@smoothwall.org)
-Chris Ross - Chief Wizard -(chris\@smoothwall.org)
-Mark Wormgoor - ISDN Lead Developer -(mark\@wormgoor.com)
-Eric Johansson - US Team Leader -(esj\@harvee.billerica.ma.us)
-Dan Cuthbert - Lead Security Manager -(security\@smoothwall.org)
-Pierre-Yves Paulus - Belgian Team Leader and PPPoE guru -(pauluspy\@easynet.be)
-John Payne - DNS & Tech Contibutor -(john\@sackheads.org)
-Adam Wilkinson - VPN Assistance -(aaw10\@hslmc.cam.ac.uk)
-Jez Tucker - Testing -(jez\@rib-it.org)
-Pete Guyan - Tech testing & Input -(pete\@snowplains.org)
-Nigel Fenton - Development and Testing -(nigel.fenton\@btinternet.com)
-Bob Dunlop - The Guru's Guru & Code Magician -(rjd\@xyzzy.clara.co.uk)
+

IPFire is based on IPCop and Smoothwall. Many thanks to its developers for this great piece of software.
+ +

Credits:
+Projektleiter - Michael Tremer +(m.s.tremer\@gmail.com)
+Projektmitglied & Sponsor - Detlef Lampart +(info\@delaco.de)
+Projektmitglied & Webinterfacedesign - Benedikt Correll +(benedikt_correll\@hotmail.com)
+...to be continued

-
END ; diff --git a/lfs/clamav b/lfs/clamav new file mode 100644 index 0000000000..824be720e5 --- /dev/null +++ b/lfs/clamav @@ -0,0 +1,82 @@ +############################################################################### +# This file is part of the IPCop Firewall. # +# # +# IPCop is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 2 of the License, or # +# (at your option) any later version. # +# # +# IPCop is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with IPCop; if not, write to the Free Software # +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +# # +# Makefiles are based on LFSMake, which is # +# Copyright (C) 2002 Rod Roard # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 0.88.2 + +THISAPP = clamav-$(VER) +DL_FILE = $(THISAPP).tar.gz +DL_FROM = $(URL_SFNET)/clamav +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = f0a1c610a1fb70bd748a08bea69c736c + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +dist: + make-packages.sh clamav $(THISAPP)-ipfire-beta-1 + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc/clamav + cd $(DIR_APP) && make + cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/lfs/linux_orig b/lfs/linux_orig deleted file mode 100644 index 9ebcb6bebf..0000000000 --- a/lfs/linux_orig +++ /dev/null @@ -1,310 +0,0 @@ -############################################################################### -# This file is part of the IPCop Firewall. # -# # -# IPCop is free software; you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation; either version 2 of the License, or # -# (at your option) any later version. # -# # -# IPCop is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with IPCop; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -# Makefiles are based on LFSMake, which is # -# Copyright (C) 2002 Rod Roard # -# # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: linux,v 1.42.2.63 2006/01/30 12:51:21 franck78 Exp $ -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 2.4.31 - -THISAPP = linux-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_KERNEL)/linux/kernel/v2.4 -DIR_APP = $(DIR_SRC)/$(THISAPP) -CFLAGS = -CXXFLAGS = - -# Normal build or /tools build. -# -ifeq "$(ROOT)" "" -ifeq "$(LFS_PASS)" "ipcop" -ifeq "$(SMP)" "" - TARGET = $(DIR_INFO)/$(THISAPP)-ipcop -endif -ifeq "$(SMP)" "1" - TARGET = $(DIR_INFO)/$(THISAPP)-ipcop-smp -endif -ifeq "$(SMP)" "installer" - TARGET = $(DIR_INFO)/$(THISAPP)-ipcop-installer -endif -else - TARGET = $(DIR_INFO)/$(THISAPP) -endif -else - TARGET = $(DIR_INFO)/$(THISAPP)-tools -endif - -# make a kernel/iptables diff in build/usr/src to control patch system when DIFFCONTROL = yes -DIFFCONTROL = yes -############################################################################### -# Top-level Rules -############################################################################### -objects =$(DL_FILE) \ - openswan-1.0.10.tar.gz \ - iptables-1.3.4.tar.bz2 \ - patch-o-matic-ng-20050918.tar.bz2 \ - patch-o-matic-ng-20051229.tar.bz2 - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) -openswan-1.0.10.tar.gz = http://www.openswan.org/download/openswan-1.0.10.tar.gz -iptables-1.3.4.tar.bz2 = http://www.netfilter.org/projects/iptables/files/iptables-1.3.4.tar.bz2 -patch-o-matic-ng-20050918.tar.bz2 = http://ftp.netfilter.org/pub/patch-o-matic-ng/snapshot/patch-o-matic-ng-20050918.tar.bz2 -patch-o-matic-ng-20051229.tar.bz2 = http://ftp.netfilter.org/pub/patch-o-matic-ng/snapshot/patch-o-matic-ng-20051229.tar.bz2 - -$(DL_FILE)_MD5 = ea3f99fc82617886059d58d0644dab26 -openswan-1.0.10.tar.gz_MD5 = 3767814e3c080d146a8c7233dc31e0a9 -iptables-1.3.4.tar.bz2_MD5 = fdff8abe890807968226b0c374335305 -patch-o-matic-ng-20050918.tar.bz2_MD5 = 5af06b5d1430a8ce6f2c6d8ead2f8365 -patch-o-matic-ng-20051229.tar.bz2_MD5 = f68169268dbfc30acfeab159be279752 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -md5 : $(subst %,%_MD5,$(objects)) - -############################################################################### -# Downloading, checking, md5sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_MD5,$(objects)) : - @$(MD5) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) $(DIR_SRC)/linux && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_SRC) && ln -sf linux-$(VER) linux - cd $(DIR_APP) && sed -i -e 's/-Werror//' drivers/scsi/aic7xxx/Makefile - # fix 2.4.31 invalid assembler code. Patch is included in 2.4.32 kernel source - cd $(DIR_SRC) && patch -p0 < $(DIR_SRC)/src/patches/linux-2.4-seg-4.patch - - # Openswan - cd $(DIR_SRC) && rm -rf openswan-* - cd $(DIR_SRC) && tar xfz $(DIR_DL)/openswan-1.0.10.tar.gz - cd $(DIR_SRC)/openswan-1.0.10 && patch -Np1 < $(DIR_SRC)/src/patches/openswan-1.0.1-plutoctl.patch - cd $(DIR_SRC)/openswan-1.0.10 && patch -Np1 < $(DIR_SRC)/src/patches/openswan-1.0.6-numif.patch - cd $(DIR_SRC)/openswan-1.0.10 && sed -i 's+^KERNELSRC.*$$+KERNELSRC=$(ROOT)/usr/src/linux-$(VER)+' Makefile.inc - cd $(DIR_SRC)/openswan-1.0.10 && sed -i -e 's/local\/sbin/local\/sbin:\/tools\/bin/' utils/patcher - cd $(DIR_SRC)/openswan-1.0.10 && make insert - - # Iptables - cd $(DIR_SRC) && rm -rf iptables-* $(DIR_SRC)/iptables - cd $(DIR_SRC) && tar xfj $(DIR_DL)/iptables-1.3.4.tar.bz2 - cd $(DIR_SRC) && ln -sf iptables-1.3.4 iptables - -ifeq "$(DIFFCONTROL)" "yes" - # optional control of patching system - cd $(DIR_APP) && make distclean # After patching, distclean remove .c~ .h~ but add .config.default - cd $(DIR_SRC) && rm -rf linux-$(VER)-origin iptables-1.3.4-origin - cd $(DIR_SRC) && cp -rf linux-$(VER) linux-$(VER)-origin - cd $(DIR_SRC) && cp -rf iptables-1.3.4 iptables-1.3.4-origin -endif - # Used to revert to old 'string' implementation as it is the only one know by pom for kernel 2.4 - cd $(DIR_SRC)/iptables-1.3.4 && patch -Np1 -R < $(DIR_SRC)/src/patches/iptables-1.3.4-old-string.patch - - # Patch-o-matic - cd $(DIR_SRC) && rm -rf patch-o-matic* - - # Install extensions no more available on later pom snapshots, - # 20050918 is the last with old extensions - cd $(DIR_SRC) && tar xfj $(DIR_DL)/patch-o-matic-ng-20050918.tar.bz2 - cd $(DIR_SRC)/patch-o-matic-ng-20050918/patchlets && \ - cp -f $(DIR_SRC)/src/patches/patch-o-matic-ng-20040621_nf-log_2.4.29.patch nf-log/linux-2.4.patch - - cd $(DIR_SRC)/patch-o-matic-ng-20050918 && ./runme --batch \ - --kernel-path=$(ROOT)/usr/src/linux/ \ - --iptables-path=$(ROOT)/usr/src/iptables/ \ - IPV4OPTSSTRIP NETLINK NETMAP REJECT SAME TARPIT TTL connlimit cuseeme-nat dstlimit \ - fuzzy h323-conntrack-nat iprange mms-conntrack-nat mport nf-log nth pool \ - pptp-conntrack-nat psd quake3-conntrack-nat quota random raw realm rtsp-conntrack \ - set string time u32 - - # More recent pom-ng snapshot with updates for - # ipv4options, osf - cd $(DIR_SRC) && rm -rf patch-o-matic* - cd $(DIR_SRC) && tar xfj $(DIR_DL)/patch-o-matic-ng-20051229.tar.bz2 - - cd $(DIR_SRC)/patch-o-matic-ng-20051229 && ./runme --batch \ - --kernel-path=$(ROOT)/usr/src/linux/ \ - --iptables-path=$(ROOT)/usr/src/iptables/ \ - ipv4options osf - - # This patch changes /proc/net/ip_conntrack to mode 0440 - # and messes up the connections.cgi page. So remove it for now. - # As of 2.4.27 it's in as standard, use the patch to reverse the change. - cd $(DIR_APP) && patch -Np1 -R < $(DIR_SRC)/src/patches/pom-ng_proc-net-conntrack-permissions.patch - - -ifeq "$(DIFFCONTROL)" "yes" - # optional control of patching system - cd $(DIR_APP) && make distclean # remove .c~ .h~ due to patches - cd $(DIR_SRC)/iptables-1.3.4 && make distclean - # ignore error on difference as we patch for that - -cd $(DIR_SRC) && diff -Nur linux-$(VER)-origin linux-$(VER) > pom-ng.diff - -cd $(DIR_SRC) && diff -Nur iptables-1.3.4-origin iptables-1.3.4 >> pom-ng.diff - cd $(DIR_SRC) && rm -rf linux-$(VER)-origin iptables-1.3.4-origin -endif - -ifeq "$(SMP)" "" - # Only do this once on the non-SMP pass - cd $(DIR_SRC) && tar czf $(DIR_DL)/iptables-fixed.tar.gz iptables-1.3.4 -endif - - # Olitec isdn gazel patch - cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/linux-2.4.23-olitec-isdn.patch - - # Fix /proc/stat output - cd $(DIR_APP) && patch -Np2 < $(DIR_SRC)/src/patches/linux-2.4.26-proc-stat.patch - - # Fix libata-core.c - # cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/linux-2.4.26-scsi.patch - - # frandom patch - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.4.27-frandom-2.patch - - # Propolice - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.4.27-ssp-1.patch - - # Support ppp-2.4.3 multilink behavior (terminate when no channel is connected) - # need updated libpcap older than 0.8.3 - # cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/ppp_generic-ppp-2.4.3_multilink.patch - - # R8169 clone D-link GSE-528T - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.4.29_r8169clone.patch - - # Cleanup kernel source - cd $(DIR_APP) && make mrproper -ifeq "$(ROOT)" "" -ifeq "$(LFS_PASS)" "ipcop" -ifeq "$(SMP)" "" - cp $(DIR_SRC)/config/kernel/kernel.config.$(MACHINE) $(DIR_APP)/.config -endif -ifeq "$(SMP)" "1" - cp $(DIR_SRC)/config/kernel/kernel.config.$(MACHINE).smp $(DIR_APP)/.config -endif -ifeq "$(SMP)" "installer" - cp $(DIR_SRC)/config/kernel/kernel.config.$(MACHINE).installer $(DIR_APP)/.config - cd $(DIR_APP) && sed -i -e 's/-O2/-Os/g' Makefile -endif - - cd $(DIR_APP) && make CC="$(KGCC)" oldconfig - cd $(DIR_APP) && make CC="$(KGCC)" dep - cd $(DIR_APP) && make CC="$(KGCC)" clean - if [ "$(MACHINE)" = "i386" -a "$(SMP)" = "" ]; then \ - cd $(DIR_APP) && make -j 3 CC="$(KGCC)" bzImage; \ - cd $(DIR_APP) && cp arch/$(MACHINE)/boot/bzImage /boot/vmlinuz-$(VER); \ - cd $(DIR_APP) && cp System.map /boot/System.map-$(VER); \ - ln -sf vmlinuz-$(VER) /boot/vmlinuz; \ - ln -sf System.map-$(VER) /boot/System.map; \ - cd $(DIR_APP) && make CC="$(KGCC)" modules; \ - cd $(DIR_APP) && make CC="$(KGCC)" modules_install; \ - elif [ "$(MACHINE)" = "i386" -a "$(SMP)" = "1" ]; then \ - cd $(DIR_APP) && sed -i -e 's/EXTRAVERSION\ =/EXTRAVERSION\ =\ -smp/' Makefile; \ - cd $(DIR_APP) && make -j 3 CC="$(KGCC)" bzImage; \ - cd $(DIR_APP) && cp arch/$(MACHINE)/boot/bzImage /boot/vmlinuz-$(VER)-smp; \ - cd $(DIR_APP) && cp System.map /boot/System.map-$(VER)-smp; \ - ln -sf vmlinuz-$(VER)-smp /boot/vmlinuz-smp; \ - cd $(DIR_APP) && make CC="$(KGCC)" modules; \ - cd $(DIR_APP) && make CC="$(KGCC)" modules_install; \ - elif [ "$(MACHINE)" = "i386" -a "$(SMP)" = "installer" ]; then \ - cd $(DIR_APP) && make -j 3 CC="$(KGCC)" bzImage; \ - cd $(DIR_APP) && cp arch/$(MACHINE)/boot/bzImage /boot/vmlinuz-installer; \ - elif [ "$(MACHINE)" = "alpha" ]; then \ - cd $(DIR_APP) && make -j 3 CC="$(KGCC)" vmlinux; \ - cd $(DIR_APP) && gzip -9c vmlinux > /boot/vmlinuz-$(VER); \ - cd $(DIR_APP) && cp System.map /boot/System.map-$(VER); \ - ln -sf vmlinuz-$(VER) /boot/vmlinuz; \ - ln -sf System.map-$(VER) /boot/System.map; \ - cd $(DIR_APP) && make CC="$(KGCC)" modules; \ - cd $(DIR_APP) && make CC="$(KGCC)" modules_install; \ - fi - # remove symlinked pcmcia directory -ifeq "$(SMP)" "" - rm -rf /lib/modules/$(VER)/pcmcia - find /lib/modules/$(VER)/ -name '*.o' -a -type f | xargs gzip -f9 - - # Move these SCSI drivers into same directory for probescsi.sh - mv -f /lib/modules/$(VER)/kernel/drivers/scsi/aic7xxx/* /lib/modules/$(VER)/kernel/drivers/scsi - rm -rf /lib/modules/$(VER)/kernel/drivers/scsi/aic7xxx - mv -f /lib/modules/$(VER)/kernel/drivers/scsi/aacraid/* /lib/modules/$(VER)/kernel/drivers/scsi - rm -rf /lib/modules/$(VER)/kernel/drivers/scsi/aacraid - mv -f /lib/modules/$(VER)/kernel/drivers/scsi/sym53c8xx_2/* /lib/modules/$(VER)/kernel/drivers/scsi - rm -rf /lib/modules/$(VER)/kernel/drivers/scsi/sym53c8xx_2 -endif -ifeq "$(SMP)" "1" - rm -rf /lib/modules/$(VER)-smp/pcmcia - find /lib/modules/$(VER)-smp/ -name '*.o' -a -type f | xargs gzip -f9 - - # Move these SCSI drivers into same directory for probescsi.sh - mv -f /lib/modules/$(VER)-smp/kernel/drivers/scsi/aic7xxx/* /lib/modules/$(VER)-smp/kernel/drivers/scsi - rm -rf /lib/modules/$(VER)-smp/kernel/drivers/scsi/aic7xxx - mv -f /lib/modules/$(VER)-smp/kernel/drivers/scsi/aacraid/* /lib/modules/$(VER)-smp/kernel/drivers/scsi - rm -rf /lib/modules/$(VER)-smp/kernel/drivers/scsi/aacraid - mv -f /lib/modules/$(VER)-smp/kernel/drivers/scsi/sym53c8xx_2/* /lib/modules/$(VER)-smp/kernel/drivers/scsi - rm -rf /lib/modules/$(VER)-smp/kernel/drivers/scsi/sym53c8xx_2 -endif - -ifeq "$(SMP)" "" - # Only do this once on the non-SMP pass - cd $(DIR_APP) && make mandocs - -mkdir -p /usr/share/man/man9/ - cd $(DIR_APP) && cp -af Documentation/man/* /usr/share/man/man9/ -endif -else - cd $(DIR_APP) && make include/linux/version.h - cd $(DIR_APP) && make symlinks - cd $(DIR_APP) && cp -HRf include/asm /usr/include - cd $(DIR_APP) && cp -Rf include/asm-generic /usr/include - cd $(DIR_APP) && cp -Rf include/linux /usr/include - touch /usr/include/linux/autoconf.h -endif -else - cd $(DIR_APP) && make include/linux/version.h - cd $(DIR_APP) && make symlinks - -mkdir -p /tools/include/asm - cd $(DIR_APP) && cp -f include/asm/* /tools/include/asm - cd $(DIR_APP) && cp -Rf include/asm-generic /tools/include - cd $(DIR_APP) && cp -Rf include/linux /tools/include - cd $(DIR_APP) && touch /tools/include/linux/autoconf.h -endif - @rm -rf $(DIR_SRC)/patch-o-matic* $(DIR_SRC)/iptables* - @$(POSTBUILD) diff --git a/lfs/iptables_orig b/lfs/rsync similarity index 80% rename from lfs/iptables_orig rename to lfs/rsync index a19cbb4f5b..56f4245a75 100644 --- a/lfs/iptables_orig +++ b/lfs/rsync @@ -22,7 +22,7 @@ # ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # # - Modified Makefile for IPCop build # # # -# $Id: iptables,v 1.5.2.5 2006/01/14 16:35:16 gespinasse Exp $ +# $Id: ntp,v 1.6.2.3 2005/02/05 15:38:15 gespinasse Exp $ # # ############################################################################### @@ -32,11 +32,11 @@ include Config -VER = 1.3.4 +VER = 2.6.8 -THISAPP = iptables-$(VER) -DL_FILE = $(THISAPP).tar.bz2 -DL_FROM = http://www.netfilter.org/projects/iptables/files +THISAPP = rsync-$(VER) +DL_FILE = $(THISAPP).tar.gz +DL_FROM = ftp://ftp.samba.org/pub/rsync DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = fdff8abe890807968226b0c374335305 +$(DL_FILE)_MD5 = 082a9dba1f741e6591e5cd748a1233de install : $(TARGET) @@ -58,6 +58,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) +dist: + make-packages.sh rsync $(THISAPP)-ipfire-beta-1 + ############################################################################### # Downloading, checking, md5sum ############################################################################### @@ -77,13 +80,12 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - # iptables-fixed.tar.gz is made in the linux kernel build process after netfilter patches - # string extension is reverted to the only code usable on 2.4 kernel - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/iptables-fixed.tar.gz - # hack to disable IPv6 compilation as the configuration variable does not work when ip6.h is present - cd $(DIR_APP) && sed -i -e 's/DO_IPV6:=1/DO_IPV6:=0/' Makefile - - cd $(DIR_APP) && make BINDIR=/sbin MANDIR=/usr/share/man LIBDIR=/lib - cd $(DIR_APP) && make BINDIR=/sbin MANDIR=/usr/share/man LIBDIR=/lib install + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && make + #cd $(DIR_APP)/doc && docbook2html rsync.sgml + cd $(DIR_APP) && make install + #cd $(DIR_APP) && install -v -m755 -d /usr/share/doc/rsync-2.6.8 && + #cd $(DIR_APP) && install -v -m644 doc/*.html /usr/share/doc/rsync-2.6.8 @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/make.sh b/make.sh index b51d3b6ce2..7e0e05822e 100644 --- a/make.sh +++ b/make.sh @@ -679,6 +679,8 @@ buildipcop() { ipcopmake sane ipcopmake lame ipcopmake gnump3d + ipcopmake clamav + ipcopmake rsync # wget http://www.guzu.net/linux/hddtemp.db && mv hddtemp.db $BASEDIR/build/etc/hddtemp.db # ipcopmake hddtemp # ipcopmake stunnel # Ausgeschaltet, weil wir es doch nicht nutzen @@ -774,6 +776,7 @@ buildpackages() { ipfiredist asterisk ipfiredist cyrusimap ipfiredist fetchmail + ipfiredist gnump3d ipfiredist libtiff ipfiredist libxml2 ipfiredist mc @@ -844,20 +847,9 @@ shell) entershell ;; changelog) - echo "Building doc/Changelog from CVS" - # cv2cl script come from http://www.red-bean.com/cvs2cl/ - if [ ! -s $BASEDIR/doc/CVS/Tag ]; then - BRANCHOPTS="" - else - BRANCH=`cat $BASEDIR/doc/CVS/Tag` - BRANCH=${BRANCH:1} - BRANCHOPTS="--follow-only $BRANCH" - fi - - $BASEDIR/tools/cvs2cl.pl --gmt --show-dead $BRANCHOPTS -f $BASEDIR/doc/ChangeLog - rm -f $BASEDIR/doc/ChangeLog.bak - echo - echo "Commit the change now to update CVS" + echo -n "Loading new Changelog from SVN: " + svn log > doc/ChangeLog + echo "Finished!" ;; check) echo "Checking sources files availability on the web" @@ -1050,40 +1042,6 @@ prefetch) fi cd - ;; -rootfiles) - PREVIOUSVERSION=`echo $PREVIOUSTAG | sed -e 's/IPCOP_v//' -e 's/_FINAL//' -e 's/_/\./g'` - # make md5 list of actual build - # some packages include a timestamp (kernel/perl/python/vim and more), so md5 vary at each build - # anyway, it is sometime usable after a patch or a minor upgrade to know wich files include in update - if [ ! -f "$BASEDIR/build/install/cdrom/$SNAME-$VERSION.tgz" ]; then - echo "need cdrom be build to read include files list, use ./make.sh build before." - else - tar tzf $BASEDIR/build/install/cdrom/$SNAME-$VERSION.tgz > $BASEDIR/updates/$VERSION/FILES.tmp - cd $BASEDIR/build - rm -f $BASEDIR/updates/$VERSION/FILES-$MACHINE-$VERSION.md5 - for line in `cat $BASEDIR/updates/$VERSION/FILES.tmp`; do - if [ -f "$line" -a ! -L "$line" ]; then - md5sum "$line" >> $BASEDIR/updates/$VERSION/FILES-$MACHINE-$VERSION.md5 - fi - done - diff $BASEDIR/updates/$PREVIOUSVERSION/FILES-$MACHINE-$PREVIOUSVERSION.md5 \ - $BASEDIR/updates/$VERSION/FILES-$MACHINE-$VERSION.md5 \ - > $BASEDIR/updates/$VERSION/FILES-$MACHINE.diff - awk '$1==">" {print $3}' $BASEDIR/updates/$VERSION/FILES-$MACHINE.diff \ - > $BASEDIR/updates/$VERSION/ROOTFILES.add.$MACHINE - awk '$1=="<" {print $3}' $BASEDIR/updates/$VERSION/FILES-$MACHINE.diff \ - > $BASEDIR/updates/$VERSION/ROOTFILES.remove.$MACHINE.tmp - rm -f $BASEDIR/updates/$VERSION/ROOTFILES.remove.$MACHINE - for line in `cat $BASEDIR/updates/$VERSION/ROOTFILES.remove.$MACHINE.tmp`; do - # a file is only removed when not in add file - if ( ! grep -q "^$line$" $BASEDIR/updates/$VERSION/ROOTFILES.add.$MACHINE ); then - echo $line >> $BASEDIR/updates/$VERSION/ROOTFILES.remove.$MACHINE - fi - done - rm -f $BASEDIR/updates/$VERSION/{FILES.tmp,FILES-*.diff,ROOTFILES.remove.*.tmp} - fi - exit 0 - ;; toolchain) prepareenv buildtoolchain diff --git a/src/ROOTFILES.i386 b/src/ROOTFILES.i386 index 604d8f8ee9..6806b100d3 100644 --- a/src/ROOTFILES.i386 +++ b/src/ROOTFILES.i386 @@ -24626,5327 +24626,8 @@ sbin/vconfig usr/bin/stund ## ## XAMPP -## -opt/lampp -#opt/lampp/ -#opt/lampp/lib/ -#opt/lampp/lib/libgdbm.a -#opt/lampp/lib/libform.a -#opt/lampp/lib/libfreetype.la -#opt/lampp/lib/libintl.a -#opt/lampp/lib/libsqlite.a -#opt/lampp/lib/libapr-0.la -#opt/lampp/lib/libapr-1.la -#opt/lampp/lib/libmenu.a -#opt/lampp/lib/libsybdb.la -#opt/lampp/lib/libc-client.a -opt/lampp/lib/mysql/ -opt/lampp/lib/mysql/libheap.a -opt/lampp/lib/mysql/libmysqlclient_r.a -opt/lampp/lib/mysql/libmysqlclient.a -opt/lampp/lib/mysql/libmysys.a -opt/lampp/lib/mysql/libmysqlclient.la -opt/lampp/lib/mysql/libmyisam.a -opt/lampp/lib/mysql/libmystrings.a -opt/lampp/lib/mysql/libmysqlclient_r.la -opt/lampp/lib/mysql/libmyisammrg.a -opt/lampp/lib/mysql/libvio.a -#opt/lampp/lib/mysql/libdbug.a -#opt/lampp/lib/libexpat.a -#opt/lampp/lib/libexslt.a -#opt/lampp/lib/libapreq2.a -#opt/lampp/lib/libgdbm.la -#opt/lampp/lib/libtds.la -#opt/lampp/lib/libsybdb.a -#opt/lampp/lib/libzzip.la -#opt/lampp/lib/libxml2.a -#opt/lampp/lib/libct.a -#opt/lampp/lib/libgd.a -#opt/lampp/lib/libxslt.a -#opt/lampp/lib/libzzip.a -#opt/lampp/lib/libaprutil-0.la -#opt/lampp/lib/libaprutil-1.la -#opt/lampp/lib/libldap_r.la -#opt/lampp/lib/libpanel.a -#opt/lampp/lib/libapr-0.a -#opt/lampp/lib/libapr-1.a -#opt/lampp/lib/libgettextlib.la -#opt/lampp/lib/libzzipwrap.a -#opt/lampp/lib/libgettextsrc.la -#opt/lampp/lib/libz.a -#opt/lampp/lib/libintl.la -#opt/lampp/lib/libpng12.a -#opt/lampp/lib/libsablot.a -#opt/lampp/lib/libmenu_g.a -#opt/lampp/lib/libtdssrv.la -#opt/lampp/lib/libpanel_g.a -#opt/lampp/lib/libexslt.la -#opt/lampp/lib/libcrypto.a -#opt/lampp/lib/libapreq2.la -#opt/lampp/lib/libncurses++.a -#opt/lampp/lib/libaprutil-0.a -#opt/lampp/lib/libaprutil-1.a -#opt/lampp/lib/libxml2.la -#opt/lampp/lib/libncurses_g.a -#opt/lampp/lib/libsablot.la -#opt/lampp/lib/libapr.a -#opt/lampp/lib/libbz2.a -#opt/lampp/lib/libct.la -#opt/lampp/lib/libcurl.la -#opt/lampp/lib/libpng.a -#opt/lampp/lib/libtds.a -#opt/lampp/lib/libssl.a -#opt/lampp/lib/libxslt.la -#opt/lampp/lib/libsqlite.la -#opt/lampp/lib/liblber.la -#opt/lampp/lib/libtdssrv.a -#opt/lampp/lib/libldap.la -#opt/lampp/lib/libncurses.a -#opt/lampp/lib/libzzipwrap.la -#opt/lampp/lib/libfreetype.a -#opt/lampp/lib/libmhash.la -#opt/lampp/lib/libaprutil.a -#opt/lampp/lib/libmcrypt.la -#opt/lampp/lib/libcurl.a -#opt/lampp/lib/libform_g.a -#opt/lampp/man/ -#opt/lampp/man/man1/ -#opt/lampp/man/man1/ldapadd.1 -#opt/lampp/man/man1/ca.1 -#opt/lampp/man/man1/ec.1 -#opt/lampp/man/man1/dbish.1 -#opt/lampp/man/man1/ud.1 -#opt/lampp/man/man1/safe_mysqld.1 -#opt/lampp/man/man1/perl570delta.1 -#opt/lampp/man/man1/rdjpgcom.1 -#opt/lampp/man/man1/mysql_fix_privilege_tables.1 -#opt/lampp/man/man1/bzcmp.1 -#opt/lampp/man/man1/perlartistic.1 -#opt/lampp/man/man1/perllocale.1 -#opt/lampp/man/man1/bzegrep.1 -#opt/lampp/man/man1/bzip2.1 -#opt/lampp/man/man1/htdigest.1 -#opt/lampp/man/man1/mysqladmin.1 -#opt/lampp/man/man1/HEAD.1 -#opt/lampp/man/man1/ftptop.1 -#opt/lampp/man/man1/perlmodstyle.1 -#opt/lampp/man/man1/ftpwho.1 -#opt/lampp/man/man1/perl561delta.1 -#opt/lampp/man/man1/perlembed.1 -#opt/lampp/man/man1/xsltproc.1 -#opt/lampp/man/man1/perlmacos.1 -#opt/lampp/man/man1/perlnewmod.1 -#opt/lampp/man/man1/crl2pkcs7.1 -#opt/lampp/man/man1/ftpcount.1 -#opt/lampp/man/man1/msgmerge.1 -#opt/lampp/man/man1/ldapmodify.1 -#opt/lampp/man/man1/gettextize.1 -#opt/lampp/man/man1/ldapmodrdn.1 -#opt/lampp/man/man1/GET.1 -#opt/lampp/man/man1/curl-config.1 -#opt/lampp/man/man1/mysqld_multi.1 -#opt/lampp/man/man1/perlthrtut.1 -#opt/lampp/man/man1/a2p.1 -#opt/lampp/man/man1/djpeg.1 -#opt/lampp/man/man1/crl.1 -#opt/lampp/man/man1/dsa.1 -#opt/lampp/man/man1/enc.1 -#opt/lampp/man/man1/tiffmedian.1 -#opt/lampp/man/man1/perldbmfilter.1 -#opt/lampp/man/man1/tiff2rgba.1 -#opt/lampp/man/man1/md2.1 -#opt/lampp/man/man1/md4.1 -#opt/lampp/man/man1/md5.1 -#opt/lampp/man/man1/captoinfo.1.gz -#opt/lampp/man/man1/s2p.1 -#opt/lampp/man/man1/php.1 -#opt/lampp/man/man1/req.1 -#opt/lampp/man/man1/sha.1 -#opt/lampp/man/man1/rsa.1 -#opt/lampp/man/man1/ldappasswd.1 -#opt/lampp/man/man1/perlothrtut.1 -#opt/lampp/man/man1/infotocap.1.gz -#opt/lampp/man/man1/perlpodspec.1 -#opt/lampp/man/man1/tiff2bw.1 -#opt/lampp/man/man1/POST.1 -#opt/lampp/man/man1/tiff2ps.1 -#opt/lampp/man/man1/perl586delta.1 -#opt/lampp/man/man1/bzfgrep.1 -#opt/lampp/man/man1/ripemd160.1 -#opt/lampp/man/man1/errstr.1 -#opt/lampp/man/man1/perl581delta.1 -#opt/lampp/man/man1/pod2html.1 -#opt/lampp/man/man1/dprofpp.1 -#opt/lampp/man/man1/msgfilter.1 -#opt/lampp/man/man1/mysqlaccess.1 -#opt/lampp/man/man1/perlcygwin.1 -#opt/lampp/man/man1/perlstyle.1 -#opt/lampp/man/man1/perl572delta.1 -#opt/lampp/man/man1/perlfreebsd.1 -#opt/lampp/man/man1/tiffcmp.1 -#opt/lampp/man/man1/replace.1 -#opt/lampp/man/man1/perlrequick.1 -#opt/lampp/man/man1/perlnumber.1 -#opt/lampp/man/man1/pstruct.1 -#opt/lampp/man/man1/splain.1 -#opt/lampp/man/man1/perlmpeix.1 -#opt/lampp/man/man1/perlopenbsd.1 -#opt/lampp/man/man1/asn1parse.1 -#opt/lampp/man/man1/tset.1.gz -#opt/lampp/man/man1/ldapwhoami.1 -#opt/lampp/man/man1/find2perl.1 -#opt/lampp/man/man1/perlopentut.1 -#opt/lampp/man/man1/msql2mysql.1 -#opt/lampp/man/man1/perltootc.1 -#opt/lampp/man/man1/ldapsearch.1 -#opt/lampp/man/man1/perl5004delta.1 -#opt/lampp/man/man1/fax2ps.1 -#opt/lampp/man/man1/defncopy.1 -#opt/lampp/man/man1/isamchk.1 -#opt/lampp/man/man1/xmlcatalog.1 -#opt/lampp/man/man1/enc2xs.1 -#opt/lampp/man/man1/perlapio.1 -#opt/lampp/man/man1/perlbeos.1 -#opt/lampp/man/man1/perltru64.1 -#opt/lampp/man/man1/htpasswd.1 -#opt/lampp/man/man1/wrjpgcom.1 -#opt/lampp/man/man1/isamlog.1 -#opt/lampp/man/man1/perlnetware.1 -#opt/lampp/man/man1/perlcall.1 -#opt/lampp/man/man1/perlreftut.1 -#opt/lampp/man/man1/perlintern.1 -#opt/lampp/man/man1/piconv.1 -#opt/lampp/man/man1/sess_id.1 -#opt/lampp/man/man1/perlbook.1 -#opt/lampp/man/man1/perlboot.1 -#opt/lampp/man/man1/pod2text.1 -#opt/lampp/man/man1/libnetcfg.1 -#opt/lampp/man/man1/msgcomm.1 -#opt/lampp/man/man1/perlclib.1 -#opt/lampp/man/man1/msgconv.1 -#opt/lampp/man/man1/perldata.1 -#opt/lampp/man/man1/smime.1 -#opt/lampp/man/man1/php-config.1 -#opt/lampp/man/man1/perldgux.1 -#opt/lampp/man/man1/perldiag.1 -#opt/lampp/man/man1/phpize.1 -#opt/lampp/man/man1/msgunfmt.1 -#opt/lampp/man/man1/bzdiff.1 -#opt/lampp/man/man1/ldapdelete.1 -#opt/lampp/man/man1/perlfaq1.1 -#opt/lampp/man/man1/perlfaq2.1 -#opt/lampp/man/man1/perlfaq3.1 -#opt/lampp/man/man1/perlfaq4.1 -#opt/lampp/man/man1/perlfaq5.1 -#opt/lampp/man/man1/perlfaq6.1 -#opt/lampp/man/man1/perlfaq7.1 -#opt/lampp/man/man1/perlfaq8.1 -#opt/lampp/man/man1/perlfaq9.1 -#opt/lampp/man/man1/s_server.1 -#opt/lampp/man/man1/perlepoc.1 -#opt/lampp/man/man1/lwp-request.1 -#opt/lampp/man/man1/pal2rgb.1 -#opt/lampp/man/man1/ppm2tiff.1 -#opt/lampp/man/man1/mysqlmanager.1 -#opt/lampp/man/man1/mysqlcheck.1 -#opt/lampp/man/man1/msgexec.1 -#opt/lampp/man/man1/speed.1 -#opt/lampp/man/man1/perl583delta.1 -#opt/lampp/man/man1/spkac.1 -#opt/lampp/man/man1/c2ph.1 -#opt/lampp/man/man1/perlfork.1 -#opt/lampp/man/man1/perlform.1 -#opt/lampp/man/man1/passwd.1 -#opt/lampp/man/man1/perlaix.1 -#opt/lampp/man/man1/perlfunc.1 -#opt/lampp/man/man1/perlapi.1 -#opt/lampp/man/man1/perlhack.1 -#opt/lampp/man/man1/perlbot.1 -#opt/lampp/man/man1/perlbug.1 -#opt/lampp/man/man1/perldoc.1 -#opt/lampp/man/man1/perldos.1 -#opt/lampp/man/man1/perldsc.1 -#opt/lampp/man/man1/msggrep.1 -#opt/lampp/man/man1/perlfaq.1 -#opt/lampp/man/man1/perlgpl.1 -#opt/lampp/man/man1/perliol.1 -#opt/lampp/man/man1/perlipc.1 -#opt/lampp/man/man1/perlivp.1 -#opt/lampp/man/man1/perlhist.1 -#opt/lampp/man/man1/bzgrep.1 -#opt/lampp/man/man1/perllol.1 -#opt/lampp/man/man1/lwp-rget.1 -#opt/lampp/man/man1/perlguts.1 -#opt/lampp/man/man1/perlmod.1 -#opt/lampp/man/man1/perlobj.1 -#opt/lampp/man/man1/perlos2.1 -#opt/lampp/man/man1/gendsa.1 -#opt/lampp/man/man1/perlpod.1 -#opt/lampp/man/man1/perlqnx.1 -#opt/lampp/man/man1/perlref.1 -#opt/lampp/man/man1/perlsec.1 -#opt/lampp/man/man1/perlhpux.1 -#opt/lampp/man/man1/perlrun.1 -#opt/lampp/man/man1/perltie.1 -#opt/lampp/man/man1/perlsub.1 -#opt/lampp/man/man1/perltoc.1 -#opt/lampp/man/man1/perlsyn.1 -#opt/lampp/man/man1/perlvar.1 -#opt/lampp/man/man1/perluts.1 -#opt/lampp/man/man1/perlvms.1 -#opt/lampp/man/man1/perlvos.1 -#opt/lampp/man/man1/msginit.1 -#opt/lampp/man/man1/perlhurd.1 -#opt/lampp/man/man1/genrsa.1 -#opt/lampp/man/man1/mysqlman.1 -#opt/lampp/man/man1/perlirix.1 -#opt/lampp/man/man1/ngettext.1 -#opt/lampp/man/man1/ecparam.1 -#opt/lampp/man/man1/pod2latex.1 -#opt/lampp/man/man1/dbiprof.1 -#opt/lampp/man/man1/webalizer.1 -#opt/lampp/man/man1/h2ph.1 -#opt/lampp/man/man1/h2xs.1 -#opt/lampp/man/man1/bzless.1 -#opt/lampp/man/man1/cpan.1 -#opt/lampp/man/man1/dgst.1 -#opt/lampp/man/man1/curl.1 -#opt/lampp/man/man1/perlmint.1 -#opt/lampp/man/man1/perlamiga.1 -#opt/lampp/man/man1/bzmore.1 -#opt/lampp/man/man1/freebcp.1 -#opt/lampp/man/man1/tiffdump.1 -#opt/lampp/man/man1/bsqldb.1 -#opt/lampp/man/man1/infocmp.1.gz -#opt/lampp/man/man1/perlport.1 -#opt/lampp/man/man1/perlos390.1 -#opt/lampp/man/man1/perlos400.1 -#opt/lampp/man/man1/sgi2tiff.1 -#opt/lampp/man/man1/myisamchk.1 -#opt/lampp/man/man1/verify.1 -#opt/lampp/man/man1/toe.1.gz -#opt/lampp/man/man1/perlvmesa.1 -#opt/lampp/man/man1/myisamlog.1 -#opt/lampp/man/man1/lwp-mirror.1 -#opt/lampp/man/man1/msgen.1 -#opt/lampp/man/man1/openssl.1 -#opt/lampp/man/man1/mysql_zap.1 -#opt/lampp/man/man1/tiffdither.1 -#opt/lampp/man/man1/tiffinfo.1 -#opt/lampp/man/man1/perlpacktut.1 -#opt/lampp/man/man1/reset.1.gz -#opt/lampp/man/man1/pod2man.1 -#opt/lampp/man/man1/perltodo.1 -#opt/lampp/man/man1/perltooc.1 -#opt/lampp/man/man1/perltoot.1 -#opt/lampp/man/man1/perltrap.1 -#opt/lampp/man/man1/perlmodinstall.1 -#opt/lampp/man/man1/perl585delta.1 -#opt/lampp/man/man1/mdc2.1 -#opt/lampp/man/man1/msguniq.1 -#opt/lampp/man/man1/gettext.1 -#opt/lampp/man/man1/perlutil.1 -#opt/lampp/man/man1/tiffsplit.1 -#opt/lampp/man/man1/s_client.1 -#opt/lampp/man/man1/ocsp.1 -#opt/lampp/man/man1/ldapcompare.1 -#opt/lampp/man/man1/nseq.1 -#opt/lampp/man/man1/mysqld_safe.1 -#opt/lampp/man/man1/mysqldump.1 -#opt/lampp/man/man1/mysqlimport.1 -#opt/lampp/man/man1/perl571delta.1 -#opt/lampp/man/man1/perlmacosx.1 -#opt/lampp/man/man1/perl.1 -#opt/lampp/man/man1/pkcs12.1 -#opt/lampp/man/man1/thumbnail.1 -#opt/lampp/man/man1/perlwin32.1 -#opt/lampp/man/man1/tic.1.gz -#opt/lampp/man/man1/psed.1 -#opt/lampp/man/man1/mysql.1 -#opt/lampp/man/man1/rand.1 -#opt/lampp/man/man1/perlplan9.1 -#opt/lampp/man/man1/dsaparam.1 -#opt/lampp/man/man1/x509.1 -#opt/lampp/man/man1/perlmodlib.1 -#opt/lampp/man/man1/sha1.1 -#opt/lampp/man/man1/clear.1.gz -#opt/lampp/man/man1/tack.1 -#opt/lampp/man/man1/perlintro.1 -#opt/lampp/man/man1/dbmmanage.1 -#opt/lampp/man/man1/rgb2ycbcr.1 -#opt/lampp/man/man1/tsql.1 -#opt/lampp/man/man1/CA.pl.1 -#opt/lampp/man/man1/perlcheat.1 -#opt/lampp/man/man1/perlmachten.1 -#opt/lampp/man/man1/perlfilter.1 -#opt/lampp/man/man1/perl56delta.1 -#opt/lampp/man/man1/tiffcp.1 -#opt/lampp/man/man1/tiffgt.1 -#opt/lampp/man/man1/tiffsv.1 -#opt/lampp/man/man1/autopoint.1 -#opt/lampp/man/man1/podselect.1 -#opt/lampp/man/man1/jpegtran.1 -#opt/lampp/man/man1/perl587delta.1 -#opt/lampp/man/man1/perllexwarn.1 -#opt/lampp/man/man1/perl582delta.1 -#opt/lampp/man/man1/xsubpp.1 -#opt/lampp/man/man1/mysqlshow.1 -#opt/lampp/man/man1/perlsolaris.1 -#opt/lampp/man/man1/perlapollo.1 -#opt/lampp/man/man1/perldebug.1 -#opt/lampp/man/man1/gif2tiff.1 -#opt/lampp/man/man1/tput.1.gz -#opt/lampp/man/man1/perl573delta.1 -#opt/lampp/man/man1/mysqlhotcopy.1 -#opt/lampp/man/man1/perldelta.1 -#opt/lampp/man/man1/perldebtut.1 -#opt/lampp/man/man1/htdbm.1 -#opt/lampp/man/man1/mysqlbinlog.1 -#opt/lampp/man/man1/pl2pm.1 -#opt/lampp/man/man1/perldebguts.1 -#opt/lampp/man/man1/mysql_config.1 -#opt/lampp/man/man1/xmllint.1 -#opt/lampp/man/man1/dhparam.1 -#opt/lampp/man/man1/fax2tiff.1 -#opt/lampp/man/man1/perlreref.1 -#opt/lampp/man/man1/perlretut.1 -#opt/lampp/man/man1/pkcs7.1 -#opt/lampp/man/man1/pkcs8.1 -#opt/lampp/man/man1/s_time.1 -#opt/lampp/man/man1/lwp-download.1 -#opt/lampp/man/man1/perl5005delta.1 -#opt/lampp/man/man1/dbiproxy.1 -#opt/lampp/man/man1/version.1 -#opt/lampp/man/man1/showtable.1 -#opt/lampp/man/man1/podchecker.1 -#opt/lampp/man/man1/xml2-config.1 -#opt/lampp/man/man1/perlunicode.1 -#opt/lampp/man/man1/perlxstut.1 -#opt/lampp/man/man1/perl58delta.1 -#opt/lampp/man/man1/msgattrib.1 -#opt/lampp/man/man1/myisampack.1 -#opt/lampp/man/man1/sabcmd.1 -#opt/lampp/man/man1/ras2tiff.1 -#opt/lampp/man/man1/msgcat.1 -#opt/lampp/man/man1/perlcompile.1 -#opt/lampp/man/man1/msgcmp.1 -#opt/lampp/man/man1/perlbs2000.1 -#opt/lampp/man/man1/msgfmt.1 -#opt/lampp/man/man1/perlcc.1 -#opt/lampp/man/man1/perlce.1 -#opt/lampp/man/man1/perlcn.1 -#opt/lampp/man/man1/perljp.1 -#opt/lampp/man/man1/perlko.1 -#opt/lampp/man/man1/perlop.1 -#opt/lampp/man/man1/perlre.1 -#opt/lampp/man/man1/perltw.1 -#opt/lampp/man/man1/perlxs.1 -#opt/lampp/man/man1/perror.1 -#opt/lampp/man/man1/ciphers.1 -#opt/lampp/man/man1/pod2usage.1 -#opt/lampp/man/man1/rsautl.1 -#opt/lampp/man/man1/perlebcdic.1 -#opt/lampp/man/man1/perl584delta.1 -#opt/lampp/man/man1/cjpeg.1 -#opt/lampp/man/man1/mysql.server.1 -#opt/lampp/man/man1/prove.1 -#opt/lampp/man/man1/mysqld.1 -#opt/lampp/man/man1/perluniintro.1 -#opt/lampp/man/man1/xgettext.1 -#opt/lampp/man/man3/ -#opt/lampp/man/man3/EVP_PKEY_assign_RSA.3 -#opt/lampp/man/man3/wvline.3ncurses.gz -#opt/lampp/man/man3/B.3 -#opt/lampp/man/man3/bkgrndset.3ncurses.gz -#opt/lampp/man/man3/O.3 -#opt/lampp/man/man3/vw_printw.3ncurses.gz -#opt/lampp/man/man3/set_fieldtype_choice.3form.gz -#opt/lampp/man/man3/SSL_use_certificate_file.3 -#opt/lampp/man/man3/wnoutrefresh.3ncurses.gz -#opt/lampp/man/man3/EVP_EncryptInit.3 -#opt/lampp/man/man3/ERR_PACK.3 -#opt/lampp/man/man3/field_index.3form.gz -#opt/lampp/man/man3/mvwaddch.3ncurses.gz -#opt/lampp/man/man3/EVP_SignUpdate.3 -#opt/lampp/man/man3/d2i_X509_NAME.3 -#opt/lampp/man/man3/sigtrap.3 -#opt/lampp/man/man3/ldap_ufn_timeout.3 -#opt/lampp/man/man3/menu_driver.3menu.gz -#opt/lampp/man/man3/SSL_CTX_set_mode.3 -#opt/lampp/man/man3/mvin_wchnstr.3ncurses.gz -#opt/lampp/man/man3/pad.3ncurses.gz -#opt/lampp/man/man3/lh_node_stats.3 -#opt/lampp/man/man3/RAND_SSLeay.3 -#opt/lampp/man/man3/mod_perl.3 -#opt/lampp/man/man3/RSA_new.3 -#opt/lampp/man/man3/SSL_CTX_ctrl.3 -#opt/lampp/man/man3/TIFFCheckTile.3t -#opt/lampp/man/man3/DB.3 -#opt/lampp/man/man3/set_menu_spacing.3menu.gz -#opt/lampp/man/man3/IO.3 -#opt/lampp/man/man3/TIFFmemcmp.3t -#opt/lampp/man/man3/clear.3ncurses.gz -#opt/lampp/man/man3/has_ic.3ncurses.gz -#opt/lampp/man/man3/BN_sub_word.3 -#opt/lampp/man/man3/Net::libnetFAQ.3 -#opt/lampp/man/man3/wclear.3ncurses.gz -#opt/lampp/man/man3/ldap_parse_result.3 -#opt/lampp/man/man3/scrollok.3ncurses.gz -#opt/lampp/man/man3/SSL_want.3 -#opt/lampp/man/man3/BIO_get_retry_reason.3 -#opt/lampp/man/man3/bn.3 -#opt/lampp/man/man3/dh.3 -#opt/lampp/man/man3/ldap_dn2str.3 -#opt/lampp/man/man3/X509_NAME_ENTRY_get_object.3 -#opt/lampp/man/man3/if.3 -#opt/lampp/man/man3/libcurl-tutorial.3 -#opt/lampp/man/man3/cldap_close.3 -#opt/lampp/man/man3/ldap_dn2ufn.3 -#opt/lampp/man/man3/re.3 -#opt/lampp/man/man3/TIFFmemcpy.3t -#opt/lampp/man/man3/ui.3 -#opt/lampp/man/man3/qiflush.3ncurses.gz -#opt/lampp/man/man3/Encode::JP::JIS7.3 -#opt/lampp/man/man3/ldap_sasl_bind_s.3 -#opt/lampp/man/man3/DES_ofb_encrypt.3 -#opt/lampp/man/man3/Apache::RequestRec.3 -#opt/lampp/man/man3/EVP_MD_CTX_copy_ex EVP_MD_CTX_copy.3 -#opt/lampp/man/man3/Apache2::HookRun.3 -#opt/lampp/man/man3/pos_menu_cursor.3menu.gz -#opt/lampp/man/man3/Carp.3 -#opt/lampp/man/man3/APR::Request::Parser.3 -#opt/lampp/man/man3/BIO_get_conn_ip.3 -#opt/lampp/man/man3/TIFFVGetField.3t -#opt/lampp/man/man3/DES_quad_cksum.3 -#opt/lampp/man/man3/SelectSaver.3 -#opt/lampp/man/man3/SSL_pending.3 -#opt/lampp/man/man3/MDC2_Init.3 -#opt/lampp/man/man3/SSL_get_options.3 -#opt/lampp/man/man3/XS::Typemap.3 -#opt/lampp/man/man3/opts.3menu.gz -#opt/lampp/man/man3/ncurses.3ncurses.gz -#opt/lampp/man/man3/DES_cfb_encrypt.3 -#opt/lampp/man/man3/ldap_set_cache_options.3 -#opt/lampp/man/man3/newterm.3ncurses.gz -#opt/lampp/man/man3/i2d_PKCS8PrivateKey_nid_bio.3 -#opt/lampp/man/man3/IO::Select.3 -#opt/lampp/man/man3/SSL_want_read.3 -#opt/lampp/man/man3/Apache::TestConfig.3 -#opt/lampp/man/man3/Text::Tabs.3 -#opt/lampp/man/man3/SSL_get_error.3 -#opt/lampp/man/man3/ldap_result.3 -#opt/lampp/man/man3/BIO_do_accept.3 -#opt/lampp/man/man3/encoding.3 -#opt/lampp/man/man3/form_userptr.3form.gz -#opt/lampp/man/man3/update_panels.3curses.gz -#opt/lampp/man/man3/MD5_Update.3 -#opt/lampp/man/man3/URI::Split.3 -#opt/lampp/man/man3/slk_attr_off.3ncurses.gz -#opt/lampp/man/man3/X509_NAME_add_entry_by_NID.3 -#opt/lampp/man/man3/X509_NAME_add_entry_by_OBJ.3 -#opt/lampp/man/man3/can_change_color.3ncurses.gz -#opt/lampp/man/man3/OBJ_nid2ln.3 -#opt/lampp/man/man3/ERR_GET_LIB.3 -#opt/lampp/man/man3/OBJ_nid2sn.3 -#opt/lampp/man/man3/TIFFRGBAImageEnd.3t -#opt/lampp/man/man3/ldap_abandon.3 -#opt/lampp/man/man3/BIO_s_accept.3 -#opt/lampp/man/man3/SSL_CTX_set_verify_depth.3 -#opt/lampp/man/man3/new_field.3form.gz -#opt/lampp/man/man3/savetty.3ncurses.gz -#opt/lampp/man/man3/ExtUtils::Liblist.3 -#opt/lampp/man/man3/BF_options.3 -#opt/lampp/man/man3/curl_easy_strerror.3 -#opt/lampp/man/man3/ERR_free_strings.3 -#opt/lampp/man/man3/SSL_CTX_get_verify_callback.3 -#opt/lampp/man/man3/ldap_entry2html_search.3 -#opt/lampp/man/man3/winchnstr.3ncurses.gz -#opt/lampp/man/man3/DES_crypt.3 -#opt/lampp/man/man3/DH_set_ex_data.3 -#opt/lampp/man/man3/BIO_get_accept_port.3 -#opt/lampp/man/man3/bytes.3 -#opt/lampp/man/man3/BIO_new_buffer_ssl_connect.3 -#opt/lampp/man/man3/d2i_PKCS8PrivateKey.3 -#opt/lampp/man/man3/BIO_get_write_buf_size.3 -#opt/lampp/man/man3/wtimeout.3ncurses.gz -#opt/lampp/man/man3/mitem_value.3menu.gz -#opt/lampp/man/man3/ModPerl::RegistryLoader.3 -#opt/lampp/man/man3/DES_string_to_2keys.3 -#opt/lampp/man/man3/subwin.3ncurses.gz -#opt/lampp/man/man3/Search::Dict.3 -#opt/lampp/man/man3/touchwin.3ncurses.gz -#opt/lampp/man/man3/ASN1_OBJECT_new.3 -#opt/lampp/man/man3/wsetscrreg.3ncurses.gz -#opt/lampp/man/man3/DBI::Const::GetInfoReturn.3 -#opt/lampp/man/man3/vline_set.3ncurses.gz -#opt/lampp/man/man3/SSL_CTX_free.3 -#opt/lampp/man/man3/File::DosGlob.3 -#opt/lampp/man/man3/menu.3menu.gz -#opt/lampp/man/man3/vwprintw.3ncurses.gz -#opt/lampp/man/man3/mvwinchstr.3ncurses.gz -#opt/lampp/man/man3/hide_panel.3curses.gz -#opt/lampp/man/man3/TIFFRGBAImageGet.3t -#opt/lampp/man/man3/d2i_PKCS8PrivateKey_fp.3 -#opt/lampp/man/man3/cursor.3form.gz -#opt/lampp/man/man3/extensions.3ncurses.gz -#opt/lampp/man/man3/BIO_set_callback_arg.3 -#opt/lampp/man/man3/getpary.3ncurses.gz -#opt/lampp/man/man3/DES_ede3_cbcm_encrypt.3 -#opt/lampp/man/man3/diagnostics.3 -#opt/lampp/man/man3/SSL_get_accept_state.3 -#opt/lampp/man/man3/File::Copy.3 -#opt/lampp/man/man3/ModPerl::PerlRun.3 -#opt/lampp/man/man3/winsertln.3ncurses.gz -#opt/lampp/man/man3/HMAC.3 -#opt/lampp/man/man3/set_menu_items.3menu.gz -#opt/lampp/man/man3/BN_BLINDING_convert.3 -#opt/lampp/man/man3/mvgetn_wstr.3ncurses.gz -#opt/lampp/man/man3/form_field_validation.3form.gz -#opt/lampp/man/man3/delscreen.3ncurses.gz -#opt/lampp/man/man3/MIME::QuotedPrint.3 -#opt/lampp/man/man3/BIO_set_ssl.3 -#opt/lampp/man/man3/is_wintouched.3ncurses.gz -#opt/lampp/man/man3/SSL_CTX_set_default_passwd_cb.3 -#opt/lampp/man/man3/SSL_CTX_sess_timeouts.3 -#opt/lampp/man/man3/SSL_has_matching_session_id.3 -#opt/lampp/man/man3/SSL_CTX_sess_cb_hits.3 -#opt/lampp/man/man3/mousemask.3ncurses.gz -#opt/lampp/man/man3/curl_share_strerror.3 -#opt/lampp/man/man3/EVP_DigestInit_ex.3 -#opt/lampp/man/man3/Term::Complete.3 -#opt/lampp/man/man3/reset_shell_mode.3ncurses.gz -#opt/lampp/man/man3/vid_puts.3ncurses.gz -#opt/lampp/man/man3/HTTP::Response.3 -#opt/lampp/man/man3/tputs.3ncurses.gz -#opt/lampp/man/man3/new_menu.3menu.gz -#opt/lampp/man/man3/ldap_next_entry.3 -#opt/lampp/man/man3/ldap_modrdn2_s.3 -#opt/lampp/man/man3/lwptut.3 -#opt/lampp/man/man3/flash.3ncurses.gz -#opt/lampp/man/man3/erasechar.3ncurses.gz -#opt/lampp/man/man3/slk_attr_set.3ncurses.gz -#opt/lampp/man/man3/curs_set.3ncurses.gz -#opt/lampp/man/man3/DBM_Filter::int32.3 -#opt/lampp/man/man3/bn_sqr_comba4.3 -#opt/lampp/man/man3/bn_sqr_comba8.3 -#opt/lampp/man/man3/Math::BigInt::Trace.3 -#opt/lampp/man/man3/delwin.3ncurses.gz -#opt/lampp/man/man3/BIO_rw_filename.3 -#opt/lampp/man/man3/UI_ctrl.3 -#opt/lampp/man/man3/ldap_sort_entries.3 -#opt/lampp/man/man3/echo_wchar.3ncurses.gz -#opt/lampp/man/man3/Time::gmtime.3 -#opt/lampp/man/man3/i2d_DHparams.3 -#opt/lampp/man/man3/menu_win.3menu.gz -#opt/lampp/man/man3/APR::Bucket.3 -#opt/lampp/man/man3/ber_put_string.3 -#opt/lampp/man/man3/lh_doall_arg.3 -#opt/lampp/man/man3/mitem_current.3menu.gz -#opt/lampp/man/man3/ldap_dn2dcedn.3 -#opt/lampp/man/man3/ldap_free_templates.3 -#opt/lampp/man/man3/mod_perl2.3 -#opt/lampp/man/man3/printw.3ncurses.gz -#opt/lampp/man/man3/ldap_msgtype.3 -#opt/lampp/man/man3/SSL_CIPHER_description.3 -#opt/lampp/man/man3/ldap_vals2text.3 -#opt/lampp/man/man3/BN_is_bit_set.3 -#opt/lampp/man/man3/ASN1_STRING_cmp.3 -#opt/lampp/man/man3/mvwadd_wchnstr.3ncurses.gz -#opt/lampp/man/man3/ldap_parse_extended_result.3 -#opt/lampp/man/man3/crypto.3 -#opt/lampp/man/man3/ASN1_STRING_dup.3 -#opt/lampp/man/man3/DHparams_print.3 -#opt/lampp/man/man3/IPC::Semaphore.3 -#opt/lampp/man/man3/EVP_PKEY_free.3 -#opt/lampp/man/man3/BIO_find_type.3 -#opt/lampp/man/man3/Pod::Plainer.3 -#opt/lampp/man/man3/X509_NAME_add_entry_by_txt.3 -#opt/lampp/man/man3/killchar.3ncurses.gz -#opt/lampp/man/man3/BIO_write.3 -#opt/lampp/man/man3/UI_construct_prompt UI_add_user_data.3 -#opt/lampp/man/man3/Encode.3 -#opt/lampp/man/man3/ModPerl::RegistryBB.3 -#opt/lampp/man/man3/EVP_CIPHER_CTX_key_length.3 -#opt/lampp/man/man3/ldap_explode_dns.3 -#opt/lampp/man/man3/SSL_CTX_sess_connect.3 -#opt/lampp/man/man3/set_form_page.3form.gz -#opt/lampp/man/man3/ASN1_STRING_type.3 -#opt/lampp/man/man3/curl_easy_setopt.3 -#opt/lampp/man/man3/ldap_ufn_search_c.3 -#opt/lampp/man/man3/ldap_free_searchprefs.3 -#opt/lampp/man/man3/ldap_ufn_search_s.3 -#opt/lampp/man/man3/BN_BLINDING_invert_ex.3 -#opt/lampp/man/man3/wprintw.3ncurses.gz -#opt/lampp/man/man3/keybound.3ncurses.gz -#opt/lampp/man/man3/File::Find.3 -#opt/lampp/man/man3/wins_wch.3ncurses.gz -#opt/lampp/man/man3/HMAC_Final.3 -#opt/lampp/man/man3/Text::Wrap.3 -#opt/lampp/man/man3/TIFFReadDirectory.3t -#opt/lampp/man/man3/bkgd.3ncurses.gz -#opt/lampp/man/man3/Test::Harness::Point.3 -#opt/lampp/man/man3/APR.3 -#opt/lampp/man/man3/BN_BLINDING_new.3 -#opt/lampp/man/man3/mvwscanw.3ncurses.gz -#opt/lampp/man/man3/ASN1_STRING_new.3 -#opt/lampp/man/man3/CGI.3 -#opt/lampp/man/man3/SSL_CTX_sess_misses.3 -#opt/lampp/man/man3/regex.3 -#opt/lampp/man/man3/DBI.3 -#opt/lampp/man/man3/DSA_get_ex_new_index.3 -#opt/lampp/man/man3/OPENSSL_no_config.3 -#opt/lampp/man/man3/APR::Table.3 -#opt/lampp/man/man3/BIO_ptr_ctrl.3 -#opt/lampp/man/man3/overwrite.3ncurses.gz -#opt/lampp/man/man3/set_menu_win.3menu.gz -#opt/lampp/man/man3/SSL_set_verify_result.3 -#opt/lampp/man/man3/lh_retrieve.3 -#opt/lampp/man/man3/TIFFReadRawStrip.3t -#opt/lampp/man/man3/EVP_DigestInit.3 -#opt/lampp/man/man3/mitem_visible.3menu.gz -#opt/lampp/man/man3/RSA_set_method.3 -#opt/lampp/man/man3/mvwaddnstr.3ncurses.gz -#opt/lampp/man/man3/EVP_MD_CTX_md.3 -#opt/lampp/man/man3/i2d_PKCS8PrivateKey_nid_fp.3 -#opt/lampp/man/man3/deleteln.3ncurses.gz -#opt/lampp/man/man3/ERR_reason_error_string.3 -#opt/lampp/man/man3/unpost_form.3form.gz -#opt/lampp/man/man3/SMIME_read_PKCS7.3 -#opt/lampp/man/man3/SSL_get_info_callback.3 -#opt/lampp/man/man3/Cwd.3 -#opt/lampp/man/man3/CGI::Carp.3 -#opt/lampp/man/man3/ASN1_STRING_set.3 -#opt/lampp/man/man3/panel_hidden.3curses.gz -#opt/lampp/man/man3/syncok.3ncurses.gz -#opt/lampp/man/man3/_tracef.3ncurses.gz -#opt/lampp/man/man3/File::Spec::Unix.3 -#opt/lampp/man/man3/Env.3 -#opt/lampp/man/man3/Sys::Syslog.3 -#opt/lampp/man/man3/BIO_should_write.3 -#opt/lampp/man/man3/Memoize::ExpireFile.3 -#opt/lampp/man/man3/Pod::ParseLink.3 -#opt/lampp/man/man3/ldap_explode_rdn.3 -#opt/lampp/man/man3/getsyx.3ncurses.gz -#opt/lampp/man/man3/BN_mask_bits.3 -#opt/lampp/man/man3/DBI::Profile.3 -#opt/lampp/man/man3/Encode::CN::HZ.3 -#opt/lampp/man/man3/ldap_modrdn2.3 -#opt/lampp/man/man3/ldap_modrdn2_s -#opt/lampp/man/man3/field_back.3form.gz -#opt/lampp/man/man3/set_form_opts.3form.gz -#opt/lampp/man/man3/MD2.3 -#opt/lampp/man/man3/Tie::IxHash.3 -#opt/lampp/man/man3/MD4.3 -#opt/lampp/man/man3/MD5.3 -#opt/lampp/man/man3/curl_multi_fdset.3 -#opt/lampp/man/man3/menu_userptr.3menu.gz -#opt/lampp/man/man3/File::Glob.3 -#opt/lampp/man/man3/ldap_modrdn_s.3 -#opt/lampp/man/man3/LWP.3 -#opt/lampp/man/man3/SSL_CIPHER_get_bits.3 -#opt/lampp/man/man3/ExtUtils::Command.3 -#opt/lampp/man/man3/RAND_write_file.3 -#opt/lampp/man/man3/UI_free.3 -#opt/lampp/man/man3/wresize.3ncurses.gz -#opt/lampp/man/man3/mvaddchstr.3ncurses.gz -#opt/lampp/man/man3/TIFFNumberOfStrips.3t -#opt/lampp/man/man3/ungetmouse.3ncurses.gz -#opt/lampp/man/man3/PEM.3 -#opt/lampp/man/man3/hook.3menu.gz -#opt/lampp/man/man3/menu_request_name.3menu.gz -#opt/lampp/man/man3/DES_ncbc_encrypt.3 -#opt/lampp/man/man3/ODBM_File.3 -#opt/lampp/man/man3/B::Concise.3 -#opt/lampp/man/man3/RC4.3 -#opt/lampp/man/man3/ldap_translate_to_t61.3 -#opt/lampp/man/man3/ldap_next_tmplcol.3 -#opt/lampp/man/man3/Net::servent.3 -#opt/lampp/man/man3/SSL_get_msg_callback_arg.3 -#opt/lampp/man/man3/MDC2.3 -#opt/lampp/man/man3/ungetch.3ncurses.gz -#opt/lampp/man/man3/RSA_generate_key.3 -#opt/lampp/man/man3/SSL.3 -#opt/lampp/man/man3/items.3menu.gz -#opt/lampp/man/man3/SSL_COMP_add_compression_method.3 -#opt/lampp/man/man3/unget_wch.3ncurses.gz -#opt/lampp/man/man3/curl_formadd.3 -#opt/lampp/man/man3/URI.3 -#opt/lampp/man/man3/add_wchstr.3ncurses.gz -#opt/lampp/man/man3/item_visible.3menu.gz -#opt/lampp/man/man3/init_color.3ncurses.gz -#opt/lampp/man/man3/des_read_2passwords.3 -#opt/lampp/man/man3/nocbreak.3ncurses.gz -#opt/lampp/man/man3/B::Disassembler.3 -#opt/lampp/man/man3/mvhline_set.3ncurses.gz -#opt/lampp/man/man3/field_fore.3form.gz -#opt/lampp/man/man3/ldap_url_search_st.3 -#opt/lampp/man/man3/post.3menu.gz -#opt/lampp/man/man3/EVP_CIPHER_block_size.3 -#opt/lampp/man/man3/curl_multi_strerror.3 -#opt/lampp/man/man3/ldap_oc2template.3 -#opt/lampp/man/man3/slk_attr_on.3ncurses.gz -#opt/lampp/man/man3/MD2_Final.3 -#opt/lampp/man/man3/CRYPTO_set_id_callback.3 -#opt/lampp/man/man3/Encode::PerlIO.3 -#opt/lampp/man/man3/BIO_get_conn_int_port.3 -#opt/lampp/man/man3/DH_new_method.3 -#opt/lampp/man/man3/BN_BLINDING_update.3 -#opt/lampp/man/man3/HTML::HeadParser.3 -#opt/lampp/man/man3/curses_version.3ncurses.gz -#opt/lampp/man/man3/ldap_next_tmplrow.3 -#opt/lampp/man/man3/page.3form.gz -#opt/lampp/man/man3/BN_mod_word.3 -#opt/lampp/man/man3/cldap_search_s.3 -#opt/lampp/man/man3/TIFFWriteTile.3t -#opt/lampp/man/man3/NEXT.3 -#opt/lampp/man/man3/inopts.3ncurses.gz -#opt/lampp/man/man3/Digest::MD5.3 -#opt/lampp/man/man3/File::Compare.3 -#opt/lampp/man/man3/BIO_read_filename.3 -#opt/lampp/man/man3/libtiff.3t -#opt/lampp/man/man3/Apache2::Module.3 -#opt/lampp/man/man3/bindtextdomain.3 -#opt/lampp/man/man3/bio.3 -#opt/lampp/man/man3/SSL_get_current_cipher.3 -#opt/lampp/man/man3/meta.3ncurses.gz -#opt/lampp/man/man3/ldap_dn2ad_canonical.3 -#opt/lampp/man/man3/Test::Harness.3 -#opt/lampp/man/man3/EVP_MD_CTX_copy.3 -#opt/lampp/man/man3/ExtUtils::MM.3 -#opt/lampp/man/man3/ExtUtils::MY.3 -#opt/lampp/man/man3/des.3 -#opt/lampp/man/man3/ldap_init_searchprefs_buf.3 -#opt/lampp/man/man3/bn_print.3 -#opt/lampp/man/man3/item_opts_on.3menu.gz -#opt/lampp/man/man3/dsa.3 -#opt/lampp/man/man3/CGI::Fast.3 -#opt/lampp/man/man3/err.3 -#opt/lampp/man/man3/ber_get_boolean.3 -#opt/lampp/man/man3/evp.3 -#opt/lampp/man/man3/SSL_want_nothing.3 -#opt/lampp/man/man3/DES_ede2_cbc_encrypt.3 -#opt/lampp/man/man3/BIO_append_filename.3 -#opt/lampp/man/man3/WWW::RobotRules.3 -#opt/lampp/man/man3/TIFFWriteEncodedStrip.3t -#opt/lampp/man/man3/DES_set_key_unchecked.3 -#opt/lampp/man/man3/APR::Request::Cookie.3 -#opt/lampp/man/man3/Bundle::Apache2.3 -#opt/lampp/man/man3/kernel.3ncurses.gz -#opt/lampp/man/man3/BIO_get_ssl.3 -#opt/lampp/man/man3/lib.3 -#opt/lampp/man/man3/md5.3 -#opt/lampp/man/man3/DSA_print_fp.3 -#opt/lampp/man/man3/ber_next_element.3 -#opt/lampp/man/man3/mvwinnwstr.3ncurses.gz -#opt/lampp/man/man3/opts.3form.gz -#opt/lampp/man/man3/IPC::Msg.3 -#opt/lampp/man/man3/wadd_wchnstr.3ncurses.gz -#opt/lampp/man/man3/new_page.3form.gz -#opt/lampp/man/man3/lber-types.3 -#opt/lampp/man/man3/form_new.3form.gz -#opt/lampp/man/man3/curl_global_init.3 -#opt/lampp/man/man3/Hash::Util.3 -#opt/lampp/man/man3/ops.3 -#opt/lampp/man/man3/pem.3 -#opt/lampp/man/man3/nodelay.3ncurses.gz -#opt/lampp/man/man3/APR::Error.3 -#opt/lampp/man/man3/rc4.3 -#opt/lampp/man/man3/BIO_set_conn_port.3 -#opt/lampp/man/man3/RAND_screen.3 -#opt/lampp/man/man3/SSL_set_quiet_shutdown.3 -#opt/lampp/man/man3/RSA_sign.3 -#opt/lampp/man/man3/menu_opts.3menu.gz -#opt/lampp/man/man3/SSL_get_verify_callback.3 -#opt/lampp/man/man3/ber_alloc_t.3 -#opt/lampp/man/man3/sha.3 -#opt/lampp/man/man3/rsa.3 -#opt/lampp/man/man3/BIO_make_bio_pair.3 -#opt/lampp/man/man3/RSA_size.3 -#opt/lampp/man/man3/ssl.3 -#opt/lampp/man/man3/TIFFPrintDirectory.3t -#opt/lampp/man/man3/Attribute::Handlers::demo::Demo.3 -#opt/lampp/man/man3/DSA_print.3 -#opt/lampp/man/man3/set_field_type.3form.gz -#opt/lampp/man/man3/BIO_set_ssl_mode.3 -#opt/lampp/man/man3/BN_copy.3 -#opt/lampp/man/man3/mvvline.3ncurses.gz -#opt/lampp/man/man3/attr_get.3ncurses.gz -#opt/lampp/man/man3/DH_get_ex_data.3 -#opt/lampp/man/man3/SSL_get_default_timeout.3 -#opt/lampp/man/man3/DHparams_print_fp.3 -#opt/lampp/man/man3/DSA_set_method.3 -#opt/lampp/man/man3/use_default_colors.3ncurses.gz -#opt/lampp/man/man3/use_extended_names.3ncurses.gz -#opt/lampp/man/man3/libexslt.3 -#opt/lampp/man/man3/SSL_CTX_get_max_cert_list.3 -#opt/lampp/man/man3/ldap_kerberos_bind_s.3 -#opt/lampp/man/man3/win_wchstr.3ncurses.gz -#opt/lampp/man/man3/ber_flush.3 -#opt/lampp/man/man3/i2d_X509_CRL_fp.3 -#opt/lampp/man/man3/ldap_unbind_ext_s.3 -#opt/lampp/man/man3/SSL_use_RSAPrivateKey_ASN1.3 -#opt/lampp/man/man3/APR::Date.3 -#opt/lampp/man/man3/APR::Status.3 -#opt/lampp/man/man3/SSL_SESSION_free.3 -#opt/lampp/man/man3/ldap_syntax2name.3 -#opt/lampp/man/man3/ecdsa.3 -#opt/lampp/man/man3/UI_add_input_boolean.3 -#opt/lampp/man/man3/baudrate.3ncurses.gz -#opt/lampp/man/man3/ldap_matchingrule_free.3 -#opt/lampp/man/man3/BN_clear_bit.3 -#opt/lampp/man/man3/wdeleteln.3ncurses.gz -#opt/lampp/man/man3/ERR_print_errors_fp.3 -#opt/lampp/man/man3/set_new_page.3form.gz -#opt/lampp/man/man3/APR::Request::Error.3 -#opt/lampp/man/man3/BN_mod_inverse.3 -#opt/lampp/man/man3/URI::Escape.3 -#opt/lampp/man/man3/TIFFDefaultTileSize.3t -#opt/lampp/man/man3/Encode::Unicode.3 -#opt/lampp/man/man3/Term::ReadKey.3 -#opt/lampp/man/man3/RSA_set_default_method.3 -#opt/lampp/man/man3/Config.3 -#opt/lampp/man/man3/APR::Finfo.3 -#opt/lampp/man/man3/ERR_peek_last_error_line_data.3 -#opt/lampp/man/man3/menu_name.3menu.gz -#opt/lampp/man/man3/ldap_schema.3 -#opt/lampp/man/man3/TIFFCurrentStrip.3t -#opt/lampp/man/man3/X509_NAME_print.3 -#opt/lampp/man/man3/d2i_SSL_SESSION.3 -#opt/lampp/man/man3/TIFFComputeStrip.3t -#opt/lampp/man/man3/ExtUtils::XSBuilder.3 -#opt/lampp/man/man3/SSL_new.3 -#opt/lampp/man/man3/TIFFmemory.3t -#opt/lampp/man/man3/curl_multi_cleanup.3 -#opt/lampp/man/man3/DH_generate_parameters.3 -#opt/lampp/man/man3/menu_spacing.3menu.gz -#opt/lampp/man/man3/SSL_rstate_string_long.3 -#opt/lampp/man/man3/SSL_get_ssl_method.3 -#opt/lampp/man/man3/ERR_load_crypto_strings.3 -#opt/lampp/man/man3/has_key.3ncurses.gz -#opt/lampp/man/man3/Archive::Tar::File.3 -#opt/lampp/man/man3/wsyncdown.3ncurses.gz -#opt/lampp/man/man3/wborder_set.3ncurses.gz -#opt/lampp/man/man3/ldap_modify.3 -#opt/lampp/man/man3/ldap_search_s.3 -#opt/lampp/man/man3/form_field_info.3form.gz -#opt/lampp/man/man3/I18N::LangTags::Detect.3 -#opt/lampp/man/man3/ripoffline.3ncurses.gz -#opt/lampp/man/man3/Apache2::Filter.3 -#opt/lampp/man/man3/DES_ecb_encrypt.3 -#opt/lampp/man/man3/_nc_tracebits.3ncurses.gz -#opt/lampp/man/man3/TIFFVStripSize.3t -#opt/lampp/man/man3/warnings.3 -#opt/lampp/man/man3/Text::Balanced.3 -#opt/lampp/man/man3/ModPerl::Util.3 -#opt/lampp/man/man3/set_menu_grey.3menu.gz -#opt/lampp/man/man3/bn_expand2.3 -#opt/lampp/man/man3/touchline.3ncurses.gz -#opt/lampp/man/man3/Pod::Perldoc::ToNroff.3 -#opt/lampp/man/man3/TIFFReverseBits.3t -#opt/lampp/man/man3/SSL_SESSION_get_time.3 -#opt/lampp/man/man3/EVP_get_cipherbyname.3 -#opt/lampp/man/man3/ldap_first_attribute.3 -#opt/lampp/man/man3/SSL_CTX_set_ex_data.3 -#opt/lampp/man/man3/ldap_build_filter.3 -#opt/lampp/man/man3/TIFFComputeTile.3t -#opt/lampp/man/man3/bn_sub_words.3 -#opt/lampp/man/man3/mvwinsch.3ncurses.gz -#opt/lampp/man/man3/menu_requestname.3menu.gz -#opt/lampp/man/man3/DBM_Filter::encode.3 -#opt/lampp/man/man3/scale_menu.3menu.gz -#opt/lampp/man/man3/Apache2::Access.3 -#opt/lampp/man/man3/flushinp.3ncurses.gz -#opt/lampp/man/man3/RAND_set_rand_method.3 -#opt/lampp/man/man3/ldap_modrdn.3 -#opt/lampp/man/man3/ldap_modrdn_s -#opt/lampp/man/man3/set_menu_mark.3menu.gz -#opt/lampp/man/man3/RSA_padding_add_none.3 -#opt/lampp/man/man3/RSA_padding_check_SSLv23.3 -#opt/lampp/man/man3/BIO_reset.3 -#opt/lampp/man/man3/SSL_CTX_set_tmp_dh_callback.3 -#opt/lampp/man/man3/DH_set_default_method.3 -#opt/lampp/man/man3/SHA1.3 -#opt/lampp/man/man3/Apache::TestUtil.3 -#opt/lampp/man/man3/IO::File.3 -#opt/lampp/man/man3/curl_version_info.3 -#opt/lampp/man/man3/Apache2::MPM.3 -#opt/lampp/man/man3/EVP_PKEY_new.3 -#opt/lampp/man/man3/BN_free.3 -#opt/lampp/man/man3/set_field_status.3form.gz -#opt/lampp/man/man3/BF_ecb_encrypt.3 -#opt/lampp/man/man3/ldap_8859_to_t61.3 -#opt/lampp/man/man3/SSL_CTX_add_client_CA.3 -#opt/lampp/man/man3/TIFFSwabShort.3t -#opt/lampp/man/man3/free_menu.3menu.gz -#opt/lampp/man/man3/Net::FTP::A.3 -#opt/lampp/man/man3/Net::FTP::E.3 -#opt/lampp/man/man3/Net::FTP::I.3 -#opt/lampp/man/man3/Net::FTP::L.3 -#opt/lampp/man/man3/Apache2::Log.3 -#opt/lampp/man/man3/mvaddnwstr.3ncurses.gz -#opt/lampp/man/man3/panel_below.3curses.gz -#opt/lampp/man/man3/mvadd_wchstr.3ncurses.gz -#opt/lampp/man/man3/DBI::PurePerl.3 -#opt/lampp/man/man3/DSA_do_verify.3 -#opt/lampp/man/man3/curl_share_init.3 -#opt/lampp/man/man3/SSL_want_write.3 -#opt/lampp/man/man3/DH_OpenSSL.3 -#opt/lampp/man/man3/SSL_CTX_use_certificate.3 -#opt/lampp/man/man3/GDBM_File.3 -#opt/lampp/man/man3/format.3menu.gz -#opt/lampp/man/man3/ldap_first_reference.3 -#opt/lampp/man/man3/Win32.3 -#opt/lampp/man/man3/Apache2::URI.3 -#opt/lampp/man/man3/User::grent.3 -#opt/lampp/man/man3/move.3ncurses.gz -#opt/lampp/man/man3/ASN1_STRING_length.3 -#opt/lampp/man/man3/getyx.3ncurses.gz -#opt/lampp/man/man3/Bundle::DBI.3 -#opt/lampp/man/man3/File::Path.3 -#opt/lampp/man/man3/EVP_MD_CTX_init.3 -#opt/lampp/man/man3/TIFFOpen.3t -#opt/lampp/man/man3/BN_RECP_CTX_new.3 -#opt/lampp/man/man3/wgetbkgrnd.3ncurses.gz -#opt/lampp/man/man3/set_form_init.3form.gz -#opt/lampp/man/man3/setterm.3ncurses.gz -#opt/lampp/man/man3/SSL_alert_desc_string_long.3 -#opt/lampp/man/man3/mvwgetnstr.3ncurses.gz -#opt/lampp/man/man3/ber_put_int.3 -#opt/lampp/man/man3/TIFFmemset.3t -#opt/lampp/man/man3/BIO_should_retry.3 -#opt/lampp/man/man3/Net::HTTP::NB.3 -#opt/lampp/man/man3/ldap_unbind_s.3 -#opt/lampp/man/man3/BN_RECP_CTX_free.3 -#opt/lampp/man/man3/getch.3ncurses.gz -#opt/lampp/man/man3/lh_delete.3 -#opt/lampp/man/man3/keyname.3ncurses.gz -#opt/lampp/man/man3/wgetch.3ncurses.gz -#opt/lampp/man/man3/APR::URI.3 -#opt/lampp/man/man3/del_panel.3curses.gz -#opt/lampp/man/man3/RSA_padding_add_PKCS1_OAEP.3 -#opt/lampp/man/man3/BN_RECP_CTX_set.3 -#opt/lampp/man/man3/PerlIO::scalar.3 -#opt/lampp/man/man3/bottom_panel.3curses.gz -#opt/lampp/man/man3/SSL_CTX_set_default_passwd_cb_userdata.3 -#opt/lampp/man/man3/Getopt::Long.3 -#opt/lampp/man/man3/endwin.3ncurses.gz -#opt/lampp/man/man3/des_read_pw.3 -#opt/lampp/man/man3/d2i_X509_fp.3 -#opt/lampp/man/man3/HTML::Tagset.3 -#opt/lampp/man/man3/Bundle::LWP.3 -#opt/lampp/man/man3/lh_stats_bio.3 -#opt/lampp/man/man3/ldap_next_searchobj.3 -#opt/lampp/man/man3/ber_put_seq.3 -#opt/lampp/man/man3/ber_put_set.3 -#opt/lampp/man/man3/SSL_CTX_use_PrivateKey_file.3 -#opt/lampp/man/man3/ERR_pop_to_mark.3 -#opt/lampp/man/man3/OBJ_txt2nid.3 -#opt/lampp/man/man3/panel.3curses.gz -#opt/lampp/man/man3/OBJ_txt2obj.3 -#opt/lampp/man/man3/RSA_padding_add_PKCS1_type_1.3 -#opt/lampp/man/man3/RSA_padding_add_PKCS1_type_2.3 -#opt/lampp/man/man3/BF_ofb64_encrypt.3 -#opt/lampp/man/man3/Encode::MIME::Header.3 -#opt/lampp/man/man3/hook.3form.gz -#opt/lampp/man/man3/ber_put_ostring.3 -#opt/lampp/man/man3/AutoSplit.3 -#opt/lampp/man/man3/wattr_get.3ncurses.gz -#opt/lampp/man/man3/EVP_MD_CTX_block_size.3 -#opt/lampp/man/man3/UI_construct_prompt.3 -#opt/lampp/man/man3/mvwinchnstr.3ncurses.gz -#opt/lampp/man/man3/ldap_init_templates_buf.3 -#opt/lampp/man/man3/BN_MONT_CTX_copy.3 -#opt/lampp/man/man3/Safe.3 -#opt/lampp/man/man3/ldap_str2attributetype.3 -#opt/lampp/man/man3/init_pair.3ncurses.gz -#opt/lampp/man/man3/BIO_get_bind_mode.3 -#opt/lampp/man/man3/CRYPTO_lock.3 -#opt/lampp/man/man3/SSL_CTX_use_certificate_ASN1.3 -#opt/lampp/man/man3/BN_bn2bin.3 -#opt/lampp/man/man3/SSL_CTX_sess_set_get_cb.3 -#opt/lampp/man/man3/BIO_f_base64.3 -#opt/lampp/man/man3/X509_NAME_get_index_by_NID.3 -#opt/lampp/man/man3/X509_NAME_get_index_by_OBJ.3 -#opt/lampp/man/man3/BIO_set_cipher.3 -#opt/lampp/man/man3/APR::ThreadMutex.3 -#opt/lampp/man/man3/Win32::DBIODBC.3 -#opt/lampp/man/man3/menu_hook.3menu.gz -#opt/lampp/man/man3/Devel::PPPort.3 -#opt/lampp/man/man3/APR::Request::Hook.3 -#opt/lampp/man/man3/BN_bn2dec.3 -#opt/lampp/man/man3/SSL_CTX_flush_sessions.3 -#opt/lampp/man/man3/SSL_get_ex_new_index.3 -#opt/lampp/man/man3/BN_init.3 -#opt/lampp/man/man3/mvvline_set.3ncurses.gz -#opt/lampp/man/man3/ERR_print_errors.3 -#opt/lampp/man/man3/BIO_set_write_buf_size.3 -#opt/lampp/man/man3/ERR_put_error.3 -#opt/lampp/man/man3/Pod::Find.3 -#opt/lampp/man/man3/CGI::Switch.3 -#opt/lampp/man/man3/post.3form.gz -#opt/lampp/man/man3/termname.3ncurses.gz -#opt/lampp/man/man3/Benchmark.3 -#opt/lampp/man/man3/SSL_shutdown.3 -#opt/lampp/man/man3/BN_bn2hex.3 -#opt/lampp/man/man3/SSL_get_client_CA_list.3 -#opt/lampp/man/man3/BIO_s_bio.3 -#opt/lampp/man/man3/post_form.3form.gz -#opt/lampp/man/man3/menu_cursor.3menu.gz -#opt/lampp/man/man3/SSL_accept.3 -#opt/lampp/man/man3/Test::Harness::TAP.3 -#opt/lampp/man/man3/BN_bin2bn.3 -#opt/lampp/man/man3/SSL_CTX_set_options.3 -#opt/lampp/man/man3/tparm.3ncurses.gz -#opt/lampp/man/man3/SSL_set_tmp_rsa.3 -#opt/lampp/man/man3/ExtUtils::MM_DOS.3 -#opt/lampp/man/man3/ExtUtils::MM_Any.3 -#opt/lampp/man/man3/lhash.3 -#opt/lampp/man/man3/menu_post.3menu.gz -#opt/lampp/man/man3/SSL_CTX_get_session_cache_mode.3 -#opt/lampp/man/man3/SSL_CTX_set_info_callback.3 -#opt/lampp/man/man3/longname.3ncurses.gz -#opt/lampp/man/man3/BN_bn2mpi.3 -#opt/lampp/man/man3/form_win.3form.gz -#opt/lampp/man/man3/TIFFGetField.3t -#opt/lampp/man/man3/BN_div_recp.3 -#opt/lampp/man/man3/CGI::Apache.3 -#opt/lampp/man/man3/ldap_attributetype2name.3 -#opt/lampp/man/man3/BIO_shutdown_wr.3 -#opt/lampp/man/man3/i2d_X509_REQ_bio.3 -#opt/lampp/man/man3/ExtUtils::testlib.3 -#opt/lampp/man/man3/BIO_set_conn_hostname.3 -#opt/lampp/man/man3/delch.3ncurses.gz -#opt/lampp/man/man3/Test.3 -#opt/lampp/man/man3/OBJ_cmp.3 -#opt/lampp/man/man3/BN_RECP_CTX_init.3 -#opt/lampp/man/man3/APR::IpSubnet.3 -#opt/lampp/man/man3/wdelch.3ncurses.gz -#opt/lampp/man/man3/EVP_MD_CTX_cleanup.3 -#opt/lampp/man/man3/SSL_CIPHER_get_name.3 -#opt/lampp/man/man3/SSL_get_peer_cert_chain.3 -#opt/lampp/man/man3/mvwin_wchstr.3ncurses.gz -#opt/lampp/man/man3/OBJ_sn2nid.3 -#opt/lampp/man/man3/mvwadd_wch.3ncurses.gz -#opt/lampp/man/man3/OBJ_dup.3 -#opt/lampp/man/man3/BIO_s_mem.3 -#opt/lampp/man/man3/mvwaddwstr.3ncurses.gz -#opt/lampp/man/man3/EVP_CipherInit.3 -#opt/lampp/man/man3/SSL_SESSION_set_time.3 -#opt/lampp/man/man3/panel_window.3curses.gz -#opt/lampp/man/man3/has_il.3ncurses.gz -#opt/lampp/man/man3/newpad.3ncurses.gz -#opt/lampp/man/man3/idcok.3ncurses.gz -#opt/lampp/man/man3/Encode::Encoder.3 -#opt/lampp/man/man3/File::CheckTree.3 -#opt/lampp/man/man3/EVP_PKEY_assign_EC_KEY.3 -#opt/lampp/man/man3/ERR_remove_state.3 -#opt/lampp/man/man3/mvinchstr.3ncurses.gz -#opt/lampp/man/man3/ExtUtils::MM_NW5.3 -#opt/lampp/man/man3/HTTP::Cookies::Microsoft.3 -#opt/lampp/man/man3/ExtUtils::MM_OS2.3 -#opt/lampp/man/man3/MD4_Final.3 -#opt/lampp/man/man3/Apache2::Upload.3 -#opt/lampp/man/man3/EVP_OpenInit.3 -#opt/lampp/man/man3/Apache2::ServerUtil.3 -#opt/lampp/man/man3/BIO_ssl_shutdown.3 -#opt/lampp/man/man3/libxslt.3 -#opt/lampp/man/man3/LWP::MediaTypes.3 -#opt/lampp/man/man3/BN_lshift1.3 -#opt/lampp/man/man3/Tie::File.3 -#opt/lampp/man/man3/set_top_row.3menu.gz -#opt/lampp/man/man3/resetty.3ncurses.gz -#opt/lampp/man/man3/TIFFRegisterCODEC.3t -#opt/lampp/man/man3/instr.3ncurses.gz -#opt/lampp/man/man3/initscr.3ncurses.gz -#opt/lampp/man/man3/TIFFClientOpen.3t -#opt/lampp/man/man3/ldap_delete_s.3 -#opt/lampp/man/man3/winstr.3ncurses.gz -#opt/lampp/man/man3/BIO_get_write_guarantee.3 -#opt/lampp/man/man3/move_field.3form.gz -#opt/lampp/man/man3/setscrreg.3ncurses.gz -#opt/lampp/man/man3/ERR_get_next_error_library.3 -#opt/lampp/man/man3/File::Spec.3 -#opt/lampp/man/man3/ExtUtils::MM_VMS.3 -#opt/lampp/man/man3/ERR_GET_FUNC.3 -#opt/lampp/man/man3/SSL_set_session_id_context.3 -#opt/lampp/man/man3/Symbol.3 -#opt/lampp/man/man3/DBI::ProxyServer.3 -#opt/lampp/man/man3/File::Temp.3 -#opt/lampp/man/man3/SSL_get_version.3 -#opt/lampp/man/man3/set_form_win.3form.gz -#opt/lampp/man/man3/EVP_MD_CTX_create.3 -#opt/lampp/man/man3/EVP_CipherFinal.3 -#opt/lampp/man/man3/BN_MONT_CTX_free.3 -#opt/lampp/man/man3/DBM_Filter::compress.3 -#opt/lampp/man/man3/ber_put_enum.3 -#opt/lampp/man/man3/box.3ncurses.gz -#opt/lampp/man/man3/ldap_t61_to_8859.3 -#opt/lampp/man/man3/BIO_set_mem_buf.3 -#opt/lampp/man/man3/bn_mul_recursive.3 -#opt/lampp/man/man3/TIFFcodec.3t -#opt/lampp/man/man3/_tracemouse.3ncurses.gz -#opt/lampp/man/man3/Tie::Array.3 -#opt/lampp/man/man3/EVP_PKEY_type.3 -#opt/lampp/man/man3/EVP_CIPHER_CTX_ctrl.3 -#opt/lampp/man/man3/ASN1_STRING_print_ex_fp.3 -#opt/lampp/man/man3/ASN1_generate_v3.3 -#opt/lampp/man/man3/Pod::Html.3 -#opt/lampp/man/man3/TIFFWriteEncodedTile.3t -#opt/lampp/man/man3/DES_enc_read.3 -#opt/lampp/man/man3/SSL_CTX_set_generate_session_id.3 -#opt/lampp/man/man3/MDC2_Update.3 -#opt/lampp/man/man3/SSL_CTX_sessions.3 -#opt/lampp/man/man3/Tie::Hash.3 -#opt/lampp/man/man3/tigetstr.3ncurses.gz -#opt/lampp/man/man3/Memoize::ExpireTest.3 -#opt/lampp/man/man3/Apache::Reload.3 -#opt/lampp/man/man3/free_fieldtype.3form.gz -#opt/lampp/man/man3/Apache2::Request.3 -#opt/lampp/man/man3/ByteLoader.3 -#opt/lampp/man/man3/File::Spec::Win32.3 -#opt/lampp/man/man3/ldap_init_searchprefs.3 -#opt/lampp/man/man3/Unicode::UCD.3 -#opt/lampp/man/man3/MD2_Update.3 -#opt/lampp/man/man3/fields.3 -#opt/lampp/man/man3/DH_compute_key.3 -#opt/lampp/man/man3/RSA_public_encrypt.3 -#opt/lampp/man/man3/wredrawln.3ncurses.gz -#opt/lampp/man/man3/Sys::Hostname.3 -#opt/lampp/man/man3/ExtUtils::MakeMaker::bytes.3 -#opt/lampp/man/man3/RSA_get_method.3 -#opt/lampp/man/man3/DBD::Sponge.3 -#opt/lampp/man/man3/ldap_compare_s.3 -#opt/lampp/man/man3/field_userptr.3form.gz -#opt/lampp/man/man3/attroff.3ncurses.gz -#opt/lampp/man/man3/Apache::TestRun.3 -#opt/lampp/man/man3/addch.3ncurses.gz -#opt/lampp/man/man3/DES_ofb64_encrypt.3 -#opt/lampp/man/man3/COLOR_PAIR.3ncurses.gz -#opt/lampp/man/man3/waddch.3ncurses.gz -#opt/lampp/man/man3/ldap_add_ext_s.3 -#opt/lampp/man/man3/form_field_userptr.3form.gz -#opt/lampp/man/man3/BN_nnmod.3 -#opt/lampp/man/man3/bn_mul_part_recursive.3 -#opt/lampp/man/man3/UI_new.3 -#opt/lampp/man/man3/TIFFWriteScanline.3t -#opt/lampp/man/man3/B::Debug.3 -#opt/lampp/man/man3/TIFFIsMSB2LSB.3t -#opt/lampp/man/man3/Apache2::Cookie.3 -#opt/lampp/man/man3/CGI::Push.3 -#opt/lampp/man/man3/TIFFReadEncodedTile.3t -#opt/lampp/man/man3/item_opts.3menu.gz -#opt/lampp/man/man3/Bundle::CPAN.3 -#opt/lampp/man/man3/ERR_get_error_line.3 -#opt/lampp/man/man3/Term::Cap.3 -#opt/lampp/man/man3/SSLeay.3 -#opt/lampp/man/man3/Net::netent.3 -#opt/lampp/man/man3/menu_back.3menu.gz -#opt/lampp/man/man3/d2i_X509_ALGOR.3 -#opt/lampp/man/man3/SSL_state_string_long.3 -#opt/lampp/man/man3/DES_ede3_cbc_encrypt.3 -#opt/lampp/man/man3/form.3form.gz -#opt/lampp/man/man3/BN_from_montgomery.3 -#opt/lampp/man/man3/Apache::Log.3 -#opt/lampp/man/man3/EVP_MAX_MD_SIZE.3 -#opt/lampp/man/man3/BIO_get_mem_data.3 -#opt/lampp/man/man3/IO::String.3 -#opt/lampp/man/man3/XSLoader.3 -#opt/lampp/man/man3/SSL_CTX_need_tmp_rsa.3 -#opt/lampp/man/man3/RAND_event.3 -#opt/lampp/man/man3/tgoto.3ncurses.gz -#opt/lampp/man/man3/Apache2::SizeLimit.3 -#opt/lampp/man/man3/mvaddnstr.3ncurses.gz -#opt/lampp/man/man3/Time::HiRes.3 -#opt/lampp/man/man3/Apache::TestRunPerl.3 -#opt/lampp/man/man3/curl_global_init_mem.3 -#opt/lampp/man/man3/SSL_CTX_use_RSAPrivateKey_file.3 -#opt/lampp/man/man3/SSL_library_init.3 -#opt/lampp/man/man3/has_colors.3ncurses.gz -#opt/lampp/man/man3/BN_MONT_CTX_init.3 -#opt/lampp/man/man3/Exporter::Heavy.3 -#opt/lampp/man/man3/EVP_SealInit.3 -#opt/lampp/man/man3/SSL_CTX_get_ex_data.3 -#opt/lampp/man/man3/HTTP::Cookies::Netscape.3 -#opt/lampp/man/man3/menu_value.3menu.gz -#opt/lampp/man/man3/bn_internal.3 -#opt/lampp/man/man3/ldap_url_parse.3 -#opt/lampp/man/man3/BIO_do_connect.3 -#opt/lampp/man/man3/SSL_set_tmp_dh_callback.3 -#opt/lampp/man/man3/EVP_CIPHER_CTX_nid.3 -#opt/lampp/man/man3/BF_cfb64_encrypt.3 -#opt/lampp/man/man3/cbreak.3ncurses.gz -#opt/lampp/man/man3/default_colors.3ncurses.gz -#opt/lampp/man/man3/item_name.3menu.gz -#opt/lampp/man/man3/menu_fore.3menu.gz -#opt/lampp/man/man3/TIFFReadEncodedStrip.3t -#opt/lampp/man/man3/curl_multi_remove_handle.3 -#opt/lampp/man/man3/leaveok.3ncurses.gz -#opt/lampp/man/man3/new_form.3form.gz -#opt/lampp/man/man3/curl_formfree.3 -#opt/lampp/man/man3/Apache2::PerlSections.3 -#opt/lampp/man/man3/ldap_count_entries.3 -#opt/lampp/man/man3/mvinnstr.3ncurses.gz -#opt/lampp/man/man3/EVP_CIPHER_mode.3 -#opt/lampp/man/man3/B::Asmdata.3 -#opt/lampp/man/man3/ldap_result2error.3 -#opt/lampp/man/man3/UI_OpenSSL.3 -#opt/lampp/man/man3/bn_mul_comba4.3 -#opt/lampp/man/man3/bn_mul_comba8.3 -#opt/lampp/man/man3/DES_xcbc_encrypt.3 -#opt/lampp/man/man3/SSL_CTX_use_PrivateKey.3 -#opt/lampp/man/man3/Pod::Text::Termcap.3 -#opt/lampp/man/man3/URI::Heuristic.3 -#opt/lampp/man/man3/Apache2::Util.3 -#opt/lampp/man/man3/ModPerl::RegistryPrefork.3 -#opt/lampp/man/man3/EVP_DecryptInit_ex.3 -#opt/lampp/man/man3/BIO_new_socket.3 -#opt/lampp/man/man3/SSL_get_ciphers.3 -#opt/lampp/man/man3/BIO_ctrl_wpending.3 -#opt/lampp/man/man3/termcap.3ncurses.gz -#opt/lampp/man/man3/attrset.3ncurses.gz -#opt/lampp/man/man3/ExtUtils::MakeMaker::Tutorial.3 -#opt/lampp/man/man3/BF_cbc_encrypt.3 -#opt/lampp/man/man3/Attribute::Handlers.3 -#opt/lampp/man/man3/RSA_print_fp.3 -#opt/lampp/man/man3/BN_div_word.3 -#opt/lampp/man/man3/TIFFFlushData.3t -#opt/lampp/man/man3/tigetnum.3ncurses.gz -#opt/lampp/man/man3/SSL_set_verify_depth.3 -#opt/lampp/man/man3/BIO_free_all.3 -#opt/lampp/man/man3/ExtUtils::Constant::Base.3 -#opt/lampp/man/man3/SSL_get_fd.3 -#opt/lampp/man/man3/EVP_DecryptFinal_ex.3 -#opt/lampp/man/man3/OBJ_nid2obj.3 -#opt/lampp/man/man3/IO::Pipe.3 -#opt/lampp/man/man3/PKCS7_sign.3 -#opt/lampp/man/man3/replace_panel.3curses.gz -#opt/lampp/man/man3/EVP_CIPHER_CTX_flags.3 -#opt/lampp/man/man3/DBI::ProfileDumper::Apache.3 -#opt/lampp/man/man3/Pod::LaTeX.3 -#opt/lampp/man/man3/menu_request_by_name.3menu.gz -#opt/lampp/man/man3/mvcur.3ncurses.gz -#opt/lampp/man/man3/Apache2::RequestUtil.3 -#opt/lampp/man/man3/libcurl-errors.3 -#opt/lampp/man/man3/DSA_SIG_free.3 -#opt/lampp/man/man3/_tracechtype.3ncurses.gz -#opt/lampp/man/man3/Apache2::Directive.3 -#opt/lampp/man/man3/EVP_OpenFinal.3 -#opt/lampp/man/man3/erasewchar.3ncurses.gz -#opt/lampp/man/man3/ExtUtils::MM_Cygwin.3 -#opt/lampp/man/man3/SSL_use_PrivateKey_file.3 -#opt/lampp/man/man3/IO::Poll.3 -#opt/lampp/man/man3/BN_rand.3 -#opt/lampp/man/man3/APR::Pool.3 -#opt/lampp/man/man3/UI_new_method.3 -#opt/lampp/man/man3/SSL_CTX_sess_number.3 -#opt/lampp/man/man3/_tracedump.3ncurses.gz -#opt/lampp/man/man3/get_wstr.3ncurses.gz -#opt/lampp/man/man3/EVP_MD_CTX_size.3 -#opt/lampp/man/man3/RSA_print.3 -#opt/lampp/man/man3/panel_above.3curses.gz -#opt/lampp/man/man3/menu_sub.3menu.gz -#opt/lampp/man/man3/TIFFSwabArrayOfShort.3t -#opt/lampp/man/man3/dngettext.3 -#opt/lampp/man/man3/set_field_just.3form.gz -#opt/lampp/man/man3/CRYPTO_get_new_dynlockid.3 -#opt/lampp/man/man3/BUF_MEM_new.3 -#opt/lampp/man/man3/standend.3ncurses.gz -#opt/lampp/man/man3/RSA_public_decrypt.3 -#opt/lampp/man/man3/SSL_write.3 -#opt/lampp/man/man3/form_fields.3form.gz -#opt/lampp/man/man3/SSL_clear.3 -#opt/lampp/man/man3/BN_rshift.3 -#opt/lampp/man/man3/EVP_CIPHER_param_to_asn1.3 -#opt/lampp/man/man3/HTTP::Headers.3 -#opt/lampp/man/man3/ldap_set_rebind_proc.3 -#opt/lampp/man/man3/I18N::LangTags.3 -#opt/lampp/man/man3/I18N::Collate.3 -#opt/lampp/man/man3/d2i_DSA_PUBKEY.3 -#opt/lampp/man/man3/_tracechar.3ncurses.gz -#opt/lampp/man/man3/DBD::Proxy.3 -#opt/lampp/man/man3/ldap_get_dn.3 -#opt/lampp/man/man3/bn_set_max.3 -#opt/lampp/man/man3/ld_errno.3 -#opt/lampp/man/man3/ldap_abandon_ext.3 -#opt/lampp/man/man3/EVP_CIPHER_CTX_init.3 -#opt/lampp/man/man3/bn_set_low.3 -#opt/lampp/man/man3/DSA_do_sign.3 -#opt/lampp/man/man3/tigetflag.3ncurses.gz -#opt/lampp/man/man3/ber_get_int.3 -#opt/lampp/man/man3/attr.3ncurses.gz -#opt/lampp/man/man3/BIO_new_mem_buf.3 -#opt/lampp/man/man3/RSA_padding_check_PKCS1_OAEP.3 -#opt/lampp/man/man3/EVP_md_null.3 -#opt/lampp/man/man3/Apache::Test.3 -#opt/lampp/man/man3/ldap_search_ext_s.3 -#opt/lampp/man/man3/Opcode.3 -#opt/lampp/man/man3/SSL_alert_type_string.3 -#opt/lampp/man/man3/mvinnwstr.3ncurses.gz -#opt/lampp/man/man3/d2i_X509_CRL.3 -#opt/lampp/man/man3/ber_bvarray_free.3 -#opt/lampp/man/man3/CGI::Util.3 -#opt/lampp/man/man3/wins_nwstr.3ncurses.gz -#opt/lampp/man/man3/current_field.3form.gz -#opt/lampp/man/man3/BN_BLINDING_create_param.3 -#opt/lampp/man/man3/APR::Base64.3 -#opt/lampp/man/man3/ModPerl::BuildMM.3 -#opt/lampp/man/man3/EVP_PKEY_get1_DSA.3 -#opt/lampp/man/man3/X509_new.3 -#opt/lampp/man/man3/SSL_CTX_get_options.3 -#opt/lampp/man/man3/dupwin.3ncurses.gz -#opt/lampp/man/man3/Encode::JP::H2Z.3 -#opt/lampp/man/man3/set_menu_sub.3menu.gz -#opt/lampp/man/man3/BIO_s_connect.3 -#opt/lampp/man/man3/HTTP::Status.3 -#opt/lampp/man/man3/threads.3 -#opt/lampp/man/man3/ldap_is_dns_dn.3 -#opt/lampp/man/man3/i2d_X509_ALGOR.3 -#opt/lampp/man/man3/BIO_f_ssl.3 -#opt/lampp/man/man3/ASN1_STRING_type_new.3 -#opt/lampp/man/man3/HTML::TokeParser.3 -#opt/lampp/man/man3/ModPerl::Const.3 -#opt/lampp/man/man3/field_status.3form.gz -#opt/lampp/man/man3/IO::Socket.3 -#opt/lampp/man/man3/assume_default_colors.3ncurses.gz -#opt/lampp/man/man3/wenclose.3ncurses.gz -#opt/lampp/man/man3/APR::UUID.3 -#opt/lampp/man/man3/ldap_error.3 -#opt/lampp/man/man3/TIFFSwabArrayOfLong.3t -#opt/lampp/man/man3/slk_attron.3ncurses.gz -#opt/lampp/man/man3/NDBM_File.3 -#opt/lampp/man/man3/mvwget_wch.3ncurses.gz -#opt/lampp/man/man3/SSL_CTX_get_verify_mode.3 -#opt/lampp/man/man3/BUF_strdup.3 -#opt/lampp/man/man3/EVP_MD_CTX_type.3 -#opt/lampp/man/man3/d2i_X509_REQ.3 -#opt/lampp/man/man3/ASN1_OBJECT_free.3 -#opt/lampp/man/man3/mvgetch.3ncurses.gz -#opt/lampp/man/man3/BN_mod_mul_reciprocal.3 -#opt/lampp/man/man3/set_current_item.3menu.gz -#opt/lampp/man/man3/Net::Domain.3 -#opt/lampp/man/man3/d2i_X509_SIG.3 -#opt/lampp/man/man3/SSL_CTX_sess_get_cache_size.3 -#opt/lampp/man/man3/DES_cfb64_encrypt.3 -#opt/lampp/man/man3/border.3ncurses.gz -#opt/lampp/man/man3/ldap_friendly.3 -#opt/lampp/man/man3/scanw.3ncurses.gz -#opt/lampp/man/man3/RSA_get_ex_new_index.3 -#opt/lampp/man/man3/wscanw.3ncurses.gz -#opt/lampp/man/man3/APR::String.3 -#opt/lampp/man/man3/TIFFRGBAImageOK.3t -#opt/lampp/man/man3/ExtUtils::Packlist.3 -#opt/lampp/man/man3/form_request_by_name.3form.gz -#opt/lampp/man/man3/BN_hex2bn.3 -#opt/lampp/man/man3/ExtUtils::MakeMaker.3 -#opt/lampp/man/man3/BN_swap.3 -#opt/lampp/man/man3/ldap_simple_bind.3 -#opt/lampp/man/man3/set_max_field.3form.gz -#opt/lampp/man/man3/EVP_PKEY_get1_RSA.3 -#opt/lampp/man/man3/I18N::LangTags::List.3 -#opt/lampp/man/man3/Archive::Tar.3 -#opt/lampp/man/man3/OPENSSL_config.3 -#opt/lampp/man/man3/OpenSSL_add_all_ciphers.3 -#opt/lampp/man/man3/lber-memory.3 -#opt/lampp/man/man3/SSL_CTX_set_cipher_list.3 -#opt/lampp/man/man3/d2i_RSA_PUBKEY.3 -#opt/lampp/man/man3/BN_ucmp.3 -#opt/lampp/man/man3/ldap_count_values.3 -#opt/lampp/man/man3/bn_sqr_words.3 -#opt/lampp/man/man3/clrtoeol.3ncurses.gz -#opt/lampp/man/man3/wborder.3ncurses.gz -#opt/lampp/man/man3/in_wchstr.3ncurses.gz -#opt/lampp/man/man3/File::Spec::Cygwin.3 -#opt/lampp/man/man3/ldap_search.3 -#opt/lampp/man/man3/set_menu_opts.3menu.gz -#opt/lampp/man/man3/APR::OS.3 -#opt/lampp/man/man3/SSL_SESSION_get_timeout.3 -#opt/lampp/man/man3/SSL_set_tmp_dh.3 -#opt/lampp/man/man3/RAND_add.3 -#opt/lampp/man/man3/wattroff.3ncurses.gz -#opt/lampp/man/man3/BIO_ctrl_pending.3 -#opt/lampp/man/man3/vidattr.3ncurses.gz -#opt/lampp/man/man3/scr_set.3ncurses.gz -#opt/lampp/man/man3/PKCS7_verify.3 -#opt/lampp/man/man3/DES_pcbc_encrypt.3 -#opt/lampp/man/man3/inchstr.3ncurses.gz -#opt/lampp/man/man3/i2d_X509_REQ_fp.3 -#opt/lampp/man/man3/ldap_syntax2str.3 -#opt/lampp/man/man3/slk.3ncurses.gz -#opt/lampp/man/man3/ber_bvarray_add.3 -#opt/lampp/man/man3/DH_set_method.3 -#opt/lampp/man/man3/mhash.3 -#opt/lampp/man/man3/termattrs.3ncurses.gz -#opt/lampp/man/man3/RAND_egd.3 -#opt/lampp/man/man3/SSL_remove_session.3 -#opt/lampp/man/man3/form_opts_on.3form.gz -#opt/lampp/man/man3/ModPerl::PerlRunPrefork.3 -#opt/lampp/man/man3/SSL_get_max_cert_list.3 -#opt/lampp/man/man3/RSA_null_method.3 -#opt/lampp/man/man3/i2d_DSA_SIG.3 -#opt/lampp/man/man3/LWP::ConnCache.3 -#opt/lampp/man/man3/ber_get_stringa.3 -#opt/lampp/man/man3/ber_get_stringb.3 -#opt/lampp/man/man3/d2i_X509_bio.3 -#opt/lampp/man/man3/MD5_Init.3 -#opt/lampp/man/man3/SHA1_Update.3 -#opt/lampp/man/man3/APR::PerlIO.3 -#opt/lampp/man/man3/TIFFsize.3t -#opt/lampp/man/man3/BIO_get_info_callback.3 -#opt/lampp/man/man3/BN_MONT_CTX_new.3 -#opt/lampp/man/man3/TIFFVTileSize.3t -#opt/lampp/man/man3/ber_put_null.3 -#opt/lampp/man/man3/attributes.3 -#opt/lampp/man/man3/SSL_CTX_set_msg_callback_arg.3 -#opt/lampp/man/man3/EVP_CIPHER_CTX_mode.3 -#opt/lampp/man/man3/_traceattr.3ncurses.gz -#opt/lampp/man/man3/SSL_CTX_get_quiet_shutdown.3 -#opt/lampp/man/man3/RSA_check_key.3 -#opt/lampp/man/man3/box_set.3ncurses.gz -#opt/lampp/man/man3/DBI::ProfileDumper.3 -#opt/lampp/man/man3/APR::BucketAlloc.3 -#opt/lampp/man/man3/ldap_translate_from_t61.3 -#opt/lampp/man/man3/BN_MONT_CTX_set.3 -#opt/lampp/man/man3/ins_wstr.3ncurses.gz -#opt/lampp/man/man3/mvdelch.3ncurses.gz -#opt/lampp/man/man3/BN_BLINDING_set_flags.3 -#opt/lampp/man/man3/BIO_get_mem_ptr.3 -#opt/lampp/man/man3/wget_wstr.3ncurses.gz -#opt/lampp/man/man3/APR::Util.3 -#opt/lampp/man/man3/BN_mul_word.3 -#opt/lampp/man/man3/bn_sqr_recursive.3 -#opt/lampp/man/man3/_traceattr2.3ncurses.gz -#opt/lampp/man/man3/ExtUtils::Constant::XS.3 -#opt/lampp/man/man3/BIO_get_retry_BIO.3 -#opt/lampp/man/man3/B::Lint.3 -#opt/lampp/man/man3/EVP_dss1.3 -#opt/lampp/man/man3/bn_wexpand.3 -#opt/lampp/man/man3/lh_doall.3 -#opt/lampp/man/man3/wstandend.3ncurses.gz -#opt/lampp/man/man3/ExtUtils::MakeMaker::vmsish.3 -#opt/lampp/man/man3/i2d_DSA_PUBKEY.3 -#opt/lampp/man/man3/SSL_use_certificate.3 -#opt/lampp/man/man3/Test::Simple.3 -#opt/lampp/man/man3/DBI::DBD.3 -#opt/lampp/man/man3/new.3menu.gz -#opt/lampp/man/man3/EVP_ripemd160.3 -#opt/lampp/man/man3/ldap_errlist.3 -#opt/lampp/man/man3/List::Util.3 -#opt/lampp/man/man3/mvaddstr.3ncurses.gz -#opt/lampp/man/man3/DBI::FAQ.3 -#opt/lampp/man/man3/set_form_fields.3form.gz -#opt/lampp/man/man3/mvinstr.3ncurses.gz -#opt/lampp/man/man3/Pod::Text.3 -#opt/lampp/man/man3/set_item_value.3menu.gz -#opt/lampp/man/man3/Pod::PlainText.3 -#opt/lampp/man/man3/curl_version.3 -#opt/lampp/man/man3/ldap_objectclass_free.3 -#opt/lampp/man/man3/ldap_set_string_translators.3 -#opt/lampp/man/man3/Test::Builder.3 -#opt/lampp/man/man3/HTML::PullParser.3 -#opt/lampp/man/man3/File::Basename.3 -#opt/lampp/man/man3/mvgetnstr.3ncurses.gz -#opt/lampp/man/man3/wattrset.3ncurses.gz -#opt/lampp/man/man3/ExtUtils::Miniperl.3 -#opt/lampp/man/man3/MIME::Base64.3 -#opt/lampp/man/man3/form_data.3form.gz -#opt/lampp/man/man3/d2i_X509.3 -#opt/lampp/man/man3/CRYPTO_set_dynlock_lock_callback.3 -#opt/lampp/man/man3/RAND_status.3 -#opt/lampp/man/man3/menu_current.3menu.gz -#opt/lampp/man/man3/ModPerl::Registry.3 -#opt/lampp/man/man3/EVP_CIPHER_type.3 -#opt/lampp/man/man3/EVP_CIPHER_iv_length.3 -#opt/lampp/man/man3/SSL_CTX_sess_get_get_cb.3 -#opt/lampp/man/man3/EVP_CIPHER_flags.3 -#opt/lampp/man/man3/EVP_SealUpdate.3 -#opt/lampp/man/man3/EVP_PKEY_set1_DSA.3 -#opt/lampp/man/man3/wtouchln.3ncurses.gz -#opt/lampp/man/man3/mvwhline.3ncurses.gz -#opt/lampp/man/man3/BIO_set_close.3 -#opt/lampp/man/man3/pechochar.3ncurses.gz -#opt/lampp/man/man3/DSA_free.3 -#opt/lampp/man/man3/TIFFbuffer.3t -#opt/lampp/man/man3/ExtUtils::Installed.3 -#opt/lampp/man/man3/curl_escape.3 -#opt/lampp/man/man3/SSL_set_generate_session_id.3 -#opt/lampp/man/man3/ber_first_element.3 -#opt/lampp/man/man3/B::Stackobj.3 -#opt/lampp/man/man3/ngettext.3 -#opt/lampp/man/man3/base.3 -#opt/lampp/man/man3/DBD::DBM.3 -#opt/lampp/man/man3/winch.3ncurses.gz -#opt/lampp/man/man3/RIPEMD160_Update.3 -#opt/lampp/man/man3/SSL_CTX_check_private_key.3 -#opt/lampp/man/man3/SSL_CTX_use_RSAPrivateKey.3 -#opt/lampp/man/man3/SSL_CTX_sess_accept_good.3 -#opt/lampp/man/man3/getbkgrnd.3ncurses.gz -#opt/lampp/man/man3/ldap_disptmpl.3 -#opt/lampp/man/man3/Apache::ServerUtil.3 -#opt/lampp/man/man3/SSL_set_client_CA_list.3 -#opt/lampp/man/man3/addnstr.3ncurses.gz -#opt/lampp/man/man3/TIFFReadTile.3t -#opt/lampp/man/man3/TIFFReadRGBATile.3t -#opt/lampp/man/man3/pair_content.3ncurses.gz -#opt/lampp/man/man3/engine.3 -#opt/lampp/man/man3/Text::ParseWords.3 -#opt/lampp/man/man3/SSL_alert_type_string_long.3 -#opt/lampp/man/man3/refresh.3ncurses.gz -#opt/lampp/man/man3/Memoize::NDBM_File.3 -#opt/lampp/man/man3/is_linetouched.3ncurses.gz -#opt/lampp/man/man3/ldap_sort_strcasecmp.3 -#opt/lampp/man/man3/SSL_add_session.3 -#opt/lampp/man/man3/BN_is_word.3 -#opt/lampp/man/man3/EVP_EncryptFinal_ex.3 -#opt/lampp/man/man3/BN_value_one.3 -#opt/lampp/man/man3/Encode::Guess.3 -#opt/lampp/man/man3/charnames.3 -#opt/lampp/man/man3/Bundle::DBD::mysql.3 -#opt/lampp/man/man3/BIO_get_md_ctx.3 -#opt/lampp/man/man3/ldap_simple_bind_s.3 -#opt/lampp/man/man3/cldap_setretryinfo.3 -#opt/lampp/man/man3/scale_form.3form.gz -#opt/lampp/man/man3/BN_CTX_start.3 -#opt/lampp/man/man3/form_field_just.3form.gz -#opt/lampp/man/man3/EVP_PKEY_set1_RSA.3 -#opt/lampp/man/man3/menu_visible.3menu.gz -#opt/lampp/man/man3/blib.3 -#opt/lampp/man/man3/APR::Socket.3 -#opt/lampp/man/man3/curl_multi_perform.3 -#opt/lampp/man/man3/curl_multi_add_handle.3 -#opt/lampp/man/man3/mvaddch.3ncurses.gz -#opt/lampp/man/man3/EVP_CipherFinal_ex.3 -#opt/lampp/man/man3/TIFFSwabLong.3t -#opt/lampp/man/man3/mvwins_nwstr.3ncurses.gz -#opt/lampp/man/man3/RSA_verify_ASN1_OCTET_STRING.3 -#opt/lampp/man/man3/Apache::Build.3 -#opt/lampp/man/man3/i2d_RSA_PUBKEY.3 -#opt/lampp/man/man3/bn_check_top.3 -#opt/lampp/man/man3/UI_dup_input_string.3 -#opt/lampp/man/man3/waddchnstr.3ncurses.gz -#opt/lampp/man/man3/SSL_set_shutdown.3 -#opt/lampp/man/man3/curl_slist_free_all.3 -#opt/lampp/man/man3/BN_zero.3 -#opt/lampp/man/man3/Archive::Tar::Win32.3 -#opt/lampp/man/man3/nl.3ncurses.gz -#opt/lampp/man/man3/English.3 -#opt/lampp/man/man3/TIFFRewriteDirectory.3t -#opt/lampp/man/man3/ERR_peek_error.3 -#opt/lampp/man/man3/DES_ecb3_encrypt.3 -#opt/lampp/man/man3/free_form.3form.gz -#opt/lampp/man/man3/ASN1_STRING_length_set.3 -#opt/lampp/man/man3/SSL_CTX_sess_set_new_cb.3 -#opt/lampp/man/man3/Encode::Alias.3 -#opt/lampp/man/man3/EVP_SignInit.3 -#opt/lampp/man/man3/field_opts_off.3form.gz -#opt/lampp/man/man3/CRYPTO_set_ex_data.3 -#opt/lampp/man/man3/wclrtoeol.3ncurses.gz -#opt/lampp/man/man3/set_field_userptr.3form.gz -#opt/lampp/man/man3/ldap_next_disptmpl.3 -#opt/lampp/man/man3/File::Spec::Mac.3 -#opt/lampp/man/man3/File::Spec::OS2.3 -#opt/lampp/man/man3/mvinsstr.3ncurses.gz -#opt/lampp/man/man3/PerlIO::encoding.3 -#opt/lampp/man/man3/Thread.3 -#opt/lampp/man/man3/Memoize::Storable.3 -#opt/lampp/man/man3/SMIME_write_PKCS7.3 -#opt/lampp/man/man3/RSA_padding_check_PKCS1_type_1.3 -#opt/lampp/man/man3/RSA_padding_check_PKCS1_type_2.3 -#opt/lampp/man/man3/term_attrs.3ncurses.gz -#opt/lampp/man/man3/SSL_CTX_get_cert_store.3 -#opt/lampp/man/man3/set_fieldtype_arg.3form.gz -#opt/lampp/man/man3/pattern.3menu.gz -#opt/lampp/man/man3/Math::BigInt.3 -#opt/lampp/man/man3/SSL_set_verify.3 -#opt/lampp/man/man3/Tie::Scalar.3 -#opt/lampp/man/man3/d2i_509_CRL_fp.3 -#opt/lampp/man/man3/insdelln.3ncurses.gz -#opt/lampp/man/man3/ldap_delete.3 -#opt/lampp/man/man3/wcolor_set.3ncurses.gz -#opt/lampp/man/man3/constant.3 -#opt/lampp/man/man3/link_field.3form.gz -#opt/lampp/man/man3/HMAC_cleanup.3 -#opt/lampp/man/man3/RSA_private_encrypt.3 -#opt/lampp/man/man3/RSA_sign_ASN1_OCTET_STRING.3 -#opt/lampp/man/man3/EVP_SignFinal.3 -#opt/lampp/man/man3/mvadd_wch.3ncurses.gz -#opt/lampp/man/man3/HTTP::Headers::Util.3 -#opt/lampp/man/man3/File::Spec::VMS.3 -#opt/lampp/man/man3/TIFFNumberOfTiles.3t -#opt/lampp/man/man3/mvaddwstr.3ncurses.gz -#opt/lampp/man/man3/Locale::Maketext::TPJ13.3 -#opt/lampp/man/man3/ldap_disable_cache.3 -#opt/lampp/man/man3/menu_opts_on.3menu.gz -#opt/lampp/man/man3/Net::SSLeay::Handle.3 -#opt/lampp/man/man3/Test::Tutorial.3 -#opt/lampp/man/man3/IO::Zlib.3 -#opt/lampp/man/man3/B::CC.3 -#opt/lampp/man/man3/RAND_seed.3 -#opt/lampp/man/man3/UI_dup_verify_string.3 -#opt/lampp/man/man3/Math::BigRat.3 -#opt/lampp/man/man3/ldap_add_ext.3 -#opt/lampp/man/man3/ldap_friendly_name.3 -#opt/lampp/man/man3/BN_is_zero.3 -#opt/lampp/man/man3/SSLeay_add_ssl_algorithms.3 -#opt/lampp/man/man3/BIO_get_fd.3 -#opt/lampp/man/man3/BIO_get_fp.3 -#opt/lampp/man/man3/X509_NAME_print_ex.3 -#opt/lampp/man/man3/BIO_get_md.3 -#opt/lampp/man/man3/Apache2::Process.3 -#opt/lampp/man/man3/RC4_set_key.3 -#opt/lampp/man/man3/mvwin_wchnstr.3ncurses.gz -#opt/lampp/man/man3/ldap_modrdn2 -#opt/lampp/man/man3/overlay.3ncurses.gz -#opt/lampp/man/man3/insch.3ncurses.gz -#opt/lampp/man/man3/EVP_get_cipherbynid.3 -#opt/lampp/man/man3/EVP_get_cipherbyobj.3 -#opt/lampp/man/man3/untouchwin.3ncurses.gz -#opt/lampp/man/man3/SSL_alert_desc_string.3 -#opt/lampp/man/man3/winsch.3ncurses.gz -#opt/lampp/man/man3/BIO_ctrl.3 -#opt/lampp/man/man3/X509_NAME_ENTRY_create_by_NID.3 -#opt/lampp/man/man3/ldap_get_values.3 -#opt/lampp/man/man3/mvin_wch.3ncurses.gz -#opt/lampp/man/man3/util.3ncurses.gz -#opt/lampp/man/man3/SSL_CTX_set_ssl_version.3 -#opt/lampp/man/man3/X509_NAME_ENTRY_create_by_OBJ.3 -#opt/lampp/man/man3/BIO_get_conn_port.3 -#opt/lampp/man/man3/Apache2::SubRequest.3 -#opt/lampp/man/man3/SSL_CTX_sess_accept_renegotiate.3 -#opt/lampp/man/man3/mvinwstr.3ncurses.gz -#opt/lampp/man/man3/slk_noutrefresh.3ncurses.gz -#opt/lampp/man/man3/wins_wstr.3ncurses.gz -#opt/lampp/man/man3/SSL_set_info_callback.3 -#opt/lampp/man/man3/BIO_callback_ctrl.3 -#opt/lampp/man/man3/win_wchnstr.3ncurses.gz -#opt/lampp/man/man3/lwpcook.3 -#opt/lampp/man/man3/des_read_password.3 -#opt/lampp/man/man3/mvwinnstr.3ncurses.gz -#opt/lampp/man/man3/ldap_err2string.3 -#opt/lampp/man/man3/DES_ede2_ofb64_encrypt.3 -#opt/lampp/man/man3/SSL_get_SSL_CTX.3 -#opt/lampp/man/man3/CGI::Cookie.3 -#opt/lampp/man/man3/SSL_use_certificate_ASN1.3 -#opt/lampp/man/man3/bn_mul_high.3 -#opt/lampp/man/man3/URI::data.3 -#opt/lampp/man/man3/innwstr.3ncurses.gz -#opt/lampp/man/man3/SSL_get_peer_certificate.3 -#opt/lampp/man/man3/winchstr.3ncurses.gz -#opt/lampp/man/man3/move_panel.3curses.gz -#opt/lampp/man/man3/vidputs.3ncurses.gz -#opt/lampp/man/man3/DSA_verify.3 -#opt/lampp/man/man3/def_prog_mode.3ncurses.gz -#opt/lampp/man/man3/ERR_func_error_string.3 -#opt/lampp/man/man3/BIO_f_md.3 -#opt/lampp/man/man3/SSL_SESSION_get_ex_new_index.3 -#opt/lampp/man/man3/LWP::Protocol.3 -#opt/lampp/man/man3/wsyncup.3ncurses.gz -#opt/lampp/man/man3/APR::Request.3 -#opt/lampp/man/man3/EVP_DigestFinal_ex.3 -#opt/lampp/man/man3/BN_set_bit.3 -#opt/lampp/man/man3/mvwinsnstr.3ncurses.gz -#opt/lampp/man/man3/Locale::Script.3 -#opt/lampp/man/man3/ldap_ufn_setfilter.3 -#opt/lampp/man/man3/set_menu_init.3menu.gz -#opt/lampp/man/man3/EVP_dss.3 -#opt/lampp/man/man3/noecho.3ncurses.gz -#opt/lampp/man/man3/EVP_PKEY_set1_DH.3 -#opt/lampp/man/man3/DES_cbc_cksum.3 -#opt/lampp/man/man3/i2d_X509_CRL.3 -#opt/lampp/man/man3/ERR_get_error_line_data.3 -#opt/lampp/man/man3/DSA_set_ex_data.3 -#opt/lampp/man/man3/setsyx.3ncurses.gz -#opt/lampp/man/man3/gdbm.3 -#opt/lampp/man/man3/SSL_CTX_sess_hits.3 -#opt/lampp/man/man3/subpad.3ncurses.gz -#opt/lampp/man/man3/set_form_term.3form.gz -#opt/lampp/man/man3/SSL_CTX_set_msg_callback.3 -#opt/lampp/man/man3/define_key.3ncurses.gz -#opt/lampp/man/man3/CPAN::WAIT.3 -#opt/lampp/man/man3/RSA_padding_add_SSLv23.3 -#opt/lampp/man/man3/EVP_md2.3 -#opt/lampp/man/man3/EVP_md5.3 -#opt/lampp/man/man3/Tie::Memoize.3 -#opt/lampp/man/man3/menu_items.3menu.gz -#opt/lampp/man/man3/tgetstr.3ncurses.gz -#opt/lampp/man/man3/d2i_X509_CRL_bio.3 -#opt/lampp/man/man3/d2i_DSAPublicKey.3 -#opt/lampp/man/man3/Class::ISA.3 -#opt/lampp/man/man3/SSLeay_version.3 -#opt/lampp/man/man3/BIO_set_conn_int_port.3 -#opt/lampp/man/man3/killwchar.3ncurses.gz -#opt/lampp/man/man3/ldap_value_free_len.3 -#opt/lampp/man/man3/TIFFWriteBufferSetup.3t -#opt/lampp/man/man3/EVP_CIPHER_CTX_type.3 -#opt/lampp/man/man3/BIO_set_callback.3 -#opt/lampp/man/man3/attron.3ncurses.gz -#opt/lampp/man/man3/Apache2::Status.3 -#opt/lampp/man/man3/set_field_opts.3form.gz -#opt/lampp/man/man3/wscrl.3ncurses.gz -#opt/lampp/man/man3/new_item.3menu.gz -#opt/lampp/man/man3/blowfish.3 -#opt/lampp/man/man3/Apache2::CmdParms.3 -#opt/lampp/man/man3/BIO_gets.3 -#opt/lampp/man/man3/EVP_sha.3 -#opt/lampp/man/man3/BIO_free.3 -#opt/lampp/man/man3/EVP_CIPHER_CTX_set_key_length.3 -#opt/lampp/man/man3/Test::Harness::Iterator.3 -#opt/lampp/man/man3/bn_cmp_words.3 -#opt/lampp/man/man3/EVP_mdc2.3 -#opt/lampp/man/man3/i2d_X509_REQ.3 -#opt/lampp/man/man3/slk_restore.3ncurses.gz -#opt/lampp/man/man3/i2d_X509_SIG.3 -#opt/lampp/man/man3/EVP_EncryptInit_ex.3 -#opt/lampp/man/man3/BIO_write_filename.3 -#opt/lampp/man/man3/win.3menu.gz -#opt/lampp/man/man3/form_sub.3form.gz -#opt/lampp/man/man3/wattron.3ncurses.gz -#opt/lampp/man/man3/DBI::Const::GetInfo::ANSI.3 -#opt/lampp/man/man3/immedok.3ncurses.gz -#opt/lampp/man/man3/menu_format.3menu.gz -#opt/lampp/man/man3/Text::Soundex.3 -#opt/lampp/man/man3/BIO_set_accept_bios.3 -#opt/lampp/man/man3/RSA_private_decrypt.3 -#opt/lampp/man/man3/curl_unescape.3 -#opt/lampp/man/man3/RAND_get_rand_method.3 -#opt/lampp/man/man3/free_field.3form.gz -#opt/lampp/man/man3/URI::file.3 -#opt/lampp/man/man3/new_fieldtype.3form.gz -#opt/lampp/man/man3/reset_prog_mode.3ncurses.gz -#opt/lampp/man/man3/field_attributes.3form.gz -#opt/lampp/man/man3/RSA_verify.3 -#opt/lampp/man/man3/hmac.3 -#opt/lampp/man/man3/SSL_CTX_set_tmp_rsa_callback.3 -#opt/lampp/man/man3/set_current_field.3form.gz -#opt/lampp/man/man3/TIFFReadBufferSetup.3t -#opt/lampp/man/man3/mvwchgat.3ncurses.gz -#opt/lampp/man/man3/delay_output.3ncurses.gz -#opt/lampp/man/man3/SSL_add_client_CA.3 -#opt/lampp/man/man3/TIFFtile.3t -#opt/lampp/man/man3/d2i_PKCS8PrivateKey_bio.3 -#opt/lampp/man/man3/set_item_opts.3menu.gz -#opt/lampp/man/man3/SSL_want_x509_lookup.3 -#opt/lampp/man/man3/X509_NAME_ENTRY_create_by_txt.3 -#opt/lampp/man/man3/SSL_CTX_callback_ctrl.3 -#opt/lampp/man/man3/BIO_pending.3 -#opt/lampp/man/man3/B::Showlex.3 -#opt/lampp/man/man3/ldap_url_search.3 -#opt/lampp/man/man3/Encode::CN.3 -#opt/lampp/man/man3/set_menu_back.3menu.gz -#opt/lampp/man/man3/winsdelln.3ncurses.gz -#opt/lampp/man/man3/beep.3ncurses.gz -#opt/lampp/man/man3/Encode::JP.3 -#opt/lampp/man/man3/Encode::KR.3 -#opt/lampp/man/man3/DES_set_odd_parity.3 -#opt/lampp/man/man3/ldap_msgid.3 -#opt/lampp/man/man3/CRYPTO_destroy_dynlockid.3 -#opt/lampp/man/man3/mvscanw.3ncurses.gz -#opt/lampp/man/man3/Encode::TW.3 -#opt/lampp/man/man3/requestname.3menu.gz -#opt/lampp/man/man3/mvinchnstr.3ncurses.gz -#opt/lampp/man/man3/field_info.3form.gz -#opt/lampp/man/man3/waddnstr.3ncurses.gz -#opt/lampp/man/man3/SSL_set_bio.3 -#opt/lampp/man/man3/curl_easy_cleanup.3 -#opt/lampp/man/man3/Memoize.3 -#opt/lampp/man/man3/EVP_EncryptFinal.3 -#opt/lampp/man/man3/del_curterm.3ncurses.gz -#opt/lampp/man/man3/ASN1_generate_nconf.3 -#opt/lampp/man/man3/is_term_resized.3ncurses.gz -#opt/lampp/man/man3/ERR_clear_error.3 -#opt/lampp/man/man3/curl_share_cleanup.3 -#opt/lampp/man/man3/wrefresh.3ncurses.gz -#opt/lampp/man/man3/Pod::ParseUtils.3 -#opt/lampp/man/man3/i2d_X509_bio.3 -#opt/lampp/man/man3/new.3form.gz -#opt/lampp/man/man3/mvinch.3ncurses.gz -#opt/lampp/man/man3/TIFFFindCODEC.3t -#opt/lampp/man/man3/show_panel.3curses.gz -#opt/lampp/man/man3/BIO_set_nbio.3 -#opt/lampp/man/man3/set_form_sub.3form.gz -#opt/lampp/man/man3/DSAparams_print.3 -#opt/lampp/man/man3/current_item.3menu.gz -#opt/lampp/man/man3/curl_share_setopt.3 -#opt/lampp/man/man3/mvwaddchnstr.3ncurses.gz -#opt/lampp/man/man3/Storable.3 -#opt/lampp/man/man3/BIO_flush.3 -#opt/lampp/man/man3/SSL_get_ex_data_X509_STORE_CTX_idx.3 -#opt/lampp/man/man3/ldap_init_templates.3 -#opt/lampp/man/man3/SSL_CTX_sess_connect_renegotiate.3 -#opt/lampp/man/man3/bn_mul_add_words.3 -#opt/lampp/man/man3/SSL_CTX_set_max_cert_list.3 -#opt/lampp/man/man3/use_env.3ncurses.gz -#opt/lampp/man/man3/UI_dup_info_string.3 -#opt/lampp/man/man3/addchstr.3ncurses.gz -#opt/lampp/man/man3/set_menu_fore.3menu.gz -#opt/lampp/man/man3/SelfLoader.3 -#opt/lampp/man/man3/APR::Request::Param.3 -#opt/lampp/man/man3/ldap_setfilteraffixes.3 -#opt/lampp/man/man3/keypad.3ncurses.gz -#opt/lampp/man/man3/EVP_DecryptFinal.3 -#opt/lampp/man/man3/Math::Complex.3 -#opt/lampp/man/man3/ldap_tmplattrs.3 -#opt/lampp/man/man3/ber_get_bitstring.3 -#opt/lampp/man/man3/vw_scanw.3ncurses.gz -#opt/lampp/man/man3/ber_printf.3 -#opt/lampp/man/man3/getbegx.3ncurses.gz -#opt/lampp/man/man3/ldap_getfirstfilter.3 -#opt/lampp/man/man3/tgetnum.3ncurses.gz -#opt/lampp/man/man3/TIFFReadRGBAImage.3t -#opt/lampp/man/man3/ldap_objectclass2str.3 -#opt/lampp/man/man3/TIFFswab.3t -#opt/lampp/man/man3/BIO_ctrl_reset_read_request.3 -#opt/lampp/man/man3/ExtUtils::MM_Win32.3 -#opt/lampp/man/man3/SSL_CTX_load_verify_locations.3 -#opt/lampp/man/man3/ldap_first_entry.3 -#opt/lampp/man/man3/ExtUtils::MM_Win95.3 -#opt/lampp/man/man3/getnstr.3ncurses.gz -#opt/lampp/man/man3/TIFFCurrentTile.3t -#opt/lampp/man/man3/Term::ANSIColor.3 -#opt/lampp/man/man3/TIFFrealloc.3t -#opt/lampp/man/man3/BIO_new_ssl.3 -#opt/lampp/man/man3/ModPerl::MM.3 -#opt/lampp/man/man3/curl_strequal.3 -#opt/lampp/man/man3/Roadmap.3 -#opt/lampp/man/man3/pnoutrefresh.3ncurses.gz -#opt/lampp/man/man3/i2d_X509_NAME.3 -#opt/lampp/man/man3/Pod::Parser.3 -#opt/lampp/man/man3/BN_add.3 -#opt/lampp/man/man3/Pod::InputObjects.3 -#opt/lampp/man/man3/BN_cmp.3 -#opt/lampp/man/man3/EVP_CIPHER_CTX_iv_length.3 -#opt/lampp/man/man3/filter.3ncurses.gz -#opt/lampp/man/man3/BN_div.3 -#opt/lampp/man/man3/echo.3ncurses.gz -#opt/lampp/man/man3/new_panel.3curses.gz -#opt/lampp/man/man3/CONF_modules_unload.3 -#opt/lampp/man/man3/ModPerl::MethodLookup.3 -#opt/lampp/man/man3/form_driver.3form.gz -#opt/lampp/man/man3/BN_dup.3 -#opt/lampp/man/man3/link_fieldtype.3form.gz -#opt/lampp/man/man3/ldap.3 -#opt/lampp/man/man3/BN_gcd.3 -#opt/lampp/man/man3/BN_exp.3 -#opt/lampp/man/man3/TIFFFlush.3t -#opt/lampp/man/man3/DES_ede2_cfb64_encrypt.3 -#opt/lampp/man/man3/ERR_peek_error_line_data.3 -#opt/lampp/man/man3/less.3 -#opt/lampp/man/man3/filetest.3 -#opt/lampp/man/man3/ldap_scherr2str.3 -#opt/lampp/man/man3/CRYPTO_get_ex_data.3 -#opt/lampp/man/man3/SHA1_Init.3 -#opt/lampp/man/man3/TIFFGetMode.3t -#opt/lampp/man/man3/Apache::TestMB.3 -#opt/lampp/man/man3/Apache::TestMM.3 -#opt/lampp/man/man3/BIO_set_mem_eof_return.3 -#opt/lampp/man/man3/BN_mod.3 -#opt/lampp/man/man3/mvin_wchstr.3ncurses.gz -#opt/lampp/man/man3/BN_new.3 -#opt/lampp/man/man3/BN_mul.3 -#opt/lampp/man/man3/getcurx.3ncurses.gz -#opt/lampp/man/man3/BN_one.3 -#opt/lampp/man/man3/RSA_PKCS1_SSLeay.3 -#opt/lampp/man/man3/Net::Telnet.3 -#opt/lampp/man/man3/Pod::Man.3 -#opt/lampp/man/man3/halfdelay.3ncurses.gz -#opt/lampp/man/man3/pos_form_cursor.3form.gz -#opt/lampp/man/man3/mdc2.3 -#opt/lampp/man/man3/slk_label.3ncurses.gz -#opt/lampp/man/man3/ldap_uncache_request.3 -#opt/lampp/man/man3/Apache2::compat.3 -#opt/lampp/man/man3/ins_nwstr.3ncurses.gz -#opt/lampp/man/man3/SSL_get_verify_mode.3 -#opt/lampp/man/man3/EVP_PKEY_get1_DH.3 -#opt/lampp/man/man3/mvget_wch.3ncurses.gz -#opt/lampp/man/man3/mcprint.3ncurses.gz -#opt/lampp/man/man3/EVP_CIPHER_CTX_set_padding.3 -#opt/lampp/man/man3/BN_sqr.3 -#opt/lampp/man/man3/SSL_CTX_set_tmp_rsa.3 -#opt/lampp/man/man3/BN_sub.3 -#opt/lampp/man/man3/mvwaddstr.3ncurses.gz -#opt/lampp/man/man3/EVP_CIPHER_key_length.3 -#opt/lampp/man/man3/B::Xref.3 -#opt/lampp/man/man3/DSAparams_print_fp.3 -#opt/lampp/man/man3/TIFFFileName.3t -#opt/lampp/man/man3/winnwstr.3ncurses.gz -#opt/lampp/man/man3/HTTP::Daemon.3 -#opt/lampp/man/man3/getparyx.3ncurses.gz -#opt/lampp/man/man3/ber_start_set.3 -#opt/lampp/man/man3/X509_NAME_ENTRY_get_data.3 -#opt/lampp/man/man3/ldap_add_s.3 -#opt/lampp/man/man3/EVP_VerifyInit.3 -#opt/lampp/man/man3/TIFFLastDirectory.3t -#opt/lampp/man/man3/UI_add_input_string.3 -#opt/lampp/man/man3/Apache::TestRequest.3 -#opt/lampp/man/man3/gettext.3 -#opt/lampp/man/man3/bn_mul_words.3 -#opt/lampp/man/man3/AnyDBM_File.3 -#opt/lampp/man/man3/mvwinch.3ncurses.gz -#opt/lampp/man/man3/prefresh.3ncurses.gz -#opt/lampp/man/man3/ldap_parse_reference.3 -#opt/lampp/man/man3/curl_easy_reset.3 -#opt/lampp/man/man3/SSL_set_cipher_list.3 -#opt/lampp/man/man3/DSA_sign.3 -#opt/lampp/man/man3/SSL_set_session.3 -#opt/lampp/man/man3/OBJ_obj2nid.3 -#opt/lampp/man/man3/User::pwent.3 -#opt/lampp/man/man3/ldap_str2objectclass.3 -#opt/lampp/man/man3/B::Bytecode.3 -#opt/lampp/man/man3/DSA_size.3 -#opt/lampp/man/man3/ldap_next_attribute.3 -#opt/lampp/man/man3/add_wch.3ncurses.gz -#opt/lampp/man/man3/URI::ldap.3 -#opt/lampp/man/man3/addwstr.3ncurses.gz -#opt/lampp/man/man3/Test::Harness::Straps.3 -#opt/lampp/man/man3/set_menu_format.3menu.gz -#opt/lampp/man/man3/TIFFfree.3t -#opt/lampp/man/man3/BN_CTX_free.3 -#opt/lampp/man/man3/Apache2::FilterRec.3 -#opt/lampp/man/man3/PKCS12_parse.3 -#opt/lampp/man/man3/libcurl-easy.3 -#opt/lampp/man/man3/SSL_set_fd.3 -#opt/lampp/man/man3/SSL_CTX_set_quiet_shutdown.3 -#opt/lampp/man/man3/EVP_sha1.3 -#opt/lampp/man/man3/TIFFmalloc.3t -#opt/lampp/man/man3/dup_field.3form.gz -#opt/lampp/man/man3/Carp::Heavy.3 -#opt/lampp/man/man3/form_new_page.3form.gz -#opt/lampp/man/man3/OBJ_obj2txt.3 -#opt/lampp/man/man3/BN_CTX_end.3 -#opt/lampp/man/man3/mvwget_wstr.3ncurses.gz -#opt/lampp/man/man3/Net::HTTP.3 -#opt/lampp/man/man3/File::Listing.3 -#opt/lampp/man/man3/BF_set_key.3 -#opt/lampp/man/man3/BN_CTX_get.3 -#opt/lampp/man/man3/lh_insert.3 -#opt/lampp/man/man3/i2d_ASN1_OBJECT.3 -#opt/lampp/man/man3/innstr.3ncurses.gz -#opt/lampp/man/man3/BIO_next.3 -#opt/lampp/man/man3/SSL_need_tmp_rsa.3 -#opt/lampp/man/man3/field_type.3form.gz -#opt/lampp/man/man3/MD2_Init.3 -#opt/lampp/man/man3/HTTP::Cookies.3 -#opt/lampp/man/man3/SSL_set_ssl_method.3 -#opt/lampp/man/man3/dcgettext.3 -#opt/lampp/man/man3/menu_attributes.3menu.gz -#opt/lampp/man/man3/UI_set_method.3 -#opt/lampp/man/man3/Apache2::Resource.3 -#opt/lampp/man/man3/BN_get_word.3 -#opt/lampp/man/man3/menu_opts_off.3menu.gz -#opt/lampp/man/man3/set_item_userptr.3menu.gz -#opt/lampp/man/man3/EVP_MD_block_size.3 -#opt/lampp/man/man3/ExtUtils::MakeMaker::FAQ.3 -#opt/lampp/man/man3/URI::WithBase.3 -#opt/lampp/man/man3/form_field_opts.3form.gz -#opt/lampp/man/man3/OpenSSL_add_all_digests.3 -#opt/lampp/man/man3/form_opts_off.3form.gz -#opt/lampp/man/man3/BN_CTX_new.3 -#opt/lampp/man/man3/Shell.3 -#opt/lampp/man/man3/BIO_set_ssl_renegotiate_timeout.3 -#opt/lampp/man/man3/ldap_next_reference.3 -#opt/lampp/man/man3/mvgetstr.3ncurses.gz -#opt/lampp/man/man3/lh_node_usage_stats_bio.3 -#opt/lampp/man/man3/winnstr.3ncurses.gz -#opt/lampp/man/man3/TIFFSetWarningHandler.3t -#opt/lampp/man/man3/field_arg.3form.gz -#opt/lampp/man/man3/waddchstr.3ncurses.gz -#opt/lampp/man/man3/ber_bvecadd.3 -#opt/lampp/man/man3/DSA_get_ex_data.3 -#opt/lampp/man/man3/field_pad.3form.gz -#opt/lampp/man/man3/EVP_CIPHER_CTX_cipher.3 -#opt/lampp/man/man3/mvwinsstr.3ncurses.gz -#opt/lampp/man/man3/ldap_getfilter_free.3 -#opt/lampp/man/man3/libpngpf.3 -#opt/lampp/man/man3/border_set.3ncurses.gz -#opt/lampp/man/man3/set_field_init.3form.gz -#opt/lampp/man/man3/open.3 -#opt/lampp/man/man3/ldap_count_references.3 -#opt/lampp/man/man3/Test::Harness::Assert.3 -#opt/lampp/man/man3/HTML::Entities.3 -#opt/lampp/man/man3/lh_error.3 -#opt/lampp/man/man3/EVP_CIPHER_CTX_block_size.3 -#opt/lampp/man/man3/BIO_destroy_bio_pair.3 -#opt/lampp/man/man3/BN_mod_add.3 -#opt/lampp/man/man3/SSL_CTX_get_client_cert_cb.3 -#opt/lampp/man/man3/TIFFTileSize.3t -#opt/lampp/man/man3/BN_pseudo_rand.3 -#opt/lampp/man/man3/ExtUtils::Constant::Utils.3 -#opt/lampp/man/man3/Apache2::porting.3 -#opt/lampp/man/man3/getmaxx.3ncurses.gz -#opt/lampp/man/man3/EVP_CIPHER_CTX_set_app_data.3 -#opt/lampp/man/man3/dcngettext.3 -#opt/lampp/man/man3/BN_mod_exp.3 -#opt/lampp/man/man3/DES_is_weak_key.3 -#opt/lampp/man/man3/ldap_compare_ext.3 -#opt/lampp/man/man3/DBM_Filter.3 -#opt/lampp/man/man3/Pod::Perldoc::ToText.3 -#opt/lampp/man/man3/BN_CTX_init.3 -#opt/lampp/man/man3/mvinsch.3ncurses.gz -#opt/lampp/man/man3/BIO_s_socket.3 -#opt/lampp/man/man3/EVP_OpenUpdate.3 -#opt/lampp/man/man3/ldap_syntax_free.3 -#opt/lampp/man/man3/getbkgd.3ncurses.gz -#opt/lampp/man/man3/i2d_RSAPrivateKey.3 -#opt/lampp/man/man3/SSL_SESSION_set_ex_data.3 -#opt/lampp/man/man3/Locale::Language.3 -#opt/lampp/man/man3/wecho_wchar.3ncurses.gz -#opt/lampp/man/man3/wbkgd.3ncurses.gz -#opt/lampp/man/man3/ber_bvfree.3 -#opt/lampp/man/man3/win.3form.gz -#opt/lampp/man/man3/set_item_init.3menu.gz -#opt/lampp/man/man3/SSL_CTX_get_verify_depth.3 -#opt/lampp/man/man3/Thread::Queue.3 -#opt/lampp/man/man3/PerlIO.3 -#opt/lampp/man/man3/EVP_BytesToKey.3 -#opt/lampp/man/man3/Time::localtime.3 -#opt/lampp/man/man3/TIFFReadRawTile.3t -#opt/lampp/man/man3/SSL_connect.3 -#opt/lampp/man/man3/i2d_DSAPrivateKey.3 -#opt/lampp/man/man3/BN_mod_mul.3 -#opt/lampp/man/man3/mvwin_wch.3ncurses.gz -#opt/lampp/man/man3/d2i_X509_REQ_fp.3 -#opt/lampp/man/man3/Fatal.3 -#opt/lampp/man/man3/I18N::Langinfo.3 -#opt/lampp/man/man3/mvwinwstr.3ncurses.gz -#opt/lampp/man/man3/ldap_first_message.3 -#opt/lampp/man/man3/addnwstr.3ncurses.gz -#opt/lampp/man/man3/BN_BLINDING_set_thread_id.3 -#opt/lampp/man/man3/BN_print.3 -#opt/lampp/man/man3/Devel::SelfStubber.3 -#opt/lampp/man/man3/X509_NAME_get_entry.3 -#opt/lampp/man/man3/BIO_get_cipher_status.3 -#opt/lampp/man/man3/rand.3 -#opt/lampp/man/man3/OBJ_cleanup.3 -#opt/lampp/man/man3/bn_mul_low_normal.3 -#opt/lampp/man/man3/B::Terse.3 -#opt/lampp/man/man3/lh_new.3 -#opt/lampp/man/man3/SSL_CTX_sess_get_new_cb.3 -#opt/lampp/man/man3/free_item.3menu.gz -#opt/lampp/man/man3/BN_mod_sqr.3 -#opt/lampp/man/man3/wgetn_wstr.3ncurses.gz -#opt/lampp/man/man3/TIFFquery.3t -#opt/lampp/man/man3/BN_mod_sub.3 -#opt/lampp/man/man3/attr_on.3ncurses.gz -#opt/lampp/man/man3/ldap_explode_dn.3 -#opt/lampp/man/man3/IO::Socket::INET.3 -#opt/lampp/man/man3/SSL_load_error_strings.3 -#opt/lampp/man/man3/libcurl-share.3 -#opt/lampp/man/man3/X509_NAME_ENTRY_set_data.3 -#opt/lampp/man/man3/APR::Request::CGI.3 -#opt/lampp/man/man3/BIO_push.3 -#opt/lampp/man/man3/scroll.3ncurses.gz -#opt/lampp/man/man3/BIO_puts.3 -#opt/lampp/man/man3/mvwins_wch.3ncurses.gz -#opt/lampp/man/man3/field_opts_on.3form.gz -#opt/lampp/man/man3/wgetnstr.3ncurses.gz -#opt/lampp/man/man3/SSL_CTX_new.3 -#opt/lampp/man/man3/requestname.3form.gz -#opt/lampp/man/man3/SSL_CIPHER_get_version.3 -#opt/lampp/man/man3/Math::BigInt::CalcEmu.3 -#opt/lampp/man/man3/ldap_kerberos_bind1.3 -#opt/lampp/man/man3/ldap_kerberos_bind2.3 -#opt/lampp/man/man3/set_term.3ncurses.gz -#opt/lampp/man/man3/BIO_ctrl_get_write_guarantee.3 -#opt/lampp/man/man3/buffer.3 -#opt/lampp/man/man3/BIO_read.3 -#opt/lampp/man/man3/BIO_get_callback_arg.3 -#opt/lampp/man/man3/set_field_back.3form.gz -#opt/lampp/man/man3/getmaxyx.3ncurses.gz -#opt/lampp/man/man3/ExtUtils::Command::MM.3 -#opt/lampp/man/man3/Encode::Config.3 -#opt/lampp/man/man3/IPC::Open2.3 -#opt/lampp/man/man3/IPC::Open3.3 -#opt/lampp/man/man3/BUF_MEM_free.3 -#opt/lampp/man/man3/BN_clear.3 -#opt/lampp/man/man3/SSL_CTX_sess_set_remove_cb.3 -#opt/lampp/man/man3/ERR_load_strings.3 -#opt/lampp/man/man3/Fcntl.3 -#opt/lampp/man/man3/TIFFStripSize.3t -#opt/lampp/man/man3/TIFFScanlineSize.3t -#opt/lampp/man/man3/BIO_s_fd.3 -#opt/lampp/man/man3/TIFFDefaultStripSize.3t -#opt/lampp/man/man3/CRYPTO_num_locks.3 -#opt/lampp/man/man3/x509.3 -#opt/lampp/man/man3/getcchar.3ncurses.gz -#opt/lampp/man/man3/Math::BigFloat.3 -#opt/lampp/man/man3/Bundle::ApacheTest.3 -#opt/lampp/man/man3/BN_lshift.3 -#opt/lampp/man/man3/ldap_dcedn2dn.3 -#opt/lampp/man/man3/bn_div_words.3 -#opt/lampp/man/man3/Tie::Handle.3 -#opt/lampp/man/man3/DBD::mysql.3 -#opt/lampp/man/man3/Apache2::SubProcess.3 -#opt/lampp/man/man3/ldap_value_free.3 -#opt/lampp/man/man3/SSL_check_private_key.3 -#opt/lampp/man/man3/LWP::MemberMixin.3 -#opt/lampp/man/man3/SSL_use_RSAPrivateKey.3 -#opt/lampp/man/man3/print.3ncurses.gz -#opt/lampp/man/man3/DynaLoader.3 -#opt/lampp/man/man3/data_ahead.3form.gz -#opt/lampp/man/man3/mvwins_wstr.3ncurses.gz -#opt/lampp/man/man3/Getopt::Std.3 -#opt/lampp/man/man3/EVP_DigestUpdate.3 -#opt/lampp/man/man3/BIO_seek.3 -#opt/lampp/man/man3/SSL_CTX_set_session_cache_mode.3 -#opt/lampp/man/man3/ERR_set_mark.3 -#opt/lampp/man/man3/lh_stats.3 -#opt/lampp/man/man3/UI_dup_input_boolean.3 -#opt/lampp/man/man3/set_panel_userptr.3curses.gz -#opt/lampp/man/man3/ldap_attributetype2str.3 -#opt/lampp/man/man3/form_field_new.3form.gz -#opt/lampp/man/man3/TIFFReadScanline.3t -#opt/lampp/man/man3/CGI::Pretty.3 -#opt/lampp/man/man3/set_field_fore.3form.gz -#opt/lampp/man/man3/mvwadd_wchstr.3ncurses.gz -#opt/lampp/man/man3/slk_init.3ncurses.gz -#opt/lampp/man/man3/addchnstr.3ncurses.gz -#opt/lampp/man/man3/BN_set_word.3 -#opt/lampp/man/man3/setupterm.3ncurses.gz -#opt/lampp/man/man3/BUF_MEM_grow.3 -#opt/lampp/man/man3/Apache::TestReport.3 -#opt/lampp/man/man3/IPC::SysV.3 -#opt/lampp/man/man3/Net::NNTP.3 -#opt/lampp/man/man3/sort.3 -#opt/lampp/man/man3/X509_NAME_entry_count.3 -#opt/lampp/man/man3/mitem_new.3menu.gz -#opt/lampp/man/man3/getmouse.3ncurses.gz -#opt/lampp/man/man3/UNIVERSAL.3 -#opt/lampp/man/man3/ExtUtils::MM_BeOS.3 -#opt/lampp/man/man3/ldap_str2syntax.3 -#opt/lampp/man/man3/EVP_PKEY_set1_EC_KEY.3 -#opt/lampp/man/man3/ldap_enable_cache.3 -#opt/lampp/man/man3/ber_str2bv.3 -#opt/lampp/man/man3/mvderwin.3ncurses.gz -#opt/lampp/man/man3/wadd_wchstr.3ncurses.gz -#opt/lampp/man/man3/B::Stash.3 -#opt/lampp/man/man3/Apache2::Response.3 -#opt/lampp/man/man3/SSL_rstate_string.3 -#opt/lampp/man/man3/subs.3 -#opt/lampp/man/man3/ERR_get_error.3 -#opt/lampp/man/man3/BIO_s_file.3 -#opt/lampp/man/man3/UI_get0_result.3 -#opt/lampp/man/man3/HTTP::Request.3 -#opt/lampp/man/man3/color_set.3ncurses.gz -#opt/lampp/man/man3/BIO_tell.3 -#opt/lampp/man/man3/ASN1_STRING_print_ex.3 -#opt/lampp/man/man3/i2d_X509.3 -#opt/lampp/man/man3/SSL_use_RSAPrivateKey_file.3 -#opt/lampp/man/man3/bn_mul_low_recursive.3 -#opt/lampp/man/man3/Socket.3 -#opt/lampp/man/man3/RAND_pseudo_bytes.3 -#opt/lampp/man/man3/SSL_CTX_get_client_CA_list.3 -#opt/lampp/man/man3/Encode::EBCDIC.3 -#opt/lampp/man/man3/d2i_RSAPublicKey.3 -#opt/lampp/man/man3/Pod::Perldoc::ToMan.3 -#opt/lampp/man/man3/Pod::Text::Overstrike.3 -#opt/lampp/man/man3/_tracechtype2.3ncurses.gz -#opt/lampp/man/man3/BIO_new_fd.3 -#opt/lampp/man/man3/BIO_new_fp.3 -#opt/lampp/man/man3/curl_slist_append.3 -#opt/lampp/man/man3/userptr.3menu.gz -#opt/lampp/man/man3/ripemd.3 -#opt/lampp/man/man3/DBI::Const::GetInfo::ODBC.3 -#opt/lampp/man/man3/Data::Dumper.3 -#opt/lampp/man/man3/SSL_CTX_set_tmp_dh.3 -#opt/lampp/man/man3/wadd_wch.3ncurses.gz -#opt/lampp/man/man3/SSL_CTX_sess_cache_full.3 -#opt/lampp/man/man3/Class::Struct.3 -#opt/lampp/man/man3/getwin.3ncurses.gz -#opt/lampp/man/man3/waddwstr.3ncurses.gz -#opt/lampp/man/man3/dynamic_field_info.3form.gz -#opt/lampp/man/man3/HMAC_Init.3 -#opt/lampp/man/man3/Pod::Perldoc::ToPod.3 -#opt/lampp/man/man3/def_shell_mode.3ncurses.gz -#opt/lampp/man/man3/idlok.3ncurses.gz -#opt/lampp/man/man3/d2i_Netscape_RSA.3 -#opt/lampp/man/man3/ber_bvdup.3 -#opt/lampp/man/man3/DH_check.3 -#opt/lampp/man/man3/bkgdset.3ncurses.gz -#opt/lampp/man/man3/Pod::Perldoc::ToRtf.3 -#opt/lampp/man/man3/TIFFClose.3t -#opt/lampp/man/man3/File::stat.3 -#opt/lampp/man/man3/TIFFUnRegisterCODEC.3t -#opt/lampp/man/man3/resizeterm.3ncurses.gz -#opt/lampp/man/man3/curl_strnequal.3 -#opt/lampp/man/man3/FileCache.3 -#opt/lampp/man/man3/vars.3 -#opt/lampp/man/man3/BIO_set_ssl_renegotiate_bytes.3 -#opt/lampp/man/man3/driver.3menu.gz -#opt/lampp/man/man3/File::Spec::Functions.3 -#opt/lampp/man/man3/B::Bblock.3 -#opt/lampp/man/man3/DES_random_key.3 -#opt/lampp/man/man3/BN_BLINDING_get_flags.3 -#opt/lampp/man/man3/EVP_CipherInit_ex.3 -#opt/lampp/man/man3/data.3form.gz -#opt/lampp/man/man3/ldap_compare.3 -#opt/lampp/man/man3/locale.3 -#opt/lampp/man/man3/ldap_kerberos_bind1_s.3 -#opt/lampp/man/man3/mvwin.3ncurses.gz -#opt/lampp/man/man3/Net::POP3.3 -#opt/lampp/man/man3/ldap_kerberos_bind2_s.3 -#opt/lampp/man/man3/field_new.3form.gz -#opt/lampp/man/man3/X509_NAME_print_ex_fp.3 -#opt/lampp/man/man3/Pod::Perldoc::ToXml.3 -#opt/lampp/man/man3/ldap_matchingrule2name.3 -#opt/lampp/man/man3/mvinsnstr.3ncurses.gz -#opt/lampp/man/man3/DBI::DBD::Metadata.3 -#opt/lampp/man/man3/putp.3ncurses.gz -#opt/lampp/man/man3/vmsish.3 -#opt/lampp/man/man3/BIO_get_cipher_ctx.3 -#opt/lampp/man/man3/addstr.3ncurses.gz -#opt/lampp/man/man3/DSA_OpenSSL.3 -#opt/lampp/man/man3/utf8.3 -#opt/lampp/man/man3/HTML::Form.3 -#opt/lampp/man/man3/SSL_CTX_use_PrivateKey_ASN1.3 -#opt/lampp/man/man3/mouse.3ncurses.gz -#opt/lampp/man/man3/set_menu_pattern.3menu.gz -#opt/lampp/man/man3/ber_peek_tag.3 -#opt/lampp/man/man3/color_content.3ncurses.gz -#opt/lampp/man/man3/whline_set.3ncurses.gz -#opt/lampp/man/man3/PerlIO::via::QuotedPrint.3 -#opt/lampp/man/man3/ldap_flush_cache.3 -#opt/lampp/man/man3/Pod::Checker.3 -#opt/lampp/man/man3/SSL_get_session.3 -#opt/lampp/man/man3/hline.3ncurses.gz -#opt/lampp/man/man3/Test::More.3 -#opt/lampp/man/man3/doupdate.3ncurses.gz -#opt/lampp/man/man3/whline.3ncurses.gz -#opt/lampp/man/man3/get_wch.3ncurses.gz -#opt/lampp/man/man3/DSA_get_default_method.3 -#opt/lampp/man/man3/BN_dec2bn.3 -#opt/lampp/man/man3/waddnwstr.3ncurses.gz -#opt/lampp/man/man3/ldap_bind.3 -#opt/lampp/man/man3/ber_bvstr.3 -#opt/lampp/man/man3/curl_free.3 -#opt/lampp/man/man3/waddstr.3ncurses.gz -#opt/lampp/man/man3/BIO_set_accept_port.3 -#opt/lampp/man/man3/SSL_get_verify_result.3 -#opt/lampp/man/man3/DES_ecb2_encrypt.3 -#opt/lampp/man/man3/Compress::Zlib.3 -#opt/lampp/man/man3/ldap_attributetype_free.3 -#opt/lampp/man/man3/Digest::base.3 -#opt/lampp/man/man3/BIO_get_close.3 -#opt/lampp/man/man3/TIFFWriteRawStrip.3t -#opt/lampp/man/man3/BF_encrypt.3 -#opt/lampp/man/man3/bn_sqr_normal.3 -#opt/lampp/man/man3/Errno.3 -#opt/lampp/man/man3/mvwvline.3ncurses.gz -#opt/lampp/man/man3/DBM_Filter::null.3 -#opt/lampp/man/man3/Encode::Supported.3 -#opt/lampp/man/man3/ldap_str2dn.3 -#opt/lampp/man/man3/panel_userptr.3curses.gz -#opt/lampp/man/man3/OPENSSL_Applink.3 -#opt/lampp/man/man3/EVP_MD_pkey_type.3 -#opt/lampp/man/man3/BIO_new_bio_pair.3 -#opt/lampp/man/man3/curl_formparse.3 -#opt/lampp/man/man3/SSL_set_connect_state.3 -#opt/lampp/man/man3/item_count.3menu.gz -#opt/lampp/man/man3/EVP_get_digestbynid.3 -#opt/lampp/man/man3/EVP_MD_size.3 -#opt/lampp/man/man3/item_description.3menu.gz -#opt/lampp/man/man3/EVP_get_digestbyobj.3 -#opt/lampp/man/man3/BIO_get_read_request.3 -#opt/lampp/man/man3/TIFFRGBAImageBegin.3t -#opt/lampp/man/man3/attributes.3menu.gz -#opt/lampp/man/man3/ERR_error_string.3 -#opt/lampp/man/man3/LWP::Debug.3 -#opt/lampp/man/man3/Net::Netrc.3 -#opt/lampp/man/man3/LWP::Authen::Ntlm.3 -#opt/lampp/man/man3/SSL_do_handshake.3 -#opt/lampp/man/man3/TIFFVSetField.3t -#opt/lampp/man/man3/BIO_set_fd.3 -#opt/lampp/man/man3/BIO_set_fp.3 -#opt/lampp/man/man3/EVP_DecryptInit.3 -#opt/lampp/man/man3/BIO_set_md.3 -#opt/lampp/man/man3/CRYPTO_set_dynlock_create_callback.3 -#opt/lampp/man/man3/mvwgetn_wstr.3ncurses.gz -#opt/lampp/man/man3/Net::Ping.3 -#opt/lampp/man/man3/DB_File.3 -#opt/lampp/man/man3/warnings::register.3 -#opt/lampp/man/man3/form_field_attributes.3form.gz -#opt/lampp/man/man3/UI_add_info_string.3 -#opt/lampp/man/man3/BIO_ctrl_get_read_request.3 -#opt/lampp/man/man3/ERR_lib_error_string.3 -#opt/lampp/man/man3/Net::SMTP.3 -#opt/lampp/man/man3/UI_get_default_method.3 -#opt/lampp/man/man3/ldap_unbind_ext.3 -#opt/lampp/man/man3/ExtUtils::Mkbootstrap.3 -#opt/lampp/man/man3/insstr.3ncurses.gz -#opt/lampp/man/man3/HTTP::Request::Common.3 -#opt/lampp/man/man3/ldap_url_search_s.3 -#opt/lampp/man/man3/TIFFIsUpSampled.3t -#opt/lampp/man/man3/ldap_free_urldesc.3 -#opt/lampp/man/man3/mouse_trafo.3ncurses.gz -#opt/lampp/man/man3/wattr_on.3ncurses.gz -#opt/lampp/man/man3/Encode::Unicode::UTF7.3 -#opt/lampp/man/man3/WWW::RobotRules::AnyDBM_File.3 -#opt/lampp/man/man3/IO::Dir.3 -#opt/lampp/man/man3/bn_set_high.3 -#opt/lampp/man/man3/ExtUtils::Manifest.3 -#opt/lampp/man/man3/Unicode::Normalize.3 -#opt/lampp/man/man3/bn_expand.3 -#opt/lampp/man/man3/BIO_should_read.3 -#opt/lampp/man/man3/Apache2::ServerRec.3 -#opt/lampp/man/man3/lh_node_stats_bio.3 -#opt/lampp/man/man3/winsstr.3ncurses.gz -#opt/lampp/man/man3/TIFFRGBAImage.3t -#opt/lampp/man/man3/ExtUtils::Embed.3 -#opt/lampp/man/man3/Exporter.3 -#opt/lampp/man/man3/SSL_SESSION_get_ex_data.3 -#opt/lampp/man/man3/Locale::Currency.3 -#opt/lampp/man/man3/OpenSSL_add_ssl_algorithms.3 -#opt/lampp/man/man3/curl_mprintf.3 -#opt/lampp/man/man3/SSL_get_shutdown.3 -#opt/lampp/man/man3/SSL_CTX_use_certificate_file.3 -#opt/lampp/man/man3/DH_free.3 -#opt/lampp/man/man3/Encode::Symbol.3 -#opt/lampp/man/man3/wmove.3ncurses.gz -#opt/lampp/man/man3/mitem_userptr.3menu.gz -#opt/lampp/man/man3/curl_multi_info_read.3 -#opt/lampp/man/man3/bkgrnd.3ncurses.gz -#opt/lampp/man/man3/EVP_CIPHER_asn1_to_param.3 -#opt/lampp/man/man3/EVP_MD_type.3 -#opt/lampp/man/man3/i2d_X509_CRL_bio.3 -#opt/lampp/man/man3/i2d_DSAPublicKey.3 -#opt/lampp/man/man3/BN_is_odd.3 -#opt/lampp/man/man3/SSL_get_cipher.3 -#opt/lampp/man/man3/DirHandle.3 -#opt/lampp/man/man3/FileHandle.3 -#opt/lampp/man/man3/EVP_CIPHER_nid.3 -#opt/lampp/man/man3/MDC2_Final.3 -#opt/lampp/man/man3/BN_is_one.3 -#opt/lampp/man/man3/in_wch.3ncurses.gz -#opt/lampp/man/man3/APR::BucketType.3 -#opt/lampp/man/man3/SSL_CTX_set_verify.3 -#opt/lampp/man/man3/TIFFCurrentRow.3t -#opt/lampp/man/man3/inwstr.3ncurses.gz -#opt/lampp/man/man3/tgetent.3ncurses.gz -#opt/lampp/man/man3/spacing.3menu.gz -#opt/lampp/man/man3/i2d_PKCS8PrivateKey_bio.3 -#opt/lampp/man/man3/ldap_entry2html.3 -#opt/lampp/man/man3/noraw.3ncurses.gz -#opt/lampp/man/man3/slk_attroff.3ncurses.gz -#opt/lampp/man/man3/wbkgrnd.3ncurses.gz -#opt/lampp/man/man3/SSL_CTX_add_extra_chain_cert.3 -#opt/lampp/man/man3/Apache::TestSmoke.3 -#opt/lampp/man/man3/slk_color.3ncurses.gz -#opt/lampp/man/man3/ber_get_enum.3 -#opt/lampp/man/man3/win_wch.3ncurses.gz -#opt/lampp/man/man3/Filter::Simple.3 -#opt/lampp/man/man3/CPAN::Nox.3 -#opt/lampp/man/man3/ldap_delete_ext.3 -#opt/lampp/man/man3/mvins_nwstr.3ncurses.gz -#opt/lampp/man/man3/BN_rshift1.3 -#opt/lampp/man/man3/SHA1_Final.3 -#opt/lampp/man/man3/HTML::LinkExtor.3 -#opt/lampp/man/man3/winwstr.3ncurses.gz -#opt/lampp/man/man3/BN_mpi2bn.3 -#opt/lampp/man/man3/LWP::UserAgent.3 -#opt/lampp/man/man3/top_panel.3curses.gz -#opt/lampp/man/man3/set_field_buffer.3form.gz -#opt/lampp/man/man3/ldap_ufn_setprefix.3 -#opt/lampp/man/man3/SSL_ctrl.3 -#opt/lampp/man/man3/LWP::Simple.3 -#opt/lampp/man/man3/napms.3ncurses.gz -#opt/lampp/man/man3/SSL_set_tmp_rsa_callback.3 -#opt/lampp/man/man3/BIO_eof.3 -#opt/lampp/man/man3/mvwgetstr.3ncurses.gz -#opt/lampp/man/man3/SSL_set_max_cert_list.3 -#opt/lampp/man/man3/Apache2::Build.3 -#opt/lampp/man/man3/item_userptr.3menu.gz -#opt/lampp/man/man3/echochar.3ncurses.gz -#opt/lampp/man/man3/BF_decrypt.3 -#opt/lampp/man/man3/SSL_CTX_add_session.3 -#opt/lampp/man/man3/lber-encode.3 -#opt/lampp/man/man3/Digest::file.3 -#opt/lampp/man/man3/i2d_X509_fp.3 -#opt/lampp/man/man3/BN_generate_prime.3 -#opt/lampp/man/man3/BIO_set_info_callback.3 -#opt/lampp/man/man3/PerlIO::via.3 -#opt/lampp/man/man3/color.3ncurses.gz -#opt/lampp/man/man3/BN_BLINDING_convert_ex.3 -#opt/lampp/man/man3/X509_NAME_add_entry.3 -#opt/lampp/man/man3/Scalar::Util.3 -#opt/lampp/man/man3/set_menu_term.3menu.gz -#opt/lampp/man/man3/wbkgrndset.3ncurses.gz -#opt/lampp/man/man3/putwin.3ncurses.gz -#opt/lampp/man/man3/MD4_Update.3 -#opt/lampp/man/man3/Attribute::Handlers::demo::MyClass.3 -#opt/lampp/man/man3/mcrypt.3 -#opt/lampp/man/man3/autouse.3 -#opt/lampp/man/man3/ldap_next_message.3 -#opt/lampp/man/man3/BIO_new.3 -#opt/lampp/man/man3/notimeout.3ncurses.gz -#opt/lampp/man/man3/ERR_load_UI_strings.3 -#opt/lampp/man/man3/SSL_get_cipher_bits.3 -#opt/lampp/man/man3/SSL_CTX_use_RSAPrivateKey_ASN1.3 -#opt/lampp/man/man3/wcursyncup.3ncurses.gz -#opt/lampp/man/man3/Time::tm.3 -#opt/lampp/man/man3/BIO_pop.3 -#opt/lampp/man/man3/clrtobot.3ncurses.gz -#opt/lampp/man/man3/BIO_vfree.3 -#opt/lampp/man/man3/Net::Time.3 -#opt/lampp/man/man3/RSA_set_ex_data.3 -#opt/lampp/man/man3/RSA_flags.3 -#opt/lampp/man/man3/curl_multi_init.3 -#opt/lampp/man/man3/Encode::CJKConstants.3 -#opt/lampp/man/man3/BIO_set.3 -#opt/lampp/man/man3/field_just.3form.gz -#opt/lampp/man/man3/TIFFSetDirectory.3t -#opt/lampp/man/man3/redrawwin.3ncurses.gz -#opt/lampp/man/man3/IO::Seekable.3 -#opt/lampp/man/man3/DES_ede3_ofb64_encrypt.3 -#opt/lampp/man/man3/CPAN::Admin.3 -#opt/lampp/man/man3/wbkgdset.3ncurses.gz -#opt/lampp/man/man3/mvprintw.3ncurses.gz -#opt/lampp/man/man3/form_fieldtype.3form.gz -#opt/lampp/man/man3/SSL_set_msg_callback.3 -#opt/lampp/man/man3/Locale::Maketext.3 -#opt/lampp/man/man3/ldap_count_messages.3 -#opt/lampp/man/man3/Net::Config.3 -#opt/lampp/man/man3/EVP_PKEY_get1_EC_KEY.3 -#opt/lampp/man/man3/ldap_count_values_len.3 -#opt/lampp/man/man3/threads::shared.3 -#opt/lampp/man/man3/attr_off.3ncurses.gz -#opt/lampp/man/man3/mvwhline_set.3ncurses.gz -#opt/lampp/man/man3/restartterm.3ncurses.gz -#opt/lampp/man/man3/UI_get_method.3 -#opt/lampp/man/man3/getbegyx.3ncurses.gz -#opt/lampp/man/man3/MD4_Init.3 -#opt/lampp/man/man3/form_cursor.3form.gz -#opt/lampp/man/man3/DBD::File.3 -#opt/lampp/man/man3/SSL_CTX_sess_set_cache_size.3 -#opt/lampp/man/man3/i2d_PKCS8PrivateKey_fp.3 -#opt/lampp/man/man3/SSL_flush_sessions.3 -#opt/lampp/man/man3/getbegy.3ncurses.gz -#opt/lampp/man/man3/EVP_EncryptUpdate.3 -#opt/lampp/man/man3/newwin.3ncurses.gz -#opt/lampp/man/man3/curl_easy_perform.3 -#opt/lampp/man/man3/BIO_s_null.3 -#opt/lampp/man/man3/ERR_GET_REASON.3 -#opt/lampp/man/man3/Encode::Byte.3 -#opt/lampp/man/man3/ExtUtils::XSBuilder::PODTemplate.3 -#opt/lampp/man/man3/slk_attrset.3ncurses.gz -#opt/lampp/man/man3/tgetflag.3ncurses.gz -#opt/lampp/man/man3/cldap_open.3 -#opt/lampp/man/man3/Attribute::Handlers::demo::Descriptions.3 -#opt/lampp/man/man3/form_field.3form.gz -#opt/lampp/man/man3/Encode::Encoding.3 -#opt/lampp/man/man3/slk_attr.3ncurses.gz -#opt/lampp/man/man3/APR::Brigade.3 -#opt/lampp/man/man3/getparx.3ncurses.gz -#opt/lampp/man/man3/X509_NAME_get_text_by_NID.3 -#opt/lampp/man/man3/Digest.3 -#opt/lampp/man/man3/mvwaddchstr.3ncurses.gz -#opt/lampp/man/man3/X509_NAME_get_text_by_OBJ.3 -#opt/lampp/man/man3/BN_BLINDING_invert.3 -#opt/lampp/man/man3/IO::Handle.3 -#opt/lampp/man/man3/TIFFError.3t -#opt/lampp/man/man3/clearok.3ncurses.gz -#opt/lampp/man/man3/standout.3ncurses.gz -#opt/lampp/man/man3/chgat.3ncurses.gz -#opt/lampp/man/man3/ldap_init_getfilter.3 -#opt/lampp/man/man3/IO::Socket::UNIX.3 -#opt/lampp/man/man3/SSL_free.3 -#opt/lampp/man/man3/userptr.3form.gz -#opt/lampp/man/man3/wchgat.3ncurses.gz -#opt/lampp/man/man3/wget_wch.3ncurses.gz -#opt/lampp/man/man3/DBM_Filter::utf8.3 -#opt/lampp/man/man3/ldap_init.3 -#opt/lampp/man/man3/BIO_get_callback.3 -#opt/lampp/man/man3/curl_getenv.3 -#opt/lampp/man/man3/RSA_blinding_off.3 -#opt/lampp/man/man3/ldap_sort_values.3 -#opt/lampp/man/man3/ldap_entry2text_search.3 -#opt/lampp/man/man3/DSA_sign_setup.3 -#opt/lampp/man/man3/APR::Const.3 -#opt/lampp/man/man3/UI_dup_error_string.3 -#opt/lampp/man/man3/driver.3form.gz -#opt/lampp/man/man3/Devel::Peek.3 -#opt/lampp/man/man3/X509_NAME_oneline.3 -#opt/lampp/man/man3/PKCS7_encrypt.3 -#opt/lampp/man/man3/POSIX.3 -#opt/lampp/man/man3/BIO_debug_callback.3 -#opt/lampp/man/man3/SSL_use_PrivateKey_ASN1.3 -#opt/lampp/man/man3/SSL_CTX_set_client_cert_cb.3 -#opt/lampp/man/man3/ldap_perror.3 -#opt/lampp/man/man3/Parse::RecDescent.3 -#opt/lampp/man/man3/ldap_first_searchobj.3 -#opt/lampp/man/man3/X509_NAME_ENTRY_set_object.3 -#opt/lampp/man/man3/field_count.3form.gz -#opt/lampp/man/man3/DBI::W32ODBC.3 -#opt/lampp/man/man3/ldap_charset.3 -#opt/lampp/man/man3/wvline_set.3ncurses.gz -#opt/lampp/man/man3/ERR_add_error_data.3 -#opt/lampp/man/man3/getcury.3ncurses.gz -#opt/lampp/man/man3/form_requestname.3form.gz -#opt/lampp/man/man3/fieldtype.3form.gz -#opt/lampp/man/man3/SSL_CTX_set_timeout.3 -#opt/lampp/man/man3/field.3form.gz -#opt/lampp/man/man3/BIO_ssl_copy_session_id.3 -#opt/lampp/man/man3/TIFFSetSubDirectory.3t -#opt/lampp/man/man3/ldap_str2matchingrule.3 -#opt/lampp/man/man3/SSL_CTX_remove_session.3 -#opt/lampp/man/man3/MD5_Final.3 -#opt/lampp/man/man3/SSL_CTX_sess_accept.3 -#opt/lampp/man/man3/ldap_modify_s.3 -#opt/lampp/man/man3/CONF_modules_free.3 -#opt/lampp/man/man3/ber_bvecfree.3 -#opt/lampp/man/man3/curl_easy_duphandle.3 -#opt/lampp/man/man3/RSA_new_method.3 -#opt/lampp/man/man3/ldap_init_getfilter_buf.3 -#opt/lampp/man/man3/BN_is_prime.3 -#opt/lampp/man/man3/attrs.3 -#opt/lampp/man/man3/SSL_get_cipher_version.3 -#opt/lampp/man/man3/insnstr.3ncurses.gz -#opt/lampp/man/man3/Pod::Select.3 -#opt/lampp/man/man3/attr_set.3ncurses.gz -#opt/lampp/man/man3/SSL_load_client_CA_file.3 -#opt/lampp/man/man3/libpng.3 -#opt/lampp/man/man3/ldap_free_friendlymap.3 -#opt/lampp/man/man3/ldap_cache.3 -#opt/lampp/man/man3/mark.3menu.gz -#opt/lampp/man/man3/d2i_DSA_SIG.3 -#opt/lampp/man/man3/X509_NAME_delete_entry.3 -#opt/lampp/man/man3/terminfo.3ncurses.gz -#opt/lampp/man/man3/outopts.3ncurses.gz -#opt/lampp/man/man3/ldap_delete_ext_s.3 -#opt/lampp/man/man3/Apache::SubProcess.3 -#opt/lampp/man/man3/scr_init.3ncurses.gz -#opt/lampp/man/man3/trace.3ncurses.gz -#opt/lampp/man/man3/BN_is_prime_fasttest.3 -#opt/lampp/man/man3/ui_compat.3 -#opt/lampp/man/man3/field_validation.3form.gz -#opt/lampp/man/man3/libxml.3 -#opt/lampp/man/man3/bn_fix_top.3 -#opt/lampp/man/man3/ldap_is_ldap_url.3 -#opt/lampp/man/man3/ASN1_STRING_data.3 -#opt/lampp/man/man3/Apache2::RequestRec.3 -#opt/lampp/man/man3/wechochar.3ncurses.gz -#opt/lampp/man/man3/DBI::Const::GetInfoType.3 -#opt/lampp/man/man3/unpost_menu.3menu.gz -#opt/lampp/man/man3/d2i_RSAPrivateKey.3 -#opt/lampp/man/man3/DH_get_ex_new_index.3 -#opt/lampp/man/man3/Apache2::Const.3 -#opt/lampp/man/man3/form_field_buffer.3form.gz -#opt/lampp/man/man3/Pod::Perldoc::ToChecker.3 -#opt/lampp/man/man3/SSL_session_reused.3 -#opt/lampp/man/man3/set_field_pad.3form.gz -#opt/lampp/man/man3/ldap_search_ext.3 -#opt/lampp/man/man3/des_read_pw_string.3 -#opt/lampp/man/man3/OBJ_create.3 -#opt/lampp/man/man3/ExtUtils::Constant.3 -#opt/lampp/man/man3/HTTP::Date.3 -#opt/lampp/man/man3/Data::ShowTable.3 -#opt/lampp/man/man3/d2i_ASN1_OBJECT.3 -#opt/lampp/man/man3/SSL_callback_ctrl.3 -#opt/lampp/man/man3/TIFFFdOpen.3t -#opt/lampp/man/man3/d2i_DSAPrivateKey.3 -#opt/lampp/man/man3/window.3ncurses.gz -#opt/lampp/man/man3/form_page.3form.gz -#opt/lampp/man/man3/Net::hostent.3 -#opt/lampp/man/man3/SSL_set_ex_data.3 -#opt/lampp/man/man3/ldap_getfilter.3 -#opt/lampp/man/man3/Memoize::AnyDBM_File.3 -#opt/lampp/man/man3/bind_textdomain_codeset.3 -#opt/lampp/man/man3/TIFFstrip.3t -#opt/lampp/man/man3/mitem_opts.3menu.gz -#opt/lampp/man/man3/setcchar.3ncurses.gz -#opt/lampp/man/man3/noqiflush.3ncurses.gz -#opt/lampp/man/man3/wclrtobot.3ncurses.gz -#opt/lampp/man/man3/mvins_wch.3ncurses.gz -#opt/lampp/man/man3/bn_dump.3 -#opt/lampp/man/man3/TIFFIsTiled.3t -#opt/lampp/man/man3/Term::ReadLine.3 -#opt/lampp/man/man3/DBD::mysql::INSTALL.3 -#opt/lampp/man/man3/intrflush.3ncurses.gz -#opt/lampp/man/man3/BIO_set_nbio_accept.3 -#opt/lampp/man/man3/ModPerl::RegistryCooker.3 -#opt/lampp/man/man3/mvaddchnstr.3ncurses.gz -#opt/lampp/man/man3/Apache2::Reload.3 -#opt/lampp/man/man3/X509_free.3 -#opt/lampp/man/man3/EVP_SealFinal.3 -#opt/lampp/man/man3/set_form_userptr.3form.gz -#opt/lampp/man/man3/RIPEMD160_Final.3 -#opt/lampp/man/man3/SSL_CTX_get_info_callback.3 -#opt/lampp/man/man3/mvhline.3ncurses.gz -#opt/lampp/man/man3/Net::protoent.3 -#opt/lampp/man/man3/getn_wstr.3ncurses.gz -#opt/lampp/man/man3/wattr_off.3ncurses.gz -#opt/lampp/man/man3/BN_print_fp.3 -#opt/lampp/man/man3/ldap_get_values_len.3 -#opt/lampp/man/man3/ldap_bind_s.3 -#opt/lampp/man/man3/item_value.3menu.gz -#opt/lampp/man/man3/BIO_get_conn_hostname.3 -#opt/lampp/man/man3/EVP_CIPHER_CTX_cleanup.3 -#opt/lampp/man/man3/Apache2::Connection.3 -#opt/lampp/man/man3/form_opts.3form.gz -#opt/lampp/man/man3/typeahead.3ncurses.gz -#opt/lampp/man/man3/scr_restore.3ncurses.gz -#opt/lampp/man/man3/ldap_first_disptmpl.3 -#opt/lampp/man/man3/menu_pattern.3menu.gz -#opt/lampp/man/man3/DH_generate_key.3 -#opt/lampp/man/man3/lber-decode.3 -#opt/lampp/man/man3/mitem_name.3menu.gz -#opt/lampp/man/man3/ERR_error_string_n.3 -#opt/lampp/man/man3/PKCS7_decrypt.3 -#opt/lampp/man/man3/BN_to_montgomery.3 -#opt/lampp/man/man3/DES_ede3_cfb64_encrypt.3 -#opt/lampp/man/man3/ber_get_next.3 -#opt/lampp/man/man3/TIFFReadRGBAStrip.3t -#opt/lampp/man/man3/BN_clear_free.3 -#opt/lampp/man/man3/wstandout.3ncurses.gz -#opt/lampp/man/man3/getmaxy.3ncurses.gz -#opt/lampp/man/man3/SSL_CTX_set_client_CA_list.3 -#opt/lampp/man/man3/Locale::Country.3 -#opt/lampp/man/man3/form_request_name.3form.gz -#opt/lampp/man/man3/BN_mod_mul_montgomery.3 -#opt/lampp/man/man3/ExtUtils::xsbuilder.osc2002.3 -#opt/lampp/man/man3/DBI::Shell.3 -#opt/lampp/man/man3/BN_BLINDING_free.3 -#opt/lampp/man/man3/SSL_CTX_set_cert_store.3 -#opt/lampp/man/man3/bn_add_words.3 -#opt/lampp/man/man3/ldap_msgfree.3 -#opt/lampp/man/man3/BN_num_bytes.3 -#opt/lampp/man/man3/curl_getdate.3 -#opt/lampp/man/man3/inch.3ncurses.gz -#opt/lampp/man/man3/SSL_use_PrivateKey.3 -#opt/lampp/man/man3/BIO_wpending.3 -#opt/lampp/man/man3/LWP::RobotUA.3 -#opt/lampp/man/man3/UI_process.3 -#opt/lampp/man/man3/TIFFCurrentDirectory.3t -#opt/lampp/man/man3/ldap_unbind.3 -#opt/lampp/man/man3/menu_pad.3menu.gz -#opt/lampp/man/man3/HMAC_Update.3 -#opt/lampp/man/man3/File::Spec::Epoc.3 -#opt/lampp/man/man3/SSL_CTX_set_session_id_context.3 -#opt/lampp/man/man3/ASN1_STRING_free.3 -#opt/lampp/man/man3/ExtUtils::Install.3 -#opt/lampp/man/man3/ldap_open.3 -#opt/lampp/man/man3/ldap_matchingrule2str.3 -#opt/lampp/man/man3/Pod::Text::Color.3 -#opt/lampp/man/man3/BN_add_word.3 -#opt/lampp/man/man3/DSA_new_method.3 -#opt/lampp/man/man3/SSL_state_string.3 -#opt/lampp/man/man3/ber_get_null.3 -#opt/lampp/man/man3/RSA_blinding_on.3 -#opt/lampp/man/man3/APR::SockAddr.3 -#opt/lampp/man/man3/Apache2::RequestIO.3 -#opt/lampp/man/man3/getstr.3ncurses.gz -#opt/lampp/man/man3/FindBin.3 -#opt/lampp/man/man3/SSL_CTX_use_certificate_chain_file.3 -#opt/lampp/man/man3/DH_new.3 -#opt/lampp/man/man3/top_row.3menu.gz -#opt/lampp/man/man3/Tie::RefHash.3 -#opt/lampp/man/man3/integer.3 -#opt/lampp/man/man3/RAND_cleanup.3 -#opt/lampp/man/man3/AutoLoader.3 -#opt/lampp/man/man3/slk_touch.3ncurses.gz -#opt/lampp/man/man3/ldap_parse_sasl_bind_result.3 -#opt/lampp/man/man3/ldap_mods_free.3 -#opt/lampp/man/man3/DES_set_key.3 -#opt/lampp/man/man3/mvwaddnwstr.3ncurses.gz -#opt/lampp/man/man3/DSA_generate_key.3 -#opt/lampp/man/man3/keyok.3ncurses.gz -#opt/lampp/man/man3/erase.3ncurses.gz -#opt/lampp/man/man3/Encode::KR::2022_KR.3 -#opt/lampp/man/man3/OPENSSL_VERSION_NUMBER.3 -#opt/lampp/man/man3/ldap_modify_ext.3 -#opt/lampp/man/man3/werase.3ncurses.gz -#opt/lampp/man/man3/mvget_wstr.3ncurses.gz -#opt/lampp/man/man3/BIO_set_conn_ip.3 -#opt/lampp/man/man3/CONF_modules_load.3 -#opt/lampp/man/man3/wattr_set.3ncurses.gz -#opt/lampp/man/man3/Pod::Usage.3 -#opt/lampp/man/man3/URI::QueryParam.3 -#opt/lampp/man/man3/wgetstr.3ncurses.gz -#opt/lampp/man/man3/DSA_set_default_method.3 -#opt/lampp/man/man3/ldap_entry2text.3 -#opt/lampp/man/man3/set_field_term.3form.gz -#opt/lampp/man/man3/EVP_CipherUpdate.3 -#opt/lampp/man/man3/RSA_get_ex_data.3 -#opt/lampp/man/man3/SSL_set_options.3 -#opt/lampp/man/man3/item_index.3menu.gz -#opt/lampp/man/man3/BIO_set_bind_mode.3 -#opt/lampp/man/man3/scr_dump.3ncurses.gz -#opt/lampp/man/man3/TIFFWarning.3t -#opt/lampp/man/man3/BIO_new_file.3 -#opt/lampp/man/man3/ber_bvstrdup.3 -#opt/lampp/man/man3/ExtUtils::MM_UWIN.3 -#opt/lampp/man/man3/set_menu_pad.3menu.gz -#opt/lampp/man/man3/lh_node_usage_stats.3 -#opt/lampp/man/man3/overload.3 -#opt/lampp/man/man3/touch.3ncurses.gz -#opt/lampp/man/man3/ERR_peek_error_line.3 -#opt/lampp/man/man3/OPENSSL_ia32cap.3 -#opt/lampp/man/man3/ldap_getnextfilter.3 -#opt/lampp/man/man3/mvwvline_set.3ncurses.gz -#opt/lampp/man/man3/slk_refresh.3ncurses.gz -#opt/lampp/man/man3/EVP_VerifyFinal.3 -#opt/lampp/man/man3/ber_scanf.3 -#opt/lampp/man/man3/DBI::ProfileData.3 -#opt/lampp/man/man3/in_wchnstr.3ncurses.gz -#opt/lampp/man/man3/curl_easy_getinfo.3 -#opt/lampp/man/man3/OpenSSL_add_all_algorithms.3 -#opt/lampp/man/man3/SSL_get_cipher_list.3 -#opt/lampp/man/man3/DH_size.3 -#opt/lampp/man/man3/vwscanw.3ncurses.gz -#opt/lampp/man/man3/SDBM_File.3 -#opt/lampp/man/man3/ldap_ufn_search_ct.3 -#opt/lampp/man/man3/slk_set.3ncurses.gz -#opt/lampp/man/man3/UI_add_user_data.3 -#opt/lampp/man/man3/mouseinterval.3ncurses.gz -#opt/lampp/man/man3/RSA_padding_check_none.3 -#opt/lampp/man/man3/set_curterm.3ncurses.gz -#opt/lampp/man/man3/bigint.3 -#opt/lampp/man/man3/CONF_modules_load_file.3 -#opt/lampp/man/man3/Net::SSLeay.3 -#opt/lampp/man/man3/strict.3 -#opt/lampp/man/man3/set_item_term.3menu.gz -#opt/lampp/man/man3/RAND_bytes.3 -#opt/lampp/man/man3/SSL_get_mode.3 -#opt/lampp/man/man3/i2d_SSL_SESSION.3 -#opt/lampp/man/man3/Locale::Constants.3 -#opt/lampp/man/man3/ERR_peek_last_error.3 -#opt/lampp/man/man3/bignum.3 -#opt/lampp/man/man3/hline_set.3ncurses.gz -#opt/lampp/man/man3/winsnstr.3ncurses.gz -#opt/lampp/man/man3/DSA_dup_DH.3 -#opt/lampp/man/man3/bigrat.3 -#opt/lampp/man/man3/TIFFTileRowSize.3t -#opt/lampp/man/man3/SSL_get_verify_depth.3 -#opt/lampp/man/man3/BIO_get_num_renegotiates.3 -#opt/lampp/man/man3/TIFFFileno.3t -#opt/lampp/man/man3/EVP_CIPHER_CTX_get_app_data.3 -#opt/lampp/man/man3/cursor.3menu.gz -#opt/lampp/man/man3/ExtUtils::Mksymlists.3 -#opt/lampp/man/man3/d2i_DHparams.3 -#opt/lampp/man/man3/ber_free.3 -#opt/lampp/man/man3/HTTP::Negotiate.3 -#opt/lampp/man/man3/mvwgetch.3ncurses.gz -#opt/lampp/man/man3/Apache2::Command.3 -#opt/lampp/man/man3/SSL_get_cipher_name.3 -#opt/lampp/man/man3/UI_set_default_method.3 -#opt/lampp/man/man3/wmouse_trafo.3ncurses.gz -#opt/lampp/man/man3/URI::URL.3 -#opt/lampp/man/man3/Apache::TestRunPHP.3 -#opt/lampp/man/man3/OPENSSL_load_builtin_modules.3 -#opt/lampp/man/man3/ldap_vals2html.3 -#opt/lampp/man/man3/set_menu_userptr.3menu.gz -#opt/lampp/man/man3/DES_fcrypt.3 -#opt/lampp/man/man3/DBI::SQL::Nano.3 -#opt/lampp/man/man3/BIO_f_null.3 -#opt/lampp/man/man3/field_buffer.3form.gz -#opt/lampp/man/man3/EVP_MD_CTX_destroy.3 -#opt/lampp/man/man3/i2d_RSAPublicKey.3 -#opt/lampp/man/man3/TIFFWriteDirectory.3t -#opt/lampp/man/man3/UI_get0_user_data.3 -#opt/lampp/man/man3/SSL_CTX_get_ex_new_index.3 -#opt/lampp/man/man3/ExtUtils::MM_Unix.3 -#opt/lampp/man/man3/ldap_searchprefs.3 -#opt/lampp/man/man3/SSL_CTX_get_mode.3 -#opt/lampp/man/man3/dgettext.3 -#opt/lampp/man/man3/ModPerl::Code.3 -#opt/lampp/man/man3/SSL_CTX_get_timeout.3 -#opt/lampp/man/man3/RIPEMD160_Init.3 -#opt/lampp/man/man3/Switch.3 -#opt/lampp/man/man3/timeout.3ncurses.gz -#opt/lampp/man/man3/ldap_sort.3 -#opt/lampp/man/man3/Math::BigFloat::Trace.3 -#opt/lampp/man/man3/ldap_modify_ext_s.3 -#opt/lampp/man/man3/Math::BigInt::Calc.3 -#opt/lampp/man/man3/curl_easy_init.3 -#opt/lampp/man/man3/i2d_Netscape_RSA.3 -#opt/lampp/man/man3/DES_string_to_key.3 -#opt/lampp/man/man3/EVP_MD_CTX_copy_ex.3 -#opt/lampp/man/man3/PKCS12_create.3 -#opt/lampp/man/man3/ldap_enable_translation.3 -#opt/lampp/man/man3/Devel::DProf.3 -#opt/lampp/man/man3/mvadd_wchnstr.3ncurses.gz -#opt/lampp/man/man3/DSA_SIG_new.3 -#opt/lampp/man/man3/Math::Trig.3 -#opt/lampp/man/man3/Net::FTP::dataconn.3 -#opt/lampp/man/man3/DES_key_sched.3 -#opt/lampp/man/man3/SSL_read.3 -#opt/lampp/man/man3/CPAN::FirstTime.3 -#opt/lampp/man/man3/EVP_get_digestbyname.3 -#opt/lampp/man/man3/Memoize::Expire.3 -#opt/lampp/man/man3/DES_enc_write.3 -#opt/lampp/man/man3/UI_add_error_string.3 -#opt/lampp/man/man3/form_hook.3form.gz -#opt/lampp/man/man3/raw.3ncurses.gz -#opt/lampp/man/man3/start_color.3ncurses.gz -#opt/lampp/man/man3/ModPerl::Global.3 -#opt/lampp/man/man3/B::C.3 -#opt/lampp/man/man3/libcurl-multi.3 -#opt/lampp/man/man3/ERR_peek_last_error_line.3 -#opt/lampp/man/man3/add_wchnstr.3ncurses.gz -#opt/lampp/man/man3/XS::APItest.3 -#opt/lampp/man/man3/mvwprintw.3ncurses.gz -#opt/lampp/man/man3/ldap_objectclass2name.3 -#opt/lampp/man/man3/CRYPTO_set_dynlock_destroy_callback.3 -#opt/lampp/man/man3/menu_grey.3menu.gz -#opt/lampp/man/man3/TIFFSetField.3t -#opt/lampp/man/man3/field_opts.3form.gz -#opt/lampp/man/man3/SSL_get_quiet_shutdown.3 -#opt/lampp/man/man3/Unicode::Collate.3 -#opt/lampp/man/man3/DSA_new.3 -#opt/lampp/man/man3/APR::Request::Apache2.3 -#opt/lampp/man/man3/BIO_retry_type.3 -#opt/lampp/man/man3/BIO_int_ctrl.3 -#opt/lampp/man/man3/RAND_load_file.3 -#opt/lampp/man/man3/Apache::TestTrace.3 -#opt/lampp/man/man3/BIO_f_cipher.3 -#opt/lampp/man/man3/menu_mark.3menu.gz -#opt/lampp/man/man3/derwin.3ncurses.gz -#opt/lampp/man/man3/Net::Cmd.3 -#opt/lampp/man/man3/mvchgat.3ncurses.gz -#opt/lampp/man/man3/Net::FTP.3 -#opt/lampp/man/man3/ExtUtils::Liblist::Kid.3 -#opt/lampp/man/man3/form_post.3form.gz -#opt/lampp/man/man3/EVP_DecryptUpdate.3 -#opt/lampp/man/man3/scrl.3ncurses.gz -#opt/lampp/man/man3/ldap_compare_ext_s.3 -#opt/lampp/man/man3/Dumpvalue.3 -#opt/lampp/man/man3/UI_add_verify_string.3 -#opt/lampp/man/man3/BN_BLINDING_get_thread_id.3 -#opt/lampp/man/man3/ldap_destroy_cache.3 -#opt/lampp/man/man3/ldap_first_tmplcol.3 -#opt/lampp/man/man3/vid_attr.3ncurses.gz -#opt/lampp/man/man3/SSL_CTX_set_cert_verify_callback.3 -#opt/lampp/man/man3/mvwdelch.3ncurses.gz -#opt/lampp/man/man3/TIFFWriteRawTile.3t -#opt/lampp/man/man3/resize_term.3ncurses.gz -#opt/lampp/man/man3/inchnstr.3ncurses.gz -#opt/lampp/man/man3/mvins_wstr.3ncurses.gz -#opt/lampp/man/man3/BIO_new_ssl_connect.3 -#opt/lampp/man/man3/TIFFIsByteSwapped.3t -#opt/lampp/man/man3/Filter::Util::Call.3 -#opt/lampp/man/man3/bn_mul_normal.3 -#opt/lampp/man/man3/CRYPTO_set_locking_callback.3 -#opt/lampp/man/man3/BN_num_bits.3 -#opt/lampp/man/man3/SSL_get_ex_data.3 -#opt/lampp/man/man3/copywin.3ncurses.gz -#opt/lampp/man/man3/OBJ_ln2nid.3 -#opt/lampp/man/man3/Mysql.3 -#opt/lampp/man/man3/menu_new.3menu.gz -#opt/lampp/man/man3/ldap_add.3 -#opt/lampp/man/man3/Pod::Perldoc::ToTk.3 -#opt/lampp/man/man3/SSL_get_rbio.3 -#opt/lampp/man/man3/RSA_get_default_method.3 -#opt/lampp/man/man3/ExtUtils::MM_MacOS.3 -#opt/lampp/man/man3/RIPEMD160.3 -#opt/lampp/man/man3/TIFFSetErrorHandler.3t -#opt/lampp/man/man3/Text::Abbrev.3 -#opt/lampp/man/man3/curl_global_cleanup.3 -#opt/lampp/man/man3/ldap_sasl_bind.3 -#opt/lampp/man/man3/HTML::Parser.3 -#opt/lampp/man/man3/nonl.3ncurses.gz -#opt/lampp/man/man3/lh_free.3 -#opt/lampp/man/man3/BIO_should_io_special.3 -#opt/lampp/man/man3/DSA_generate_parameters.3 -#opt/lampp/man/man3/mvwinstr.3ncurses.gz -#opt/lampp/man/man3/BIO_f_buffer.3 -#opt/lampp/man/man3/ModPerl::CScan.3 -#opt/lampp/man/man3/PAIR_NUMBER.3ncurses.gz -#opt/lampp/man/man3/B::Assembler.3 -#opt/lampp/man/man3/unctrl.3ncurses.gz -#opt/lampp/man/man3/DES_set_key_checked.3 -#opt/lampp/man/man3/SSL_CTX_sess_get_remove_cb.3 -#opt/lampp/man/man3/ber_dupbv.3 -#opt/lampp/man/man3/ldap_first_tmplrow.3 -#opt/lampp/man/man3/textdomain.3 -#opt/lampp/man/man3/RAND_file_name.3 -#opt/lampp/man/man3/Time::Local.3 -#opt/lampp/man/man3/ber_skip_tag.3 -#opt/lampp/man/man3/insertln.3ncurses.gz -#opt/lampp/man/man3/EVP_PKEY_assign_DSA.3 -#opt/lampp/man/man3/Tie::SubstrHash.3 -#opt/lampp/man/man3/Memoize::SDBM_File.3 -#opt/lampp/man/man3/libcurl.3 -#opt/lampp/man/man3/SSL_set_mode.3 -#opt/lampp/man/man3/Thread::Semaphore.3 -#opt/lampp/man/man3/ins_wch.3ncurses.gz -#opt/lampp/man/man3/ldap_search_st.3 -#opt/lampp/man/man3/B::Deparse.3 -#opt/lampp/man/man3/wunctrl.3ncurses.gz -#opt/lampp/man/man3/EVP_VerifyUpdate.3 -#opt/lampp/man/man3/HTML::Filter.3 -#opt/lampp/man/man3/RSA_free.3 -#opt/lampp/man/man3/post_menu.3menu.gz -#opt/lampp/man/man3/isendwin.3ncurses.gz -#opt/lampp/man/man3/ldap_uncache_entry.3 -#opt/lampp/man/man3/ModPerl::Config.3 -#opt/lampp/man/man3/cldap.3 -#opt/lampp/man/man3/CPAN.3 -#opt/lampp/man/man3/BN_num_bits_word.3 -#opt/lampp/man/man3/item_opts_off.3menu.gz -#opt/lampp/man/man3/d2i_X509_REQ_bio.3 -#opt/lampp/man/man3/DBI::Format.3 -#opt/lampp/man/man3/ldap_ufn.3 -#opt/lampp/man/man3/slk_clear.3ncurses.gz -#opt/lampp/man/man3/Apache::compat.3 -#opt/lampp/man/man3/SSL_CTX_sess_connect_good.3 -#opt/lampp/man/man3/ldap_url.3 -#opt/lampp/man/man3/LWP::DebugFile.3 -#opt/lampp/man/man3/HTTP::Message.3 -#opt/lampp/man/man3/EVP_PKEY_assign_DH.3 -#opt/lampp/man/man3/data_behind.3form.gz -#opt/lampp/man/man3/key_name.3ncurses.gz -#opt/lampp/man/man3/DH_get_default_method.3 -#opt/lampp/man/man3/vline.3ncurses.gz -#opt/lampp/man/man5/ -#opt/lampp/man/man5/slapo-retcode.5 -#opt/lampp/man/man5/ldapfilter.conf.5 -#opt/lampp/man/man5/slapd.plugin.5 -#opt/lampp/man/man5/slapd-monitor.5 -#opt/lampp/man/man5/png.5 -#opt/lampp/man/man5/slapo-syncprov.5 -#opt/lampp/man/man5/slapo-lastmod.5 -#opt/lampp/man/man5/slapo-dynlist.5 -#opt/lampp/man/man5/slapd.replog.5 -#opt/lampp/man/man5/slapo-refint.5 -#opt/lampp/man/man5/slapo-auditlog.5 -#opt/lampp/man/man5/slapd-ldap.5 -#opt/lampp/man/man5/slapd-ldbm.5 -#opt/lampp/man/man5/slapd-ldif.5 -#opt/lampp/man/man5/slapd-meta.5 -#opt/lampp/man/man5/slapo-rwm.5 -#opt/lampp/man/man5/ldapfriendly.5 -#opt/lampp/man/man5/slapd.conf.5 -#opt/lampp/man/man5/slapd-null.5 -#opt/lampp/man/man5/slapd-perl.5 -#opt/lampp/man/man5/slapo-unique.5 -#opt/lampp/man/man5/ldaptemplates.conf.5 -#opt/lampp/man/man5/config.5 -#opt/lampp/man/man5/slapd-relay.5 -#opt/lampp/man/man5/x509v3_config.5 -#opt/lampp/man/man5/slapd.access.5 -#opt/lampp/man/man5/ldif.5 -#opt/lampp/man/man5/slapd-dnssrv.5 -#opt/lampp/man/man5/ldap.conf.5 -#opt/lampp/man/man5/slapo-chain.5 -#opt/lampp/man/man5/term.5.gz -#opt/lampp/man/man5/ud.conf.5 -#opt/lampp/man/man5/slapo-translucent.5 -#opt/lampp/man/man5/slapd-shell.5 -#opt/lampp/man/man5/slapo-pcache.5 -#opt/lampp/man/man5/slapo-accesslog.5 -#opt/lampp/man/man5/xferlog.5 -#opt/lampp/man/man5/slapd-bdb.5 -#opt/lampp/man/man5/slapd-hdb.5 -#opt/lampp/man/man5/slapd-tcl.5 -#opt/lampp/man/man5/slapd-sql.5 -#opt/lampp/man/man5/ldapsearchprefs.conf.5 -#opt/lampp/man/man5/terminfo.5.gz -#opt/lampp/man/man5/slapo-ppolicy.5 -#opt/lampp/man/man5/slapo-valsort.5 -#opt/lampp/man/man5/slapd-passwd.5 -#opt/lampp/man/man7/ -#opt/lampp/man/man7/of.7 -#opt/lampp/man/man7/DES.7 -#opt/lampp/man/man7/des_modes.7 -#opt/lampp/man/man7/term.7.gz -#opt/lampp/man/man7/Modes_of_DES.7 -#opt/lampp/man/man7/Modes of DES.7 -#opt/lampp/man/man7/Modes.7 -#opt/lampp/man/man8/ -#opt/lampp/man/man8/ab.8 -#opt/lampp/man/man8/ldif2index.8 -#opt/lampp/man/man8/in.xfingerd.8 -#opt/lampp/man/man8/rcpt500.8 -#opt/lampp/man/man8/ldbmcat.8 -#opt/lampp/man/man8/apachectl.8 -#opt/lampp/man/man8/ldapd.8 -#opt/lampp/man/man8/ftpdctl.8 -#opt/lampp/man/man8/slappasswd.8 -#opt/lampp/man/man8/fax500.8 -#opt/lampp/man/man8/slapd.8 -#opt/lampp/man/man8/slapindex.8 -#opt/lampp/man/man8/chlog2replog.8 -#opt/lampp/man/man8/slapauth.8 -#opt/lampp/man/man8/go500gw.8 -#opt/lampp/man/man8/apxs.8 -#opt/lampp/man/man8/rotatelogs.8 -#opt/lampp/man/man8/ldif2id2entry.8 -#opt/lampp/man/man8/ftpshut.8 -#opt/lampp/man/man8/slapdn.8 -#opt/lampp/man/man8/go500.8 -#opt/lampp/man/man8/ldif.8 -#opt/lampp/man/man8/slaptest.8 -#opt/lampp/man/man8/centipede.8 -#opt/lampp/man/man8/proftpd.8 -#opt/lampp/man/man8/ldif2ldbm.8 -#opt/lampp/man/man8/ldif2id2children.8 -#opt/lampp/man/man8/logresolve.8 -#opt/lampp/man/man8/slurpd.8 -#opt/lampp/man/man8/mail500.8 -#opt/lampp/man/man8/httpd.8 -#opt/lampp/man/man8/slapacl.8 -#opt/lampp/man/man8/slapadd.8 -#opt/lampp/man/man8/slapcat.8 -#opt/lampp/man/man8/suexec.8 -#opt/lampp/man/man8/edb2ldif.8 -#opt/lampp/info/ -#opt/lampp/info/mysql.info -#opt/lampp/build/ -#opt/lampp/build/apr_rules.mk -#opt/lampp/build/libtool -#opt/lampp/build/make_var_export.awk -#opt/lampp/build/config_vars.mk -#opt/lampp/build/special.mk -#opt/lampp/build/rules.mk -#opt/lampp/build/program.mk -#opt/lampp/build/instdso.sh -#opt/lampp/build/ltlib.mk -#opt/lampp/build/config.nice -#opt/lampp/build/mkdir.sh -#opt/lampp/build/library.mk -#opt/lampp/build/make_exports.awk -#opt/lampp/share/ -#opt/lampp/share/doc/ -#opt/lampp/share/doc/freetds-0.63/ -#opt/lampp/share/doc/freetds-0.63/images/ -#opt/lampp/share/doc/freetds-0.63/images/note.gif -#opt/lampp/share/doc/freetds-0.63/images/important.gif -#opt/lampp/share/doc/freetds-0.63/images/tip.gif -#opt/lampp/share/doc/freetds-0.63/reference/ -#opt/lampp/share/doc/freetds-0.63/reference/a00377.html -#opt/lampp/share/doc/freetds-0.63/reference/a00378.html -#opt/lampp/share/doc/freetds-0.63/reference/a00064.html -#opt/lampp/share/doc/freetds-0.63/reference/a00379.html -#opt/lampp/share/doc/freetds-0.63/reference/a00310.html -#opt/lampp/share/doc/freetds-0.63/reference/a00380.html -#opt/lampp/share/doc/freetds-0.63/reference/a00194.html -#opt/lampp/share/doc/freetds-0.63/reference/a00381.html -#opt/lampp/share/doc/freetds-0.63/reference/a00382.html -#opt/lampp/share/doc/freetds-0.63/reference/a00255.html -#opt/lampp/share/doc/freetds-0.63/reference/a00383.html -#opt/lampp/share/doc/freetds-0.63/reference/a00197.html -#opt/lampp/share/doc/freetds-0.63/reference/a00384.html -#opt/lampp/share/doc/freetds-0.63/reference/a00198.html -#opt/lampp/share/doc/freetds-0.63/reference/a00385.html -#opt/lampp/share/doc/freetds-0.63/reference/a00386.html -#opt/lampp/share/doc/freetds-0.63/reference/a00387.html -#opt/lampp/share/doc/freetds-0.63/reference/a00388.html -#opt/lampp/share/doc/freetds-0.63/reference/a00389.html -#opt/lampp/share/doc/freetds-0.63/reference/a00075.html -#opt/lampp/share/doc/freetds-0.63/reference/a00391.html -#opt/lampp/share/doc/freetds-0.63/reference/a00393.html -#opt/lampp/share/doc/freetds-0.63/reference/a00394.html -#opt/lampp/share/doc/freetds-0.63/reference/a00395.html -#opt/lampp/share/doc/freetds-0.63/reference/a00081.html -#opt/lampp/share/doc/freetds-0.63/reference/a00396.html -#opt/lampp/share/doc/freetds-0.63/reference/a00082.html -#opt/lampp/share/doc/freetds-0.63/reference/a00397.html -#opt/lampp/share/doc/freetds-0.63/reference/doxygen.css -#opt/lampp/share/doc/freetds-0.63/reference/doxygen.png -#opt/lampp/share/doc/freetds-0.63/reference/a00083.html -#opt/lampp/share/doc/freetds-0.63/reference/a00398.html -#opt/lampp/share/doc/freetds-0.63/reference/functions.html -#opt/lampp/share/doc/freetds-0.63/reference/a00399.html -#opt/lampp/share/doc/freetds-0.63/reference/a00085.html -#opt/lampp/share/doc/freetds-0.63/reference/a00087.html -#opt/lampp/share/doc/freetds-0.63/reference/index.html -#opt/lampp/share/doc/freetds-0.63/reference/globals.html -#opt/lampp/share/doc/freetds-0.63/reference/a00336.html -#opt/lampp/share/doc/freetds-0.63/reference/a00337.html -#opt/lampp/share/doc/freetds-0.63/reference/a00338.html -#opt/lampp/share/doc/freetds-0.63/reference/a00339.html -#opt/lampp/share/doc/freetds-0.63/reference/a00340.html -#opt/lampp/share/doc/freetds-0.63/reference/a00213.html -#opt/lampp/share/doc/freetds-0.63/reference/files.html -#opt/lampp/share/doc/freetds-0.63/reference/a00341.html -#opt/lampp/share/doc/freetds-0.63/reference/a00342.html -#opt/lampp/share/doc/freetds-0.63/reference/a00156.html -#opt/lampp/share/doc/freetds-0.63/reference/a00343.html -#opt/lampp/share/doc/freetds-0.63/reference/pages.html -#opt/lampp/share/doc/freetds-0.63/reference/a00344.html -#opt/lampp/share/doc/freetds-0.63/reference/a00217.html -#opt/lampp/share/doc/freetds-0.63/reference/a00345.html -#opt/lampp/share/doc/freetds-0.63/reference/a00159.html -#opt/lampp/share/doc/freetds-0.63/reference/a00346.html -#opt/lampp/share/doc/freetds-0.63/reference/a00347.html -#opt/lampp/share/doc/freetds-0.63/reference/todo.html -#opt/lampp/share/doc/freetds-0.63/reference/a00348.html -#opt/lampp/share/doc/freetds-0.63/reference/a00349.html -#opt/lampp/share/doc/freetds-0.63/reference/bug.html -#opt/lampp/share/doc/freetds-0.63/reference/a00350.html -#opt/lampp/share/doc/freetds-0.63/reference/a00351.html -#opt/lampp/share/doc/freetds-0.63/reference/a00352.html -#opt/lampp/share/doc/freetds-0.63/reference/a00353.html -#opt/lampp/share/doc/freetds-0.63/reference/a00354.html -#opt/lampp/share/doc/freetds-0.63/reference/a00356.html -#opt/lampp/share/doc/freetds-0.63/reference/a00358.html -#opt/lampp/share/doc/freetds-0.63/reference/a00359.html -#opt/lampp/share/doc/freetds-0.63/reference/a00232.html -#opt/lampp/share/doc/freetds-0.63/reference/a00360.html -#opt/lampp/share/doc/freetds-0.63/reference/a00361.html -#opt/lampp/share/doc/freetds-0.63/reference/a00362.html -#opt/lampp/share/doc/freetds-0.63/reference/a00363.html -#opt/lampp/share/doc/freetds-0.63/reference/a00364.html -#opt/lampp/share/doc/freetds-0.63/reference/a00365.html -#opt/lampp/share/doc/freetds-0.63/reference/a00366.html -#opt/lampp/share/doc/freetds-0.63/reference/a00367.html -#opt/lampp/share/doc/freetds-0.63/reference/annotated.html -#opt/lampp/share/doc/freetds-0.63/reference/a00368.html -#opt/lampp/share/doc/freetds-0.63/reference/a00369.html -#opt/lampp/share/doc/freetds-0.63/reference/a00370.html -#opt/lampp/share/doc/freetds-0.63/reference/a00371.html -#opt/lampp/share/doc/freetds-0.63/reference/a00372.html -#opt/lampp/share/doc/freetds-0.63/reference/a00373.html -#opt/lampp/share/doc/freetds-0.63/reference/a00374.html -#opt/lampp/share/doc/freetds-0.63/reference/modules.html -#opt/lampp/share/doc/freetds-0.63/reference/a00375.html -#opt/lampp/share/doc/freetds-0.63/reference/a00307.html -#opt/lampp/share/doc/freetds-0.63/reference/a00376.html -#opt/lampp/share/doc/freetds-0.63/userguide/ -#opt/lampp/share/doc/freetds-0.63/userguide/unicodeutf.htm -#opt/lampp/share/doc/freetds-0.63/userguide/packages.htm -#opt/lampp/share/doc/freetds-0.63/userguide/freetdshistory.htm -#opt/lampp/share/doc/freetds-0.63/userguide/freetdsconf.htm -#opt/lampp/share/doc/freetds-0.63/userguide/confirminstall.htm -#opt/lampp/share/doc/freetds-0.63/userguide/odbcombo.htm -#opt/lampp/share/doc/freetds-0.63/userguide/odbcinionly.htm -#opt/lampp/share/doc/freetds-0.63/userguide/iso8859.htm -#opt/lampp/share/doc/freetds-0.63/userguide/acknowledgments.htm -#opt/lampp/share/doc/freetds-0.63/userguide/sybsql.htm -#opt/lampp/share/doc/freetds-0.63/userguide/install.htm -#opt/lampp/share/doc/freetds-0.63/userguide/aboutunicode.htm -#opt/lampp/share/doc/freetds-0.63/userguide/interfacesfile.htm -#opt/lampp/share/doc/freetds-0.63/userguide/software.htm -#opt/lampp/share/doc/freetds-0.63/userguide/stunnel.htm -#opt/lampp/share/doc/freetds-0.63/userguide/contributors.htm -#opt/lampp/share/doc/freetds-0.63/userguide/unicodegoodbad.htm -#opt/lampp/share/doc/freetds-0.63/userguide/interfacesformat.htm -#opt/lampp/share/doc/freetds-0.63/userguide/nonwestern.htm -#opt/lampp/share/doc/freetds-0.63/userguide/tdspool.htm -#opt/lampp/share/doc/freetds-0.63/userguide/choosingtdsprotocol.htm -#opt/lampp/share/doc/freetds-0.63/userguide/interfacespurpose.htm -#opt/lampp/share/doc/freetds-0.63/userguide/tdshistory.htm -#opt/lampp/share/doc/freetds-0.63/userguide/what.htm -#opt/lampp/share/doc/freetds-0.63/userguide/gfdl-1.htm -#opt/lampp/share/doc/freetds-0.63/userguide/gfdl-2.htm -#opt/lampp/share/doc/freetds-0.63/userguide/gfdl-3.htm -#opt/lampp/share/doc/freetds-0.63/userguide/gfdl-4.htm -#opt/lampp/share/doc/freetds-0.63/userguide/gfdl-5.htm -#opt/lampp/share/doc/freetds-0.63/userguide/gfdl-6.htm -#opt/lampp/share/doc/freetds-0.63/userguide/gfdl-7.htm -#opt/lampp/share/doc/freetds-0.63/userguide/gfdl-8.htm -#opt/lampp/share/doc/freetds-0.63/userguide/gfdl-9.htm -#opt/lampp/share/doc/freetds-0.63/userguide/index.html -#opt/lampp/share/doc/freetds-0.63/userguide/config.htm -#opt/lampp/share/doc/freetds-0.63/userguide/gfdl.htm -#opt/lampp/share/doc/freetds-0.63/userguide/odbc.api.summary.htm -#opt/lampp/share/doc/freetds-0.63/userguide/contrib.htm -#opt/lampp/share/doc/freetds-0.63/userguide/dblib.api.summary.htm -#opt/lampp/share/doc/freetds-0.63/userguide/odbcdiagnose.htm -#opt/lampp/share/doc/freetds-0.63/userguide/envvar.htm -#opt/lampp/share/doc/freetds-0.63/userguide/advocacy.htm -#opt/lampp/share/doc/freetds-0.63/userguide/locales.htm -#opt/lampp/share/doc/freetds-0.63/userguide/programming.htm -#opt/lampp/share/doc/freetds-0.63/userguide/askingforhelp.htm -#opt/lampp/share/doc/freetds-0.63/userguide/python.htm -#opt/lampp/share/doc/freetds-0.63/userguide/index.htm -#opt/lampp/share/doc/freetds-0.63/userguide/osissues.htm -#opt/lampp/share/doc/freetds-0.63/userguide/dsnless.htm -#opt/lampp/share/doc/freetds-0.63/userguide/configs.htm -#opt/lampp/share/doc/freetds-0.63/userguide/about.htm -#opt/lampp/share/doc/freetds-0.63/userguide/build.htm -#opt/lampp/share/doc/freetds-0.63/userguide/samplecode.htm -#opt/lampp/share/doc/freetds-0.63/userguide/prepodbc.htm -#opt/lampp/share/doc/freetds-0.63/userguide/interfaceslocation.htm -#opt/lampp/share/doc/freetds-0.63/userguide/gfdl-10.htm -#opt/lampp/share/doc/freetds-0.63/userguide/unicode.htm -#opt/lampp/share/doc/freetds-0.63/userguide/gfdl-11.htm -#opt/lampp/share/doc/freetds-0.63/userguide/mailinglist.htm -#opt/lampp/share/doc/freetds-0.63/userguide/serverthere.htm -#opt/lampp/share/doc/freetds-0.63/userguide/pagenodata.htm -#opt/lampp/share/doc/freetds-0.63/userguide/troubleshooting.htm -#opt/lampp/share/doc/freetds-0.63/userguide/projects.htm -#opt/lampp/share/doc/freetds-0.63/userguide/php.htm -#opt/lampp/share/doc/freetds-0.63/userguide/apireference.htm -#opt/lampp/share/doc/freetds-0.63/userguide/unicodefreetds.htm -#opt/lampp/share/doc/freetds-0.63/userguide/appendmode.htm -#opt/lampp/share/doc/freetds-0.63/userguide/domains.htm -#opt/lampp/share/doc/freetds-0.63/userguide/perl.htm -#opt/lampp/share/doc/freetds-0.63/userguide/seemtooslow.htm -#opt/lampp/share/doc/freetds-0.63/userguide/ctlib.api.summary.htm -#opt/lampp/share/doc/freetds-0.63/userguide/odbcconnattr.htm -#opt/lampp/share/doc/freetds-0.63/userguide/help.htm -#opt/lampp/share/doc/freetds-0.63/userguide/logging.htm -#opt/lampp/share/doc/freetds-0.63/userguide/configurations.htm -#opt/lampp/share/doc/freetds-0.62.4/ -#opt/lampp/share/doc/freetds-0.62.4/images/ -#opt/lampp/share/doc/freetds-0.62.4/images/note.gif -#opt/lampp/share/doc/freetds-0.62.4/images/important.gif -#opt/lampp/share/doc/freetds-0.62.4/images/tip.gif -#opt/lampp/share/doc/freetds-0.62.4/reference/ -#opt/lampp/share/doc/freetds-0.62.4/reference/a00309.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00310.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00065.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00311.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00066.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00312.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00067.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00313.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00068.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00314.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00315.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00129.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00317.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00072.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00319.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00132.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00320.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00321.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00322.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00323.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00324.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00325.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00326.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00327.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00328.html -#opt/lampp/share/doc/freetds-0.62.4/reference/doxygen.css -#opt/lampp/share/doc/freetds-0.62.4/reference/doxygen.png -#opt/lampp/share/doc/freetds-0.62.4/reference/a00200.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00329.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00270.html -#opt/lampp/share/doc/freetds-0.62.4/reference/functions.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00330.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00331.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00273.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00332.html -#opt/lampp/share/doc/freetds-0.62.4/reference/index.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00333.html -#opt/lampp/share/doc/freetds-0.62.4/reference/globals.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00334.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00335.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00336.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00337.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00338.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00339.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00340.html -#opt/lampp/share/doc/freetds-0.62.4/reference/files.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00341.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00342.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00343.html -#opt/lampp/share/doc/freetds-0.62.4/reference/pages.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00344.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00345.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00346.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00347.html -#opt/lampp/share/doc/freetds-0.62.4/reference/todo.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00348.html -#opt/lampp/share/doc/freetds-0.62.4/reference/bug.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00350.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00164.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00223.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00352.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00353.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00167.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00354.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00168.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00355.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00297.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00356.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00298.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00357.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00299.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00358.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00048.html -#opt/lampp/share/doc/freetds-0.62.4/reference/annotated.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00181.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00300.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00301.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00302.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00185.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00303.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00304.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00059.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00305.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00306.html -#opt/lampp/share/doc/freetds-0.62.4/reference/modules.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00307.html -#opt/lampp/share/doc/freetds-0.62.4/reference/a00308.html -#opt/lampp/share/doc/freetds-0.62.4/userguide/ -#opt/lampp/share/doc/freetds-0.62.4/userguide/unicodeutf.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/packages.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/freetdshistory.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/freetdsconf.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/confirminstall.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/odbcombo.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/odbcinionly.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/iso8859.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/acknowledgments.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/sybsql.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/install.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/aboutunicode.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/interfacesfile.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/software.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/stunnel.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/contributors.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/unicodegoodbad.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/interfacesformat.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/nonwestern.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/tdspool.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/choosingtdsprotocol.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/interfacespurpose.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/tdshistory.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/what.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/gfdl-1.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/gfdl-2.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/gfdl-3.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/gfdl-4.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/gfdl-5.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/gfdl-6.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/gfdl-7.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/gfdl-8.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/gfdl-9.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/index.html -#opt/lampp/share/doc/freetds-0.62.4/userguide/config.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/gfdl.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/odbc.api.summary.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/contrib.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/dblib.api.summary.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/odbcdiagnose.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/envvar.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/advocacy.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/locales.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/programming.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/askingforhelp.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/python.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/index.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/osissues.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/dsnless.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/configs.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/about.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/build.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/samplecode.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/prepodbc.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/interfaceslocation.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/gfdl-10.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/unicode.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/gfdl-11.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/mailinglist.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/serverthere.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/pagenodata.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/troubleshooting.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/projects.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/php.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/apireference.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/unicodefreetds.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/appendmode.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/domains.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/perl.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/seemtooslow.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/ctlib.api.summary.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/odbcconnattr.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/help.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/logging.htm -#opt/lampp/share/doc/freetds-0.62.4/userguide/configurations.htm -#opt/lampp/share/doc/libxslt-1.1.8/ -#opt/lampp/share/doc/libxslt-1.1.8/html/ -#opt/lampp/share/doc/libxslt-1.1.8/html/html/ -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-transform.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-extensions.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-attributes.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-templates.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/right.png -#opt/lampp/share/doc/libxslt-1.1.8/html/html/left.png -#opt/lampp/share/doc/libxslt-1.1.8/html/html/index.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/home.png -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-functions.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-preproc.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-lib.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-numbersInternals.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-extra.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-documents.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-variables.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/book1.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/up.png -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-keys.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-xsltexports.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-xslt.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-imports.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-namespaces.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-pattern.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-security.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-xsltInternals.html -#opt/lampp/share/doc/libxslt-1.1.8/html/html/libxslt-xsltutils.html -#opt/lampp/share/doc/libxslt-1.1.8/html/EXSLT/ -#opt/lampp/share/doc/libxslt-1.1.8/html/EXSLT/exslt.html -#opt/lampp/share/doc/libxslt-1.1.8/html/templates.gif -#opt/lampp/share/doc/libxslt-1.1.8/html/APIchunk0.html -#opt/lampp/share/doc/libxslt-1.1.8/html/APIchunk1.html -#opt/lampp/share/doc/libxslt-1.1.8/html/APIchunk2.html -#opt/lampp/share/doc/libxslt-1.1.8/html/APIchunk3.html -#opt/lampp/share/doc/libxslt-1.1.8/html/APIchunk4.html -#opt/lampp/share/doc/libxslt-1.1.8/html/xsltproc.html -#opt/lampp/share/doc/libxslt-1.1.8/html/APIchunk5.html -#opt/lampp/share/doc/libxslt-1.1.8/html/APIchunk6.html -#opt/lampp/share/doc/libxslt-1.1.8/html/APIfunctions.html -#opt/lampp/share/doc/libxslt-1.1.8/html/internals.html -#opt/lampp/share/doc/libxslt-1.1.8/html/APIchunk7.html -#opt/lampp/share/doc/libxslt-1.1.8/html/stylesheet.gif -#opt/lampp/share/doc/libxslt-1.1.8/html/APIchunk8.html -#opt/lampp/share/doc/libxslt-1.1.8/html/APIchunk9.html -#opt/lampp/share/doc/libxslt-1.1.8/html/python.html -#opt/lampp/share/doc/libxslt-1.1.8/html/Libxslt-Logo-90x34.gif -#opt/lampp/share/doc/libxslt-1.1.8/html/docs.html -#opt/lampp/share/doc/libxslt-1.1.8/html/index.html -#opt/lampp/share/doc/libxslt-1.1.8/html/bugs.html -#opt/lampp/share/doc/libxslt-1.1.8/html/object.gif -#opt/lampp/share/doc/libxslt-1.1.8/html/smallfootonly.gif -#opt/lampp/share/doc/libxslt-1.1.8/html/contexts.gif -#opt/lampp/share/doc/libxslt-1.1.8/html/downloads.html -#opt/lampp/share/doc/libxslt-1.1.8/html/xslt.html -#opt/lampp/share/doc/libxslt-1.1.8/html/contribs.html -#opt/lampp/share/doc/libxslt-1.1.8/html/processing.gif -#opt/lampp/share/doc/libxslt-1.1.8/html/tutorial/ -#opt/lampp/share/doc/libxslt-1.1.8/html/tutorial/libxslt_tutorial.c -#opt/lampp/share/doc/libxslt-1.1.8/html/tutorial/libxslttutorial.html -#opt/lampp/share/doc/libxslt-1.1.8/html/tutorial/libxslttutorial.xml -#opt/lampp/share/doc/libxslt-1.1.8/html/Libxslt-Logo-180x168.gif -#opt/lampp/share/doc/libxslt-1.1.8/html/extensions.html -#opt/lampp/share/doc/libxslt-1.1.8/html/APIconstructors.html -#opt/lampp/share/doc/libxslt-1.1.8/html/redhat.gif -#opt/lampp/share/doc/libxslt-1.1.8/html/intro.html -#opt/lampp/share/doc/libxslt-1.1.8/html/FAQ.html -#opt/lampp/share/doc/libxslt-1.1.8/html/APIfiles.html -#opt/lampp/share/doc/libxslt-1.1.8/html/help.html -#opt/lampp/share/doc/libxslt-1.1.8/html/xsltproc2.html -#opt/lampp/share/doc/libxslt-1.1.8/html/node.gif -#opt/lampp/share/doc/libxslt-1.1.8/html/API.html -#opt/lampp/share/doc/libxslt-1.1.8/html/news.html -#opt/lampp/share/doc/libxslt-1.1.8/html/docbook.html -#opt/lampp/share/doc/libxslt-1.1.8/html/APIsymbols.html -#opt/lampp/share/doc/libxml2-2.6.11/ -#opt/lampp/share/doc/libxml2-2.6.11/html/ -#opt/lampp/share/doc/libxml2-2.6.11/html/Libxml2-Logo-90x34.gif -#opt/lampp/share/doc/libxml2-2.6.11/html/html/ -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-HTMLtree.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xmlwriter.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xpathInternals.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-chvalid.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-parser.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-valid.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-uri.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xmlautomata.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/right.png -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-hash.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-nanoftp.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-SAX2.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/left.png -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xmlstring.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-globals.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-HTMLparser.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/index.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-tree.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xmlunicode.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xmlerror.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-lib.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-c14n.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-catalog.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xmlexports.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-SAX.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xpath.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-parserInternals.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xinclude.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/home.png -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xmlschemas.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xmlversion.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-list.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-relaxng.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xmlIO.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-pattern.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-DOCBparser.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xmlregexp.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-dict.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xmlmemory.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/book1.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/up.png -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-threads.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-nanohttp.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-schemasInternals.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xpointer.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-debugXML.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xmlsave.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xmlschemastypes.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-entities.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xmlreader.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-encoding.html -#opt/lampp/share/doc/libxml2-2.6.11/html/html/libxml-xlink.html -#opt/lampp/share/doc/libxml2-2.6.11/html/DOM.gif -#opt/lampp/share/doc/libxml2-2.6.11/html/encoding.html -#opt/lampp/share/doc/libxml2-2.6.11/html/xpath1.c -#opt/lampp/share/doc/libxml2-2.6.11/html/xpath2.c -#opt/lampp/share/doc/libxml2-2.6.11/html/io1.c -#opt/lampp/share/doc/libxml2-2.6.11/html/io2.c -#opt/lampp/share/doc/libxml2-2.6.11/html/w3c.png -#opt/lampp/share/doc/libxml2-2.6.11/html/testWriter.c -#opt/lampp/share/doc/libxml2-2.6.11/html/writer.xml -#opt/lampp/share/doc/libxml2-2.6.11/html/parse1.c -#opt/lampp/share/doc/libxml2-2.6.11/html/parse2.c -#opt/lampp/share/doc/libxml2-2.6.11/html/parse3.c -#opt/lampp/share/doc/libxml2-2.6.11/html/parse4.c -#opt/lampp/share/doc/libxml2-2.6.11/html/structure.gif -#opt/lampp/share/doc/libxml2-2.6.11/html/Libxml2-Logo-180x168.gif -#opt/lampp/share/doc/libxml2-2.6.11/html/smallfootonly.gif -#opt/lampp/share/doc/libxml2-2.6.11/html/tree1.res -#opt/lampp/share/doc/libxml2-2.6.11/html/tree2.res -#opt/lampp/share/doc/libxml2-2.6.11/html/tree1.c -#opt/lampp/share/doc/libxml2-2.6.11/html/tree2.c -#opt/lampp/share/doc/libxml2-2.6.11/html/examples.xml -#opt/lampp/share/doc/libxml2-2.6.11/html/examples.xsl -#opt/lampp/share/doc/libxml2-2.6.11/html/tst.xml -#opt/lampp/share/doc/libxml2-2.6.11/html/xpath1.res -#opt/lampp/share/doc/libxml2-2.6.11/html/xpath2.res -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/ -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/ar01s02.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/ar01s03.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/apa.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/ar01s04.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/apb.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/includexpath.c -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/ar01s05.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/apc.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/ar01s06.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/apd.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/ar01s07.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/ape.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/ar01s08.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/apf.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/ar01s09.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/apg.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/aph.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/ix01.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/api.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/index.html -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/includeconvert.c -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/xmltutorial.pdf -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/ -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/warning.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/toc-blank.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/blank.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/note.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/toc-plus.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/callouts/ -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/callouts/1.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/callouts/2.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/callouts/3.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/callouts/4.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/callouts/5.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/callouts/6.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/callouts/7.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/callouts/8.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/callouts/9.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/callouts/10.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/important.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/tip.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/home.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/toc-minus.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/prev.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/up.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/next.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/draft.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/images/caution.png -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/includekeyword.c -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/includegetattribute.c -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/includeaddkeyword.c -#opt/lampp/share/doc/libxml2-2.6.11/html/tutorial/includeaddattribute.c -#opt/lampp/share/doc/libxml2-2.6.11/html/xml.html -#opt/lampp/share/doc/libxml2-2.6.11/html/libxml.gif -#opt/lampp/share/doc/libxml2-2.6.11/html/redhat.gif -#opt/lampp/share/doc/libxml2-2.6.11/html/FAQ.html -#opt/lampp/share/doc/libxml2-2.6.11/html/io1.res -#opt/lampp/share/doc/libxml2-2.6.11/html/io2.res -#opt/lampp/share/doc/libxml2-2.6.11/html/test1.xml -#opt/lampp/share/doc/libxml2-2.6.11/html/test2.xml -#opt/lampp/share/doc/libxml2-2.6.11/html/test3.xml -#opt/lampp/share/doc/libxml2-2.6.11/html/reader1.c -#opt/lampp/share/doc/libxml2-2.6.11/html/reader2.c -#opt/lampp/share/doc/libxml2-2.6.11/html/reader3.c -#opt/lampp/share/doc/libxml2-2.6.11/html/reader1.res -#opt/lampp/share/doc/libxml2-2.6.11/html/reader3.res -#opt/lampp/share/doc/libxml2-2.6.11/Copyright -#opt/lampp/share/doc/libxml2-2.6.11/examples/ -#opt/lampp/share/doc/libxml2-2.6.11/examples/testXPath.c -#opt/lampp/share/doc/libxml2-2.6.11/examples/testHTML.c -#opt/lampp/share/doc/libxml2-2.6.11/examples/xmllint.c -#opt/lampp/share/doc/libxml2-2.6.11/examples/testSAX.c -#opt/lampp/modules/ -#opt/lampp/modules/mod_file_cache.la -#opt/lampp/modules/mod_setenvif.la -#opt/lampp/modules/mod_cern_meta.la -#opt/lampp/modules/mod_case_filter.la -#opt/lampp/modules/mod_expires.la -#opt/lampp/modules/mod_authn_default.a -#opt/lampp/modules/mod_authn_file.la -#opt/lampp/modules/mod_disk_cache.la -#opt/lampp/modules/mod_dav_fs.a -#opt/lampp/modules/mod_ident.a -#opt/lampp/modules/mod_authz_user.a -#opt/lampp/modules/mod_deflate.la -#opt/lampp/modules/mod_proxy_ftp.la -#opt/lampp/modules/mod_proxy_http.a -#opt/lampp/modules/mod_autoindex.a -#opt/lampp/modules/mod_asis.la -#opt/lampp/modules/mod_authz_groupfile.a -#opt/lampp/modules/mod_rewrite.a -#opt/lampp/modules/mod_negotiation.la -#opt/lampp/modules/mod_mem_cache.a -#opt/lampp/modules/mod_apreq2.la -#opt/lampp/modules/mod_file_cache.a -#opt/lampp/modules/mod_disk_cache.a -#opt/lampp/modules/mod_usertrack.a -#opt/lampp/modules/mod_proxy_balancer.a -#opt/lampp/modules/mod_cache.a -#opt/lampp/modules/mod_authn_default.la -#opt/lampp/modules/mod_usertrack.la -#opt/lampp/modules/mod_imagemap.a -#opt/lampp/modules/mod_info.la -#opt/lampp/modules/mod_bucketeer.a -#opt/lampp/modules/mod_authz_dbm.a -#opt/lampp/modules/mod_proxy_balancer.la -#opt/lampp/modules/mod_cache.la -#opt/lampp/modules/mod_dumpio.la -#opt/lampp/modules/mod_cgid.la -#opt/lampp/modules/mod_dav_fs.la -#opt/lampp/modules/mod_ident.la -#opt/lampp/modules/mod_authz_user.la -#opt/lampp/modules/mod_proxy.a -#opt/lampp/modules/mod_include.a -#opt/lampp/modules/mod_case_filter_in.a -#opt/lampp/modules/mod_filter.a -#opt/lampp/modules/mod_proxy_connect.la -#opt/lampp/modules/mod_cern_meta.a -#opt/lampp/modules/mod_negotiation.a -#opt/lampp/modules/mod_vhost_alias.a -#opt/lampp/modules/mod_authz_host.la -#opt/lampp/modules/mod_vhost_alias.la -#opt/lampp/modules/mod_actions.la -#opt/lampp/modules/mod_cgi.a -#opt/lampp/modules/mod_dbd.a -#opt/lampp/modules/mod_dav.a -#opt/lampp/modules/mod_dir.a -#opt/lampp/modules/mod_env.a -#opt/lampp/modules/mod_authn_anon.la -#opt/lampp/modules/mod_apreq2.a -#opt/lampp/modules/mod_log_config.la -#opt/lampp/modules/mod_authn_dbd.a -#opt/lampp/modules/mod_authn_dbm.a -#opt/lampp/modules/mod_authz_owner.a -#opt/lampp/modules/mod_unique_id.a -#opt/lampp/modules/mod_echo.la -#opt/lampp/modules/mod_charset_lite.la -#opt/lampp/modules/mod_ldap.la -#opt/lampp/modules/mod_setenvif.a -#opt/lampp/modules/mod_case_filter.a -#opt/lampp/modules/mod_deflate.a -#opt/lampp/modules/mod_authn_anon.a -#opt/lampp/modules/mod_authn_dbd.la -#opt/lampp/modules/mod_mime_magic.la -#opt/lampp/modules/mod_authn_dbm.la -#opt/lampp/modules/mod_example.la -#opt/lampp/modules/mod_status.la -#opt/lampp/modules/libphp4.la -#opt/lampp/modules/libphp5.la -#opt/lampp/modules/mod_authn_file.a -#opt/lampp/modules/mod_ext_filter.la -#opt/lampp/modules/mod_actions.a -#opt/lampp/modules/mod_mime_magic.a -#opt/lampp/modules/mod_status.a -#opt/lampp/modules/mod_logio.a -#opt/lampp/modules/mod_proxy_http.la -#opt/lampp/modules/mod_speling.a -#opt/lampp/modules/mod_userdir.a -#opt/lampp/modules/mod_imagemap.la -#opt/lampp/modules/mod_authz_owner.la -#opt/lampp/modules/mod_logio.la -#opt/lampp/modules/mod_alias.la -#opt/lampp/modules/mod_mime.la -#opt/lampp/modules/mod_auth_digest.la -#opt/lampp/modules/mod_speling.la -#opt/lampp/modules/mod_auth_basic.la -#opt/lampp/modules/mod_autoindex.la -#opt/lampp/modules/mod_userdir.la -#opt/lampp/modules/mod_unique_id.la -#opt/lampp/modules/mod_proxy.la -#opt/lampp/modules/mod_authz_groupfile.la -#opt/lampp/modules/mod_authz_default.a -#opt/lampp/modules/mod_bucketeer.la -#opt/lampp/modules/mod_suexec.la -#opt/lampp/modules/mod_proxy_connect.a -#opt/lampp/modules/mod_example.a -#opt/lampp/modules/mod_authz_dbm.la -#opt/lampp/modules/mod_ext_filter.a -#opt/lampp/modules/mod_suexec.a -#opt/lampp/modules/mod_asis.a -#opt/lampp/modules/mod_rewrite.la -#opt/lampp/modules/mod_cgi.la -#opt/lampp/modules/mod_dumpio.a -#opt/lampp/modules/mod_cgid.a -#opt/lampp/modules/mod_include.la -#opt/lampp/modules/mod_dbd.la -#opt/lampp/modules/mod_dav.la -#opt/lampp/modules/mod_authz_host.a -#opt/lampp/modules/mod_dir.la -#opt/lampp/modules/mod_log_config.a -#opt/lampp/modules/mod_echo.a -#opt/lampp/modules/mod_env.la -#opt/lampp/modules/mod_auth_digest.a -#opt/lampp/modules/mod_auth_basic.a -#opt/lampp/modules/mod_headers.a -#opt/lampp/modules/mod_proxy_ajp.a -#opt/lampp/modules/mod_mem_cache.la -#opt/lampp/modules/mod_expires.a -#opt/lampp/modules/mod_proxy_ftp.a -#opt/lampp/modules/mod_info.a -#opt/lampp/modules/mod_headers.la -#opt/lampp/modules/mod_authz_default.la -#opt/lampp/modules/mod_case_filter_in.la -#opt/lampp/modules/mod_charset_lite.a -#opt/lampp/modules/mod_proxy_ajp.la -#opt/lampp/modules/mod_ldap.a -#opt/lampp/modules/mod_filter.la -#opt/lampp/modules/mod_alias.a -#opt/lampp/modules/mod_mime.a -#opt/lampp/manual/ -#opt/lampp/manual/faq/ -#opt/lampp/manual/faq/support.html.en -#opt/lampp/manual/faq/all_in_one.html.ko.euc-kr -#opt/lampp/manual/faq/all_in_one.html.ja.euc-jp -#opt/lampp/manual/faq/all_in_one.html.en -#opt/lampp/manual/faq/support.html -#opt/lampp/manual/faq/error.html.ko.euc-kr -#opt/lampp/manual/faq/index.html -#opt/lampp/manual/faq/error.html.ja.euc-jp -#opt/lampp/manual/faq/all_in_one.html -#opt/lampp/manual/faq/background.html -#opt/lampp/manual/faq/index.html.ko.euc-kr -#opt/lampp/manual/faq/background.html.en -#opt/lampp/manual/faq/support.html.ko.euc-kr -#opt/lampp/manual/faq/index.html.ja.euc-jp -#opt/lampp/manual/faq/index.html.en -#opt/lampp/manual/faq/support.html.ja.euc-jp -#opt/lampp/manual/faq/error.html -#opt/lampp/manual/faq/error.html.en -#opt/lampp/manual/mod/ -#opt/lampp/manual/mod/mod_autoindex.html.ko.euc-kr -#opt/lampp/manual/mod/mod_authn_file.html.en -#opt/lampp/manual/mod/mod_isapi.html.en -#opt/lampp/manual/mod/mod_dbd.html.en -#opt/lampp/manual/mod/module-dict.html.ko.euc-kr -#opt/lampp/manual/mod/mod_authz_host.html -#opt/lampp/manual/mod/mod_authn_default.html.ja.euc-jp -#opt/lampp/manual/mod/mod_authn_alias.html -#opt/lampp/manual/mod/mod_proxy.html.en -#opt/lampp/manual/mod/prefork.html -#opt/lampp/manual/mod/mod_auth_basic.html -#opt/lampp/manual/mod/mod_ext_filter.html.ja.euc-jp -#opt/lampp/manual/mod/beos.html.de -#opt/lampp/manual/mod/beos.html.en -#opt/lampp/manual/mod/beos.html.es -#opt/lampp/manual/mod/mod_suexec.html.en -#opt/lampp/manual/mod/mod_so.html.ko.euc-kr -#opt/lampp/manual/mod/mod_cgi.html -#opt/lampp/manual/mod/mod_env.html.en -#opt/lampp/manual/mod/mod_authnz_ldap.html -#opt/lampp/manual/mod/mod_dir.html -#opt/lampp/manual/mod/mod_authn_anon.html -#opt/lampp/manual/mod/mod_autoindex.html.ja.euc-jp -#opt/lampp/manual/mod/mod_authz_dbm.html.ko.euc-kr -#opt/lampp/manual/mod/mod_log_config.html.en -#opt/lampp/manual/mod/mod_proxy_balancer.html.ja.euc-jp -#opt/lampp/manual/mod/mod_autoindex.html.en -#opt/lampp/manual/mod/mod_cern_meta.html.en -#opt/lampp/manual/mod/mod_imagemap.html.ko.euc-kr -#opt/lampp/manual/mod/mod_dav.html.ko.euc-kr -#opt/lampp/manual/mod/mod_dav.html.en -#opt/lampp/manual/mod/mod_echo.html -#opt/lampp/manual/mod/module-dict.html.ja.euc-jp -#opt/lampp/manual/mod/mod_cache.html -#opt/lampp/manual/mod/mod_headers.html -#opt/lampp/manual/mod/worker.html -#opt/lampp/manual/mod/mod_log_forensic.html.ja.euc-jp -#opt/lampp/manual/mod/mod_actions.html.ko.euc-kr -#opt/lampp/manual/mod/mod_ldap.html.en -#opt/lampp/manual/mod/mod_dumpio.html.ja.euc-jp -#opt/lampp/manual/mod/mod_setenvif.html.ko.euc-kr -#opt/lampp/manual/mod/mod_authz_groupfile.html.ko.euc-kr -#opt/lampp/manual/mod/mpmt_os2.html -#opt/lampp/manual/mod/mod_so.html.ja.euc-jp -#opt/lampp/manual/mod/mod_negotiation.html.en -#opt/lampp/manual/mod/mod_deflate.html -#opt/lampp/manual/mod/mod_authz_default.html -#opt/lampp/manual/mod/mod_dav.html.ja.euc-jp -#opt/lampp/manual/mod/mod_cache.html.en -#opt/lampp/manual/mod/mod_imagemap.html -#opt/lampp/manual/mod/mod_actions.html.ja.euc-jp -#opt/lampp/manual/mod/mod_filter.html.en -#opt/lampp/manual/mod/mod_proxy_balancer.html.en -#opt/lampp/manual/mod/mod_unique_id.html.en -#opt/lampp/manual/mod/mod_setenvif.html.ja.euc-jp -#opt/lampp/manual/mod/mod_authz_groupfile.html.ja.euc-jp -#opt/lampp/manual/mod/mod_ext_filter.html.en -#opt/lampp/manual/mod/mod_cern_meta.html.ko.euc-kr -#opt/lampp/manual/mod/mod_authz_default.html.en -#opt/lampp/manual/mod/mod_authz_owner.html -#opt/lampp/manual/mod/mod_dav_lock.html -#opt/lampp/manual/mod/mod_example.html.ko.euc-kr -#opt/lampp/manual/mod/mod_disk_cache.html.en -#opt/lampp/manual/mod/mod_expires.html -#opt/lampp/manual/mod/mod_dav_fs.html.ko.euc-kr -#opt/lampp/manual/mod/mod_suexec.html -#opt/lampp/manual/mod/directives.html -#opt/lampp/manual/mod/mod_dav_fs.html -#opt/lampp/manual/mod/mod_expires.html.en -#opt/lampp/manual/mod/mpm_common.html -#opt/lampp/manual/mod/mod_authn_file.html.ko.euc-kr -#opt/lampp/manual/mod/mod_file_cache.html.ko.euc-kr -#opt/lampp/manual/mod/prefork.html.ja.euc-jp -#opt/lampp/manual/mod/core.html.de -#opt/lampp/manual/mod/core.html.en -#opt/lampp/manual/mod/mod_example.html.en -#opt/lampp/manual/mod/mod_include.html -#opt/lampp/manual/mod/mod_dav_fs.html.ja.euc-jp -#opt/lampp/manual/mod/mod_userdir.html -#opt/lampp/manual/mod/mod_userdir.html.ko.euc-kr -#opt/lampp/manual/mod/directive-dict.html -#opt/lampp/manual/mod/mod_deflate.html.ko.euc-kr -#opt/lampp/manual/mod/mod_so.html.en -#opt/lampp/manual/mod/worker.html.ja.euc-jp -#opt/lampp/manual/mod/mod_cgid.html -#opt/lampp/manual/mod/mod_example.html -#opt/lampp/manual/mod/mod_headers.html.ko.euc-kr -#opt/lampp/manual/mod/mod_cache.html.ko.euc-kr -#opt/lampp/manual/mod/mod_authn_file.html.ja.euc-jp -#opt/lampp/manual/mod/index.html -#opt/lampp/manual/mod/mod_cgi.html.ko.euc-kr -#opt/lampp/manual/mod/mod_proxy_ftp.html -#opt/lampp/manual/mod/mod_cgi.html.en -#opt/lampp/manual/mod/mod_authz_owner.html.ko.euc-kr -#opt/lampp/manual/mod/mod_authn_file.html -#opt/lampp/manual/mod/mod_authz_default.html.ko.euc-kr -#opt/lampp/manual/mod/mod_cgid.html.ko.euc-kr -#opt/lampp/manual/mod/mod_cgid.html.en -#opt/lampp/manual/mod/mod_disk_cache.html -#opt/lampp/manual/mod/mod_file_cache.html -#opt/lampp/manual/mod/mod_charset_lite.html -#opt/lampp/manual/mod/mod_userdir.html.ja.euc-jp -#opt/lampp/manual/mod/mod_info.html.ko.euc-kr -#opt/lampp/manual/mod/quickreference.html.de -#opt/lampp/manual/mod/quickreference.html.en -#opt/lampp/manual/mod/quickreference.html.es -#opt/lampp/manual/mod/mod_deflate.html.ja.euc-jp -#opt/lampp/manual/mod/mod_log_forensic.html -#opt/lampp/manual/mod/directive-dict.html.ko.euc-kr -#opt/lampp/manual/mod/mod_alias.html.ko.euc-kr -#opt/lampp/manual/mod/mod_headers.html.ja.euc-jp -#opt/lampp/manual/mod/mod_cache.html.ja.euc-jp -#opt/lampp/manual/mod/index.html.ko.euc-kr -#opt/lampp/manual/mod/mod_cgi.html.ja.euc-jp -#opt/lampp/manual/mod/mod_actions.html.de -#opt/lampp/manual/mod/mod_actions.html.en -#opt/lampp/manual/mod/mod_proxy_http.html.en -#opt/lampp/manual/mod/mod_authz_owner.html.ja.euc-jp -#opt/lampp/manual/mod/mpm_netware.html.en -#opt/lampp/manual/mod/mod_env.html -#opt/lampp/manual/mod/mod_authz_default.html.ja.euc-jp -#opt/lampp/manual/mod/directives.html.de -#opt/lampp/manual/mod/directives.html.en -#opt/lampp/manual/mod/directives.html.es -#opt/lampp/manual/mod/mod_cgid.html.ja.euc-jp -#opt/lampp/manual/mod/mod_speling.html.ko.euc-kr -#opt/lampp/manual/mod/mod_file_cache.html.en -#opt/lampp/manual/mod/mod_authn_default.html -#opt/lampp/manual/mod/mod_auth_basic.html.ko.euc-kr -#opt/lampp/manual/mod/core.html.ja.euc-jp -#opt/lampp/manual/mod/mod_info.html.ja.euc-jp -#opt/lampp/manual/mod/directive-dict.html.ja.euc-jp -#opt/lampp/manual/mod/mod_asis.html.en -#opt/lampp/manual/mod/mod_alias.html.ja.euc-jp -#opt/lampp/manual/mod/mpm_winnt.html -#opt/lampp/manual/mod/mod_auth_basic.html.en -#opt/lampp/manual/mod/mpm_netware.html -#opt/lampp/manual/mod/index.html.ja.euc-jp -#opt/lampp/manual/mod/mod_ssl.html -#opt/lampp/manual/mod/mod_proxy_http.html -#opt/lampp/manual/mod/mod_env.html.ko.euc-kr -#opt/lampp/manual/mod/mod_speling.html.ja.euc-jp -#opt/lampp/manual/mod/mod_authz_groupfile.html.en -#opt/lampp/manual/mod/mod_filter.html -#opt/lampp/manual/mod/mod_asis.html.ko.euc-kr -#opt/lampp/manual/mod/mod_headers.html.en -#opt/lampp/manual/mod/mod_authn_default.html.en -#opt/lampp/manual/mod/worker.html.de -#opt/lampp/manual/mod/worker.html.en -#opt/lampp/manual/mod/mod_dav_lock.html.en -#opt/lampp/manual/mod/mod_auth_basic.html.ja.euc-jp -#opt/lampp/manual/mod/mod_dir.html.ko.euc-kr -#opt/lampp/manual/mod/index.html.de -#opt/lampp/manual/mod/index.html.en -#opt/lampp/manual/mod/index.html.es -#opt/lampp/manual/mod/mod_deflate.html.en -#opt/lampp/manual/mod/mod_proxy_ajp.html.en -#opt/lampp/manual/mod/mod_expires.html.ko.euc-kr -#opt/lampp/manual/mod/mod_unique_id.html.ko.euc-kr -#opt/lampp/manual/mod/mod_so.html -#opt/lampp/manual/mod/quickreference.html.ko.euc-kr -#opt/lampp/manual/mod/mod_ident.html -#opt/lampp/manual/mod/mod_mime.html.en -#opt/lampp/manual/mod/mod_log_config.html -#opt/lampp/manual/mod/mod_ident.html.en -#opt/lampp/manual/mod/mod_env.html.ja.euc-jp -#opt/lampp/manual/mod/mod_logio.html.ko.euc-kr -#opt/lampp/manual/mod/mod_negotiation.html.ja.euc-jp -#opt/lampp/manual/mod/mod_status.html.ko.euc-kr -#opt/lampp/manual/mod/mod_alias.html -#opt/lampp/manual/mod/event.html.en -#opt/lampp/manual/mod/mod_asis.html.ja.euc-jp -#opt/lampp/manual/mod/mod_mime_magic.html.en -#opt/lampp/manual/mod/mod_authz_host.html.ko.euc-kr -#opt/lampp/manual/mod/mod_vhost_alias.html.en -#opt/lampp/manual/mod/mod_dir.html.ja.euc-jp -#opt/lampp/manual/mod/mod_expires.html.ja.euc-jp -#opt/lampp/manual/mod/mod_unique_id.html.ja.euc-jp -#opt/lampp/manual/mod/mod_setenvif.html -#opt/lampp/manual/mod/quickreference.html.ja.euc-jp -#opt/lampp/manual/mod/mod_info.html -#opt/lampp/manual/mod/mod_status.html.en -#opt/lampp/manual/mod/mod_alias.html.en -#opt/lampp/manual/mod/mpm_common.html.ja.euc-jp -#opt/lampp/manual/mod/mod_ext_filter.html -#opt/lampp/manual/mod/mod_ldap.html -#opt/lampp/manual/mod/mod_echo.html.en -#opt/lampp/manual/mod/mod_logio.html.ja.euc-jp -#opt/lampp/manual/mod/mod_status.html.ja.euc-jp -#opt/lampp/manual/mod/mod_setenvif.html.en -#opt/lampp/manual/mod/mod_asis.html -#opt/lampp/manual/mod/mod_vhost_alias.html -#opt/lampp/manual/mod/mod_authz_host.html.ja.euc-jp -#opt/lampp/manual/mod/mod_echo.html.ko.euc-kr -#opt/lampp/manual/mod/module-dict.html.en -#opt/lampp/manual/mod/mod_rewrite.html.en -#opt/lampp/manual/mod/mod_authn_anon.html.ko.euc-kr -#opt/lampp/manual/mod/mod_proxy.html.ja.euc-jp -#opt/lampp/manual/mod/core.html -#opt/lampp/manual/mod/mpm_winnt.html.de -#opt/lampp/manual/mod/mpm_winnt.html.en -#opt/lampp/manual/mod/mod_dav_lock.html.ja.euc-jp -#opt/lampp/manual/mod/mod_info.html.en -#opt/lampp/manual/mod/mpm_common.html.de -#opt/lampp/manual/mod/mpm_common.html.en -#opt/lampp/manual/mod/mod_authn_dbd.html -#opt/lampp/manual/mod/mod_mime_magic.html -#opt/lampp/manual/mod/mod_proxy_balancer.html -#opt/lampp/manual/mod/mod_echo.html.ja.euc-jp -#opt/lampp/manual/mod/mod_log_forensic.html.en -#opt/lampp/manual/mod/quickreference.html -#opt/lampp/manual/mod/mod_authz_dbm.html.en -#opt/lampp/manual/mod/mod_authz_groupfile.html -#opt/lampp/manual/mod/mod_authn_anon.html.ja.euc-jp -#opt/lampp/manual/mod/mod_rewrite.html -#opt/lampp/manual/mod/mod_disk_cache.html.ko.euc-kr -#opt/lampp/manual/mod/module-dict.html -#opt/lampp/manual/mod/mod_authn_dbd.html.en -#opt/lampp/manual/mod/mod_ssl.html.en -#opt/lampp/manual/mod/mod_authz_host.html.en -#opt/lampp/manual/mod/mod_authnz_ldap.html.en -#opt/lampp/manual/mod/mod_charset_lite.html.ko.euc-kr -#opt/lampp/manual/mod/mod_unique_id.html -#opt/lampp/manual/mod/mod_authz_user.html.ko.euc-kr -#opt/lampp/manual/mod/mod_dir.html.en -#opt/lampp/manual/mod/mod_proxy_ftp.html.en -#opt/lampp/manual/mod/mod_charset_lite.html.en -#opt/lampp/manual/mod/mod_mem_cache.html -#opt/lampp/manual/mod/mod_mime.html -#opt/lampp/manual/mod/mod_negotiation.html -#opt/lampp/manual/mod/mpm_winnt.html.ja.euc-jp -#opt/lampp/manual/mod/mod_authz_user.html.en -#opt/lampp/manual/mod/mod_include.html.en -#opt/lampp/manual/mod/mod_auth_digest.html -#opt/lampp/manual/mod/mod_log_config.html.ko.euc-kr -#opt/lampp/manual/mod/mod_proxy_connect.html.en -#opt/lampp/manual/mod/mod_dumpio.html -#opt/lampp/manual/mod/mod_disk_cache.html.ja.euc-jp -#opt/lampp/manual/mod/event.html -#opt/lampp/manual/mod/mod_actions.html -#opt/lampp/manual/mod/directives.html.ko.euc-kr -#opt/lampp/manual/mod/mod_authn_dbm.html -#opt/lampp/manual/mod/mod_dbd.html -#opt/lampp/manual/mod/mod_suexec.html.ko.euc-kr -#opt/lampp/manual/mod/mpmt_os2.html.en -#opt/lampp/manual/mod/mod_logio.html.en -#opt/lampp/manual/mod/mod_speling.html.en -#opt/lampp/manual/mod/mod_authn_dbm.html.ko.euc-kr -#opt/lampp/manual/mod/mod_authz_user.html.ja.euc-jp -#opt/lampp/manual/mod/mod_nw_ssl.html -#opt/lampp/manual/mod/mod_version.html.ko.euc-kr -#opt/lampp/manual/mod/mod_status.html -#opt/lampp/manual/mod/mod_authn_dbm.html.en -#opt/lampp/manual/mod/mod_auth_digest.html.en -#opt/lampp/manual/mod/mod_nw_ssl.html.en -#opt/lampp/manual/mod/mod_log_config.html.ja.euc-jp -#opt/lampp/manual/mod/mod_dav_fs.html.en -#opt/lampp/manual/mod/prefork.html.de -#opt/lampp/manual/mod/prefork.html.en -#opt/lampp/manual/mod/mod_imagemap.html.en -#opt/lampp/manual/mod/mod_proxy_ajp.html -#opt/lampp/manual/mod/mod_mem_cache.html.ko.euc-kr -#opt/lampp/manual/mod/beos.html.ko.euc-kr -#opt/lampp/manual/mod/beos.html -#opt/lampp/manual/mod/mod_ident.html.ko.euc-kr -#opt/lampp/manual/mod/mod_authz_user.html -#opt/lampp/manual/mod/mod_mime.html.ja.euc-jp -#opt/lampp/manual/mod/mod_authz_owner.html.en -#opt/lampp/manual/mod/mod_authz_dbm.html -#opt/lampp/manual/mod/mod_proxy.html -#opt/lampp/manual/mod/mod_usertrack.html.en -#opt/lampp/manual/mod/directives.html.ja.euc-jp -#opt/lampp/manual/mod/mod_suexec.html.ja.euc-jp -#opt/lampp/manual/mod/mod_version.html -#opt/lampp/manual/mod/mod_isapi.html -#opt/lampp/manual/mod/directive-dict.html.en -#opt/lampp/manual/mod/mod_speling.html -#opt/lampp/manual/mod/mod_authn_dbm.html.ja.euc-jp -#opt/lampp/manual/mod/mod_dumpio.html.en -#opt/lampp/manual/mod/mod_authn_default.html.ko.euc-kr -#opt/lampp/manual/mod/mod_authn_alias.html.en -#opt/lampp/manual/mod/mod_proxy_connect.html -#opt/lampp/manual/mod/mod_logio.html -#opt/lampp/manual/mod/mod_mem_cache.html.en -#opt/lampp/manual/mod/mod_dav.html -#opt/lampp/manual/mod/mod_userdir.html.en -#opt/lampp/manual/mod/mod_version.html.ja.euc-jp -#opt/lampp/manual/mod/mod_ext_filter.html.ko.euc-kr -#opt/lampp/manual/mod/mod_cern_meta.html -#opt/lampp/manual/mod/mod_usertrack.html -#opt/lampp/manual/mod/mod_proxy_ajp.html.ja.euc-jp -#opt/lampp/manual/mod/mod_auth_digest.html.ko.euc-kr -#opt/lampp/manual/mod/mod_authn_anon.html.en -#opt/lampp/manual/mod/mod_autoindex.html -#opt/lampp/manual/mod/mod_isapi.html.ko.euc-kr -#opt/lampp/manual/mod/mod_include.html.ja.euc-jp -#opt/lampp/manual/mod/mod_mem_cache.html.ja.euc-jp -#opt/lampp/manual/mod/mod_version.html.en -#opt/lampp/manual/ssl/ -#opt/lampp/manual/ssl/ssl_faq.html -#opt/lampp/manual/ssl/ssl_faq.html.en -#opt/lampp/manual/ssl/ssl_intro.html.en -#opt/lampp/manual/ssl/ssl_howto.html -#opt/lampp/manual/ssl/index.html -#opt/lampp/manual/ssl/ssl_intro.html.ja.euc-jp -#opt/lampp/manual/ssl/index.html.ja.euc-jp -#opt/lampp/manual/ssl/index.html.en -#opt/lampp/manual/ssl/ssl_howto.html.en -#opt/lampp/manual/ssl/ssl_intro.html -#opt/lampp/manual/ssl/ssl_compat.html -#opt/lampp/manual/ssl/ssl_compat.html.en -#opt/lampp/manual/server-wide.html -#opt/lampp/manual/upgrading.html.ko.euc-kr -#opt/lampp/manual/filter.html.en -#opt/lampp/manual/filter.html.es -#opt/lampp/manual/filter.html.fr -#opt/lampp/manual/misc/ -#opt/lampp/manual/misc/perf-tuning.html.en -#opt/lampp/manual/misc/rewriteguide.html.en -#opt/lampp/manual/misc/security_tips.html.ko.euc-kr -#opt/lampp/manual/misc/perf-tuning.html.ko.euc-kr -#opt/lampp/manual/misc/relevant_standards.html.ko.euc-kr -#opt/lampp/manual/misc/security_tips.html -#opt/lampp/manual/misc/index.html -#opt/lampp/manual/misc/index.html.ko.euc-kr -#opt/lampp/manual/misc/index.html.en -#opt/lampp/manual/misc/relevant_standards.html -#opt/lampp/manual/misc/perf-tuning.html -#opt/lampp/manual/misc/relevant_standards.html.en -#opt/lampp/manual/misc/rewriteguide.html -#opt/lampp/manual/misc/security_tips.html.en -#opt/lampp/manual/misc/rewriteguide.html.ko.euc-kr -#opt/lampp/manual/new_features_2_2.html.pt-br -#opt/lampp/manual/handler.html.en -#opt/lampp/manual/handler.html.es -#opt/lampp/manual/suexec.html.ja.euc-jp -#opt/lampp/manual/upgrading.html.pt-br -#opt/lampp/manual/new_features_2_0.html.ko.euc-kr -#opt/lampp/manual/license.html -#opt/lampp/manual/stopping.html.ko.euc-kr -#opt/lampp/manual/upgrading.html.ja.euc-jp -#opt/lampp/manual/rewrite/ -#opt/lampp/manual/rewrite/rewrite_intro.html -#opt/lampp/manual/rewrite/rewrite_guide.html.en -#opt/lampp/manual/rewrite/rewrite_guide_advanced.html.en -#opt/lampp/manual/rewrite/index.html -#opt/lampp/manual/rewrite/rewrite_guide_advanced.html -#opt/lampp/manual/rewrite/rewrite_intro.html.en -#opt/lampp/manual/rewrite/index.html.en -#opt/lampp/manual/rewrite/rewrite_tech.html.en -#opt/lampp/manual/rewrite/rewrite_tech.html -#opt/lampp/manual/rewrite/rewrite_guide.html -#opt/lampp/manual/new_features_2_0.html.ja.euc-jp -#opt/lampp/manual/mpm.html.ko.euc-kr -#opt/lampp/manual/custom-error.html -#opt/lampp/manual/LICENSE -#opt/lampp/manual/stopping.html.ja.euc-jp -#opt/lampp/manual/configuring.html.de -#opt/lampp/manual/configuring.html.en -#opt/lampp/manual/new_features_2_2.html.en -#opt/lampp/manual/caching.html -#opt/lampp/manual/bind.html.de -#opt/lampp/manual/bind.html.en -#opt/lampp/manual/bind.html.fr -#opt/lampp/manual/howto/ -#opt/lampp/manual/howto/cgi.html.en -#opt/lampp/manual/howto/ssi.html.ja.euc-jp -#opt/lampp/manual/howto/cgi.html -#opt/lampp/manual/howto/cgi.html.ko.euc-kr -#opt/lampp/manual/howto/auth.html.ko.euc-kr -#opt/lampp/manual/howto/index.html -#opt/lampp/manual/howto/cgi.html.ja.euc-jp -#opt/lampp/manual/howto/auth.html.ja.euc-jp -#opt/lampp/manual/howto/public_html.html.ko.euc-kr -#opt/lampp/manual/howto/index.html.ko.euc-kr -#opt/lampp/manual/howto/htaccess.html -#opt/lampp/manual/howto/public_html.html.ja.euc-jp -#opt/lampp/manual/howto/htaccess.html.ko.euc-kr -#opt/lampp/manual/howto/index.html.ja.euc-jp -#opt/lampp/manual/howto/public_html.html.en -#opt/lampp/manual/howto/htaccess.html.en -#opt/lampp/manual/howto/index.html.en -#opt/lampp/manual/howto/htaccess.html.ja.euc-jp -#opt/lampp/manual/howto/auth.html.en -#opt/lampp/manual/howto/ssi.html -#opt/lampp/manual/howto/auth.html -#opt/lampp/manual/howto/htaccess.html.pt-br -#opt/lampp/manual/howto/public_html.html -#opt/lampp/manual/howto/ssi.html.en -#opt/lampp/manual/howto/ssi.html.ko.euc-kr -#opt/lampp/manual/style/ -#opt/lampp/manual/style/css/ -#opt/lampp/manual/style/css/manual.css -#opt/lampp/manual/style/css/manual-print.css -#opt/lampp/manual/style/css/manual-chm.css -#opt/lampp/manual/style/css/manual-zip.css -#opt/lampp/manual/style/css/manual-loose-100pc.css -#opt/lampp/manual/style/css/manual-zip-100pc.css -#opt/lampp/manual/style/xsl/ -#opt/lampp/manual/style/xsl/util/ -#opt/lampp/manual/style/xsl/util/modtrans.xsl -#opt/lampp/manual/style/xsl/quickreference.xsl -#opt/lampp/manual/style/xsl/sitemap.xsl -#opt/lampp/manual/style/xsl/indexpage.xsl -#opt/lampp/manual/style/xsl/faq.xsl -#opt/lampp/manual/style/xsl/maf.xsl -#opt/lampp/manual/style/xsl/manualpage.xsl -#opt/lampp/manual/style/xsl/nroff.xsl -#opt/lampp/manual/style/xsl/directiveindex.xsl -#opt/lampp/manual/style/xsl/hhc.xsl -#opt/lampp/manual/style/xsl/hhp.xsl -#opt/lampp/manual/style/xsl/moduleindex.xsl -#opt/lampp/manual/style/xsl/typemap.xsl -#opt/lampp/manual/style/xsl/language.xsl -#opt/lampp/manual/style/xsl/synopsis.xsl -#opt/lampp/manual/style/xsl/convmap.xsl -#opt/lampp/manual/style/xsl/common.xsl -#opt/lampp/manual/style/lang/ -#opt/lampp/manual/style/manual.de.xsl -#opt/lampp/manual/style/manual.en.xsl -#opt/lampp/manual/style/manual.es.xsl -#opt/lampp/manual/style/manual.fr.xsl -#opt/lampp/manual/style/latex/ -#opt/lampp/manual/style/latex/quickreference.xsl -#opt/lampp/manual/style/latex/html.xsl -#opt/lampp/manual/style/latex/atbeginend.sty -#opt/lampp/manual/style/latex/faq.xsl -#opt/lampp/manual/style/latex/manualpage.xsl -#opt/lampp/manual/style/latex/directiveindex.xsl -#opt/lampp/manual/style/latex/moduleindex.xsl -#opt/lampp/manual/style/latex/synopsis.xsl -#opt/lampp/manual/style/latex/latex.xsl -#opt/lampp/manual/style/latex/common.xsl -#opt/lampp/manual/style/manual.ja.xsl -#opt/lampp/manual/style/manual.ko.xsl -#opt/lampp/manual/style/sitemap.dtd -#opt/lampp/manual/style/manual.ru.xsl -#opt/lampp/manual/style/faq.dtd -#opt/lampp/manual/style/build.properties -#opt/lampp/manual/style/version.ent -#opt/lampp/manual/style/manualpage.dtd -#opt/lampp/manual/style/modulesynopsis.dtd -#opt/lampp/manual/style/manual.pt-br.xsl -#opt/lampp/manual/style/lang.dtd -#opt/lampp/manual/style/common.dtd -#opt/lampp/manual/logs.html.ko.euc-kr -#opt/lampp/manual/filter.html -#opt/lampp/manual/dns-caveats.html -#opt/lampp/manual/mpm.html.ja.euc-jp -#opt/lampp/manual/dso.html.en -#opt/lampp/manual/content-negotiation.html -#opt/lampp/manual/logs.html.ja.euc-jp -#opt/lampp/manual/handler.html.ko.euc-kr -#opt/lampp/manual/install.html.ko.euc-kr -#opt/lampp/manual/sections.html -#opt/lampp/manual/install.html.de -#opt/lampp/manual/install.html.en -#opt/lampp/manual/install.html.es -#opt/lampp/manual/install.html.fr -#opt/lampp/manual/index.html -#opt/lampp/manual/stopping.html.de -#opt/lampp/manual/stopping.html.en -#opt/lampp/manual/stopping.html.es -#opt/lampp/manual/install.html -#opt/lampp/manual/handler.html.ja.euc-jp -#opt/lampp/manual/sections.html.en -#opt/lampp/manual/logs.html -#opt/lampp/manual/install.html.ja.euc-jp -#opt/lampp/manual/index.html.ko.euc-kr -#opt/lampp/manual/urlmapping.html.ko.euc-kr -#opt/lampp/manual/env.html.ko.euc-kr -#opt/lampp/manual/dns-caveats.html.ko.euc-kr -#opt/lampp/manual/filter.html.ko.euc-kr -#opt/lampp/manual/glossary.html.de -#opt/lampp/manual/glossary.html.en -#opt/lampp/manual/glossary.html.es -#opt/lampp/manual/index.html.ja.euc-jp -#opt/lampp/manual/urlmapping.html.ja.euc-jp -#opt/lampp/manual/mpm.html -#opt/lampp/manual/sitemap.html -#opt/lampp/manual/env.html.ja.euc-jp -#opt/lampp/manual/images/ -#opt/lampp/manual/images/favicon.ico -#opt/lampp/manual/images/caching_fig1.gif -#opt/lampp/manual/images/caching_fig1.png -#opt/lampp/manual/images/down.gif -#opt/lampp/manual/images/right.gif -#opt/lampp/manual/images/feather.gif -#opt/lampp/manual/images/feather.png -#opt/lampp/manual/images/left.gif -#opt/lampp/manual/images/mod_filter_new.gif -#opt/lampp/manual/images/mod_filter_new.png -#opt/lampp/manual/images/sub.gif -#opt/lampp/manual/images/home.gif -#opt/lampp/manual/images/custom_errordocs.png -#opt/lampp/manual/images/pixel.gif -#opt/lampp/manual/images/index.gif -#opt/lampp/manual/images/mod_filter_old.gif -#opt/lampp/manual/images/filter_arch.png -#opt/lampp/manual/images/up.gif -#opt/lampp/manual/images/apache_header.gif -#opt/lampp/manual/images/mod_rewrite_fig1.gif -#opt/lampp/manual/images/mod_rewrite_fig1.png -#opt/lampp/manual/images/mod_rewrite_fig2.gif -#opt/lampp/manual/images/mod_rewrite_fig2.png -#opt/lampp/manual/images/ssl_intro_fig1.gif -#opt/lampp/manual/images/ssl_intro_fig1.png -#opt/lampp/manual/images/ssl_intro_fig2.gif -#opt/lampp/manual/images/ssl_intro_fig2.png -#opt/lampp/manual/images/ssl_intro_fig3.gif -#opt/lampp/manual/images/ssl_intro_fig3.png -#opt/lampp/manual/license.html.en -#opt/lampp/manual/custom-error.html.en -#opt/lampp/manual/custom-error.html.es -#opt/lampp/manual/dns-caveats.html.ja.euc-jp -#opt/lampp/manual/index.html.de -#opt/lampp/manual/index.html.en -#opt/lampp/manual/index.html.es -#opt/lampp/manual/index.html.fr -#opt/lampp/manual/bind.html.ko.euc-kr -#opt/lampp/manual/filter.html.ja.euc-jp -#opt/lampp/manual/new_features_2_2.html.ko.euc-kr -#opt/lampp/manual/index.html.pt-br -#opt/lampp/manual/env.html -#opt/lampp/manual/new_features_2_0.html -#opt/lampp/manual/invoking.html.de -#opt/lampp/manual/invoking.html.en -#opt/lampp/manual/invoking.html.es -#opt/lampp/manual/logs.html.en -#opt/lampp/manual/new_features_2_2.html -#opt/lampp/manual/sitemap.html.de -#opt/lampp/manual/sitemap.html.en -#opt/lampp/manual/sitemap.html.es -#opt/lampp/manual/configuring.html.ko.euc-kr -#opt/lampp/manual/dso.html -#opt/lampp/manual/content-negotiation.html.ko.euc-kr -#opt/lampp/manual/urlmapping.html -#opt/lampp/manual/bind.html.ja.euc-jp -#opt/lampp/manual/caching.html.en -#opt/lampp/manual/urlmapping.html.en -#opt/lampp/manual/content-negotiation.html.en -#opt/lampp/manual/configuring.html.ja.euc-jp -#opt/lampp/manual/content-negotiation.html.ja.euc-jp -#opt/lampp/manual/stopping.html -#opt/lampp/manual/vhosts/ -#opt/lampp/manual/vhosts/examples.html -#opt/lampp/manual/vhosts/ip-based.html -#opt/lampp/manual/vhosts/name-based.html.ko.euc-kr -#opt/lampp/manual/vhosts/fd-limits.html.ko.euc-kr -#opt/lampp/manual/vhosts/index.html -#opt/lampp/manual/vhosts/mass.html -#opt/lampp/manual/vhosts/name-based.html.ja.euc-jp -#opt/lampp/manual/vhosts/fd-limits.html.ja.euc-jp -#opt/lampp/manual/vhosts/details.html -#opt/lampp/manual/vhosts/fd-limits.html -#opt/lampp/manual/vhosts/mass.html.en -#opt/lampp/manual/vhosts/name-based.html -#opt/lampp/manual/vhosts/ip-based.html.en -#opt/lampp/manual/vhosts/ip-based.html.fr -#opt/lampp/manual/vhosts/index.html.ko.euc-kr -#opt/lampp/manual/vhosts/examples.html.ko.euc-kr -#opt/lampp/manual/vhosts/details.html.ko.euc-kr -#opt/lampp/manual/vhosts/index.html.ja.euc-jp -#opt/lampp/manual/vhosts/details.html.en -#opt/lampp/manual/vhosts/details.html.fr -#opt/lampp/manual/vhosts/name-based.html.de -#opt/lampp/manual/vhosts/name-based.html.en -#opt/lampp/manual/vhosts/name-based.html.fr -#opt/lampp/manual/vhosts/examples.html.ja.euc-jp -#opt/lampp/manual/vhosts/index.html.de -#opt/lampp/manual/vhosts/index.html.en -#opt/lampp/manual/vhosts/index.html.fr -#opt/lampp/manual/vhosts/mass.html.ko.euc-kr -#opt/lampp/manual/vhosts/fd-limits.html.en -#opt/lampp/manual/vhosts/fd-limits.html.fr -#opt/lampp/manual/vhosts/ip-based.html.ko.euc-kr -#opt/lampp/manual/vhosts/ip-based.html.ja.euc-jp -#opt/lampp/manual/vhosts/examples.html.en -#opt/lampp/manual/vhosts/examples.html.fr -#opt/lampp/manual/dns-caveats.html.en -#opt/lampp/manual/env.html.en -#opt/lampp/manual/upgrading.html -#opt/lampp/manual/platform/ -#opt/lampp/manual/platform/netware.html -#opt/lampp/manual/platform/perf-hp.html.ko.euc-kr -#opt/lampp/manual/platform/ebcdic.html.en -#opt/lampp/manual/platform/windows.html -#opt/lampp/manual/platform/ebcdic.html -#opt/lampp/manual/platform/index.html -#opt/lampp/manual/platform/ebcdic.html.ko.euc-kr -#opt/lampp/manual/platform/windows.html.ko.euc-kr -#opt/lampp/manual/platform/index.html.ko.euc-kr -#opt/lampp/manual/platform/win_compiling.html.en -#opt/lampp/manual/platform/windows.html.en -#opt/lampp/manual/platform/win_compiling.html.ko.euc-kr -#opt/lampp/manual/platform/index.html.en -#opt/lampp/manual/platform/win_compiling.html -#opt/lampp/manual/platform/netware.html.en -#opt/lampp/manual/platform/perf-hp.html -#opt/lampp/manual/platform/perf-hp.html.en -#opt/lampp/manual/platform/netware.html.ko.euc-kr -#opt/lampp/manual/glossary.html.ko.euc-kr -#opt/lampp/manual/upgrading.html.de -#opt/lampp/manual/upgrading.html.en -#opt/lampp/manual/upgrading.html.fr -#opt/lampp/manual/new_features_2_0.html.pt-br -#opt/lampp/manual/server-wide.html.ko.euc-kr -#opt/lampp/manual/programs/ -#opt/lampp/manual/programs/htdbm.html -#opt/lampp/manual/programs/configure.html -#opt/lampp/manual/programs/rotatelogs.html -#opt/lampp/manual/programs/configure.html.ko.euc-kr -#opt/lampp/manual/programs/httxt2dbm.html -#opt/lampp/manual/programs/dbmmanage.html.ko.euc-kr -#opt/lampp/manual/programs/logresolve.html -#opt/lampp/manual/programs/apachectl.html -#opt/lampp/manual/programs/apxs.html.ko.euc-kr -#opt/lampp/manual/programs/apxs.html.en -#opt/lampp/manual/programs/htdigest.html.en -#opt/lampp/manual/programs/htdbm.html.en -#opt/lampp/manual/programs/apxs.html -#opt/lampp/manual/programs/index.html -#opt/lampp/manual/programs/ab.html.en -#opt/lampp/manual/programs/htdigest.html.ko.euc-kr -#opt/lampp/manual/programs/dbmmanage.html.en -#opt/lampp/manual/programs/htdigest.html -#opt/lampp/manual/programs/index.html.ko.euc-kr -#opt/lampp/manual/programs/httpd.html.en -#opt/lampp/manual/programs/httxt2dbm.html.en -#opt/lampp/manual/programs/ab.html -#opt/lampp/manual/programs/configure.html.en -#opt/lampp/manual/programs/index.html.en -#opt/lampp/manual/programs/index.html.es -#opt/lampp/manual/programs/apachectl.html.en -#opt/lampp/manual/programs/httpd.html -#opt/lampp/manual/programs/rotatelogs.html.ko.euc-kr -#opt/lampp/manual/programs/logresolve.html.en -#opt/lampp/manual/programs/other.html -#opt/lampp/manual/programs/other.html.en -#opt/lampp/manual/programs/htpasswd.html.en -#opt/lampp/manual/programs/ab.html.ko.euc-kr -#opt/lampp/manual/programs/httpd.html.ko.euc-kr -#opt/lampp/manual/programs/htcacheclean.html.en -#opt/lampp/manual/programs/htpasswd.html.ko.euc-kr -#opt/lampp/manual/programs/logresolve.html.ko.euc-kr -#opt/lampp/manual/programs/suexec.html.en -#opt/lampp/manual/programs/htpasswd.html -#opt/lampp/manual/programs/suexec.html -#opt/lampp/manual/programs/other.html.ko.euc-kr -#opt/lampp/manual/programs/dbmmanage.html -#opt/lampp/manual/programs/htcacheclean.html -#opt/lampp/manual/programs/apachectl.html.ko.euc-kr -#opt/lampp/manual/programs/suexec.html.ko.euc-kr -#opt/lampp/manual/programs/rotatelogs.html.en -#opt/lampp/manual/programs/htcacheclean.html.ko.euc-kr -#opt/lampp/manual/handler.html -#opt/lampp/manual/server-wide.html.en -#opt/lampp/manual/upgrading.html.ru.koi8-r -#opt/lampp/manual/invoking.html.ko.euc-kr -#opt/lampp/manual/convenience.map -#opt/lampp/manual/server-wide.html.ja.euc-jp -#opt/lampp/manual/suexec.html.en -#opt/lampp/manual/new_features_2_0.html.ru.koi8-r -#opt/lampp/manual/custom-error.html.ko.euc-kr -#opt/lampp/manual/sections.html.ko.euc-kr -#opt/lampp/manual/dso.html.ko.euc-kr -#opt/lampp/manual/suexec.html -#opt/lampp/manual/sitemap.html.ko.euc-kr -#opt/lampp/manual/invoking.html.ja.euc-jp -#opt/lampp/manual/invoking.html -#opt/lampp/manual/configuring.html -#opt/lampp/manual/custom-error.html.ja.euc-jp -#opt/lampp/manual/glossary.html -#opt/lampp/manual/suexec.html.ko.euc-kr -#opt/lampp/manual/sections.html.ja.euc-jp -#opt/lampp/manual/bind.html -#opt/lampp/manual/developer/ -#opt/lampp/manual/developer/thread_safety.html.en -#opt/lampp/manual/developer/API.html.en -#opt/lampp/manual/developer/hooks.html -#opt/lampp/manual/developer/filters.html.en -#opt/lampp/manual/developer/debugging.html.en -#opt/lampp/manual/developer/hooks.html.en -#opt/lampp/manual/developer/modules.html.ja.euc-jp -#opt/lampp/manual/developer/index.html -#opt/lampp/manual/developer/documenting.html -#opt/lampp/manual/developer/thread_safety.html -#opt/lampp/manual/developer/debugging.html -#opt/lampp/manual/developer/index.html.en -#opt/lampp/manual/developer/documenting.html.en -#opt/lampp/manual/developer/modules.html.en -#opt/lampp/manual/developer/request.html -#opt/lampp/manual/developer/filters.html -#opt/lampp/manual/developer/API.html -#opt/lampp/manual/developer/request.html.en -#opt/lampp/manual/developer/modules.html -#opt/lampp/manual/mpm.html.de -#opt/lampp/manual/mpm.html.en -#opt/lampp/manual/mpm.html.es -#opt/lampp/manual/dso.html.ja.euc-jp -#opt/lampp/manual/sitemap.html.ja.euc-jp -#opt/lampp/manual/new_features_2_0.html.de -#opt/lampp/manual/new_features_2_0.html.en -#opt/lampp/manual/new_features_2_0.html.fr -#opt/lampp/include/ -#opt/lampp/include/apr_general.h -#opt/lampp/include/php/ -#opt/lampp/include/php/ext/ -#opt/lampp/include/php/ext/gd/ -#opt/lampp/include/php/ext/gd/libgd/ -#opt/lampp/include/php/ext/gd/libgd/gd.h -#opt/lampp/include/php/ext/gd/libgd/gdcache.h -#opt/lampp/include/php/ext/gd/libgd/gdhelpers.h -#opt/lampp/include/php/ext/gd/libgd/gd_io.h -#opt/lampp/include/php/ext/gd/libgd/jisx0208.h -#opt/lampp/include/php/ext/gd/libgd/wbmp.h -#opt/lampp/include/php/ext/gd/libgd/gdfontmb.h -#opt/lampp/include/php/ext/gd/libgd/gdfontg.h -#opt/lampp/include/php/ext/gd/libgd/gdfontl.h -#opt/lampp/include/php/ext/gd/libgd/gdfonts.h -#opt/lampp/include/php/ext/gd/libgd/gdfontt.h -#opt/lampp/include/php/ext/gd/gdcache.h -#opt/lampp/include/php/ext/gd/php_gd.h -#opt/lampp/include/php/ext/gd/gdttf.h -#opt/lampp/include/php/ext/dom/ -#opt/lampp/include/php/ext/dom/xml_common.h -#opt/lampp/include/php/ext/pdo/ -#opt/lampp/include/php/ext/pdo/php_pdo.h -#opt/lampp/include/php/ext/pdo/php_pdo_driver.h -#opt/lampp/include/php/ext/xml/ -#opt/lampp/include/php/ext/xml/expat_compat.h -#opt/lampp/include/php/ext/xml/php_xml.h -#opt/lampp/include/php/ext/date/ -#opt/lampp/include/php/ext/date/lib/ -#opt/lampp/include/php/ext/date/lib/timelib.h -#opt/lampp/include/php/ext/date/lib/timelib_structs.h -#opt/lampp/include/php/ext/date/lib/timelib_config.h -#opt/lampp/include/php/ext/date/php_date.h -#opt/lampp/include/php/ext/pcre/ -#opt/lampp/include/php/ext/pcre/php_pcre.h -#opt/lampp/include/php/ext/pcre/pcrelib/ -#opt/lampp/include/php/ext/pcre/pcrelib/internal.h -#opt/lampp/include/php/ext/pcre/pcrelib/pcreposix.h -#opt/lampp/include/php/ext/pcre/pcrelib/pcrecpp.h -#opt/lampp/include/php/ext/pcre/pcrelib/ucp.h -#opt/lampp/include/php/ext/pcre/pcrelib/pcre_stringpiece.h -#opt/lampp/include/php/ext/pcre/pcrelib/pcre_internal.h -#opt/lampp/include/php/ext/pcre/pcrelib/pcre.h -#opt/lampp/include/php/ext/pcre/pcrelib/pcre_scanner.h -#opt/lampp/include/php/ext/pcre/pcrelib/ucpinternal.h -#opt/lampp/include/php/ext/iconv/ -#opt/lampp/include/php/ext/iconv/php_have_iconv.h -#opt/lampp/include/php/ext/iconv/php_have_bsd_iconv.h -#opt/lampp/include/php/ext/iconv/php_have_glibc_iconv.h -#opt/lampp/include/php/ext/iconv/php_iconv.h -#opt/lampp/include/php/ext/iconv/php_php_iconv_impl.h -#opt/lampp/include/php/ext/iconv/php_have_libiconv.h -#opt/lampp/include/php/ext/iconv/php_iconv_supports_errno.h -#opt/lampp/include/php/ext/iconv/php_php_iconv_h_path.h -#opt/lampp/include/php/ext/session/ -#opt/lampp/include/php/ext/session/mod_user.h -#opt/lampp/include/php/ext/session/php_session.h -#opt/lampp/include/php/ext/session/mod_files.h -#opt/lampp/include/php/ext/libxml/ -#opt/lampp/include/php/ext/libxml/php_libxml.h -#opt/lampp/include/php/ext/mbstring/ -#opt/lampp/include/php/ext/mbstring/libmbfl/ -#opt/lampp/include/php/ext/mbstring/libmbfl/config.h -#opt/lampp/include/php/ext/sqlite/ -#opt/lampp/include/php/ext/sqlite/libsqlite/ -#opt/lampp/include/php/ext/sqlite/libsqlite/src/ -#opt/lampp/include/php/ext/sqlite/libsqlite/src/sqlite.h -#opt/lampp/include/php/ext/standard/ -#opt/lampp/include/php/ext/standard/php_ftok.h -#opt/lampp/include/php/ext/standard/dl.h -#opt/lampp/include/php/ext/standard/php_http.h -#opt/lampp/include/php/ext/standard/php_iptc.h -#opt/lampp/include/php/ext/standard/crc32.h -#opt/lampp/include/php/ext/standard/php_link.h -#opt/lampp/include/php/ext/standard/php_mail.h -#opt/lampp/include/php/ext/standard/php_math.h -#opt/lampp/include/php/ext/standard/url_scanner_ex.h -#opt/lampp/include/php/ext/standard/uniqid.h -#opt/lampp/include/php/ext/standard/quot_print.h -#opt/lampp/include/php/ext/standard/css.h -#opt/lampp/include/php/ext/standard/dns.h -#opt/lampp/include/php/ext/standard/php_rand.h -#opt/lampp/include/php/ext/standard/md5.h -#opt/lampp/include/php/ext/standard/reg.h -#opt/lampp/include/php/ext/standard/url.h -#opt/lampp/include/php/ext/standard/basic_functions.h -#opt/lampp/include/php/ext/standard/flock_compat.h -#opt/lampp/include/php/ext/standard/php_type.h -#opt/lampp/include/php/ext/standard/scanf.h -#opt/lampp/include/php/ext/standard/php_versioning.h -#opt/lampp/include/php/ext/standard/php_ext_syslog.h -#opt/lampp/include/php/ext/standard/php_sunfuncs.h -#opt/lampp/include/php/ext/standard/php_browscap.h -#opt/lampp/include/php/ext/standard/php_array.h -#opt/lampp/include/php/ext/standard/php_uuencode.h -#opt/lampp/include/php/ext/standard/proc_open.h -#opt/lampp/include/php/ext/standard/php_image.h -#opt/lampp/include/php/ext/standard/php_metaphone.h -#opt/lampp/include/php/ext/standard/datetime.h -#opt/lampp/include/php/ext/standard/cyr_convert.h -#opt/lampp/include/php/ext/standard/credits_ext.h -#opt/lampp/include/php/ext/standard/pageinfo.h -#opt/lampp/include/php/ext/standard/php_smart_str.h -#opt/lampp/include/php/ext/standard/file.h -#opt/lampp/include/php/ext/standard/php_string.h -#opt/lampp/include/php/ext/standard/exec.h -#opt/lampp/include/php/ext/standard/php_assert.h -#opt/lampp/include/php/ext/standard/head.h -#opt/lampp/include/php/ext/standard/html.h -#opt/lampp/include/php/ext/standard/fsock.h -#opt/lampp/include/php/ext/standard/info.h -#opt/lampp/include/php/ext/standard/microtime.h -#opt/lampp/include/php/ext/standard/php_crypt.h -#opt/lampp/include/php/ext/standard/pack.h -#opt/lampp/include/php/ext/standard/sha1.h -#opt/lampp/include/php/ext/standard/php_filestat.h -#opt/lampp/include/php/ext/standard/php_dir.h -#opt/lampp/include/php/ext/standard/php_lcg.h -#opt/lampp/include/php/ext/standard/php_var.h -#opt/lampp/include/php/ext/standard/url_scanner.h -#opt/lampp/include/php/ext/standard/streamsfuncs.h -#opt/lampp/include/php/ext/standard/credits.h -#opt/lampp/include/php/ext/standard/php_smart_str_public.h -#opt/lampp/include/php/ext/standard/php_incomplete_class.h -#opt/lampp/include/php/ext/standard/php_standard.h -#opt/lampp/include/php/ext/standard/base64.h -#opt/lampp/include/php/ext/standard/credits_sapi.h -#opt/lampp/include/php/ext/standard/php_fopen_wrappers.h -#opt/lampp/include/php/TSRM/ -#opt/lampp/include/php/TSRM/tsrm_nw.h -#opt/lampp/include/php/TSRM/TSRM.h -#opt/lampp/include/php/TSRM/tsrm_win32.h -#opt/lampp/include/php/TSRM/tsrm_config.w32.h -#opt/lampp/include/php/TSRM/tsrm_virtual_cwd.h -#opt/lampp/include/php/TSRM/tsrm_strtok_r.h -#opt/lampp/include/php/TSRM/acconfig.h -#opt/lampp/include/php/TSRM/tsrm_config.h -#opt/lampp/include/php/TSRM/readdir.h -#opt/lampp/include/php/TSRM/tsrm_config_common.h -#opt/lampp/include/php/Zend/ -#opt/lampp/include/php/Zend/zend_operators.h -#opt/lampp/include/php/Zend/zend_constants.h -#opt/lampp/include/php/Zend/zend_errors.h -#opt/lampp/include/php/Zend/zend_API.h -#opt/lampp/include/php/Zend/zend_objects_API.h -#opt/lampp/include/php/Zend/zend_static_allocator.h -#opt/lampp/include/php/Zend/zend_ini.h -#opt/lampp/include/php/Zend/zend_ptr_stack.h -#opt/lampp/include/php/Zend/zend_execute.h -#opt/lampp/include/php/Zend/zend_qsort.h -#opt/lampp/include/php/Zend/zend_ini_scanner.h -#opt/lampp/include/php/Zend/FlexLexer.h -#opt/lampp/include/php/Zend/zend_vm_def.h -#opt/lampp/include/php/Zend/zend_language_parser.h -#opt/lampp/include/php/Zend/zend_hash.h -#opt/lampp/include/php/Zend/zend_modules.h -#opt/lampp/include/php/Zend/zend_config.h -#opt/lampp/include/php/Zend/zend_objects.h -#opt/lampp/include/php/Zend/zend_object_handlers.h -#opt/lampp/include/php/Zend/zend_mm.h -#opt/lampp/include/php/Zend/zend_vm.h -#opt/lampp/include/php/Zend/zend_llist.h -#opt/lampp/include/php/Zend/zend_list.h -#opt/lampp/include/php/Zend/zend_interfaces.h -#opt/lampp/include/php/Zend/zend_ini_parser.h -#opt/lampp/include/php/Zend/zend_vm_opcodes.h -#opt/lampp/include/php/Zend/zend_globals.h -#opt/lampp/include/php/Zend/zend_stack.h -#opt/lampp/include/php/Zend/zend_config.w32.h -#opt/lampp/include/php/Zend/zend_highlight.h -#opt/lampp/include/php/Zend/zend_iterators.h -#opt/lampp/include/php/Zend/zend_config.nw.h -#opt/lampp/include/php/Zend/zend_indent.h -#opt/lampp/include/php/Zend/zend_globals_macros.h -#opt/lampp/include/php/Zend/zend_dynamic_array.h -#opt/lampp/include/php/Zend/zend_vm_execute.h -#opt/lampp/include/php/Zend/zend_types.h -#opt/lampp/include/php/Zend/zend_extensions.h -#opt/lampp/include/php/Zend/zend.h -#opt/lampp/include/php/Zend/zend_alloc.h -#opt/lampp/include/php/Zend/zend_stream.h -#opt/lampp/include/php/Zend/zend_builtin_functions.h -#opt/lampp/include/php/Zend/zend_strtod.h -#opt/lampp/include/php/Zend/zend_language_scanner.h -#opt/lampp/include/php/Zend/zend_exceptions.h -#opt/lampp/include/php/Zend/zend_reflection_api.h -#opt/lampp/include/php/Zend/zend_multibyte.h -#opt/lampp/include/php/Zend/zend_fast_cache.h -#opt/lampp/include/php/Zend/zend_compile.h -#opt/lampp/include/php/Zend/acconfig.h -#opt/lampp/include/php/Zend/zend_multiply.h -#opt/lampp/include/php/Zend/zend_istdiostream.h -#opt/lampp/include/php/Zend/zend_variables.h -#opt/lampp/include/php/Zend/zend_ts_hash.h -#opt/lampp/include/php/main/ -#opt/lampp/include/php/main/php_compat.h -#opt/lampp/include/php/main/php_config.h -#opt/lampp/include/php/main/php_open_temporary_file.h -#opt/lampp/include/php/main/php_globals.h -#opt/lampp/include/php/main/php_main.h -#opt/lampp/include/php/main/rfc1867.h -#opt/lampp/include/php/main/php3_compat.h -#opt/lampp/include/php/main/php.h -#opt/lampp/include/php/main/php_output.h -#opt/lampp/include/php/main/php_version.h -#opt/lampp/include/php/main/SAPI.h -#opt/lampp/include/php/main/spprintf.h -#opt/lampp/include/php/main/php_syslog.h -#opt/lampp/include/php/main/fopen_wrappers.h -#opt/lampp/include/php/main/php_variables.h -#opt/lampp/include/php/main/safe_mode.h -#opt/lampp/include/php/main/logos.h -#opt/lampp/include/php/main/php_streams.h -#opt/lampp/include/php/main/config.w32.h -#opt/lampp/include/php/main/win95nt.h -#opt/lampp/include/php/main/streams/ -#opt/lampp/include/php/main/streams/php_streams_int.h -#opt/lampp/include/php/main/streams/php_stream_userspace.h -#opt/lampp/include/php/main/streams/php_stream_context.h -#opt/lampp/include/php/main/streams/php_stream_filter_api.h -#opt/lampp/include/php/main/streams/php_stream_mmap.h -#opt/lampp/include/php/main/streams/php_stream_transport.h -#opt/lampp/include/php/main/streams/php_stream_plain_wrapper.h -#opt/lampp/include/php/main/php_reentrancy.h -#opt/lampp/include/php/main/php_content_types.h -#opt/lampp/include/php/main/php_regex.h -#opt/lampp/include/php/main/php_ini.h -#opt/lampp/include/php/main/php_scandir.h -#opt/lampp/include/php/main/php_logos.h -#opt/lampp/include/php/main/php_network.h -#opt/lampp/include/php/main/php_ticks.h -#opt/lampp/include/php/main/build-defs.h -#opt/lampp/include/php/main/php_memory_streams.h -#opt/lampp/include/php/main/snprintf.h -#opt/lampp/include/php/regex/ -#opt/lampp/include/php/regex/cname.h -#opt/lampp/include/php/regex/regex_extra.h -#opt/lampp/include/php/regex/regex.h -#opt/lampp/include/php/regex/cclass.h -#opt/lampp/include/php/regex/utils.h -#opt/lampp/include/php/regex/regex2.h -#opt/lampp/include/php/include/ -#opt/lampp/include/mod_perl.h -#opt/lampp/include/curl/ -#opt/lampp/include/curl/mprintf.h -#opt/lampp/include/curl/stdcheaders.h -#opt/lampp/include/curl/curl.h -#opt/lampp/include/curl/easy.h -#opt/lampp/include/curl/multi.h -#opt/lampp/include/curl/curlver.h -#opt/lampp/include/curl/types.h -#opt/lampp/include/gd.h -#opt/lampp/include/apr_support.h -#opt/lampp/include/os.h -#opt/lampp/include/dblib.h -#opt/lampp/include/zzip/ -#opt/lampp/include/zzip/lib.h -#opt/lampp/include/zzip/format.h -#opt/lampp/include/zzip/_msvc.h -#opt/lampp/include/zzip/conf.h -#opt/lampp/include/zzip/file.h -#opt/lampp/include/zzip/wrap.h -#opt/lampp/include/zzip/stdint.h -#opt/lampp/include/zzip/zzip.h -#opt/lampp/include/zzip/_config.h -#opt/lampp/include/zzip/plugin.h -#opt/lampp/include/apu_want.h -#opt/lampp/include/apr_global_mutex.h -#opt/lampp/include/pcreposix.h -#opt/lampp/include/apr_hash.h -#opt/lampp/include/modperl_xs_typedefs.h -#opt/lampp/include/bzlib.h -#opt/lampp/include/ap_compat.h -#opt/lampp/include/ap_config.h -#opt/lampp/include/libintl.h -#opt/lampp/include/pngconf.h -#opt/lampp/include/apr_allocator.h -#opt/lampp/include/syberror.h -#opt/lampp/include/apr_ldap.h -#opt/lampp/include/ap_config_layout.h -#opt/lampp/include/ctlib.h -#opt/lampp/include/modperl_callback.h -#opt/lampp/include/apr_mmap.h -#opt/lampp/include/srchpref.h -#opt/lampp/include/modperl_io_apache.h -#opt/lampp/include/ap_config_auto.h -#opt/lampp/include/apr.h -#opt/lampp/include/apu.h -#opt/lampp/include/apr_strmatch.h -#opt/lampp/include/modperl_common_log.h -#opt/lampp/include/cxx_except.h -#opt/lampp/include/mpm.h -#opt/lampp/include/mysql/ -#opt/lampp/include/mysql/sql_state.h -#opt/lampp/include/mysql/my_global.h -#opt/lampp/include/mysql/my_config.h -#opt/lampp/include/mysql/my_getopt.h -#opt/lampp/include/mysql/errmsg.h -#opt/lampp/include/mysql/sslopt-case.h -#opt/lampp/include/mysql/mysql_embed.h -#opt/lampp/include/mysql/typelib.h -#opt/lampp/include/mysql/my_semaphore.h -#opt/lampp/include/mysql/my_pthread.h -#opt/lampp/include/mysql/sslopt-vars.h -#opt/lampp/include/mysql/mysql_com.h -#opt/lampp/include/mysql/readline.h -#opt/lampp/include/mysql/mysql.h -#opt/lampp/include/mysql/raid.h -#opt/lampp/include/mysql/my_dir.h -#opt/lampp/include/mysql/my_no_pthread.h -#opt/lampp/include/mysql/my_net.h -#opt/lampp/include/mysql/my_sys.h -#opt/lampp/include/mysql/my_xml.h -#opt/lampp/include/mysql/my_dbug.h -#opt/lampp/include/mysql/sql_common.h -#opt/lampp/include/mysql/sslopt-longopts.h -#opt/lampp/include/mysql/keycache.h -#opt/lampp/include/mysql/m_ctype.h -#opt/lampp/include/mysql/mysqld_ername.h -#opt/lampp/include/mysql/my_list.h -#opt/lampp/include/mysql/mysql_version.h -#opt/lampp/include/mysql/mysqld_error.h -#opt/lampp/include/mysql/mysql_time.h -#opt/lampp/include/mysql/my_alloc.h -#opt/lampp/include/mysql/m_string.h -#opt/lampp/include/png.h -#opt/lampp/include/tds.h -#opt/lampp/include/apr_poll.h -#opt/lampp/include/apr_ldap_init.h -#opt/lampp/include/apr_reslist.h -#opt/lampp/include/apr_errno.h -#opt/lampp/include/ldap_schema.h -#opt/lampp/include/apr_ring.h -#opt/lampp/include/apr_random.h -#opt/lampp/include/ap_provider.h -#opt/lampp/include/apr_sdbm.h -#opt/lampp/include/apr_getopt.h -#opt/lampp/include/apr_sha1.h -#opt/lampp/include/cspublic.h -#opt/lampp/include/mpm_common.h -#opt/lampp/include/apr_time.h -#opt/lampp/include/modperl_svptr_table.h -#opt/lampp/include/tdssrv.h -#opt/lampp/include/tdsver.h -#opt/lampp/include/apr_tables.h -#opt/lampp/include/sybfront.h -#opt/lampp/include/apr_user.h -#opt/lampp/include/modperl_perl_unembed.h -#opt/lampp/include/apr_uuid.h -#opt/lampp/include/apr_want.h -#opt/lampp/include/ap_regex.h -#opt/lampp/include/modperl_apache_compat.h -#opt/lampp/include/zconf.h -#opt/lampp/include/ap_mmn.h -#opt/lampp/include/ap_mpm.h -#opt/lampp/include/mod_proxy.h -#opt/lampp/include/modperl_module.h -#opt/lampp/include/gdcache.h -#opt/lampp/include/tdsodbc.h -#opt/lampp/include/mod_include.h -#opt/lampp/include/libxml2/ -#opt/lampp/include/libxml2/libxml/ -#opt/lampp/include/libxml2/libxml/encoding.h -#opt/lampp/include/libxml2/libxml/xmlregexp.h -#opt/lampp/include/libxml2/libxml/xmlmemory.h -#opt/lampp/include/libxml2/libxml/xlink.h -#opt/lampp/include/libxml2/libxml/xmlIO.h -#opt/lampp/include/libxml2/libxml/xpath.h -#opt/lampp/include/libxml2/libxml/SAX.h -#opt/lampp/include/libxml2/libxml/chvalid.h -#opt/lampp/include/libxml2/libxml/uri.h -#opt/lampp/include/libxml2/libxml/SAX2.h -#opt/lampp/include/libxml2/libxml/nanoftp.h -#opt/lampp/include/libxml2/libxml/schemasInternals.h -#opt/lampp/include/libxml2/libxml/threads.h -#opt/lampp/include/libxml2/libxml/parser.h -#opt/lampp/include/libxml2/libxml/c14n.h -#opt/lampp/include/libxml2/libxml/xmlerror.h -#opt/lampp/include/libxml2/libxml/pattern.h -#opt/lampp/include/libxml2/libxml/xmlwin32version.h -#opt/lampp/include/libxml2/libxml/DOCBparser.h -#opt/lampp/include/libxml2/libxml/dict.h -#opt/lampp/include/libxml2/libxml/xmlautomata.h -#opt/lampp/include/libxml2/libxml/xmlschemastypes.h -#opt/lampp/include/libxml2/libxml/xpointer.h -#opt/lampp/include/libxml2/libxml/hash.h -#opt/lampp/include/libxml2/libxml/nanohttp.h -#opt/lampp/include/libxml2/libxml/relaxng.h -#opt/lampp/include/libxml2/libxml/xpathInternals.h -#opt/lampp/include/libxml2/libxml/xmlversion.h -#opt/lampp/include/libxml2/libxml/list.h -#opt/lampp/include/libxml2/libxml/HTMLtree.h -#opt/lampp/include/libxml2/libxml/parserInternals.h -#opt/lampp/include/libxml2/libxml/entities.h -#opt/lampp/include/libxml2/libxml/HTMLparser.h -#opt/lampp/include/libxml2/libxml/valid.h -#opt/lampp/include/libxml2/libxml/catalog.h -#opt/lampp/include/libxml2/libxml/tree.h -#opt/lampp/include/libxml2/libxml/globals.h -#opt/lampp/include/libxml2/libxml/xmlunicode.h -#opt/lampp/include/libxml2/libxml/xmlexports.h -#opt/lampp/include/libxml2/libxml/xmlsave.h -#opt/lampp/include/libxml2/libxml/xinclude.h -#opt/lampp/include/libxml2/libxml/xmlreader.h -#opt/lampp/include/libxml2/libxml/debugXML.h -#opt/lampp/include/libxml2/libxml/xmlwriter.h -#opt/lampp/include/libxml2/libxml/xmlstring.h -#opt/lampp/include/libxml2/libxml/xmlschemas.h -#opt/lampp/include/libxslt/ -#opt/lampp/include/libxslt/functions.h -#opt/lampp/include/libxslt/xsltutils.h -#opt/lampp/include/libxslt/attributes.h -#opt/lampp/include/libxslt/pattern.h -#opt/lampp/include/libxslt/templates.h -#opt/lampp/include/libxslt/preproc.h -#opt/lampp/include/libxslt/extra.h -#opt/lampp/include/libxslt/namespaces.h -#opt/lampp/include/libxslt/security.h -#opt/lampp/include/libxslt/keys.h -#opt/lampp/include/libxslt/extensions.h -#opt/lampp/include/libxslt/xsltInternals.h -#opt/lampp/include/libxslt/transform.h -#opt/lampp/include/libxslt/xslt.h -#opt/lampp/include/libxslt/documents.h -#opt/lampp/include/libxslt/numbersInternals.h -#opt/lampp/include/libxslt/xsltexports.h -#opt/lampp/include/libxslt/imports.h -#opt/lampp/include/libxslt/variables.h -#opt/lampp/include/libxslt/xsltconfig.h -#opt/lampp/include/tds_configs.h -#opt/lampp/include/apr_dbd.h -#opt/lampp/include/apr_dbm.h -#opt/lampp/include/jerror.h -#opt/lampp/include/util_charset.h -#opt/lampp/include/apr_dso.h -#opt/lampp/include/apr_env.h -#opt/lampp/include/jconfig.h -#opt/lampp/include/apr_lib.h -#opt/lampp/include/modperl_error.h -#opt/lampp/include/apr_md4.h -#opt/lampp/include/apr_md5.h -#opt/lampp/include/apr_buckets.h -#opt/lampp/include/apr_rmm.h -#opt/lampp/include/apr_shm.h -#opt/lampp/include/apr_uri.h -#opt/lampp/include/bkpublic.h -#opt/lampp/include/apr_xml.h -#opt/lampp/include/modperl_common_types.h -#opt/lampp/include/lber_types.h -#opt/lampp/include/apr_ldap_url.h -#opt/lampp/include/modperl_filter.h -#opt/lampp/include/jmorecfg.h -#opt/lampp/include/modperl_flags.h -#opt/lampp/include/mod_cgi.h -#opt/lampp/include/mod_dbd.h -#opt/lampp/include/mod_dav.h -#opt/lampp/include/modperl_global.h -#opt/lampp/include/tdsutil.h -#opt/lampp/include/modperl_perl_includes.h -#opt/lampp/include/mod_ssl.h -#opt/lampp/include/http_protocol.h -#opt/lampp/include/apr_version.h -#opt/lampp/include/zzip-io.h -#opt/lampp/include/mhash.h -#opt/lampp/include/modperl_perl_global.h -#opt/lampp/include/modperl_config.h -#opt/lampp/include/sqldb.h -#opt/lampp/include/sqlite.h -#opt/lampp/include/ldap_features.h -#opt/lampp/include/apr_thread_rwlock.h -#opt/lampp/include/modperl_apr_perlio.h -#opt/lampp/include/apreq2/ -#opt/lampp/include/apreq2/apreq_module.h -#opt/lampp/include/apreq2/apreq_params.h -#opt/lampp/include/apreq2/apreq_parser.h -#opt/lampp/include/apreq2/apreq_cookie.h -#opt/lampp/include/apreq2/apreq_env.h -#opt/lampp/include/apreq2/apreq_error.h -#opt/lampp/include/apreq2/apreq.h -#opt/lampp/include/apreq2/apreq_version.h -#opt/lampp/include/apreq2/apreq_module_apache2.h -#opt/lampp/include/apreq2/apreq_util.h -#opt/lampp/include/apreq2/apreq_param.h -#opt/lampp/include/modperl_common_includes.h -#opt/lampp/include/apr_network_io.h -#opt/lampp/include/modperl_trace.h -#opt/lampp/include/util_ldap.h -#opt/lampp/include/expat.h -#opt/lampp/include/apr_portable.h -#opt/lampp/include/gd_io.h -#opt/lampp/include/zziplib.h -#opt/lampp/include/modperl_directives.h -#opt/lampp/include/sxpath.h -#opt/lampp/include/common.h -#opt/lampp/include/util_filter.h -#opt/lampp/include/http_config.h -#opt/lampp/include/zutil.h -#opt/lampp/include/freebcp.h -#opt/lampp/include/modperl_perl_pp.h -#opt/lampp/include/apr_thread_cond.h -#opt/lampp/include/ncurses/ -#opt/lampp/include/ncurses/cursesapp.h -#opt/lampp/include/ncurses/unctrl.h -#opt/lampp/include/ncurses/eti.h -#opt/lampp/include/ncurses/curses.h -#opt/lampp/include/ncurses/etip.h -#opt/lampp/include/ncurses/form.h -#opt/lampp/include/ncurses/ncurses.h -#opt/lampp/include/ncurses/menu.h -#opt/lampp/include/ncurses/cursesf.h -#opt/lampp/include/ncurses/cursesm.h -#opt/lampp/include/ncurses/cursesp.h -#opt/lampp/include/ncurses/cursesw.h -#opt/lampp/include/ncurses/term.h -#opt/lampp/include/ncurses/cursslk.h -#opt/lampp/include/ncurses/termcap.h -#opt/lampp/include/ncurses/panel.h -#opt/lampp/include/ncurses/ncurses_dll.h -#opt/lampp/include/sybdb.h -#opt/lampp/include/gdbm.h -#opt/lampp/include/apr_file_io.h -#opt/lampp/include/freetype2/ -#opt/lampp/include/freetype2/freetype/ -#opt/lampp/include/freetype2/freetype/ftsynth.h -#opt/lampp/include/freetype2/freetype/ftsysio.h -#opt/lampp/include/freetype2/freetype/ftwinfnt.h -#opt/lampp/include/freetype2/freetype/t1tables.h -#opt/lampp/include/freetype2/freetype/ftglyph.h -#opt/lampp/include/freetype2/freetype/ftsysmem.h -#opt/lampp/include/freetype2/freetype/ftsystem.h -#opt/lampp/include/freetype2/freetype/ftchapters.h -#opt/lampp/include/freetype2/freetype/ftxf86.h -#opt/lampp/include/freetype2/freetype/cache/ -#opt/lampp/include/freetype2/freetype/cache/ftcimage.h -#opt/lampp/include/freetype2/freetype/cache/ftcsbits.h -#opt/lampp/include/freetype2/freetype/cache/ftccmap.h -#opt/lampp/include/freetype2/freetype/cache/ftcmanag.h -#opt/lampp/include/freetype2/freetype/cache/ftlru.h -#opt/lampp/include/freetype2/freetype/cache/ftcglyph.h -#opt/lampp/include/freetype2/freetype/cache/ftccache.h -#opt/lampp/include/freetype2/freetype/fttypes.h -#opt/lampp/include/freetype2/freetype/ttunpat.h -#opt/lampp/include/freetype2/freetype/ftincrem.h -#opt/lampp/include/freetype2/freetype/ftsnames.h -#opt/lampp/include/freetype2/freetype/ftcache.h -#opt/lampp/include/freetype2/freetype/ftstroke.h -#opt/lampp/include/freetype2/freetype/ftimage.h -#opt/lampp/include/freetype2/freetype/ftoutln.h -#opt/lampp/include/freetype2/freetype/config/ -#opt/lampp/include/freetype2/freetype/config/ftstdlib.h -#opt/lampp/include/freetype2/freetype/config/ftheader.h -#opt/lampp/include/freetype2/freetype/config/ftoption.h -#opt/lampp/include/freetype2/freetype/config/ftmodule.h -#opt/lampp/include/freetype2/freetype/config/ftconfig.h -#opt/lampp/include/freetype2/freetype/ftmm.h -#opt/lampp/include/freetype2/freetype/ftrender.h -#opt/lampp/include/freetype2/freetype/ftbdf.h -#opt/lampp/include/freetype2/freetype/tttags.h -#opt/lampp/include/freetype2/freetype/tttables.h -#opt/lampp/include/freetype2/freetype/fttrigon.h -#opt/lampp/include/freetype2/freetype/ftmac.h -#opt/lampp/include/freetype2/freetype/ftpfr.h -#opt/lampp/include/freetype2/freetype/fterrdef.h -#opt/lampp/include/freetype2/freetype/fterrors.h -#opt/lampp/include/freetype2/freetype/freetype.h -#opt/lampp/include/freetype2/freetype/ftmodapi.h -#opt/lampp/include/freetype2/freetype/ftmoderr.h -#opt/lampp/include/freetype2/freetype/ftmodule.h -#opt/lampp/include/freetype2/freetype/ftsizes.h -#opt/lampp/include/freetype2/freetype/ftbbox.h -#opt/lampp/include/freetype2/freetype/ftgzip.h -#opt/lampp/include/freetype2/freetype/ftlist.h -#opt/lampp/include/freetype2/freetype/internal/ -#opt/lampp/include/freetype2/freetype/internal/ftobjs.h -#opt/lampp/include/freetype2/freetype/internal/internal.h -#opt/lampp/include/freetype2/freetype/internal/fttrace.h -#opt/lampp/include/freetype2/freetype/internal/ftserv.h -#opt/lampp/include/freetype2/freetype/internal/psnames.h -#opt/lampp/include/freetype2/freetype/internal/svgldict.h -#opt/lampp/include/freetype2/freetype/internal/tttypes.h -#opt/lampp/include/freetype2/freetype/internal/svsfnt.h -#opt/lampp/include/freetype2/freetype/internal/svpostnm.h -#opt/lampp/include/freetype2/freetype/internal/ftstream.h -#opt/lampp/include/freetype2/freetype/internal/pshints.h -#opt/lampp/include/freetype2/freetype/internal/pcftypes.h -#opt/lampp/include/freetype2/freetype/internal/autohint.h -#opt/lampp/include/freetype2/freetype/internal/ftmemory.h -#opt/lampp/include/freetype2/freetype/internal/svbdf.h -#opt/lampp/include/freetype2/freetype/internal/svpfr.h -#opt/lampp/include/freetype2/freetype/internal/ftextend.h -#opt/lampp/include/freetype2/freetype/internal/svwinfnt.h -#opt/lampp/include/freetype2/freetype/internal/ftdebug.h -#opt/lampp/include/freetype2/freetype/internal/fnttypes.h -#opt/lampp/include/freetype2/freetype/internal/sfnt.h -#opt/lampp/include/freetype2/freetype/internal/svpscmap.h -#opt/lampp/include/freetype2/freetype/internal/svmm.h -#opt/lampp/include/freetype2/freetype/internal/svpsinfo.h -#opt/lampp/include/freetype2/freetype/internal/t1types.h -#opt/lampp/include/freetype2/freetype/internal/cfftypes.h -#opt/lampp/include/freetype2/freetype/internal/ftcalc.h -#opt/lampp/include/freetype2/freetype/internal/psglobal.h -#opt/lampp/include/freetype2/freetype/internal/ftgloadr.h -#opt/lampp/include/freetype2/freetype/internal/ftdriver.h -#opt/lampp/include/freetype2/freetype/internal/svxf86nm.h -#opt/lampp/include/freetype2/freetype/internal/psaux.h -#opt/lampp/include/freetype2/freetype/ttnameid.h -#opt/lampp/include/http_request.h -#opt/lampp/include/util_script.h -#opt/lampp/include/mpm_default.h -#opt/lampp/include/modperl_bucket.h -#opt/lampp/include/modperl_apr_includes.h -#opt/lampp/include/apr_proc_mutex.h -#opt/lampp/include/modperl_types.h -#opt/lampp/include/apr_hooks.h -#opt/lampp/include/lber.h -#opt/lampp/include/apr_file_info.h -#opt/lampp/include/util_time.h -#opt/lampp/include/ldap.h -#opt/lampp/include/ft2build.h -#opt/lampp/include/ap_regkey.h -#opt/lampp/include/libpng -#opt/lampp/include/http_connection.h -#opt/lampp/include/mingpp.h -#opt/lampp/include/ming.h -#opt/lampp/include/apr_base64.h -#opt/lampp/include/apr_optional.h -#opt/lampp/include/proto-lber.h -#opt/lampp/include/mod_status.h -#opt/lampp/include/apu_version.h -#opt/lampp/include/jpeglib.h -#opt/lampp/include/apr_ldap_option.h -#opt/lampp/include/apr_strings.h -#opt/lampp/include/apr_fnmatch.h -#opt/lampp/include/pcre.h -#opt/lampp/include/http_log.h -#opt/lampp/include/ap_listen.h -#opt/lampp/include/jisx0208.h -#opt/lampp/include/apr_inherit.h -#opt/lampp/include/unixd.h -#opt/lampp/include/sqlfront.h -#opt/lampp/include/sdom.h -#opt/lampp/include/apr_anylock.h -#opt/lampp/include/apr_thread_proc.h -#opt/lampp/include/modperl_common_util.h -#opt/lampp/include/modperl_hooks.h -#opt/lampp/include/scoreboard.h -#opt/lampp/include/util_md5.h -#opt/lampp/include/util_xml.h -#opt/lampp/include/wbmp.h -#opt/lampp/include/apr_atomic.h -#opt/lampp/include/c-client/ -#opt/lampp/include/c-client/fs.h -#opt/lampp/include/c-client/nl.h -#opt/lampp/include/c-client/rfc822.h -#opt/lampp/include/c-client/env.h -#opt/lampp/include/c-client/ftl.h -#opt/lampp/include/c-client/tcp.h -#opt/lampp/include/c-client/env_unix.h -#opt/lampp/include/c-client/mail.h -#opt/lampp/include/c-client/misc.h -#opt/lampp/include/c-client/nntp.h -#opt/lampp/include/c-client/imap4r1.h -#opt/lampp/include/c-client/smtp.h -#opt/lampp/include/c-client/linkage.h -#opt/lampp/include/c-client/osdep.h -#opt/lampp/include/c-client/c-client.h -#opt/lampp/include/util_ebcdic.h -#opt/lampp/include/http_vhost.h -#opt/lampp/include/apr_pools.h -#opt/lampp/include/http_core.h -#opt/lampp/include/modperl_largefiles.h -#opt/lampp/include/modperl_constants.h -#opt/lampp/include/tds_sysdep_public.h -#opt/lampp/include/ctpublic.h -#opt/lampp/include/zlib.h -#opt/lampp/include/modperl_options.h -#opt/lampp/include/cxx_common.h -#opt/lampp/include/modperl_handler.h -#opt/lampp/include/zzip.h -#opt/lampp/include/mcrypt.h -#opt/lampp/include/gdfontmb.h -#opt/lampp/include/modperl_gtop.h -#opt/lampp/include/openssl/ -#opt/lampp/include/openssl/opensslv.h -#opt/lampp/include/openssl/bn.h -#opt/lampp/include/openssl/dh.h -#opt/lampp/include/openssl/ec.h -#opt/lampp/include/openssl/ui.h -#opt/lampp/include/openssl/crypto.h -#opt/lampp/include/openssl/txt_db.h -#opt/lampp/include/openssl/e_os2.h -#opt/lampp/include/openssl/aes.h -#opt/lampp/include/openssl/bio.h -#opt/lampp/include/openssl/des.h -#opt/lampp/include/openssl/dsa.h -#opt/lampp/include/openssl/dso.h -#opt/lampp/include/openssl/err.h -#opt/lampp/include/openssl/evp.h -#opt/lampp/include/openssl/fips_rand.h -#opt/lampp/include/openssl/md2.h -#opt/lampp/include/openssl/md4.h -#opt/lampp/include/openssl/md5.h -#opt/lampp/include/openssl/pem.h -#opt/lampp/include/openssl/rc2.h -#opt/lampp/include/openssl/rc4.h -#opt/lampp/include/openssl/rc5.h -#opt/lampp/include/openssl/sha.h -#opt/lampp/include/openssl/rsa.h -#opt/lampp/include/openssl/ssl.h -#opt/lampp/include/openssl/ecdsa.h -#opt/lampp/include/openssl/pq_compat.h -#opt/lampp/include/openssl/lhash.h -#opt/lampp/include/openssl/dtls1.h -#opt/lampp/include/openssl/conf_api.h -#opt/lampp/include/openssl/tmdiff.h -#opt/lampp/include/openssl/safestack.h -#opt/lampp/include/openssl/ssl23.h -#opt/lampp/include/openssl/stack.h -#opt/lampp/include/openssl/engine.h -#opt/lampp/include/openssl/asn1.h -#opt/lampp/include/openssl/cast.h -#opt/lampp/include/openssl/store.h -#opt/lampp/include/openssl/asn1_mac.h -#opt/lampp/include/openssl/comp.h -#opt/lampp/include/openssl/conf.h -#opt/lampp/include/openssl/e_os.h -#opt/lampp/include/openssl/des_old.h -#opt/lampp/include/openssl/ecdh.h -#opt/lampp/include/openssl/x509_vfy.h -#opt/lampp/include/openssl/fips.h -#opt/lampp/include/openssl/blowfish.h -#opt/lampp/include/openssl/hmac.h -#opt/lampp/include/openssl/idea.h -#opt/lampp/include/openssl/kssl.h -#opt/lampp/include/openssl/mdc2.h -#opt/lampp/include/openssl/ocsp.h -#opt/lampp/include/openssl/obj_mac.h -#opt/lampp/include/openssl/pem2.h -#opt/lampp/include/openssl/pkcs12.h -#opt/lampp/include/openssl/ossl_typ.h -#opt/lampp/include/openssl/ebcdic.h -#opt/lampp/include/openssl/rand.h -#opt/lampp/include/openssl/buffer.h -#opt/lampp/include/openssl/x509.h -#opt/lampp/include/openssl/ssl2.h -#opt/lampp/include/openssl/ssl3.h -#opt/lampp/include/openssl/objects.h -#opt/lampp/include/openssl/tls1.h -#opt/lampp/include/openssl/ripemd.h -#opt/lampp/include/openssl/pqueue.h -#opt/lampp/include/openssl/krb5_asn.h -#opt/lampp/include/openssl/x509v3.h -#opt/lampp/include/openssl/asn1t.h -#opt/lampp/include/openssl/ui_compat.h -#opt/lampp/include/openssl/symhacks.h -#opt/lampp/include/openssl/pkcs7.h -#opt/lampp/include/openssl/opensslconf.h -#opt/lampp/include/tdsconvert.h -#opt/lampp/include/slapi-plugin.h -#opt/lampp/include/modperl_tipool.h -#opt/lampp/include/modperl_io.h -#opt/lampp/include/libexslt/ -#opt/lampp/include/libexslt/exslt.h -#opt/lampp/include/libexslt/exsltconfig.h -#opt/lampp/include/libexslt/exsltexports.h -#opt/lampp/include/mod_auth.h -#opt/lampp/include/libpng12/ -#opt/lampp/include/libpng12/pngconf.h -#opt/lampp/include/libpng12/png.h -#opt/lampp/include/modperl_apache_includes.h -#opt/lampp/include/apr_xlate.h -#opt/lampp/include/httpd.h -#opt/lampp/include/shandler.h -#opt/lampp/include/http_main.h -#opt/lampp/include/mod_core.h -#opt/lampp/include/cstypes.h -#opt/lampp/include/mod_log_config.h -#opt/lampp/include/apr_signal.h -#opt/lampp/include/modperl_xs_util.h -#opt/lampp/include/modperl_xs_sv_convert.h -#opt/lampp/include/ldap_cdefs.h -#opt/lampp/include/modperl_perl.h -#opt/lampp/include/gdfontg.h -#opt/lampp/include/gdfontl.h -#opt/lampp/include/gdfonts.h -#opt/lampp/include/gdfontt.h -#opt/lampp/include/ap_release.h -#opt/lampp/include/apr_optional_hooks.h -#opt/lampp/include/modperl_interp.h -#opt/lampp/include/apr_thread_mutex.h -#opt/lampp/include/sabcfg.h -#opt/lampp/include/sabdbg.h -#opt/lampp/include/modperl_time.h -#opt/lampp/include/apr_queue.h -#opt/lampp/include/sablot.h -#opt/lampp/include/modperl_debug.h -#opt/lampp/include/modperl_const.h -#opt/lampp/include/modperl_apr_compat.h -#opt/lampp/include/disptmpl.h -#opt/lampp/include/modperl_util.h -#opt/lampp/include/ldap_utf8.h -#opt/lampp/include/modperl_cgi.h -#opt/lampp/include/util_cfgtree.h -#opt/lampp/include/modperl_cmd.h -#opt/lampp/include/modperl_env.h -#opt/lampp/include/apr_date.h -#opt/lampp/include/modperl_log.h -#opt/lampp/include/modperl_mgv.h -#opt/lampp/include/modperl_pcw.h -#opt/lampp/include/modperl_sys.h +## Vollkommen rauslassen! +#opt/lampp ## ## PARPORT & PRINTER modules ## diff --git a/src/paks/clamav/CONFFILES b/src/paks/clamav/CONFFILES new file mode 100644 index 0000000000..3d1a436eac --- /dev/null +++ b/src/paks/clamav/CONFFILES @@ -0,0 +1,3 @@ +etc/clamav +etc/clamav/clamd.conf +etc/clamav/freshclam.conf diff --git a/src/paks/clamav/ROOTFILES b/src/paks/clamav/ROOTFILES new file mode 100644 index 0000000000..b821090b89 --- /dev/null +++ b/src/paks/clamav/ROOTFILES @@ -0,0 +1,24 @@ +usr/bin/clamav-config +usr/bin/clamdscan +usr/bin/clamscan +usr/bin/freshclam +usr/bin/sigtool +usr/include/clamav.h +usr/lib/libclamav.a +usr/lib/libclamav.la +usr/lib/libclamav.so +usr/lib/libclamav.so.1 +usr/lib/libclamav.so.1.0.17 +usr/lib/pkgconfig/libclamav.pc +usr/sbin/clamd +usr/share/clamav +usr/share/clamav/daily.cvd +usr/share/clamav/main.cvd +#usr/share/man/man1/clamdscan.1 +#usr/share/man/man1/clamscan.1 +#usr/share/man/man1/freshclam.1 +#usr/share/man/man1/sigtool.1 +#usr/share/man/man5/clamd.conf.5 +#usr/share/man/man5/freshclam.conf.5 +#usr/share/man/man8/clamav-milter.8 +#usr/share/man/man8/clamd.8 diff --git a/src/paks/clamav/install.sh b/src/paks/clamav/install.sh new file mode 100644 index 0000000000..3a9ce551bf --- /dev/null +++ b/src/paks/clamav/install.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# +################################################################# +# # +# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org # +# # +################################################################# +# +# Extract the files +tar xfz files.tgz -C / +cp -f ROOTFILES /opt/pakfire/installed/ROOTFILES.$2 diff --git a/src/paks/clamav/uninstall.sh b/src/paks/clamav/uninstall.sh new file mode 100644 index 0000000000..ad6122665e --- /dev/null +++ b/src/paks/clamav/uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash +################################################################# +# # +# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org # +# # +################################################################# +# +# Delete the files +## Befehl fehlt noch +rm -f /opt/pakfire/installed/ROOTFILES.$2 diff --git a/src/paks/gnump3d/CONFFILES b/src/paks/gnump3d/CONFFILES index e69de29bb2..ab4f4e328f 100644 --- a/src/paks/gnump3d/CONFFILES +++ b/src/paks/gnump3d/CONFFILES @@ -0,0 +1,3 @@ +etc/gnump3d +etc/gnump3d/gnump3d.conf +etc/gnump3d/mime.types diff --git a/src/paks/gnump3d/ROOTFILES b/src/paks/gnump3d/ROOTFILES index e69de29bb2..ce14e79234 100644 --- a/src/paks/gnump3d/ROOTFILES +++ b/src/paks/gnump3d/ROOTFILES @@ -0,0 +1,408 @@ +usr/bin/gnump3d +usr/bin/gnump3d-index +usr/bin/gnump3d-top +usr/bin/gnump3d2 +usr/lib/perl5/5.8.5/gnump3d +usr/lib/perl5/5.8.5/gnump3d/IP.pm +usr/lib/perl5/5.8.5/gnump3d/MD5.pm +usr/lib/perl5/5.8.5/gnump3d/WMA.pm +usr/lib/perl5/5.8.5/gnump3d/base64.pm +usr/lib/perl5/5.8.5/gnump3d/config.pm +usr/lib/perl5/5.8.5/gnump3d/files.pm +usr/lib/perl5/5.8.5/gnump3d/lang +usr/lib/perl5/5.8.5/gnump3d/lang/de.pm +usr/lib/perl5/5.8.5/gnump3d/lang/en.pm +usr/lib/perl5/5.8.5/gnump3d/lang/es.pm +usr/lib/perl5/5.8.5/gnump3d/lang/fr.pm +usr/lib/perl5/5.8.5/gnump3d/lang/lookup.pm +usr/lib/perl5/5.8.5/gnump3d/mp3info.pm +usr/lib/perl5/5.8.5/gnump3d/mp4info.pm +usr/lib/perl5/5.8.5/gnump3d/ogginfo.pm +usr/lib/perl5/5.8.5/gnump3d/oggtagreader.pm +usr/lib/perl5/5.8.5/gnump3d/plugins +usr/lib/perl5/5.8.5/gnump3d/plugins/bug.pm +usr/lib/perl5/5.8.5/gnump3d/plugins/copying.pm +usr/lib/perl5/5.8.5/gnump3d/plugins/info.pm +usr/lib/perl5/5.8.5/gnump3d/plugins/now.pm +usr/lib/perl5/5.8.5/gnump3d/plugins/playlist.pm +usr/lib/perl5/5.8.5/gnump3d/plugins/prefs.pm +usr/lib/perl5/5.8.5/gnump3d/plugins/random.pm +usr/lib/perl5/5.8.5/gnump3d/plugins/recent.pm +usr/lib/perl5/5.8.5/gnump3d/plugins/search.pm +usr/lib/perl5/5.8.5/gnump3d/plugins/size.pm +usr/lib/perl5/5.8.5/gnump3d/plugins/stats.pm +usr/lib/perl5/5.8.5/gnump3d/plugins/tagbrowse.pm +usr/lib/perl5/5.8.5/gnump3d/readtags.pm +usr/lib/perl5/5.8.5/gnump3d/sorting.pm +usr/lib/perl5/5.8.5/gnump3d/tagcache.pm +usr/lib/perl5/5.8.5/gnump3d/url.pm +usr/share/gnump3d +usr/share/gnump3d/Avalon +usr/share/gnump3d/Avalon/AUTHOR +usr/share/gnump3d/Avalon/COPYING.html +usr/share/gnump3d/Avalon/base.css +usr/share/gnump3d/Avalon/bug.html +usr/share/gnump3d/Avalon/config.ini +usr/share/gnump3d/Avalon/error.html +usr/share/gnump3d/Avalon/gnump3d-logo.jpg +usr/share/gnump3d/Avalon/html_footer.tmpl +usr/share/gnump3d/Avalon/html_header.tmpl +usr/share/gnump3d/Avalon/index.html +usr/share/gnump3d/Avalon/info.html +usr/share/gnump3d/Avalon/now.html +usr/share/gnump3d/Avalon/page_footer.tmpl +usr/share/gnump3d/Avalon/page_header.tmpl +usr/share/gnump3d/Avalon/playlist.html +usr/share/gnump3d/Avalon/prefs.html +usr/share/gnump3d/Avalon/random.html +usr/share/gnump3d/Avalon/readme.txt +usr/share/gnump3d/Avalon/recent.html +usr/share/gnump3d/Avalon/results.html +usr/share/gnump3d/Avalon/search.html +usr/share/gnump3d/Avalon/size.html +usr/share/gnump3d/Avalon/stats.html +usr/share/gnump3d/Avalon/tagbrowse.html +usr/share/gnump3d/BlueBox +usr/share/gnump3d/BlueBox/AUTHOR +usr/share/gnump3d/BlueBox/BlueBox.css +usr/share/gnump3d/BlueBox/COPYING.html +usr/share/gnump3d/BlueBox/bug.html +usr/share/gnump3d/BlueBox/config.ini +usr/share/gnump3d/BlueBox/error.html +usr/share/gnump3d/BlueBox/extras.html +usr/share/gnump3d/BlueBox/footer.tmpl +usr/share/gnump3d/BlueBox/header.tmpl +usr/share/gnump3d/BlueBox/index.html +usr/share/gnump3d/BlueBox/info.html +usr/share/gnump3d/BlueBox/now.html +usr/share/gnump3d/BlueBox/playlist.html +usr/share/gnump3d/BlueBox/prefs.html +usr/share/gnump3d/BlueBox/random.html +usr/share/gnump3d/BlueBox/recent.html +usr/share/gnump3d/BlueBox/results.html +usr/share/gnump3d/BlueBox/search.html +usr/share/gnump3d/BlueBox/size.html +usr/share/gnump3d/BlueBox/statistics.html +usr/share/gnump3d/BlueBox/stats.html +usr/share/gnump3d/BlueBox/tagbrowse.html +usr/share/gnump3d/BlueBox/template.ini +usr/share/gnump3d/Clean +usr/share/gnump3d/Clean/AUTHOR +usr/share/gnump3d/Clean/COPYING.html +usr/share/gnump3d/Clean/bug.html +usr/share/gnump3d/Clean/config.ini +usr/share/gnump3d/Clean/error.html +usr/share/gnump3d/Clean/index.html +usr/share/gnump3d/Clean/info.html +usr/share/gnump3d/Clean/layout.css +usr/share/gnump3d/Clean/menu.tmpl +usr/share/gnump3d/Clean/now.html +usr/share/gnump3d/Clean/playlist.html +usr/share/gnump3d/Clean/prefs.html +usr/share/gnump3d/Clean/random.html +usr/share/gnump3d/Clean/recent.html +usr/share/gnump3d/Clean/results.html +usr/share/gnump3d/Clean/search.html +usr/share/gnump3d/Clean/size.html +usr/share/gnump3d/Clean/stats.html +usr/share/gnump3d/Clean/tagbrowse.html +usr/share/gnump3d/LaFrere +usr/share/gnump3d/LaFrere/AUTHOR +usr/share/gnump3d/LaFrere/COPYING.html +usr/share/gnump3d/LaFrere/bug.html +usr/share/gnump3d/LaFrere/config.ini +usr/share/gnump3d/LaFrere/error.html +usr/share/gnump3d/LaFrere/index.html +usr/share/gnump3d/LaFrere/info.html +usr/share/gnump3d/LaFrere/logo.png +usr/share/gnump3d/LaFrere/now.html +usr/share/gnump3d/LaFrere/playlist.html +usr/share/gnump3d/LaFrere/prefs.html +usr/share/gnump3d/LaFrere/random.html +usr/share/gnump3d/LaFrere/recent.html +usr/share/gnump3d/LaFrere/results.html +usr/share/gnump3d/LaFrere/search.html +usr/share/gnump3d/LaFrere/size.html +usr/share/gnump3d/LaFrere/stats.html +usr/share/gnump3d/LaFrere/tagbrowse.html +usr/share/gnump3d/Liquid +usr/share/gnump3d/Liquid/AUTHOR +usr/share/gnump3d/Liquid/COPYING.html +usr/share/gnump3d/Liquid/bck.gif +usr/share/gnump3d/Liquid/bug.html +usr/share/gnump3d/Liquid/cel-bar-anthrazite-act.gif +usr/share/gnump3d/Liquid/cel-bar-anthrazite.gif +usr/share/gnump3d/Liquid/cel-bar-aqua-act.gif +usr/share/gnump3d/Liquid/cel-bar-aqua.gif +usr/share/gnump3d/Liquid/cel-bar-lime-act.gif +usr/share/gnump3d/Liquid/cel-bar-lime.gif +usr/share/gnump3d/Liquid/cel-bar-purple-act.gif +usr/share/gnump3d/Liquid/cel-bar-purple.gif +usr/share/gnump3d/Liquid/cel-bar-ruby-act.gif +usr/share/gnump3d/Liquid/cel-bar-ruby.gif +usr/share/gnump3d/Liquid/cel-bar-tangerine-act.gif +usr/share/gnump3d/Liquid/cel-bar-tangerine.gif +usr/share/gnump3d/Liquid/cel-bar-turqois-act.gif +usr/share/gnump3d/Liquid/cel-bar-turqois.gif +usr/share/gnump3d/Liquid/cel-bar-yellow-act.gif +usr/share/gnump3d/Liquid/cel-bar-yellow.gif +usr/share/gnump3d/Liquid/config.ini +usr/share/gnump3d/Liquid/error.html +usr/share/gnump3d/Liquid/footer.tmpl +usr/share/gnump3d/Liquid/gnump3dskin.webprj +usr/share/gnump3d/Liquid/header.tmpl +usr/share/gnump3d/Liquid/index.html +usr/share/gnump3d/Liquid/info.html +usr/share/gnump3d/Liquid/now.html +usr/share/gnump3d/Liquid/playlist.html +usr/share/gnump3d/Liquid/prefs.html +usr/share/gnump3d/Liquid/random.html +usr/share/gnump3d/Liquid/recent.html +usr/share/gnump3d/Liquid/results.html +usr/share/gnump3d/Liquid/search.html +usr/share/gnump3d/Liquid/size.html +usr/share/gnump3d/Liquid/stats.html +usr/share/gnump3d/Liquid/style.css +usr/share/gnump3d/Liquid/tab-aqua-act.gif +usr/share/gnump3d/Liquid/tab-athrazite-act.gif +usr/share/gnump3d/Liquid/tab-lime-act.gif +usr/share/gnump3d/Liquid/tab-purple-act.gif +usr/share/gnump3d/Liquid/tab-ruby-act.gif +usr/share/gnump3d/Liquid/tab-tangerine-act.gif +usr/share/gnump3d/Liquid/tab-turqois-act.gif +usr/share/gnump3d/Liquid/tab-white-act.gif +usr/share/gnump3d/Liquid/tab-white-mo.gif +usr/share/gnump3d/Liquid/tab-yellow-act.gif +usr/share/gnump3d/Liquid/tabel-header-left-ruby.gif +usr/share/gnump3d/Liquid/tabel-header-middle-ruby.gif +usr/share/gnump3d/Liquid/tabel-header-middle-white.gif +usr/share/gnump3d/Liquid/tabel-header-right-ruby.gif +usr/share/gnump3d/Liquid/tagbrowse.html +usr/share/gnump3d/Musicus +usr/share/gnump3d/Musicus/AUTHOR +usr/share/gnump3d/Musicus/COPYING.html +usr/share/gnump3d/Musicus/bug.html +usr/share/gnump3d/Musicus/config.ini +usr/share/gnump3d/Musicus/error.html +usr/share/gnump3d/Musicus/extras.html +usr/share/gnump3d/Musicus/footer.tmpl +usr/share/gnump3d/Musicus/index.html +usr/share/gnump3d/Musicus/info.html +usr/share/gnump3d/Musicus/now.html +usr/share/gnump3d/Musicus/playlist.html +usr/share/gnump3d/Musicus/prefs.html +usr/share/gnump3d/Musicus/random.html +usr/share/gnump3d/Musicus/recent.html +usr/share/gnump3d/Musicus/results.html +usr/share/gnump3d/Musicus/search.html +usr/share/gnump3d/Musicus/size.html +usr/share/gnump3d/Musicus/statistics.html +usr/share/gnump3d/Musicus/stats.html +usr/share/gnump3d/Musicus/style.css +usr/share/gnump3d/Musicus/tagbrowse.html +usr/share/gnump3d/Musicus/template.ini +usr/share/gnump3d/Nomad +usr/share/gnump3d/Nomad/COPYING.html +usr/share/gnump3d/Nomad/ClubNomadLogo.gif +usr/share/gnump3d/Nomad/GNUMP3dLogo.jpg +usr/share/gnump3d/Nomad/Nomad_theme.css +usr/share/gnump3d/Nomad/SmallHome.gif +usr/share/gnump3d/Nomad/bg.gif +usr/share/gnump3d/Nomad/bug.html +usr/share/gnump3d/Nomad/config.ini +usr/share/gnump3d/Nomad/error.html +usr/share/gnump3d/Nomad/gnump3d_themes_footer.tmpl +usr/share/gnump3d/Nomad/gnump3d_themes_header.tmpl +usr/share/gnump3d/Nomad/index.html +usr/share/gnump3d/Nomad/info.html +usr/share/gnump3d/Nomad/logo.png +usr/share/gnump3d/Nomad/now.html +usr/share/gnump3d/Nomad/playlist.html +usr/share/gnump3d/Nomad/prefs.html +usr/share/gnump3d/Nomad/random.html +usr/share/gnump3d/Nomad/recent.html +usr/share/gnump3d/Nomad/results.html +usr/share/gnump3d/Nomad/search.html +usr/share/gnump3d/Nomad/size.html +usr/share/gnump3d/Nomad/stats.html +usr/share/gnump3d/Nomad/tagbrowse.html +usr/share/gnump3d/README +usr/share/gnump3d/SchwartzNGrau +usr/share/gnump3d/SchwartzNGrau/AUTHOR +usr/share/gnump3d/SchwartzNGrau/COPYING.html +usr/share/gnump3d/SchwartzNGrau/bug.html +usr/share/gnump3d/SchwartzNGrau/clear.gif +usr/share/gnump3d/SchwartzNGrau/config.ini +usr/share/gnump3d/SchwartzNGrau/error.html +usr/share/gnump3d/SchwartzNGrau/index.html +usr/share/gnump3d/SchwartzNGrau/info.html +usr/share/gnump3d/SchwartzNGrau/master.css +usr/share/gnump3d/SchwartzNGrau/now.html +usr/share/gnump3d/SchwartzNGrau/playlist.html +usr/share/gnump3d/SchwartzNGrau/prefs.html +usr/share/gnump3d/SchwartzNGrau/random.html +usr/share/gnump3d/SchwartzNGrau/recent.html +usr/share/gnump3d/SchwartzNGrau/results.html +usr/share/gnump3d/SchwartzNGrau/search.html +usr/share/gnump3d/SchwartzNGrau/size.html +usr/share/gnump3d/SchwartzNGrau/stats.html +usr/share/gnump3d/SchwartzNGrau/tagbrowse.html +usr/share/gnump3d/Tabular +usr/share/gnump3d/Tabular/AUTHOR +usr/share/gnump3d/Tabular/COPYING.html +usr/share/gnump3d/Tabular/bug.html +usr/share/gnump3d/Tabular/config.ini +usr/share/gnump3d/Tabular/error.html +usr/share/gnump3d/Tabular/extras.html +usr/share/gnump3d/Tabular/footer.tmpl +usr/share/gnump3d/Tabular/index.html +usr/share/gnump3d/Tabular/info.html +usr/share/gnump3d/Tabular/now.html +usr/share/gnump3d/Tabular/playlist.html +usr/share/gnump3d/Tabular/prefs.html +usr/share/gnump3d/Tabular/random.html +usr/share/gnump3d/Tabular/recent.html +usr/share/gnump3d/Tabular/results.html +usr/share/gnump3d/Tabular/search.html +usr/share/gnump3d/Tabular/size.html +usr/share/gnump3d/Tabular/statistics.html +usr/share/gnump3d/Tabular/stats.html +usr/share/gnump3d/Tabular/style.css +usr/share/gnump3d/Tabular/tagbrowse.html +usr/share/gnump3d/Tabular/template.ini +usr/share/gnump3d/Thexder +usr/share/gnump3d/Thexder/AUTHOR +usr/share/gnump3d/Thexder/COPYING.html +usr/share/gnump3d/Thexder/bug.html +usr/share/gnump3d/Thexder/config.ini +usr/share/gnump3d/Thexder/dig_temp2_01.jpg +usr/share/gnump3d/Thexder/dig_temp2_02.jpg +usr/share/gnump3d/Thexder/dig_temp2_03.gif +usr/share/gnump3d/Thexder/dig_temp2_04.jpg +usr/share/gnump3d/Thexder/dig_temp2_06.jpg +usr/share/gnump3d/Thexder/dig_temp2_08.jpg +usr/share/gnump3d/Thexder/dig_temp2_10.jpg +usr/share/gnump3d/Thexder/dig_temp2_12.jpg +usr/share/gnump3d/Thexder/dig_temp2_14.jpg +usr/share/gnump3d/Thexder/error.html +usr/share/gnump3d/Thexder/hr.gif +usr/share/gnump3d/Thexder/index.html +usr/share/gnump3d/Thexder/info.html +usr/share/gnump3d/Thexder/link_1.jpg +usr/share/gnump3d/Thexder/link_2.jpg +usr/share/gnump3d/Thexder/link_3.jpg +usr/share/gnump3d/Thexder/link_4.jpg +usr/share/gnump3d/Thexder/link_5.jpg +usr/share/gnump3d/Thexder/logo7.jpg +usr/share/gnump3d/Thexder/now.html +usr/share/gnump3d/Thexder/playlist.html +usr/share/gnump3d/Thexder/prefs.html +usr/share/gnump3d/Thexder/random.html +usr/share/gnump3d/Thexder/recent.html +usr/share/gnump3d/Thexder/results.html +usr/share/gnump3d/Thexder/search.html +usr/share/gnump3d/Thexder/spacer.gif +usr/share/gnump3d/Thexder/stats.html +usr/share/gnump3d/default +usr/share/gnump3d/default/AUTHOR +usr/share/gnump3d/default/COPYING.html +usr/share/gnump3d/default/bug.html +usr/share/gnump3d/default/config.ini +usr/share/gnump3d/default/error.html +usr/share/gnump3d/default/footer.tmpl +usr/share/gnump3d/default/header.tmpl +usr/share/gnump3d/default/index.html +usr/share/gnump3d/default/info.html +usr/share/gnump3d/default/now.html +usr/share/gnump3d/default/playlist.html +usr/share/gnump3d/default/prefs.html +usr/share/gnump3d/default/random.html +usr/share/gnump3d/default/recent.html +usr/share/gnump3d/default/results.html +usr/share/gnump3d/default/search.html +usr/share/gnump3d/default/size.html +usr/share/gnump3d/default/stats.html +usr/share/gnump3d/default/style.css +usr/share/gnump3d/default/tagbrowse.html +usr/share/gnump3d/dotNET +usr/share/gnump3d/dotNET/AUTHOR +usr/share/gnump3d/dotNET/COPYING.html +usr/share/gnump3d/dotNET/bug.html +usr/share/gnump3d/dotNET/config.ini +usr/share/gnump3d/dotNET/content.tmpl +usr/share/gnump3d/dotNET/error.html +usr/share/gnump3d/dotNET/header.tmpl +usr/share/gnump3d/dotNET/images +usr/share/gnump3d/dotNET/images/ecke_unten_links.gif +usr/share/gnump3d/dotNET/images/ecke_unten_rechts.gif +usr/share/gnump3d/dotNET/images/eckeor.gif +usr/share/gnump3d/dotNET/images/eckeul.gif +usr/share/gnump3d/dotNET/images/eckeur.gif +usr/share/gnump3d/dotNET/images/horizontal.jpg +usr/share/gnump3d/dotNET/images/logo7.jpg +usr/share/gnump3d/dotNET/images/pfeilrechts.gif +usr/share/gnump3d/dotNET/images/reiter.jpg +usr/share/gnump3d/dotNET/images/transparent.gif +usr/share/gnump3d/dotNET/images/vertikal.jpg +usr/share/gnump3d/dotNET/index.html +usr/share/gnump3d/dotNET/info.html +usr/share/gnump3d/dotNET/now.html +usr/share/gnump3d/dotNET/playlist.html +usr/share/gnump3d/dotNET/prefs.html +usr/share/gnump3d/dotNET/random.html +usr/share/gnump3d/dotNET/recent.html +usr/share/gnump3d/dotNET/results.html +usr/share/gnump3d/dotNET/search.html +usr/share/gnump3d/dotNET/stats.html +usr/share/gnump3d/dotNET/style.css +usr/share/gnump3d/handheld +usr/share/gnump3d/handheld/AUTHOR +usr/share/gnump3d/handheld/config.ini +usr/share/gnump3d/handheld/error.html +usr/share/gnump3d/handheld/index.html +usr/share/gnump3d/handheld/random.html +usr/share/gnump3d/handheld/results.html +usr/share/gnump3d/handheld/search.html +usr/share/gnump3d/nausicaa +usr/share/gnump3d/nausicaa/AUTHOR +usr/share/gnump3d/nausicaa/COPYING.html +usr/share/gnump3d/nausicaa/bug.html +usr/share/gnump3d/nausicaa/config.ini +usr/share/gnump3d/nausicaa/error.html +usr/share/gnump3d/nausicaa/extras.html +usr/share/gnump3d/nausicaa/index.html +usr/share/gnump3d/nausicaa/info.html +usr/share/gnump3d/nausicaa/now.html +usr/share/gnump3d/nausicaa/playlist.html +usr/share/gnump3d/nausicaa/prefs.html +usr/share/gnump3d/nausicaa/random.html +usr/share/gnump3d/nausicaa/recent.html +usr/share/gnump3d/nausicaa/results.html +usr/share/gnump3d/nausicaa/search.html +usr/share/gnump3d/nausicaa/stats.html +usr/share/gnump3d/nausicaa/style.css +usr/share/gnump3d/redgrey +usr/share/gnump3d/redgrey/AUTHOR +usr/share/gnump3d/redgrey/COPYING.html +usr/share/gnump3d/redgrey/bug.html +usr/share/gnump3d/redgrey/error.html +usr/share/gnump3d/redgrey/header.tmpl +usr/share/gnump3d/redgrey/index.html +usr/share/gnump3d/redgrey/info.html +usr/share/gnump3d/redgrey/now.html +usr/share/gnump3d/redgrey/playlist.html +usr/share/gnump3d/redgrey/prefs.html +usr/share/gnump3d/redgrey/random.html +usr/share/gnump3d/redgrey/recent.html +usr/share/gnump3d/redgrey/results.html +usr/share/gnump3d/redgrey/search.html +usr/share/gnump3d/redgrey/stats.html +usr/share/gnump3d/redgrey/tagbrowse.html +usr/share/gnump3d/simple +#usr/share/man/man1/gnump3d-index.1 +#usr/share/man/man1/gnump3d-top.1 +#usr/share/man/man1/gnump3d.1 +#usr/share/man/man1/gnump3d.conf.1 +var/cache/gnump3d +var/cache/gnump3d/serving +var/log/gnump3d diff --git a/src/paks/rsync/CONFFILES b/src/paks/rsync/CONFFILES new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/paks/rsync/ROOTFILES b/src/paks/rsync/ROOTFILES new file mode 100644 index 0000000000..59c8be9f1d --- /dev/null +++ b/src/paks/rsync/ROOTFILES @@ -0,0 +1,3 @@ +usr/bin/rsync +#usr/share/man/man1/rsync.1 +#usr/share/man/man5/rsyncd.conf.5 diff --git a/src/paks/rsync/install.sh b/src/paks/rsync/install.sh new file mode 100644 index 0000000000..3a9ce551bf --- /dev/null +++ b/src/paks/rsync/install.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# +################################################################# +# # +# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org # +# # +################################################################# +# +# Extract the files +tar xfz files.tgz -C / +cp -f ROOTFILES /opt/pakfire/installed/ROOTFILES.$2 diff --git a/src/paks/rsync/uninstall.sh b/src/paks/rsync/uninstall.sh new file mode 100644 index 0000000000..ad6122665e --- /dev/null +++ b/src/paks/rsync/uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash +################################################################# +# # +# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org # +# # +################################################################# +# +# Delete the files +## Befehl fehlt noch +rm -f /opt/pakfire/installed/ROOTFILES.$2 diff --git a/src/paks/xampp/CONFFILES b/src/paks/xampp/CONFFILES new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/paks/xampp/ROOTFILES b/src/paks/xampp/ROOTFILES new file mode 100644 index 0000000000..be2b877d63 --- /dev/null +++ b/src/paks/xampp/ROOTFILES @@ -0,0 +1 @@ +opt/lampp diff --git a/src/paks/xampp/install.sh b/src/paks/xampp/install.sh new file mode 100644 index 0000000000..c53fdc4377 --- /dev/null +++ b/src/paks/xampp/install.sh @@ -0,0 +1,12 @@ +#!/bin/bash +# +################################################################# +# # +# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org # +# # +################################################################# +# +# Extract the files +tar xfz files.tgz -C / +tar xfz conf.tgz -C / +cp -f ROOTFILES /opt/pakfire/installed/ROOTFILES.$2 diff --git a/src/paks/xampp/uninstall.sh b/src/paks/xampp/uninstall.sh new file mode 100644 index 0000000000..ad6122665e --- /dev/null +++ b/src/paks/xampp/uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash +################################################################# +# # +# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org # +# # +################################################################# +# +# Delete the files +## Befehl fehlt noch +rm -f /opt/pakfire/installed/ROOTFILES.$2 -- 2.39.2