root/trunk/ChangeLog

Revision 176, 5.9 kB (checked in by jonsito, 3 years ago)

Changelog NEWS and README's updates

Line 
108- Sep 2005
2        - Fixes to pam_pkcs11.spec
3
407- Sep 2005
5        - Conditional compilation of pcsc-lite, curl and ldap dependent
6        modules
7        - Added LDAP mapper. Thanks to Dominik Fisher
8        - TODO roadmap updated
9
1006- Sep 2005
11        - Add new OpenSSH mapper. Thanks again Andreas for pam_openssh module
12
1303- Sep 2005
14        - Add base64 encoding functions
15
1602- Sep 2005
17        - Make source doxygen friendly
18
1901- Sep 2005
20        - Finished OpenSC mapper. Thanks to Andreas for their pam_opensc module
21        - New .spec file
22        - Cleanning tasks to prepare next release
23
2431- Aug 2005
25        - Include HOWTO in Pam-pkcs11 manual
26        - Several fixes in src/mappers/Makefile.am to properly manage libraries
27
2830- Aug 2005
29        - Allow static mapper to be instantiated with defaults if
30        no configuration block defined
31        - Documentation updates
32        - Make pam_pkcs11.so to be installed at /lib/security
33        - Debugging improvements
34
3529- Aug 2005
36        - Mappers can be now statically linked
37        - Added Mapper API documentation
38        - Moved most of mappers to be static
39
4028- Aug 2005
41        - Documentation Updates
42        - Created libmapper
43        - pam_sm_authenticate fail on xdmcp remote users
44
4505- Jul 2005
46        - Many improvements to code by Ludovic Rousseau
47        - Configure.in library checks improvements
48        - Do not compile card-eventmgr if pcsc is not installed
49
5009- Jun 2005
51        - Preliminary works on OpenSC mapper
52
5306- Jun 2005
54        - Added openssh mapper
55        - Now pam_pkcs11 generates PEM data for cert and pubk
56        - Many bugfixes
57
5814- Apr 2005
59        - finish coding of generic_maper
60        - Move common code of pwent_mapper to mapper.c and mapper.h
61        - Fix MAINTAINERCLEAN entries in some Makefile.am files
62
6311- Apr 2005
64        - Change package name to pam-pkcs11
65        - Change directory names according with package name
66        - Rewrite pwent mapper to use cert_info library
67
6808- Apr 2005
69        - Some typos in some messages
70        - Make sources more "gcc -pedantic" friendly.
71        - Changes in DBG(X) macros, to be C99 compliant
72
7307- Apr 2005
74        - pkcs11_login-0.5.1 is out
75        - Fix configure.in AM_MAINTAINER_MODE
76        - Makefile fixes
77        - Fix some typos and sample files
78
7904- Apr 2005
80        - Tarball moved to OpenSC Project web pages
81
8202- Apr 2005
83        - pkcs11_login-0.5 is out
84        - Mail mapper rewritten to use cert_info lib
85        - First works on mapper api:
86                . create structs and macros in mapper.h
87                . rewrite mappers to initialize mapper_module_st entries
88        - Published roadmap to 1.0 version. See TODO file
89        - Fix: Dont free key/value map entries, as they come from buffer entry
90
9131- Mar 2005
92        - Added CA & CRL mgmnt doc to manual
93        - Chaged  ocurrences of "if (!x) free(x)" to "free(x)" as glibc
94          already does propper null check
95        - Finished krb_mapper ( no pkinit, just kpn -> login map ).
96          NOTE: I assume that KPN is stored as ASN1_STRING, but cannot
97          deduce it from RFC's
98        - MS mapper rewriten to use cert_info lib
99
10029- Mar 2005
101        - Manual rewritten in xml format
102        - Check for manual in html format. Re-generate if not present
103        - pkcs11_eventmgr: reset time_counter on expire() event fixed
104        - Update .spec file to release 0.5-0
105
10628- Mar 2005
107        - pkcs11_login-0.5beta1 is out
108        - Manual and web page updated
109
11022- Mar 2005
111        - recoded cn and krb mappers to use cert_info library
112        - buxfix in conf file
113
11420- Mar 2005
115        - New tool: pkcs11_inspect, to see contents of certificate
116        - Man pages: several typos and bugfixes
117        - Recoded uid mapper to use cert_info library
118
11918- Mar 2005
120        - No more warns in compile: fix "-no-strict-alias" cflag when
121        linking with /usr/lib/libpam.so
122        - Several bugfixes and configuration files typos.
123        - Updated .spec file
124        - New files cert_info.[ch] to get and show cert contents.
125        This will allow coding of some tools to inspect certificates
126        without loading mapper modules
127        - Re-coded digest and subject mapper to use cert_info library.
128        The idea is:
129                1- Get all mappers use cert_info library
130                2- join all mappers in one big dynload module to
131                store all pre-defined mappers
132
13317- Mar 2005
134        - Add mapper module function: mapper_find_entries(), in module
135        API to get textual (ie: without mapping) entries on certificate
136        - Reorganize sources: add src/common directory for shared code
137        and move most of common functions there to create a library
138        - Fixed tons of warnings related to "const char *" typecast
139        - Rename cert.[ch] to cert_vfy.[ch]
140
14115- Mar 2005
142        - Add Certificate Digest mapper ( updated doc and sample files )
143
1444- Mar 2005
145        - Added mapfiles to UID mapper
146        - ms_mapper now works properly ( sorry, no ADS conection yet :-( )
147        - Updated doc and sample files
148
1493- Mar 2005
150        - Implemented routines API for file mapping:
151          {set,get,end}_mapfile()
152          mapfile_{find,match}()
153        - Implemented mapfiles in mail_mapper
154        - Added mapfiles to cn_mapper
155        - file_mapper changed to subject_mapper
156
1571- Mar 2005
158        - Pkcs#11-Login 0.4.4 is out.
159        - New web pages
160
16128- Feb 2005
162        - New pkcs11_eventmgr tool. card_eventmgr is now deprecated,
163          but still supported
164        - Updated manual
165
16624- Feb 2005
167        - Proper detect [no]debug commandline option
168        - Updated manual
169        - Fixed pcsc-lite version control in card_eventmgr.c
170        - Several configure.in compatibility issues
171
17216- Feb 2005
173        - Move scconf to be statically linked
174        - New tool: pklogin_finder
175        - Some manual pages
176        - Redhat .spec file
177        - Bugfixes
178
17911- Feb 2005
180        - Works on Card Event manager finished
181        - Update documentation
182
18310- Feb 2005
184        - Preliminary version of card_eventmgr tool to detect
185        insert/extract card events and launch proper actions
186
1879- Feb 2005
188        - Allow empty strings as user name, and deduce login from certificate
189        - Bugfix: call close_pkcs11_session() on all error conditions
190        - Updated manuals and README's
191
1928- Feb 2005
193        - New pw_mapper CN-to-getpwent() mapper
194        - Ignoredomain support for mail_mapper
195        - Minor bugs in cn and uid mappers
196
1977- Feb 2005
198        pkcs11_login-0.4 released:
199        - Now pam_pkcs11 can take arguments from command line
200        or via configuration file
201        - Certificate to User mappin has been modularized
202        - Preliminary works on entering session without userlogin prompt:
203        just insert certificate and enter PIN
204
2052- Feb 2005
206        Thanks Mario Strasser for allow me re-work in their pam_pkcs11
207        module and re-release it under LGPL
Note: See TracBrowser for help on using the browser.