Hinzugefügt:

* AdvancedProxy Fähigkeiten
Geändert:
  * Kleiner Fehler im OpenVPN GUI verblieben und daher behoben.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@153 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-06-02 19:03:53 +00:00
parent 6e13d0a5c5
commit ed38f89d27
11 changed files with 4479 additions and 243 deletions

View File

@@ -52,7 +52,7 @@ $(TARGET) :
# Create all directories
for i in addon-lang alcatelusb auth backup backup/sets ca certs cnx_pci crls ddns dhcp dhcpc dmzholes \
eagle-usb eciadsl ethernet isdn key langs logging main modem net-traffic optionsfw patches pakfire portfw \
ppp private proxy red remote shaping snort time uplinks vpn wireless xtaccess ; do \
ppp private proxy/advanced red remote shaping snort time uplinks vpn wireless xtaccess ; do \
mkdir -p $(CONFIG_ROOT)/$$i; \
done
@@ -84,8 +84,8 @@ $(TARGET) :
cp $(DIR_SRC)/config/cfgroot/xtaccess-config $(CONFIG_ROOT)/xtaccess/config
cp $(DIR_SRC)/config/cfgroot/time-settings $(CONFIG_ROOT)/time/settings
cp $(DIR_SRC)/config/cfgroot/logging-settings $(CONFIG_ROOT)/logging/settings
# cp $(DIR_SRC)/config/cfgroot/ipcop.gpg $(CONFIG_ROOT)/key/
cp $(DIR_SRC)/langs/list $(CONFIG_ROOT)/langs/
cp $(DIR_SRC)/config/cfgroot/useragents $(CONFIG_ROOT)/proxy/advanced
cp $(DIR_SRC)/langs/list $(CONFIG_ROOT)/langs/
# Oneliner configfiles
echo "ENABLED=off" > $(CONFIG_ROOT)/vpn/settings

View File

@@ -83,17 +83,19 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--datadir=/usr/lib/squid \
--mandir=/usr/share/man --libexecdir=/usr/lib/squid \
--localstatedir=/var --sysconfdir=/etc/squid \
--disable-poll --disable-snmp --disable-icmp \
--disable-poll --disable-snmp --disable-icmp --disable-wccp \
--disable-http-violations --disable-ident-lookups \
--enable-storeio="aufs,coss,diskd,ufs" --enable-ssl \
--enable-underscores --enable-ntlm-fail-open \
--enable-underscores --enable-ntlm-fail-open --enable-arp-acl \
--enable-http-violations --enable-auth=basic,ntlm \
--enable-removal-policies="heap,lru" \
--enable-delay-pools --enable-linux-netfilter \
--enable-basic-auth-helpers="NCSA,SMB,MSNT" \
--enable-ntlm-auth-helpers="SMB,winbind" \
--enable-basic-auth-helpers="NCSA,SMB,MSNT,LDAP,multi-domain-NTLM" \
--enable-ntlm-auth-helpers="SMB" \
--enable-useragent-log \
--enable-referer-log \
--with-pthreads
--with-pthreads --with-dl
cd $(DIR_APP) && make -j 3
cd $(DIR_APP) && make install