File: ChangeLog

package info (click to toggle)
yubikey-ksm 1.15-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 268 kB
  • ctags: 91
  • sloc: perl: 416; php: 143; sh: 123; makefile: 87; sql: 12
file content (726 lines) | stat: -rw-r--r-- 17,118 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
2014-09-30  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.15.

2014-09-30  Simon Josefsson <simon@josefsson.org>

	* doc/DecryptionProtocol.txt, doc/DesignGoals.txt,
	doc/GenerateKSMKey.txt, doc/GenerateKeys.txt,
	doc/ImportKeysToKSM.txt, doc/Installation.txt,
	doc/KeyProvisioningFormat.txt, doc/MakeRelease.txt,
	doc/ServerHardening.txt, doc/SyncMonitor.txt: Editorial fixes.

2014-09-30  Simon Josefsson <simon@josefsson.org>

	* doc/MakeRelease.txt: Doc fix.

2014-09-23  Simon Josefsson <simon@josefsson.org>

	* doc/KeyProvisioningFormat.txt: Fix markup.

2014-09-23  Klas Lindfors <klas@yubico.com>

	* doc/KeyProvisioningFormat.txt: fix formating

2014-09-19  Simon Josefsson <simon@josefsson.org>

	* selftest.sh: drop debug code

2014-09-19  Simon Josefsson <simon@josefsson.org>

	* README: Update.

2014-09-19  Simon Josefsson <simon@josefsson.org>

	* selftest.sh: Debug travis.

2014-09-19  Simon Josefsson <simon@josefsson.org>

	* Makefile: Improve makefile.

2014-09-19  Simon Josefsson <simon@josefsson.org>

	* doc/DecryptionProtocol.txt, doc/DesignGoals.txt,
	doc/GenerateKSMKey.txt, doc/GenerateKeys.txt,
	doc/ImportKeysToKSM.txt, doc/Installation.txt,
	doc/KeyProvisioningFormat.txt, doc/MakeRelease.txt,
	doc/ServerHardening.txt, doc/SyncMonitor.txt: Add wiki pages.

2014-09-19  Simon Josefsson <simon@josefsson.org>

	* .gitmodules: remove more.

2014-09-19  Simon Josefsson <simon@josefsson.org>

	* .gitmodules, doc: Remove doc submodule.

2014-09-12  Klas Lindfors <klas@yubico.com>

	* Makefile: set VERSION correctly in Makefile

2014-09-04  Simon Josefsson <simon@josefsson.org>

	* BLURB, Makefile, NEWS: Update some URLs.

2014-08-21  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add NEWS entries.

2014-06-26  Klas Lindfors <klas@yubico.com>

	* .travis.yml: add php 5.6 for travis

2014-02-19  Klas Lindfors <klas@yubico.com>

	* BLURB: add BLURB

2013-11-08  Klas Lindfors <klas@yubico.com>

	* .travis.yml, selftest.sh: add sqlite support to the travis tests

2013-11-08  Klas Lindfors <klas@yubico.com>

	* ykksm-decrypt.php: change the sql syntax for active so it works on
	sqlite

2013-11-08  Klas Lindfors <klas@yubico.com>

	* doc: update documentation

2013-11-07  Klas Lindfors <klas@yubico.com>

	* selftest.sh: test some failures

2013-11-07  Klas Lindfors <klas@yubico.com>

	* .travis.yml: more php versions

2013-11-07  Klas Lindfors <klas@yubico.com>

	* : commit af945c4014c6e89935570b861c5cadd1d616fc9f Author: Klas
	Lindfors <klas@yubico.com> Date:   Thu Nov 7 09:43:55 2013 +0100

2013-11-07  Klas Lindfors <klas@yubico.com>

	* selftest.sh: typo

2013-11-07  Klas Lindfors <klas@yubico.com>

	* selftest.sh: restructure selftest to use php on cli

2013-11-06  Klas Lindfors <klas@yubico.com>

	* selftest.sh: try to find out how the php environment looks

2013-11-06  Klas Lindfors <klas@yubico.com>

	* selftest.sh: change quotes on insert and add all columns

2013-11-06  Klas Lindfors <klas@yubico.com>

	* selftest.sh: show phpenv info

2013-11-06  Klas Lindfors <klas@yubico.com>

	* .travis.yml: add pgsql

2013-11-06  Klas Lindfors <klas@yubico.com>

	* selftest.sh: apparently not using phpenv..

2013-11-06  Klas Lindfors <klas@yubico.com>

	* selftest.sh: try to get php right

2013-11-06  Klas Lindfors <klas@yubico.com>

	* selftest.sh: do another curl in error

2013-11-06  Klas Lindfors <klas@yubico.com>

	* .travis.yml: wait with variants

2013-11-06  Klas Lindfors <klas@yubico.com>

	* selftest.sh: spec error.log and access.log

2013-11-06  Klas Lindfors <klas@yubico.com>

	* selftest.sh: sudo when looking at logs

2013-11-06  Klas Lindfors <klas@yubico.com>

	* selftest.sh: do +e when we run tests..

2013-11-06  Klas Lindfors <klas@yubico.com>

	* selftest.sh: try to get more information on error

2013-11-06  Klas Lindfors <klas@yubico.com>

	* selftest.sh: syntax fix

2013-11-06  Klas Lindfors <klas@yubico.com>

	* selftest.sh: else -> elif

2013-11-06  Klas Lindfors <klas@yubico.com>

	* selftest.sh: remove \r

2013-11-06  Klas Lindfors <klas@yubico.com>

	* selftest.sh: executable

2013-11-06  Klas Lindfors <klas@yubico.com>

	* .travis.yml, selftest.sh: start adding travis for yubikey-ksm

2013-11-06  Klas Lindfors <klas@yubico.com>

	* .gitmodules: change doc module to use https instead of ssh

2013-09-18  Simon Josefsson <simon@josefsson.org>

	* doc: Bump doc/.

2013-09-18  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.14.

2013-09-18  Simon Josefsson <simon@josefsson.org>

	* Makefile: Fix release rule.

2013-09-18  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2013-09-05  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2013-07-01  Remi Mollon <remi.mollon@cern.ch>

	* ykksm-decrypt.php: oracle support

2013-04-22  Simon Josefsson <simon@josefsson.org>

	* Makefile, README: Improve README.  Dist it.

2013-04-17  Simon Josefsson <simon@josefsson.org>

	* Makefile, NEWS: Bump version.

2013-04-17  Simon Josefsson <simon@josefsson.org>

	* Makefile: Improve release target.

2013-04-17  Simon Josefsson <simon@josefsson.org>

	* Makefile, NEWS: Version 1.13.

2013-04-17  Simon Josefsson <simon@josefsson.org>

	* NEWS: Updated release procedure.

2013-04-17  Simon Josefsson <simon@josefsson.org>

	* Makefile: Fix dist target.

2013-04-10  Dain Nilsson <dain@yubico.com>

	* Makefile: Updated release target.

2013-03-05  Dain Nilsson <dainzor@gmail.com>

	* : Merge pull request #2 from colinnewell/master The makefile has spaces where there should be tabs

2013-02-05  Dain Nilsson <dain@yubico.com>

	* Makefile: Fixed homepage building in make release.

2013-02-05  Dain Nilsson <dain@yubico.com>

	* NEWS: Updated NEWS for 1.12 release.

2013-02-04  Dain Nilsson <dain@yubico.com>

	* ykksm-checksum, ykksm-export, ykksm-import: Updated copyright
	headers.

2013-02-01  Dain Nilsson <dain@yubico.com>

	* .gitignore: Added .gitignore with build artifacts.

2013-02-04  Simon Josefsson <simon@josefsson.org>

	* COPYING, Makefile, NEWS, ykksm-decrypt.php, ykksm-gen-keys,
	ykksm-utils.php: Update copyright information.

2013-02-04  Simon Josefsson <simon@josefsson.org>

	* README: Fix ykval link.

2013-01-31  Dain Nilsson <dain@yubico.com>

	* Makefile, NEWS: Updated Makefile and NEWS post 1.11.

2013-01-31  Dain Nilsson <dain@yubico.com>

	* NEWS: Updated NEWS for 1.11.

2013-01-31  Dain Nilsson <dain@yubico.com>

	* Makefile: Added missing manprefix to Makefile.

2013-01-31  Dain Nilsson <dain@yubico.com>

	* Makefile, NEWS: Updated Makefile and NEWS post 1.10 release.

2013-01-31  Dain Nilsson <dain@yubico.com>

	* NEWS: Updated NEWS for 1.10

2013-01-31  Dain Nilsson <dain@yubico.com>

	* Makefile: Added quoting of versions for Jekyll

2013-01-30  Dain Nilsson <dain@yubico.com>

	* Makefile: Makefile fixes.

2013-01-30  Dain Nilsson <dain@yubico.com>

	* Makefile: Makefile now installs man pages.

2013-01-28  Dain Nilsson <dain@yubico.com>

	* ykksm-config.php: Added missing default db type.

2013-01-28  Dain Nilsson <dain@yubico.com>

	* ykksm-checksum, ykksm-export, ykksm-import: Fixed scripts failing
	when db config exists but isn't readable.

2013-01-28  Dain Nilsson <dain@yubico.com>

	* Makefile, NEWS, doc, ykksm-checksum, ykksm-config.php,
	ykksm-export, ykksm-import: Use yubikey-ksm instead of ykksm in
	paths, configuration in /etc/yubico/ksm

2013-01-23  Dain Nilsson <dain@yubico.com>

	* Makefile, NEWS: Updated versions post 1.9.

2013-01-23  Dain Nilsson <dain@yubico.com>

	* NEWS, doc: Version 1.9

2013-01-23  Dain Nilsson <dain@yubico.com>

	* NEWS, ykksm-utils.php: Renamed hex2bin to yubi_hex2bin.

2013-01-23  Dain Nilsson <dain@yubico.com>

	* Makefile, NEWS: Updated versions post 1.8 release.

2013-01-21  Dain Nilsson <dain@yubico.com>

	* NEWS, doc: Updated NEWS for 1.8 release.

2013-01-21  Dain Nilsson <dain@yubico.com>

	* Makefile, NEWS: Added ChangeLog generation to make dist.

2012-12-21  Dain Nilsson <dain@yubico.com>

	* Makefile: Fixed formatting of releases.html

2012-12-21  Dain Nilsson <dain@yubico.com>

	* Makefile, NEWS: Updated versions post 1.7 release.

2012-12-21  Dain Nilsson <dain@yubico.com>

	* NEWS: Version 1.7.

2012-12-21  Dain Nilsson <dain@yubico.com>

	* NEWS: Updated NEWS

2012-12-21  Dain Nilsson <dain@yubico.com>

	* ykksm-checksum, ykksm-config.php, ykksm-export, ykksm-import: 
	Added support for reading db config from /etc/ykksm/

2012-12-20  Dain Nilsson <dain@yubico.com>

	* ykksm-utils.php: Replaced the deprecated use of 'mcrypt_ecb' with
	'mdecrypt_generic'

2012-12-20  Dain Nilsson <dain@yubico.com>

	* Makefile: Added man pages requirement to install.

2012-12-20  Dain Nilsson <dain@yubico.com>

	* Makefile: Added distclean to Makefile

2012-12-19  Dain Nilsson <dain@yubico.com>

	* Makefile: Makefile fixes (DESTDIR and file permissions).

2012-12-19  Dain Nilsson <dain@yubico.com>

	* Makefile: Added automated publishing of release to Makefile.

2012-12-18  Dain Nilsson <dain@yubico.com>

	* README: Corrected releases link in README.

2012-12-18  Dain Nilsson <dain@yubico.com>

	* README: Added link to GitHub Pages page to README.

2012-12-18  Dain Nilsson <dain@yubico.com>

	* Makefile, NEWS: Bumped version post release.

2012-12-18  Dain Nilsson <dain@yubico.com>

	* Makefile: Added manual entry of KEYID to make release.

2012-12-18  Dain Nilsson <dain@yubico.com>

	* NEWS: Updated NEWS for release of 1.6

2012-12-18  Dain Nilsson <dain@yubico.com>

	* doc: Updated docs.

2012-12-18  Dain Nilsson <dain@yubico.com>

	* Makefile: Updated make release to use git.

2012-12-18  Dain Nilsson <dain@yubico.com>

	* Makefile, NEWS, README, README.md: Updated NEWS.  Renamed README.

2012-12-18  Dain Nilsson <dain@yubico.com>

	* Makefile: Added clean-man to clean in Makefile

2012-12-18  Dain Nilsson <dain@yubico.com>

	* README.md: Updated README with info about doc.

2012-12-18  Dain Nilsson <dain@yubico.com>

	* .gitmodules, doc: Added doc submodule.

2012-12-18  Dain Nilsson <dain@yubico.com>

	* README.md: Updated URL to yubikey-val-server-php in readme.

2012-12-18  Dain Nilsson <dain@yubico.com>

	* : commit 9f3f2373db74127c4e1fe6258aa28e9855401e94 Author: Dain
	Nilsson <dainzor@gmail.com> Date:   Tue Dec 18 04:40:42 2012 -0800

2012-12-18  Dain Nilsson <dain@yubico.com>

	* Makefile, ykksm-checksum, ykksm-checksum.pl, ykksm-export,
	ykksm-export.pl, ykksm-gen-keys, ykksm-gen-keys.pl, ykksm-import,
	ykksm-import.pl, ykksm-upgrade.pl: Removed .pl suffix from scripts.
	Added man page generation to Makefile.

2012-12-18  Dain Nilsson <dain@yubico.com>

	* ykksm-checksum.pl: Replaced DIGEST::SHA1 with DIGEST::SHA.

2012-01-23  Simon Josefsson <simon@josefsson.org>

	* Makefile, ykksm-checksum.pl, ykksm-decrypt.php, ykksm-export.pl,
	ykksm-gen-keys.pl, ykksm-import.pl, ykksm-upgrade.pl,
	ykksm-utils.php: Bump copyright information.

2011-01-14  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2011-01-14  Simon Josefsson <simon@josefsson.org>

	* ykksm-checksum.pl: Order by serial number first, makes more sense.

2010-11-11  Simon Josefsson <simon@josefsson.org>

	* ykksm-gen-keys.pl: Fix command line handling.

2010-11-11  Simon Josefsson <simon@josefsson.org>

	* ykksm-gen-keys.pl: Make the old format the default, use --pkcs to
	get PKSC.

2010-11-11  Simon Josefsson <simon@josefsson.org>

	* NEWS, ykksm-gen-keys.pl: ykkgsm-gen-keys supports the PSKC YubiKey
	profile.

2010-09-21  Simon Josefsson <simon@josefsson.org>

	* Makefile, NEWS: Bump versions.

2010-09-14  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.5.

2010-09-14  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.4.

2010-09-14  Simon Josefsson <simon@josefsson.org>

	* Makefile: Fix release target.  Bump revision.

2010-09-14  Simon Josefsson <simon@josefsson.org>

	* NEWS, ykksm-decrypt.php: Don't use PDO rowCount.  Issue #2.

2010-09-14  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2010-09-14  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2010-09-14  Simon Josefsson <simon@josefsson.org>

	* ykksm-gen-keys.pl: Fix warning.  Issue #3 reported by
	toddejohnson.

2010-03-16  Simon Josefsson <simon@josefsson.org>

	* Makefile: Version 1.3.

2010-03-16  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add dates to versions.

2010-03-16  Simon Josefsson <simon@josefsson.org>

	* Makefile: Dist doc/SyncMonitor.wiki.

2010-03-03  Simon Josefsson <simon@josefsson.org>

	* ykksm-checksum.pl: Better ordering.

2010-03-03  Simon Josefsson <simon@josefsson.org>

	* ykksm-checksum.pl: Order query.

2010-03-03  Simon Josefsson <simon@josefsson.org>

	* Makefile, ykksm-checksum.pl: Add checksum tool.

2010-01-19  Simon Josefsson <simon@josefsson.org>

	* Makefile: Fix.

2009-12-16  Simon Josefsson <simon@josefsson.org>

	* Makefile: Prepare for release.

2009-12-15  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.2.

2009-12-15  Simon Josefsson <simon@josefsson.org>

	* Makefile: Fix release target.

2009-12-15  Simon Josefsson <simon@josefsson.org>

	* Makefile: Fix.

2009-12-15  Simon Josefsson <simon@josefsson.org>

	* Makefile: Fix rules.

2009-12-15  Simon Josefsson <simon@josefsson.org>

	* ykksm-decrypt.php: Use require_once.

2009-12-15  Simon Josefsson <simon@josefsson.org>

	* Makefile: Fix symlink rule.

2009-12-15  Simon Josefsson <simon@josefsson.org>

	* Makefile: Fix install rule.

2009-12-15  Simon Josefsson <simon@josefsson.org>

	* Makefile: Add symlink rule.

2009-12-15  Simon Josefsson <simon@josefsson.org>

	* Makefile: Fix install rule.

2009-12-15  Simon Josefsson <simon@josefsson.org>

	* Makefile: fix

2009-12-15  Simon Josefsson <simon@josefsson.org>

	* Makefile: Fix install target.

2009-12-14  Simon Josefsson <simon@josefsson.org>

	* Makefile: Fix perms.

2009-12-14  Simon Josefsson <simon@josefsson.org>

	* Makefile: Fix.

2009-12-14  Simon Josefsson <simon@josefsson.org>

	* Makefile: Add install rule.

2009-12-14  Simon Josefsson <simon@josefsson.org>

	* ykksm-db.sql, ykksm-decrypt.php, ykksm-export.pl,
	ykksm-import.pl, ykksm-upgrade.pl: Case insensitive.

2009-12-14  Simon Josefsson <simon@josefsson.org>

	* ykksm-import.pl: Improve help and fix created_by field.

2009-12-14  Simon Josefsson <simon@josefsson.org>

	* ykksm-db.sql: Make portable.

2009-12-02  Simon Josefsson <simon@josefsson.org>

	* ykksm-config.php: Update for PHP PDO configuration.

2009-12-02  Simon Josefsson <simon@josefsson.org>

	* ykksm-decrypt.php: Use PHP PDO database interface instead of hard
	coding the MySQL interface.

2009-12-02  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2009-12-02  Simon Josefsson <simon@josefsson.org>

	* Makefile: Bump version.

2009-11-20  Simon Josefsson <simon@josefsson.org>

	* Makefile: Less hard coding.

2009-11-20  Simon Josefsson <simon@josefsson.org>

	* Makefile: Fix file description.

2009-11-20  Simon Josefsson <simon@josefsson.org>

	* Makefile: Add.

2009-11-20  Simon Josefsson <simon@josefsson.org>

	* : Pull in wiki to doc/.

2009-06-24  Simon Josefsson <simon@josefsson.org>

	* ykksm-decrypt.php: Reorder UID/CRC check so we get only the
	interesting CRC errors.

2009-05-04  Simon Josefsson <simon@josefsson.org>

	* .htaccess: Add.

2009-04-19  Simon Josefsson <simon@josefsson.org>

	* ykksm-export.pl: Hint.

2009-04-19  Simon Josefsson <simon@josefsson.org>

	* ykksm-export.pl: Chmod.x

2009-04-19  Simon Josefsson <simon@josefsson.org>

	* ykksm-export.pl: Fix typo.

2009-04-19  Simon Josefsson <simon@josefsson.org>

	* ykksm-export.pl: Add.

2009-04-19  Simon Josefsson <simon@josefsson.org>

	* ykksm-db.sql: Be first-time install friendly.

2009-03-18  Simon Josefsson <simon@josefsson.org>

	* ykksm-decrypt.php: Log return string.

2009-03-18  Simon Josefsson <simon@josefsson.org>

	* ykksm-decrypt.php: Improve debugging.

2009-03-18  Simon Josefsson <simon@josefsson.org>

	* ykksm-decrypt.php: Reorder high/low to match internal order.

2009-03-18  Simon Josefsson <simon@josefsson.org>

	* TODO, ykksm-db.sql, ykksm-decrypt.php, ykksm-import.pl: Drop
	accessed field.

2009-03-11  Simon Josefsson <simon@josefsson.org>

	* ykksm-decrypt.php: Accidentally reversed high/low.  Rename fields
	slightly.

2009-02-27  Simon Josefsson <simon@josefsson.org>

	* ykksm-import.pl: Fix --help.

2009-02-27  Simon Josefsson <simon@josefsson.org>

	* ykksm-import.pl: Don't require progflags.

2009-02-27  Simon Josefsson <simon@josefsson.org>

	* ykksm-gen-keys.pl: Support --progflags.

2009-02-25  Simon Josefsson <simon@josefsson.org>

	* ykksm-gen-keys.pl: Fix --help.

2009-02-25  Simon Josefsson <simon@josefsson.org>

	* ykksm-config.php, ykksm-decrypt.php: Make syslog facility
	configurable.

2009-02-25  Simon Josefsson <simon@josefsson.org>

	* ykksm-import.pl: Cleanup temp file properly.

2009-02-24  Simon Josefsson <simon@josefsson.org>

	* ykksm-import.pl: Fix --help.

2009-02-24  Simon Josefsson <simon@josefsson.org>

	* TODO, ykksm-config.php, ykksm-db.sql, ykksm-decrypt.php,
	ykksm-gen-keys.pl, ykksm-import.pl, ykksm-utils.php: Commit initial
	version.

2009-02-24  Simon Josefsson <simon@josefsson.org>

	* Initial directory structure.