]> git.ipfire.org Git - thirdparty/squid.git/commit - helpers/basic_auth/SASL/Makefile.am
Basic Authentication Helper name upgrades
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 2 Jan 2010 12:06:08 +0000 (01:06 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 2 Jan 2010 12:06:08 +0000 (01:06 +1300)
commit5a48ed18b5610e3e2d3d5250797375f4fb93dc1e
treef95b4ac535706f5fa6358ebe29b8c500f0001099
parent90891b326f0e713f2489520676035fe089089c2f
Basic Authentication Helper name upgrades

This nearly completes renaming and C++ compiling of the basic auth helpers.
MSNT is still pending cleanup in it's smb library code.

TODO: other helper types updated.
51 files changed:
configure.in
doc/release-notes/release-3.2.html
doc/release-notes/release-3.2.sgml
helpers/basic_auth/MSNT-multi-domain/Makefile.am [new file with mode: 0644]
helpers/basic_auth/MSNT-multi-domain/README.txt [moved from helpers/basic_auth/multi-domain-NTLM/README.txt with 100% similarity]
helpers/basic_auth/MSNT-multi-domain/basic_msnt_multi_domain_auth.pl [moved from helpers/basic_auth/multi-domain-NTLM/smb_auth.pl with 98% similarity]
helpers/basic_auth/MSNT-multi-domain/config.test [moved from helpers/basic_auth/multi-domain-NTLM/config.test with 100% similarity]
helpers/basic_auth/Makefile.am
helpers/basic_auth/NIS/Makefile.am [new file with mode: 0644]
helpers/basic_auth/NIS/basic_nis_auth.cc [moved from helpers/basic_auth/YP/yp_auth.c with 91% similarity]
helpers/basic_auth/NIS/config.test [moved from helpers/basic_auth/YP/config.test with 100% similarity]
helpers/basic_auth/NIS/nis_support.cc [moved from helpers/basic_auth/YP/nis_support.c with 100% similarity]
helpers/basic_auth/NIS/nis_support.h [moved from helpers/basic_auth/YP/nis_support.h with 100% similarity]
helpers/basic_auth/PAM/Makefile.am
helpers/basic_auth/PAM/basic_pam_auth.8 [moved from helpers/basic_auth/PAM/pam_auth.8 with 89% similarity]
helpers/basic_auth/PAM/basic_pam_auth.cc [moved from helpers/basic_auth/PAM/pam_auth.c with 95% similarity]
helpers/basic_auth/POP3/Makefile.am
helpers/basic_auth/POP3/basic_pop3_auth.pl [moved from helpers/basic_auth/POP3/pop3.pl with 100% similarity]
helpers/basic_auth/RADIUS/COPYRIGHT [moved from helpers/basic_auth/squid_radius_auth/COPYRIGHT with 100% similarity]
helpers/basic_auth/RADIUS/Changelog [moved from helpers/basic_auth/squid_radius_auth/Changelog with 100% similarity]
helpers/basic_auth/RADIUS/Make.inc [moved from helpers/basic_auth/squid_radius_auth/Make.inc with 100% similarity]
helpers/basic_auth/RADIUS/Makefile.am [new file with mode: 0644]
helpers/basic_auth/RADIUS/Makefile.default [moved from helpers/basic_auth/squid_radius_auth/Makefile.default with 100% similarity]
helpers/basic_auth/RADIUS/Makefile.solaris [moved from helpers/basic_auth/squid_radius_auth/Makefile.solaris with 100% similarity]
helpers/basic_auth/RADIUS/README [moved from helpers/basic_auth/squid_radius_auth/README with 85% similarity]
helpers/basic_auth/RADIUS/basic_radius_auth.8 [moved from helpers/basic_auth/squid_radius_auth/squid_radius_auth.8 with 89% similarity]
helpers/basic_auth/RADIUS/basic_radius_auth.cc [moved from helpers/basic_auth/squid_radius_auth/squid_rad_auth.c with 95% similarity]
helpers/basic_auth/RADIUS/config.test [moved from helpers/basic_auth/squid_radius_auth/config.test with 100% similarity]
helpers/basic_auth/RADIUS/radius-util.cc [moved from helpers/basic_auth/squid_radius_auth/radius-util.c with 100% similarity]
helpers/basic_auth/RADIUS/radius-util.h [moved from helpers/basic_auth/squid_radius_auth/radius-util.h with 100% similarity]
helpers/basic_auth/RADIUS/radius.h [moved from helpers/basic_auth/squid_radius_auth/radius.h with 100% similarity]
helpers/basic_auth/SASL/Makefile.am
helpers/basic_auth/SASL/README
helpers/basic_auth/SASL/basic_sasl_auth.cc [moved from helpers/basic_auth/SASL/sasl_auth.c with 95% similarity]
helpers/basic_auth/SASL/basic_sasl_auth.conf [moved from helpers/basic_auth/SASL/squid_sasl_auth.conf with 100% similarity]
helpers/basic_auth/SASL/basic_sasl_auth.pam [moved from helpers/basic_auth/SASL/squid_sasl_auth with 100% similarity]
helpers/basic_auth/SMB/ChangeLog
helpers/basic_auth/SMB/Makefile.am
helpers/basic_auth/SMB/README [deleted file]
helpers/basic_auth/SMB/basic_smb_auth.cc [moved from helpers/basic_auth/SMB/smb_auth.c with 98% similarity]
helpers/basic_auth/SMB/basic_smb_auth.sh [moved from helpers/basic_auth/SMB/smb_auth.sh with 100% similarity]
helpers/basic_auth/SSPI/Makefile.am [new file with mode: 0644]
helpers/basic_auth/SSPI/basic_sspi_auth.cc [moved from helpers/basic_auth/mswin_sspi/mswin_auth.c with 99% similarity]
helpers/basic_auth/SSPI/config.test [moved from helpers/basic_auth/mswin_sspi/config.test with 100% similarity]
helpers/basic_auth/SSPI/readme.txt [moved from helpers/basic_auth/mswin_sspi/readme.txt with 100% similarity]
helpers/basic_auth/SSPI/valid.cc [moved from helpers/basic_auth/mswin_sspi/valid.c with 99% similarity]
helpers/basic_auth/SSPI/valid.h [moved from helpers/basic_auth/mswin_sspi/valid.h with 100% similarity]
helpers/basic_auth/YP/Makefile.am [deleted file]
helpers/basic_auth/mswin_sspi/Makefile.am [deleted file]
helpers/basic_auth/multi-domain-NTLM/Makefile.am [deleted file]
helpers/basic_auth/squid_radius_auth/Makefile.am [deleted file]