blob: 8b426314246e02a02f6d1e97d23247fa11b7748b (
plain)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
wallet (0.7-1) unstable; urgency=low
* New upstream version.
- Add exists and autocreate wallet server interfaces.
- Implement autocreation on the client instead of the server.
- Make create once again an ADMIN-only function.
- Always generate the srvtab from the newly downloaded keys.
- Pass kadmin.local ktadd its options in the correct order.
- Check naming policy before checking default ACLs.
- Work around a bug in Net::Remctl with explicit undef arguments.
- Correctly enable syslog logging in wallet-backend.
- Fix the remctl configuration for keytab-backend.
* Create /var/lib/keytabs in the keytab-backend package.
-- Russ Allbery <rra@debian.org> Fri, 08 Feb 2008 11:22:54 -0800
wallet (0.6-1) unstable; urgency=low
* New upstream version.
- Safer handling of file creation with -f in the client.
- The client can get configuration from krb5.conf.
- Support get in the client without -f.
- Client support for merging keys into an existing keytab.
- New client -u option to obtain new Kerberos credentials.
- New wallet-admin command-line utility for the server.
- The server supports enforcing a local object naming policy.
- New wallet-report script (currently Stanford-specific).
* Change hard-coded wallet server to wallet.stanford.edu.
* Add --enable-reduced-depends to configure to eliminate unnecessary
shared library dependencies.
-- Russ Allbery <rra@debian.org> Mon, 28 Jan 2008 15:17:25 -0800
wallet (0.5-2) unstable; urgency=low
* Hard-code lsdb-new.stanford.edu as the wallet server name for the time
being.
-- Russ Allbery <rra@debian.org> Mon, 17 Dec 2007 21:17:08 -0800
wallet (0.5-1) unstable; urgency=low
* New upstream release.
- Allow more valid arguments to wallet-backend.
- Load Perl modules for object types and ACL verifiers properly.
- Correctly implement clearing attribute values.
- Fix keytab principal validation to allow periods.
- When writing files from the client, remove old backup files.
- Check default creation ACLs before the ADMIN ACL.
-- Russ Allbery <rra@debian.org> Thu, 06 Dec 2007 22:26:55 -0800
wallet (0.4-1) unstable; urgency=low
* New upstream release.
- Globally cache ACL verifiers.
- Add the netdb-root ACL verifier, which requires root instances.
- Determine object and ACL scheme classes from the database.
- Coding style fixes and cleanup.
* Update debian/copyright using the information from LICENSE.
* Update standards version to 3.7.3 (no changes required).
-- Russ Allbery <rra@debian.org> Wed, 05 Dec 2007 17:01:20 -0800
wallet (0.3-1) unstable; urgency=low
* New upstream release.
* Initial packaging of all components of wallet.
-- Russ Allbery <rra@debian.org> Fri, 30 Nov 2007 20:30:30 -0800
wallet (0.1-1) unstable; urgency=low
* Initial release building only kasetkey.
-- Russ Allbery <rra@debian.org> Thu, 8 Mar 2007 16:07:05 -0800
|