Subversion Repositories ALCASAR

Rev

Go to most recent revision | Show changed files | Directory listing

Filtering Options

Rev Age Author Path Log message Diff
2501 2275 d 10 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)  
2498 2277 d 8 h tom.houdayer /repos/alcasar/trunk/web/acc/ ACC about page: add a semi-transparent background behind logos  
2493 2277 d 9 h tom.houdayer /repos/alcasar/trunk/web/acc/manager/htdocs/ Print error if user ticket generation fail  
2492 2277 d 9 h tom.houdayer /repos/alcasar/trunk/ Fix control of "ulogd-*" and "dnsmasq-*" services in ACC  
2491 2277 d 9 h tom.houdayer /repos/alcasar/trunk/ Add "nfsen", "fail2ban" and "vnstat" services to the ACC system page  
2488 2277 d 20 h lucas.echard /repos/alcasar/trunk/ Replace Apache with Lighttpd

Update fail2ban rules
Change web error management
Add a PEM certificate creation for Lighttpd
Replace htdigest Apache tool with a bash function in alcasar-profil.sh
 
2479 2329 d 21 h tom.houdayer /repos/alcasar/trunk/web/acc/admin/ Allow import of .cer certificate files from ACC + fix an undeclared variable  
2477 2334 d 18 h richard /repos/alcasar/trunk/ - add "folder - sheet - scripts" for building ISO file  
2475 2335 d 8 h tom.houdayer /repos/alcasar/trunk/ Finish remaining tasks in acc/admin/ldap.php (translate untranslated text + minor changes in style + remove unused code)  
2473 2335 d 10 h tom.houdayer /repos/alcasar/trunk/ Fix ticket generation of users with accented username  
2471 2335 d 18 h richard /repos/alcasar/trunk/ Geocity update - remove of an unused sql radius-counter  
2468 2337 d 17 h richard /repos/alcasar/trunk/ Documentation updating (to be continue)  
2465 2347 d 12 h richard /repos/alcasar/trunk/ Config of RADIUS "ldap module" (to be continued)  
2463 2349 d 20 h tom.houdayer /repos/alcasar/trunk/web/acc/manager/ Add a regex validation when add a trusted IP address  
2462 2349 d 20 h tom.houdayer /repos/alcasar/trunk/web/acc/admin/ Disable configuration checker at page load in ACC LDAP  
2461 2350 d 12 h richard /repos/alcasar/trunk/ preconfig ldap conforme à la documentation  
2460 2351 d 17 h tom.houdayer /repos/alcasar/trunk/web/acc/admin/ Print result from ACC AJAX LDAP configuration checker  
2459 2354 d 12 h richard /repos/alcasar/trunk/web/acc/admin/ Update of the LDAP PHP module (it remains to manage the script shell)  
2455 2355 d 15 h tom.houdayer /repos/alcasar/trunk/ Set date format of MAC spoofing logs to "YYYY-MM-DD HH:MM:SS" instead of locale's representation  
2453 2359 d 11 h tom.houdayer /repos/alcasar/trunk/web/acc/admin/ Add ACC AJAX LDAP configuration checker [BETA]  
2452 2359 d 12 h tom.houdayer /repos/alcasar/trunk/web/acc/admin/ Fix bad parameter write in LDAP config  
2451 2359 d 12 h tom.houdayer /repos/alcasar/trunk/web/acc/admin/ Move acc/admin/update_ldap.php in acc/admin/ldap.php  
2450 2359 d 13 h tom.houdayer /repos/alcasar/trunk/web/ Fix the config file parser in PHP when the value contains a '=' character  
2449 2359 d 13 h tom.houdayer /repos/alcasar/trunk/web/acc/admin/ Reformat/clean ACC LDAP page (acc/admin/ldap.php)  
2448 2360 d 11 h tom.houdayer /repos/alcasar/trunk/web/acc/admin/ Escape exec() parameters in ACC LDAP server update to prevent RCE attacks  
2447 2360 d 12 h richard /repos/alcasar/trunk/ Continuing the revamping of LDAP interface  
2446 2361 d 12 h richard /repos/alcasar/trunk/ Begin of complete revamping of LDAP interface  
2424 2414 d 13 h tom.houdayer /repos/alcasar/trunk/web/acc/manager/htdocs/ Set status_open_required as simple field in ACC user/group manager  
2418 2436 d 18 h tom.houdayer /repos/alcasar/trunk/web/ Show the warning message about disconnection if window closed in status.php only if the user need to keep it open  
2415 2438 d 18 h tom.houdayer /repos/alcasar/trunk/web/acc/manager/htdocs/ Fix PHP errors in acc/manager/htdocs/import_user.php  
2414 2438 d 18 h tom.houdayer /repos/alcasar/trunk/ Remove disallowed characters of login when importing users from a text file  
2413 2438 d 19 h tom.houdayer /repos/alcasar/trunk/ Get number of open session from the whole history instead of just the last 3 sessions in the status page  
2411 2438 d 23 h tom.houdayer /repos/alcasar/trunk/web/acc/manager/htdocs/ Some modifications in acc/manager/htdocs/activity.php (fix undeclared variable + remove old overwritten bgcolor)  
2410 2440 d 1 h richard /repos/alcasar/trunk/ 3.2.0b  
2409 2441 d 16 h tom.houdayer /repos/alcasar/trunk/ Add "HTTPS_CHILLI" option to ALCASAR configuration file to disable CoovaChilli in HTTPS (because this generates an additional HTTPS exception in case of a self-signed certificate)  
2407 2443 d 2 h tom.houdayer /repos/alcasar/trunk/web/ Trim spaces of username at login  
2406 2445 d 18 h tom.houdayer /repos/alcasar/trunk/ Fix detection of popups blocking in Safari (in order to force the opening of the status page)  
2405 2458 d 16 h tom.houdayer /repos/alcasar/trunk/ Print parsed log of MAC address spoofed instead of raw log lines in ACC  
2404 2458 d 17 h tom.houdayer /repos/alcasar/trunk/web/acc/admin/ Replace file_get_contents('http://...') by cURL function to getting ALCASAR external IP in network.php  
2403 2458 d 17 h tom.houdayer /repos/alcasar/trunk/web/acc/manager/htdocs/ Replace a deprecated ereg_replace() PHP function to preg_replace()