Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Ignore whitespace Rev 893 → Rev 894

/CHANGELOG
6,6 → 6,7
- "username" in "userinfo" table is varchar(64) like in others tables of ALCASAR database.
- "activity.php" : don't print "private_ip_address". Update with new "chilli_query" output
- re-activation of COA between radius and coova (radius disconnect the users directly).
- the "url-redirect" attribute now works fine (coovachilli V.1.2.9-1)
Improve core
- all "alcasar.info" becomes "alcasar.net" in code
- change the order of http chain (DG --> squid --> HAVP --> Internet) more réactivity and less charge of CPU
/web/intercept.php
File deleted
/web/acc/admin/network.php
37,9 → 37,9
$l_DHCP_full = "DHCP complet";
$l_DHCP_half = "Demi DHCP ";
$l_DHCP_off = "Sans DHCP";
$l_DHCP_full_explain = "Tous les équipements sont en adressage dynamique (DHCP). Des adresses statiques peuvent être réservées (cf. ci-dessous).";
$l_DHCP_full_explain = "Le serveur DHCP couvre la totalité des adresses du réseau. Des adresses statiques peuvent être réservées (cf. ci-dessous).";
$l_DHCP_half_explain = "La première moitié du réseau est réservé à l'adressage statique, l'autre moitié est en adressage dynamique (DHCP).";
$l_DHCP_off_explain = "Tous les équipements sont en adressage statique. Le serveur DHCP est arrété.";
$l_DHCP_off_explain = "Le serveur DHCP est arrété.";
$l_static_dhcp_title = "Réservation d'adresses IP statiques";
$l_mac_address = "Adresse MAC";
$l_ip_address = "Adresse IP";
64,9 → 64,9
$l_DHCP_full = "Full DHCP";
$l_DHCP_half = "Half DHCP ";
$l_DHCP_off = "No DHCP";
$l_DHCP_full_explain = "All equipments are in DHCP mode. Some static addresses can be reserved (see bellow).";
$l_DHCP_full_explain = "The DHCP server manage all equipments in DHCP mode. Some static addresses can be reserved (see bellow).";
$l_DHCP_half_explain = "The first half of LAN's equipments are in static mode, the other are in dynamic mode (DHCP).";
$l_DHCP_off_explain = "All equipments are in static mode. The DHCP server is off.";
$l_DHCP_off_explain = "The DHCP server is off.";
$l_static_dhcp_title = "Static IP addresses reservation";
$l_mac_address = "MAC Address";
$l_ip_address = "IP Address";
/alcasar.sh
1013,6 → 1013,9
echo "never_direct allow all" >> /etc/squid/squid.conf
# avoid error messages on network interfaces state changes
$SED "s?^SQUID_AUTO_RELOAD.*?SQUID_AUTO_RELOAD=no?g" /etc/sysconfig/squid
# reduce squid shutdown time (100 to 50)
$SED "s?^SQUID_SHUTDOWN_TIMEOUT.*?SQUID_SHUTDOWN_TIMEOUT=50?g" /etc/sysconfig/squid
 
# Squid cache init
/usr/sbin/squid -z
} # End of param_squid ()
1076,6 → 1079,7
if [ "$havp_exist" == "1" ]
then
userdel -r havp 2>/dev/null
groupdel havp 2>/dev/null
fi
groupadd -f havp
useradd -r -g havp -s /bin/false -c "system user for havp" havp
/conf/rpms/coova-chilli-1.2.9.spec
3,7 → 3,7
Summary: Coova-Chilli is a LAN Access Point Controller
Name: coova-chilli
Version: 1.2.9
Release: %mkrel 0
Release: %mkrel 1
URL: http://coova.org/wiki/index.php/CoovaChilli
Source0: http://ap.coova.org/chilli/%{name}-%{version}.tar.gz
License: GPLv2
62,6 → 62,8
rm -rf $RPM_BUILD_ROOT/usr/include/*
rm -rf $RPM_BUILD_ROOT/usr/lib/*.la
rm -rf $RPM_BUILD_ROOT/usr/lib/*.a
rm -rf $RPM_BUILD_ROOT/usr/lib64/*.la
rm -rf $RPM_BUILD_ROOT/usr/lib64/*.a
 
%clean
rm -rf $RPM_BUILD_ROOT
96,6 → 98,8
%{_mandir}/man8/*.8*
 
%changelog
* Mon Jun 18 2012 Rexy for ALCASAR project
- 1.2.9-1 release
* Wed Jan 18 2012 Rexy for ALCASAR project
- 1.2.9 release
* Sun Jul 11 2011 Rexy for ALCASAR project
/conf/rpms/i586/coova-chilli-1.2.9-0mdv2010.2.i586.rpm
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/conf/rpms/i586/coova-chilli-1.2.9-1mdv2010.2.i586.rpm
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/conf/rpms/x86_64/coova-chilli-1.2.9-0mdv2010.2.x86_64.rpm
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/conf/rpms/x86_64/coova-chilli-1.2.9-1mdv2010.2.x86_64.rpm
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/conf/rpms/coova-chilli-1.2.1-6mdv2011.0.src.rpm
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property