File: ChangeLog

package info (click to toggle)
pamtester 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,444 kB
  • sloc: sh: 7,904; ansic: 1,200; makefile: 20
file content (30 lines) | stat: -rw-r--r-- 1,096 bytes parent folder | download | duplicates (2)
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
2005-09-20  Moriyoshi Koizumi  <moriyoshi@users.sourceforge.net>

	* app.c: (pamtester_app_run): fix the bug that the -I option wrongly
	gives the name of the item to pam_set_item() rather than the value of
	the item.

2005-06-20  Moriyoshi Koizumi  <moriyoshi@users.sourceforge.net>

	* configure.in: add --with-pam, --with-pam-includes and --with-pam-libs
	options that allow you to use an arbitrary pam implementation installed
	anywhere.

2005-06-12  Moriyoshi Koizumi  <moriyoshi@users.sourceforge.net>

	* configure.in: improve pam_misc detection for misc_conv() compatibility
	issues.
	* autogen.sh: run libtoolize prior to aclocal.
	* app.c: (pamtester_app_run) initialize pamh by NULL in case pam_start()
	fails. uninitialized pamh causes segfault on pam_end().
	* compat.c: provide misc_conv() equivalent for platforms where such
	convenience functions are not available.

2005-03-29  Moriyoshi Koizumi  <moriyoshi@users.sourceforge.net>

	* NEWS: added.
	* Makefile.am: add NEWS to EXTRA_DIST.

2005-03-28  Moriyoshi Koizumi  <moriyoshi@users.sourceforge.net>

	* ALL: import to CVS.