12015-03-05  Klas Lindfors <klas@yubico.com>
2
3	* NEWS: NEWS for 1.13
4
52014-12-01  Henrik Stråth <minisu@users.noreply.github.com>
6
7	* NEWS: Update NEWS
8
92014-11-26  Klas Lindfors <klas@yubico.com>
10
11	* tests/selftest.c: add a bunch of test cases for the crc
12
132014-11-26  Klas Lindfors <klas@yubico.com>
14
15	* tests/selftest.c: refactor aes/otp tests to be their own functions
16
172014-11-26  Klas Lindfors <klas@yubico.com>
18
19	* tests/selftest.c: refactor hex/modhex tests to more functions
20
212014-11-26  Klas Lindfors <klas@yubico.com>
22
23	* tests/Makefile.am: enable warnings for the tests
24
252014-11-26  Klas Lindfors <klas@yubico.com>
26
27	* tests/selftest.c: use asserts for tests
28
292014-11-26  Klas Lindfors <klas@yubico.com>
30
31	* tests/selftest.c, ykhex.c: indent fixups make indent..
32
332014-11-26  Klas Lindfors <klas@yubico.com>
34
35	* tests/selftest.c: fixup text in test
36
372014-11-26  Klas Lindfors <klas@yubico.com>
38
39	* tests/selftest.c: _decode() takes destination size as third
40	parameter
41
422014-11-26  Klas Lindfors <klas@yubico.com>
43
44	* Makefile.am, ykhex.c, ykmodhex.c: refactor to make hex and modhex
45	use the same code
46
472014-11-26  Klas Lindfors <klas@yubico.com>
48
49	* ykhex.c: fix so we can decode a hex string with uneven amount of
50	characters shown broken in test in last commit
51
522014-11-26  Klas Lindfors <klas@yubico.com>
53
54	* tests/selftest.c: add a test for decoding an ueven amount of hex
55	characters this test will fail
56
572014-11-26  Klas Lindfors <klas@yubico.com>
58
59	* tests/selftest.c: clean up tests a bit don't use same buffer for encode and decode
60
612014-10-29  Henrik Stråth <minisu@users.noreply.github.com>
62
63	* README: Update README
64
652014-10-29  Henrik Stråth <minisu@users.noreply.github.com>
66
67	* README: Update README
68
692014-10-29  Henrik Stråth <minisu@users.noreply.github.com>
70
71	* README: Update README
72
732014-10-29  Henrik Stråth <henrik@yubico.com>
74
75	* README.adoc: symlinked README
76
772014-09-12  Simon Josefsson <simon@josefsson.org>
78
79	* NEWS, configure.ac: Bump version.
80
812014-09-04  Simon Josefsson <simon@josefsson.org>
82
83	* Makefile.am: Abstract.
84
852014-09-04  Simon Josefsson <simon@josefsson.org>
86
87	* BLURB: Fix URL.
88
892014-08-27  Simon Josefsson <simon@josefsson.org>
90
91	* : Merge pull request #8 from eloj/modhex-printf-format-fix Change induction variable type for compatibility
92
932014-06-11  Klas Lindfors <klas@yubico.com>
94
95	* .travis.yml: let travis install fewer packages
96
972014-06-11  Klas Lindfors <klas@yubico.com>
98
99	* .travis.yml: let travis install asciidoc for the build
100
1012014-06-11  Simon Josefsson <simon@josefsson.org>
102
103	* README: Doc fix.
104
1052014-06-11  Simon Josefsson <simon@josefsson.org>
106
107	* NEWS: Version 1.12.
108
1092014-06-11  Simon Josefsson <simon@josefsson.org>
110
111	* Makefile.am: Improve release target.
112
1132014-06-11  Simon Josefsson <simon@josefsson.org>
114
115	* .gitignore, Makefile.am, NEWS, configure.ac, modhex.1,
116	modhex.1.txt, ykgenerate.1, ykgenerate.1.txt, ykparse.1,
117	ykparse.1.txt: Asciidocify man pages.
118
1192013-12-17  Klas Lindfors <klas@yubico.com>
120
121	* ykgenerate.c: no need to loop through otp to print it, just print
122	it
123
1242013-12-17  Klas Lindfors <klas@yubico.com>
125
126	* ykgenerate.c: make otp variable large enough as yubikey_generate() called yubikey_modhex_encode() which adds \0
127	otp must be YUBIKEY_OTP_SIZE + 1
128
1292013-10-18  Simon Josefsson <simon@josefsson.org>
130
131	* README, configure.ac: Cleanups.
132
1332013-10-18  Simon Josefsson <simon@josefsson.org>
134
135	* ykaes.c: Drop C++ comments.
136
1372013-10-18  Simon Josefsson <simon@josefsson.org>
138
139	* Makefile.am, tests/selftest.c, ykaes.c, yubikey.h: Indent code.
140
1412013-10-18  Simon Josefsson <simon@josefsson.org>
142
143	* NEWS, configure.ac: Bump versions.
144
1452013-10-18  Simon Josefsson <simon@josefsson.org>
146
147	* Makefile.am: Fix release target.
148
1492013-10-18  Simon Josefsson <simon@josefsson.org>
150
151	* Makefile.am: Fix release target.
152
1532013-10-18  Simon Josefsson <simon@josefsson.org>
154
155	* NEWS: Version 1.11.
156
1572013-10-18  Simon Josefsson <simon@josefsson.org>
158
159	* README: Doc fix.
160
1612013-10-17  Simon Josefsson <simon@josefsson.org>
162
163	* Makefile.am: Dist more man pages.  Run distcheck with warning
164	flags enabled.
165
1662013-10-17  Simon Josefsson <simon@josefsson.org>
167
168	* .gitignore: Fix git ignores.
169
1702013-10-17  Simon Josefsson <simon@josefsson.org>
171
172	* NEWS, tests/Makefile.am: Run tests under valgrind.
173
1742013-10-17  Simon Josefsson <simon@josefsson.org>
175
176	* configure.ac, m4/valgrind-tests.m4: Minor configure.ac fixes.
177
1782013-10-17  Simon Josefsson <simon@josefsson.org>
179
180	* Makefile.am, NEWS, README, modhex.1, ykgenerate.1, ykparse.1: Add
181	man pages.  Improve README.
182
1832013-10-17  Simon Josefsson <simon@josefsson.org>
184
185	* .gitignore: Ignore more.
186
1872013-10-11  Simon Josefsson <simon@josefsson.org>
188
189	* README: Improve README.
190
1912013-09-26  Klas Lindfors <klas@yubico.com>
192
193	* .gitignore: ignore release files
194
1952013-09-26  Klas Lindfors <klas@yubico.com>
196
197	* BLURB: add category to BLURB
198
1992013-09-23  Klas Lindfors <klas@yubico.com>
200
201	* README: add asciidoc heading to README
202
2032013-09-21  Simon Josefsson <simon@josefsson.org>
204
205	* BLURB: Fix.
206
2072013-09-21  Simon Josefsson <simon@josefsson.org>
208
209	* BLURB: Add.
210
2112013-04-22  Dain Nilsson <dain@yubico.com>
212
213	* Makefile.am: Fix release publishing.
214
2152013-04-10  Dain Nilsson <dain@yubico.com>
216
217	* Makefile.am: Updated artifact publishing in Makefile.
218
2192013-04-05  Dain Nilsson <dain@yubico.com>
220
221	* Makefile.am: Move releases to yubico.github.com
222
2232013-03-12  Klas Lindfors <klas@yubico.com>
224
225	* NEWS, configure.ac: bump versions post-release
226
2272013-03-12  Klas Lindfors <klas@yubico.com>
228
229	* configure.ac: bump LT_REVISION
230
2312013-03-12  Klas Lindfors <klas@yubico.com>
232
233	* NEWS: NEWS for 1.10
234
2352013-01-18  Klas Lindfors <klas@yubico.com>
236
237	* configure.ac: bump automake requirement to 1.11 resolves #2
238
2392012-11-07  Klas Lindfors <klas@yubico.com>
240
241	* configure.ac: move around the AM_PROG_AR call to avoid warnings
242
2432012-10-29  Nick Parker <nparker@zetetic.net>
244
245	* configure.ac: Adjustment to allow automake 1.12.4 to run without
246	warnings
247
2482012-09-13  Klas Lindfors <klas@yubico.com>
249
250	* : commit 7f685f4a046cfc0bb74051d5ab27c274664af140 Author: Klas
251	Lindfors <klas@yubico.com> Date:   Thu Sep 13 09:48:38 2012 +0200
252
2532012-08-24  Simon Josefsson <simon@josefsson.org>
254
255	* ykhex.c, ykmodhex.c: Constify.  Solves MSVS problem reported by
256	jklontz.
257
2582012-08-23  Simon Josefsson <simon@josefsson.org>
259
260	* modhex.c, ykgenerate.c, ykhex.c, ykmodhex.c, ykparse.c, yktoken.c:
261	Rewrite to not use stdbool, for MSVC.  Suggested by jklontz.
262
2632012-08-23  Simon Josefsson <simon@josefsson.org>
264
265	* yktoken.c: Fix casts, suggested by jklontz.
266
2672012-08-23  Simon Josefsson <simon@josefsson.org>
268
269	* Makefile.am, NEWS, configure.ac, m4/manywarnings.m4,
270	m4/warnings.m4, ykgenerate.c, yktoken.c: Enable warnings.  Fix some
271	warnings.
272
2732012-08-13  Rony Shapiro <ronys@users.sourceforge.net>
274
275	* Makefile.am, README: Fixed make check dependency correctly, per
276	Klas's suggestion
277
2782012-08-13  Rony Shapiro <ronys@users.sourceforge.net>
279
280	* README: Corrected make invocation in README
281
2822012-08-13  Rony Shapiro <ronys@users.sourceforge.net>
283
284	* .gitignore: Added compilation products to .gitignore
285
2862012-05-31  Klas Lindfors <klas@yubico.com>
287
288	* NEWS, configure.ac: prepare for the next release
289
2902012-05-31  Klas Lindfors <klas@yubico.com>
291
292	* NEWS: prepare version 1.9
293
2942012-05-31  Simon Josefsson <simon@josefsson.org>
295
296	* NEWS: Add.
297
2982012-05-31  Simon Josefsson <simon@josefsson.org>
299
300	* m4/ld-version-script.m4: Update from gnulib.
301
3022012-05-10  Simon Josefsson <simon@josefsson.org>
303
304	* ykparse.c: Doc fix.
305
3062012-03-13  Tollef Fog Heen <tfheen@err.no>
307
308	* tests/Makefile.am: Add missing -I$(top_srcdir) for out-of-tree
309	builds
310
3112012-03-13  Fredrik Thulin <fredrik@yubico.com>
312
313	* NEWS, configure.ac: Prepare for next release.
314
3152012-03-13  Fredrik Thulin <fredrik@yubico.com>
316
317	* Makefile.am: Fix googlecode_upload.py commands.
318
3192012-03-13  Fredrik Thulin <fredrik@yubico.com>
320
321	* README, simple.mk, test-vectors.txt, ykcrc.c, yktoken.c,
322	yubikey.h: s/Yubikey/YubiKey/
323
3242012-03-13  Fredrik Thulin <fredrik@yubico.com>
325
326	* NEWS: Prepare version 1.8.
327
3282012-03-13  Fredrik Thulin <fredrik@yubico.com>
329
330	* .gitignore: init
331
3322012-03-13  Fredrik Thulin <fredrik@yubico.com>
333
334	* Makefile.am: Update for Git.
335
3362012-03-13  Simon Josefsson <simon@josefsson.org>
337
338	* README: clean up readme from markup.
339
3402012-03-13  Simon Josefsson <simon@josefsson.org>
341
342	* simple.mk, selftest.c => tests/selftest.c: Make last commit work.
343	Update simple.mk too.
344
3452012-03-12  Fredrik Thulin <fredrik@yubico.com>
346
347	* Makefile.am, configure.ac, tests/Makefile.am: Fix insecure rpath.  http://code.google.com/p/yubico-c/issues/detail?id=5
348
3492012-01-23  Simon Josefsson <simon@josefsson.org>
350
351	* configure.ac: Use silent rules.
352
3532012-01-23  Simon Josefsson <simon@josefsson.org>
354
355	* selftest.c: Silence compiler warning.
356
3572012-01-23  Simon Josefsson <simon@josefsson.org>
358
359	* COPYING, Makefile.am, README, configure.ac, libyubikey.map,
360	modhex.c, selftest.c, simple.mk, ykaes.c, ykcrc.c, ykgenerate.c,
361	ykhex.c, ykmodhex.c, ykparse.c, yktoken.c, yubikey.h: Fix compiler
362	warnings.  Bump copyright years.
363
3642011-11-24  Simon Josefsson <simon@josefsson.org>
365
366	* NEWS: Add.
367
3682011-11-24  Simon Josefsson <simon@josefsson.org>
369
370	* modhex.c: Fix memory leak.
371
3722011-11-23  Simon Josefsson <simon@josefsson.org>
373
374	* README: Shift blame.
375
3762010-11-24  Simon Josefsson <simon@josefsson.org>
377
378	* configure.ac: Bump version.
379
3802010-11-24  Simon Josefsson <simon@josefsson.org>
381
382	* NEWS: Add.
383
3842010-11-24  Simon Josefsson <simon@josefsson.org>
385
386	* Makefile.am: Save a local copy of release.
387
3882010-11-24  Simon Josefsson <simon@josefsson.org>
389
390	* NEWS: Version 1.7.
391
3922010-11-24  Simon Josefsson <simon@josefsson.org>
393
394	* yubikey.h: Fix C++ namespace.
395
3962010-11-24  Simon Josefsson <simon@josefsson.org>
397
398	* NEWS: Add.
399
4002010-11-24  Simon Josefsson <simon@josefsson.org>
401
402	* yubikey.h: Add C++ extern scoping.  Reported by Giampaolo Bellini <iw2lsi@gmail.com>.
403
4042010-08-03  Simon Josefsson <simon@josefsson.org>
405
406	* Makefile.am: Fix release target.
407
4082010-08-03  Simon Josefsson <simon@josefsson.org>
409
410	* NEWS, configure.ac: Bump versions.
411
4122010-08-03  Simon Josefsson <simon@josefsson.org>
413
414	* NEWS: Version 1.6.
415
4162010-08-03  Simon Josefsson <simon@josefsson.org>
417
418	* README: Update examples.
419
4202010-08-03  Simon Josefsson <simon@josefsson.org>
421
422	* README: Improve.
423
4242010-08-03  Simon Josefsson <simon@josefsson.org>
425
426	* README: Update.
427
4282010-08-03  Simon Josefsson <simon@josefsson.org>
429
430	* Makefile.am, NEWS, simple.mk, ykdebug.c, ykgenerate.c, ykparse.c,
431	yktoken.c: Rename ykdebug tool to ykparse.
432
4332010-08-03  Simon Josefsson <simon@josefsson.org>
434
435	* README: Update.
436
4372010-08-03  Simon Josefsson <simon@josefsson.org>
438
439	* NEWS, yubikey.h: Added YUBIKEY_OTP_SIZE constant for OTP buffer
440	size.
441
4422010-08-03  Simon Josefsson <simon@josefsson.org>
443
444	* ykparse.c: Lowercase.
445
4462010-06-01  Simon Josefsson <simon@josefsson.org>
447
448	* Makefile.am, THANKS: Add THANKS file.
449
4502010-06-01  Simon Josefsson <simon@josefsson.org>
451
452	* AUTHORS: Improve.
453
4542010-06-01  Simon Josefsson <simon@josefsson.org>
455
456	* AUTHORS: Add.
457
4582010-06-01  Simon Josefsson <simon@josefsson.org>
459
460	* Makefile.am: Use google account.
461
4622010-06-01  Simon Josefsson <simon@josefsson.org>
463
464	* libyubikey.map, ykgenerate.c, ykhex.c, yubikey.h: Remove
465	yubikey_uint16_t_hex_decode.
466
4672010-06-01  Simon Josefsson <simon@josefsson.org>
468
469	* NEWS: Add.
470
4712010-06-01  Simon Josefsson <simon@josefsson.org>
472
473	* selftest.c, ykaes.c, yubikey.h: Cleanup AES encrypt code.
474
4752010-06-01  Simon Josefsson <simon@josefsson.org>
476
477	* modhex.c, selftest.c, ykaes.c, ykcrc.c, ykdebug.c, ykgenerate.c,
478	ykhex.c, ykparse.c, yubikey.h: Indent code.
479
4802010-06-01  Simon Josefsson <simon@josefsson.org>
481
482	* libyubikey.map: Export new ABIs.
483
4842010-06-01  Simon Josefsson <simon@josefsson.org>
485
486	* Makefile.am, selftest.c, simple.mk, ykaes.c, ykgenerate.c,
487	ykhex.c, ykparse.c, yubikey.h: Add functionality to generate OTPs.
488
4892010-04-27  Simon Josefsson <simon@josefsson.org>
490
491	* .svnignore: Use properties instead of .svnignore.
492
4932010-04-27  Simon Josefsson <simon@josefsson.org>
494
495	* .svnignore: Add.
496
4972010-03-09  Simon Josefsson <simon@josefsson.org>
498
499	* yubikey.h: Drop incorrect comment, caps lock triggering no longer
500	working.
501
5022009-08-31  Simon Josefsson <simon@josefsson.org>
503
504	* NEWS, configure.ac: Bump versions.
505
5062009-08-31  Simon Josefsson <simon@josefsson.org>
507
508	* NEWS: Version 1.5.
509
5102009-08-31  Simon Josefsson <simon@josefsson.org>
511
512	* NEWS: Fix.
513
5142009-08-31  Simon Josefsson <simon@josefsson.org>
515
516	* configure.ac: Call gl_LD_VERSION_SCRIPT.
517
5182009-08-31  Simon Josefsson <simon@josefsson.org>
519
520	* libyubikey.map: Add.
521
5222009-08-31  Simon Josefsson <simon@josefsson.org>
523
524	* Makefile.am, NEWS, m4/ld-version-script.m4: Use linker version
525	script.
526
5272009-08-28  Simon Josefsson <simon@josefsson.org>
528
529	* NEWS: Typo.
530
5312009-08-28  Simon Josefsson <simon@josefsson.org>
532
533	* NEWS, configure.ac, selftest.c, ykhex.c, ykmodhex.c, yubikey.h:
534	Add yubikey_modhex_p and yubikey_hex_p.
535
5362009-06-22  Simon Josefsson <simon@josefsson.org>
537
538	* Makefile.am: Fix release target.
539
5402009-04-30  Simon Josefsson <simon@josefsson.org>
541
542	* NEWS: Version 1.4.
543
5442009-04-30  Simon Josefsson <simon@josefsson.org>
545
546	* Makefile.am: Fix release target.
547
5482009-04-30  Simon Josefsson <simon@josefsson.org>
549
550	* NEWS, README, configure.ac, selftest.c, simple.mk, ykdebug.c: Make
551	ykdebug use hex keys.  Prepare for release.
552
5532009-04-30  Simon Josefsson <simon@josefsson.org>
554
555	* Makefile.am, NEWS, selftest.c, ykhex.c, yubikey.h: Add hex
556	functions.
557
5582009-03-30  Simon Josefsson <simon@josefsson.org>
559
560	* NEWS, README: Improve build instructions.
561
5622009-03-30  Simon Josefsson <simon@josefsson.org>
563
564	* NEWS, configure.ac: Bump versions.
565
5662009-03-25  Simon Josefsson <simon@josefsson.org>
567
568	* NEWS: Version 1.3.
569
5702009-03-25  Simon Josefsson <simon@josefsson.org>
571
572	* Makefile.am: Fix release target.
573
5742009-03-25  Simon Josefsson <simon@josefsson.org>
575
576	* ykdebug.c, yubikey.h: Cosmetic fixes.
577
5782009-03-25  Simon Josefsson <simon@josefsson.org>
579
580	* COPYING, README: Doc fix.
581
5822009-03-25  Simon Josefsson <simon@josefsson.org>
583
584	* selftest.c: Indent.
585
5862009-03-25  Simon Josefsson <simon@josefsson.org>
587
588	* ykparse.c: Fix warning.  Indent.
589
5902009-03-25  Simon Josefsson <simon@josefsson.org>
591
592	* ykaes.c: Add, from yubikey.c.
593
5942009-03-25  Simon Josefsson <simon@josefsson.org>
595
596	* Makefile.am, simple.mk, yubikey.c => ykparse.c: Separate ykparse
597	function.
598
5992009-03-25  Simon Josefsson <simon@josefsson.org>
600
601	* Makefile.am, simple.mk, yubikey.c: Separate aes functions.
602
6032009-03-25  Simon Josefsson <simon@josefsson.org>
604
605	* selftest.c: Fix debug output.
606
6072009-03-25  Simon Josefsson <simon@josefsson.org>
608
609	* Makefile.am, simple.mk, ykcrc.c, yubikey.c: Separate crc function.
610
6112009-03-25  Simon Josefsson <simon@josefsson.org>
612
613	* ykdebug.c: Fix warnings.
614
6152009-03-25  Simon Josefsson <simon@josefsson.org>
616
617	* selftest.c: Fix warnings.
618
6192009-03-25  Simon Josefsson <simon@josefsson.org>
620
621	* configure.ac: Bump versions.
622
6232009-03-25  Simon Josefsson <simon@josefsson.org>
624
625	* Makefile.am, NEWS, modhex.c, simple.mk, ykmodhex.c, yubikey.c,
626	yubikey.h: Add YUBIKEY_MODHEX_MAP.  Use char* instead of uint8_t*.
627	Separate modhex functions.
628
6292009-03-17  Simon Josefsson <simon@josefsson.org>
630
631	* test-vectors.txt: More test vectors.
632
6332009-03-17  Simon Josefsson <simon@josefsson.org>
634
635	* test-vectors.txt: Add modhex decoding of prefix.
636
6372009-01-13  Simon Josefsson <simon@josefsson.org>
638
639	* NEWS: Version 1.2.
640
6412009-01-13  Simon Josefsson <simon@josefsson.org>
642
643	* Makefile.am, configure.ac: Fix libtool warnings.
644
6452008-09-19  Simon Josefsson <simon@josefsson.org>
646
647	* Makefile.am: Install yubikey.h.  Reported by Richard Levitte
648	<levitte@lp.se>.
649
6502008-09-17  Simon Josefsson <simon@josefsson.org>
651
652	* Makefile.am, NEWS: Use -export-symbols-regex.
653
6542008-06-16  Simon Josefsson <simon@josefsson.org>
655
656	* configure.ac: Bump versions.
657
6582008-06-16  Simon Josefsson <simon@josefsson.org>
659
660	* NEWS: Add.
661
6622008-06-16  Simon Josefsson <simon@josefsson.org>
663
664	* Makefile.am: Drop -lpam.
665
6662008-06-10  Simon Josefsson <simon@josefsson.org>
667
668	* README: Add labels.
669
6702008-06-10  Simon Josefsson <simon@josefsson.org>
671
672	* NEWS: Version 1.1.
673
6742008-06-10  Simon Josefsson <simon@josefsson.org>
675
676	* README: Fixes.
677
6782008-06-10  Simon Josefsson <simon@josefsson.org>
679
680	* Makefile.am: Uploade release too.
681
6822008-06-10  Simon Josefsson <simon@josefsson.org>
683
684	* NEWS: Add.
685
6862008-06-10  Simon Josefsson <simon@josefsson.org>
687
688	* configure.ac: Bump versions.
689
6902008-06-10  Simon Josefsson <simon@josefsson.org>
691
692	* Makefile.am, Makefile.simple => simple.mk: Rename simple.mk.
693
6942008-06-10  Simon Josefsson <simon@josefsson.org>
695
696	* README: Update to refer to simple.mk.
697
6982008-06-10  Simon Josefsson <simon@josefsson.org>
699
700	* NEWS: Version 1.0.
701
7022008-06-10  Simon Josefsson <simon@josefsson.org>
703
704	* README: Fix ykdebug reference.
705
7062008-06-10  Simon Josefsson <simon@josefsson.org>
707
708	* Makefile.am, Makefile.simple, README, yubikey-debug.c =>
709	ykdebug.c: Rename to ykdebug.
710
7112008-06-10  Simon Josefsson <simon@josefsson.org>
712
713	* selftest.c: Fix namespace.
714
7152008-06-10  Simon Josefsson <simon@josefsson.org>
716
717	* sefltest.c => selftest.c: Fix typo.
718
7192008-06-10  Simon Josefsson <simon@josefsson.org>
720
721	* Makefile.simple: Update.
722
7232008-06-10  Simon Josefsson <simon@josefsson.org>
724
725	* README, tool.c => yubikey-debug.c: Rename, use new namespace.
726
7272008-06-10  Simon Josefsson <simon@josefsson.org>
728
729	* Makefile.am: Build modhex and yubikey-debug.
730
7312008-06-10  Simon Josefsson <simon@josefsson.org>
732
733	* modhex.c: Namespace fix.
734
7352008-06-10  Simon Josefsson <simon@josefsson.org>
736
737	* yubikey.c, yubikey.h: Fix namespace.
738
7392008-06-10  Simon Josefsson <simon@josefsson.org>
740
741	* Makefile.am, Makefile => Makefile.simple, pof-test.c =>
742	sefltest.c, pof.c => yubikey.c, pof.h => yubikey.h: Rename.
743
7442008-06-10  Simon Josefsson <simon@josefsson.org>
745
746	* AUTHORS, Makefile.am, NEWS, configure.ac: Use autoconf, automake
747	and libtool.
748
7492008-06-03  Simon Josefsson <simon@josefsson.org>
750
751	* tool.c: Check token length.  Suggested by Jorj Bauer
752	<jorj@seas.upenn.edu>.
753
7542008-05-12  Simon Josefsson <simon@josefsson.org>
755
756	* pof.h: Fix typo.  Suggested by Steve Gibson.
757
7582008-05-06  Simon Josefsson <simon@josefsson.org>
759
760	* Makefile: Fix dependency.
761
7622008-05-06  Simon Josefsson <simon@josefsson.org>
763
764	* pof.h: Fix comment describing session counter semantics.
765	Suggested by Steve Gibson <steve2008@grc.com>.
766
7672008-05-04  Simon Josefsson <simon@josefsson.org>
768
769	* Makefile: Add COPYING to *.zip, suggested by Gregory Bell
770	<greg@collectivesoftware.com>.
771
7722008-05-03  Simon Josefsson <simon@josefsson.org>
773
774	* README: Converted to google code wiki markup.
775
7762008-05-01  Simon Josefsson <simon@josefsson.org>
777
778	* Makefile: Improve zip filename.
779
7802008-05-01  Simon Josefsson <simon@josefsson.org>
781
782	* COPYING, Makefile, README, modhex.c, pof-test.c, pof.c, pof.h,
783	test-vectors.txt, tool.c: Initial import from internal CVS
784	repository, with new license.
785
7862008-05-01  Simon Josefsson <simon@josefsson.org>
787
788	* Initial directory structure.
789
790