]> git.ipfire.org Git - thirdparty/squid.git/commit - src/auth/basic/RADIUS/radius.h
Import squid_radius_auth helper for basic authentication to RADIUS
authorhno <>
Mon, 25 Jun 2007 17:02:34 +0000 (17:02 +0000)
committerhno <>
Mon, 25 Jun 2007 17:02:34 +0000 (17:02 +0000)
commitd80aac12c1a9e06ca1cc6f691c378972664acaa7
tree45c9963f3c84e9a079ade2971151b101a7e03b24
parent67bdac4749c67618fd445af8e76951a5b57a4433
Import squid_radius_auth helper for basic authentication to RADIUS
17 files changed:
configure.in
helpers/basic_auth/Makefile.am
helpers/basic_auth/squid_radius_auth/COPYRIGHT [new file with mode: 0644]
helpers/basic_auth/squid_radius_auth/Changelog [new file with mode: 0644]
helpers/basic_auth/squid_radius_auth/Make.inc [new file with mode: 0644]
helpers/basic_auth/squid_radius_auth/Makefile.am [new file with mode: 0644]
helpers/basic_auth/squid_radius_auth/Makefile.default [new file with mode: 0644]
helpers/basic_auth/squid_radius_auth/Makefile.in [new file with mode: 0644]
helpers/basic_auth/squid_radius_auth/Makefile.solaris [new file with mode: 0644]
helpers/basic_auth/squid_radius_auth/README [new file with mode: 0644]
helpers/basic_auth/squid_radius_auth/md5.c [new file with mode: 0644]
helpers/basic_auth/squid_radius_auth/md5.h [new file with mode: 0644]
helpers/basic_auth/squid_radius_auth/radius.h [new file with mode: 0644]
helpers/basic_auth/squid_radius_auth/squid_rad_auth.c [new file with mode: 0644]
helpers/basic_auth/squid_radius_auth/squid_radius_auth.8 [new file with mode: 0644]
helpers/basic_auth/squid_radius_auth/util.c [new file with mode: 0644]
helpers/basic_auth/squid_radius_auth/util.h [new file with mode: 0644]