Subversion Repositories ALCASAR

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame

Filtering Options

Rev Age Author Path Log message Diff
2626 2030 d 7 h lucas.echard /repos/alcasar/trunk/web/ Improve weekly period syntax support  
2618 2045 d 3 h tom.houdayer /repos/alcasar/trunk/ Add counter to "CoovaChilli-Max-Total-Octets" (maximum of data exchanged) RADIUS attribute (in order to prevent quota reset on the login)  
2595 2048 d 1 h tom.houdayer /repos/alcasar/trunk/ Add original "Max-All-Session" RADIUS attribute  
2565 2090 d 14 h lucas.echard /repos/alcasar/trunk/web/ Add weekly period schedule picker in ACC  
2513 2209 d 8 h tom.houdayer /repos/alcasar/trunk/ Add "Maximum of data exchanged daily/monthly" attributes  
2512 2209 d 9 h tom.houdayer /repos/alcasar/trunk/ Rename "ChilliSpot-*" RADIUS attributes to "CoovaChilli-*"  
2510 2209 d 10 h tom.houdayer /repos/alcasar/trunk/ Add "Alcasar-Expire-After" RADIUS attribute instead of replace "Max-All-Session"  
2505 2209 d 11 h tom.houdayer /repos/alcasar/trunk/ Rename RADIUS attributes: "Alcasar-Filter-Proto" to "Alcasar-Protocols-Filter" and "Alcasar-Status-Open-Required" to "Alcasar-Status-Page-Must-Stay-Open"  
2501 2221 d 0 h tom.houdayer /repos/alcasar/trunk/ Explode the "Filter-Id" RADIUS attribute into ALCASAR vendor attributes (they can now be set independently and with a good user/group priority)  
2424 2360 d 3 h tom.houdayer /repos/alcasar/trunk/web/acc/manager/htdocs/ Set status_open_required as simple field in ACC user/group manager  
2402 2404 d 6 h tom.houdayer /repos/alcasar/trunk/ Invert status_open_required bit in Filter-Id to simplify ALCASAR updates  
2394 2405 d 11 h tom.houdayer /repos/alcasar/trunk/ The disconnection of users without the status page open can be disabled by a user attribute  
2392 2407 d 9 h tom.houdayer /repos/alcasar/trunk/ Reconnect an allowed MAC address after disconnecting it when updating RADIUS attributes  
2349 2441 d 12 h tom.houdayer /repos/alcasar/trunk/web/acc/manager/htdocs/ Check that user if connected before logout him in CoovaChilli  
2341 2442 d 4 h tom.houdayer /repos/alcasar/trunk/ Fix ACC user/group editor where attributes were not changed  
2340 2442 d 6 h tom.houdayer /repos/alcasar/trunk/web/acc/manager/ Fix 2 PHP errors ACC user/group manager  
2339 2442 d 7 h tom.houdayer /repos/alcasar/trunk/web/acc/manager/htdocs/ Fix time unit converter in ACC user/group edit  
2319 2459 d 1 h tom.houdayer /repos/alcasar/trunk/ Show/hide advanced attributes dynamically in user/group creation and edition  
2299 2471 d 16 h tom.houdayer /repos/alcasar/trunk/ Escape exec() parameters in ACC to prevent RCE attacks  
2006 2806 d 11 h raphael.pion /repos/alcasar/trunk/ Fonctionnalité filtrage de protocole par utilisateur :

Nouvel attribut qui définit le niveau de filtrage de protocole d'un usager :
- Aucun : aucun filtrage de protocole
- Navigation Web (profile1) : On autorise les protocoles HTTP et HTTPS.
- Navigation Web (profile2) : Messagerie et serveur distant : On autorise les protocoles : HTTP/S, POP3/S, IMAP/S, FTP, SFTP et SSH
- Personnalisable (profile3) : via l'ACC dans le menu 'FILTRAGE'.

Le filtrage se fait en stockant l'utilisateur dans un des ipset suivant (lors du lancement de alcasar-conup.sh) :
-proto_0
-proto_1
-proto_2
-proto_3

L'attribut Filter-Id se présente dorénavant sous cette forme :
bit n°1-> profile1
bit n°2-> profile2
bit n°3-> profile3
bit n°6-> WL
bit n°7-> BL
bit n°8-> HAVP
 

Show All