summaryrefslogtreecommitdiffstats
path: root/src/squark-auth-ip.c
Commit message (Collapse)AuthorAgeFilesLines
* fix overlapped memcpyTimo Teräs2015-06-031-1/+1
|
* squark-filter, squark-auth-ip: avoid overflow of login_name bufferAlex Dowad2014-05-011-1/+3
|
* squark-auth-ip: don't print nulls at end of usernameAlex Dowad2014-05-011-1/+1
|
* squark-filter, squark-auth-ip: filter DB file path can be set using -d optionAlex Dowad2014-04-251-1/+4
|
* squark-filter, squark-auth-ip: config file path can be set using -c optionAlex Dowad2014-04-251-1/+4
|
* all: report errors if calls to write() failAlex Dowad2014-04-251-1/+4
| | | | This also quiets compiler warnings for "ignored return values".
* all: unified framework for reporting errors/warnings/info messages to ↵Alex Dowad2014-04-251-9/+22
| | | | stderr/syslog
* squark-auth-ip: don't segfault if there is an error in the auth DBAlex Dowad2014-04-251-1/+1
|
* auth-ip, filter: refresh configurationTimo Teräs2012-01-101-0/+1
|
* authdb, auth-ip: make logout_timeout configurableTimo Teräs2010-11-071-6/+14
| | | | | | | | * 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_openTimo Teräs2010-11-071-4/+19
| | | | | so we don't crash on startup if essential files are missing. fixes #454
* squark: reorganize sources to src directoryTimo Teräs2010-11-071-0/+218