log src/http/modules/ngx_http_auth_basic_module.c @ 6662:1301a58b5dac

age author description
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Thu, 31 Oct 2013 04:02:21 +0400 Maxim Dounin Auth basic: "info" logging level on no user/password.
Sun, 10 Feb 2013 03:08:42 +0000 Maxim Dounin Merge of r4948, r4949, r4964, r4973, r5011: variables. stable-1.2
Mon, 10 Dec 2012 13:11:11 +0000 Ruslan Ermilov The "auth_basic" directive gained support of variables.
Thu, 06 Dec 2012 23:03:53 +0000 Ruslan Ermilov Allow the complex value to be defined as an empty string.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 16 May 2011 14:54:50 +0000 Igor Sysoev "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module
Tue, 12 Apr 2011 08:02:46 +0000 Igor Sysoev use memmove() in appropriate places
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Sun, 22 Mar 2009 09:39:19 +0000 Igor Sysoev use complex values in add_header, auth_basic_user_file,
Mon, 16 Mar 2009 11:08:08 +0000 Igor Sysoev delete unneeded variable
Mon, 16 Mar 2009 07:13:22 +0000 Igor Sysoev auth_basic_user_file supports variables
Mon, 23 Feb 2009 15:31:18 +0000 Igor Sysoev name/password were ignored after odd empty lines
Mon, 23 Feb 2009 15:15:42 +0000 Igor Sysoev add auth basic failure logging