]> git.ipfire.org Git - thirdparty/sarg.git/commit
Fixed a regression in the usertab file not accepting IPv6 addresses any more.
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 24 Jan 2010 16:31:04 +0000 (16:31 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 24 Jan 2010 16:31:04 +0000 (16:31 +0000)
commit965c4a6f192669504dea3f8c67d8993031588f37
treeb072f10817767214ade762ca5b47704690f6ef7e
parent8988b90d78567b2b68740b4364abbce038b99a7b
Fixed a regression in the usertab file not accepting IPv6 addresses any more.
Reintroduced in user_name the buffer size check that was present in get_usertab_name.
Rewrote the code from the old usertab file to blend it cleanly with the ldap code.
Added btree_cache.h that was missing from the repository.
Added const declaration where appropriate in btree_cache.
Fixed the inclusion of the ldap headers to compile without the local declarations in defs.h.
24 files changed:
CMakeLists.txt
authfail.c
btree_cache.c
dansguardian_report.c
denied.c
documentation/usertab.txt [new file with mode: 0644]
documentation/util.txt
download.c
getconf.c
grepday.c
html.c
include/btree_cache.h [new file with mode: 0644]
include/conf.h
include/defs.h
include/info.h
log.c
realtime.c
repday.c
report.c
siteuser.c
squidguard_report.c
topuser.c
usertab.c
util.c