From: Amos Jeffries Date: Tue, 30 Dec 2014 10:05:05 +0000 (-0800) Subject: basic_msnt_auth: rename to basic_smb_lm_auth and deprecate X-Git-Tag: merge-candidate-3-v1~408 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f0e29d259332e0adfa27bb365851df7866e3453;p=thirdparty%2Fsquid.git basic_msnt_auth: rename to basic_smb_lm_auth and deprecate --- diff --git a/CREDITS b/CREDITS index 4099183a79..2938d3516b 100644 --- a/CREDITS +++ b/CREDITS @@ -687,29 +687,6 @@ helpers/basic_auth/LDAP/: ============================================================================== -helpers/basic_auth/MSNT/: - - * (C) 2000 Antonino Iannella, Stellar-X Pty Ltd - * Released under GPL, see COPYING-2.0 for details. - - * Released under GNU Public License - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -============================================================================== - helpers/basic_auth/NCSA/basic_ncsa_auth.8: This file is distributed in the hope that it will be useful, @@ -956,6 +933,29 @@ helpers/basic_auth/SMB/: ============================================================================== +helpers/basic_auth/SMB_LM/: + + * (C) 2000 Antonino Iannella, Stellar-X Pty Ltd + * Released under GPL, see COPYING-2.0 for details. + + * Released under GNU Public License + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +============================================================================== + helpers/basic_auth/SSPI/: Guido Serassio, Torino - Italy diff --git a/configure.ac b/configure.ac index 01ea31261a..6dc92e7641 100644 --- a/configure.ac +++ b/configure.ac @@ -3814,7 +3814,6 @@ AC_CONFIG_FILES([ helpers/basic_auth/fake/Makefile helpers/basic_auth/getpwnam/Makefile helpers/basic_auth/LDAP/Makefile - helpers/basic_auth/MSNT/Makefile helpers/basic_auth/MSNT-multi-domain/Makefile helpers/basic_auth/NCSA/Makefile helpers/basic_auth/NIS/Makefile @@ -3823,6 +3822,7 @@ AC_CONFIG_FILES([ helpers/basic_auth/RADIUS/Makefile helpers/basic_auth/SASL/Makefile helpers/basic_auth/SMB/Makefile + helpers/basic_auth/SMB_LM/Makefile helpers/basic_auth/SSPI/Makefile helpers/digest_auth/Makefile helpers/digest_auth/eDirectory/Makefile diff --git a/doc/release-notes/release-3.6.sgml b/doc/release-notes/release-3.6.sgml index 003fa2240b..fdb1c65b03 100644 --- a/doc/release-notes/release-3.6.sgml +++ b/doc/release-notes/release-3.6.sgml @@ -41,6 +41,7 @@ The 3.6 change history can be