Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | filter: honor squid authenticationv0.2 | Timo Teräs | 2011-06-14 | 1 | -0/+5 |
| | | | | | | Instead of having separate modes (which would likely need to be configurable on per-subnet or per-user, anyway), honour just the squid reported username. | ||||
* | Revert "filter: support filter-only and track-only modes" | Timo Teräs | 2011-06-14 | 1 | -61/+9 |
| | | | | This reverts commit a1277ab45a9d2bab9ca28baf05f978bf8066d928. | ||||
* | Revert "filter: rename modes to something that makes more sense" | Timo Teräs | 2011-06-14 | 1 | -29/+25 |
| | | | | This reverts commit a4180db79a80882f81bc8c880ec1e2db5ee9bf6d. | ||||
* | filter: rename modes to something that makes more sense | Timo Teräs | 2011-06-14 | 1 | -25/+29 |
| | | | | | Also, make sure the categorize mode is not touching authdb datastructures as they are invalid in that mode. | ||||
* | filter: support filter-only and track-only modes | Timo Teräs | 2011-06-14 | 1 | -9/+61 |
| | |||||
* | filter: return categorization and blocked/overridden status | Timo Teräs | 2010-11-18 | 1 | -3/+11 |
| | | | | | return the analysis back to squid as urlgroup. it can be then used in squid config acl's and logging (with patch). ref #447. | ||||
* | auth-snmp: option to syslog authentication requests | Timo Teräs | 2010-11-09 | 1 | -3/+51 |
| | | | | Including some information where it fails. | ||||
* | blob, config.[ch]: add missing files and includes | Timo Teräs | 2010-11-08 | 3 | -0/+24 |
| | |||||
* | authdb, auth-ip: make logout_timeout configurable | Timo Teräs | 2010-11-07 | 4 | -15/+32 |
| | | | | | | | | * authdb: change to use squark.conf instead of filter.conf * authdb: config option logout_timeout added (defaults to 15mins) * auth-ip: add -r parameter to refresh login time fixes #452 | ||||
* | all: check error for sqdb_open and adb_open | Timo Teräs | 2010-11-07 | 4 | -15/+61 |
| | | | | | so we don't crash on startup if essential files are missing. fixes #454 | ||||
* | build: use build system from apk-tools/opennhrp | Timo Teräs | 2010-11-07 | 5 | -28/+28 |
| | |||||
* | squark: reorganize sources to src directory | Timo Teräs | 2010-11-07 | 14 | -0/+3746 |