File: Changelog

package info (click to toggle)
libapache2-mod-authn-sasl 1.2-2.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,412 kB
  • sloc: sh: 10,127; ansic: 215; makefile: 78
file content (44 lines) | stat: -rw-r--r-- 2,002 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
mod_authn_sasl-1.2  Heiko Hund  <heikoh@users.sf.net>

	* m4/apache.m4: fix httpd version regex to match vendor extended
	  version strings
	* Makefile.am: add Changelog to tarball
	* doc/index.html: let configure update the module version
	* mod_authn_sasl.c: fix segfault in cleanup code, closes ID: 3015155
	* mod_authn_sasl.c: make AuthSaslRealm a multi-value directive,
	  if the username contains a realm it must now match one of these 

mod_authn_sasl-1.1  Heiko Hund  <heikoh@users.sf.net>

	* doc/index.html: restored section for 'AuthSaslRealm', documented
	  changes in AuthSaslPwcheckMethod, replaced AuthSaslAppName with
	  AuthSaslServiceName
	* mod_authn_sasl.c: added AuthSaslServiceName directive in favor of
	  AuthSaslAppName, made auth with auxprop/sasldb work introducing
	  AuthSaslDBPath directive, removed support for other auxprop
	  plugins than sasldb, added libsasl log callback function

mod_authn_sasl-1.0.2  Heiko Hund  <heikoh@users.sf.net>

	* m4/apache.m4: rewrote httpd version matching code, renamed
	  macro AP_APACHE_MODULE to AP_HTTPD_MODULE, added new macro
	  AP_LIB_APR, added check if httpd supports loadable modules,
	  moved some of AP_MOD_CFLAGS into AP_MOD_CPPFLAGS, generally
	  changd macro to behave more like apxs(8)
	* m4/libs.m4: defining <lib>_LIBS instead of global LIBS now,
	  <lib>_INCLUDES renamed to <lib>_CPPFLAGS, now also defineing
	  HAVE_LIB<lib>, added --with-<LIB> option to configure
	* Makefile.am: adjustments for macro changes
	* doc/index.html: added sample .htaccess
	* configure.ac: using new module name AP_HTTPD_MODULE

mod_authn_sasl-1.0.1  Heiko Hund  <heikoh@users.sf.net>

	* mod_authn_sasl.c: fixed use of double `const'
	* m4/apache.m4: fixed optimistic matching for apache version
	  reported by Oliver Crow
	* m4/libs.m4: added generic lib checking macro with support for
	  non standard lib and include directories
	* configure.ac: using new AX_LIB_CHECKS macro for libsasl2,
	  using C99 compiler mode if available