File: ChangeLog

package info (click to toggle)
libpam-ccreds 8-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 572 kB
  • ctags: 95
  • sloc: sh: 3,408; ansic: 1,471; makefile: 104
file content (47 lines) | stat: -rw-r--r-- 1,246 bytes parent folder | download
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
45
46
47
$Id: ChangeLog,v 1.10 2007/12/07 00:19:13 lukeh Exp $
===============================================================

8	Guido Guenther <agx@sigxcpu.org>

	* remove ccreds_file parameter

7	Luke Howard <lukeh@padl.com>

	* Coding style cleanups

6	Guido Guenther <agx@sigxcpu.org>

	* uses AC_DEFINE_UNQUOTED for CCREDS_FILE so acconfig.h
	  can go
	* adds AM_MAINTAINER_MODE to configure.in so we don't run
	  autoreconf too often
	* makes it possible to select gnuTLS (gcrypt) instead of
	  OpenSSL during compile time (--enable-gcrypt)

5	Guido Guenther <agx@sigxcpu.org>

	* fix an uninitialized variable
	* fix dbopen() usage for Berkeley DB 3
	* add usage option to cc_dump
	* BUG#227: verify password via ccreds_chkpwd for
	  non-root users

4	Luke Howard <lukeh@padl.com>

	* build fix (include syslog.h)

2	Luke Howard <lukeh@padl.com>

	* patch from Nicolas Boullis <nicolas.boullis@ecp.fr>:
	  print last byte of hash
	* patch from Nicolas Boullis <nicolas.boullis@ecp.fr>:
	  handle the case where neither use_first_pass nor try_first_pass
	  are given
	* patch from Guido Guenther <agx@sigxcpu.org>:
	  fix "cc_test any user -" (currently nothing gets deleted from
	  the cache)

1	Luke Howard <lukeh@padl.com>

	* initial revision