File: ChangeLog

package info (click to toggle)
ykclient 2.6-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,460 kB
  • sloc: sh: 10,391; ansic: 2,675; makefile: 60
file content (459 lines) | stat: -rw-r--r-- 13,030 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
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
2011-06-06  Simon Josefsson <--all>

	* NEWS: Version 2.6.

2011-06-06  Simon Josefsson <--all>

	* NEWS: Update.

2011-06-06  Simon Josefsson <--all>

	* Makefile.am, simple.mk: Fix release target.

2011-06-06  Simon Josefsson <--all>

	* configure.ac: Bump versions.

2011-06-06  Simon Josefsson <--all>

	* Makefile.am: Fix release.

2011-06-06  Simon Josefsson <--all>

	* NEWS: Add.

2011-06-06  Simon Josefsson <--all>

	* ykclient.c, ykclient.h, ykclient_server_response.c,
	ykclient_server_response.h: Replace // with /*, the former is not
	C89.

2011-06-06  Simon Josefsson <--all>

	* tool.c, ykclient.c, ykclient.h, ykclient_server_response.c,
	ykclient_server_response.h: Indent.

2011-06-06  Simon Josefsson <--all>

	* tool.c: Use fprintf+exit instead of errx.  Reported by Jussi Sallinen <jussi@jus.si>.

2011-05-31  Fredrik Thulin <fredrik@yubico.com>

	* NEWS: Document changes between 2.4 and 2.5.

2011-05-30  Fredrik Thulin <fredrik@yubico.com>

	* configure.ac: Prepare for release 2.5.  Library code modified and interfaces added.

2011-05-30  Fredrik Thulin <fredrik@yubico.com>

	* : commit 5ef5b810b1be12a7883612d65a361d0d3be01324 Author: Tollef
	Fog Heen <tfheen@err.no> Date:   Fri Mar 11 14:02:55 2011 +0100

2011-03-08  Fredrik Thulin <fredrik@yubico.com>

	* Makefile.am: Fix 'make check' before 'make'.

2011-03-07  Fredrik Thulin <fredrik@yubico.com>

	* tests/selftest.c: Disable tests using Internet connectivity using
	define.  Launchpad PPA build system does not allow outgoing connections.

2011-03-04  Fredrik Thulin <fredrik@yubico.com>

	* tests/selftest.c, ykclient.c, ykclient.h: Restore ability to send
	signed requests to v1 validation servers.  To do that, we need to be able to remove the nonce, since the v1
	server won't include the nonce in the HMAC input.

2011-03-04  Fredrik Thulin <fredrik@yubico.com>

	* tests/selftest.c: URL tinkering

2011-03-04  Fredrik Thulin <fredrik@yubico.com>

	* tests/selftest.c: Add v1.0 test case.

2011-03-04  Fredrik Thulin <fredrik@yubico.com>

	* tests/selftest.c: Update default wsapi URL.

2011-03-04  Fredrik Thulin <fredrik@yubico.com>

	* tests/Makefile.am: Include path to ykclient.h.

2011-03-04  Fredrik Thulin <fredrik@yubico.com>

	* : commit c40063ae88a96a1dad9640e803823b8115ce32c2 Author: Fredrik
	Thulin <fredrik@yubico.com> Date:   Fri Mar 4 10:24:31 2011 +0100

2011-03-03  Fredrik Thulin <fredrik@yubico.com>

	* ykclient.c: Change default URL to version 2.0 web service.

2011-03-03  Fredrik Thulin <fredrik@yubico.com>

	* ykclient.c: Don't crash on absence of otp/nonce in server
	response.

2011-03-02  Fredrik Thulin <fredrik@yubico.com>

	* Makefile.am: release: restore tag naming.

2011-03-02  Fredrik Thulin <fredrik@yubico.com>

	* NEWS: Document changes between 2.3 and 2.4.

2011-03-01  Fredrik Thulin <fredrik@yubico.com>

	* tests/selftest.c: Use assert().

2011-03-01  Fredrik Thulin <fredrik@yubico.com>

	* tests/selftest.c: Add test info printouts.

2011-02-28  Fredrik Thulin <fredrik@yubico.com>

	* Makefile.am, configure.ac, selftest.c, tests/Makefile.am,
	tests/selftest.c: Fix insecure rpath issue.  http://code.google.com/p/yubico-c-client/issues/detail?id=6

2011-02-24  Fredrik Thulin <fredrik@yubico.com>

	* ykclient.c: Verify OTP in response received matches the one we
	sent.  This is to protect us from a man in the middle sending us a
	previously seen genuine response again (such as an status=OK
	response even though the real server will respond
	status=REPLAYED_OTP in a few milliseconds.

2011-02-24  Fredrik Thulin <fredrik@yubico.com>

	* ykclient.c: Fix signing of request.  HMAC signatures were broken since the nonce was appended after the
	signature had been calculated.

2011-02-23  Fredrik Thulin <fredrik@yubico.com>

	* ykclient.c: whitespace

2011-02-23  Fredrik Thulin <fredrik@yubico.com>

	* : commit 4c4c7cc53ec411df7d35a5399df397ad7c526075 Author: Fredrik
	Thulin <fredrik@yubico.com> Date:   Wed Feb 23 10:34:39 2011 +0100

2011-02-23  Fredrik Thulin <fredrik@yubico.com>

	* ykclient.c: Avoid duplicate nonces.  The seed to srandom () must change with every request, otherwise we
	will get the same nonce and the validation server will reject the
	request.  At the moment we don't consider it necessary to have a
	cryptographically secure nonce generation but rather favour
	portability and simplicity.

2011-02-18  Fredrik Thulin <fredrik@yubico.com>

	* ykclient.c, ykclient.h: Handle server response NOT_ENOUGH_ANSWERS.

2011-02-18  Fredrik Thulin <fredrik@yubico.com>

	* ykclient.c: Verify nonce in server response matches ours.  Part of ykclient-2.3-nonce.patch by qistoph@gmail.com.

2011-02-18  Fredrik Thulin <fredrik@yubico.com>

	* ykclient.c, ykclient.h: Check result of CURL operation, and avoid
	segfault on error.  Patch from qistoph@gmail.com in http://code.google.com/p/yubico-c-client/issues/detail?id=8

2011-02-18  Fredrik Thulin <fredrik@yubico.com>

	* ykclient_server_response.c: Fix memory leaks.

2011-02-17  Sebastien Martini <seb@dbzteam.org>

	* Makefile.am, selftest.c, simple.mk, tool.c, ykclient.c,
	ykclient.h, ykclient_server_response.c, ykclient_server_response.h: 
	Check server response HMAC signature.  Some changes to original patch by Fredrik Thulin
	<fredrik@yubico.com>.  Original patch submitted in
	http://code.google.com/p/yubico-c-client/issues/detail?id=1

2011-02-18  Fredrik Thulin <fredrik@yubico.com>

	* ykclient.c, ykclient.h: Handle server response
	status=REPLAYED_REQUEST.  Part of ykclient-2.3-nonce.patch by qistoph@gmail.com.

2011-02-18  Fredrik Thulin <fredrik@yubico.com>

	* tool.c: Implement option parsing with getopt_long.  Done in anticipation of the various options that might be
	interesting to set with Validation protocol 2.0.

2011-02-18  Fredrik Thulin <fredrik@yubico.com>

	* tool.c, ykclient.c, ykclient.h: Prepare ykclient_verify_otp_v2()
	to accept more than one URL.  Validation protocol 2.0 includes support for muliple validation
	servers to be contacted simultaneously, make the arguments for this
	function handle that even though we don't currently support more
	than one URL (will result in YKCLIENT_NOT_IMPLEMENTED).  Also make it possible for caller to pass a ykclient_t for special
	CURL settings etc.

2011-02-17  Fredrik Thulin <fredrik@yubico.com>

	* ykclient.c: ykclient_verify_otp: explicit return.

2011-02-17  Fredrik Thulin <fredrik@yubico.com>

	* configure.ac: Prepare for version 2.4.

2011-02-17  Fredrik Thulin <fredrik@yubico.com>

	* ykclient.h: Add YKCLIENT_NOT_IMPLEMENTED, missing from last
	commit.

2011-02-17  Fredrik Thulin <fredrik@yubico.com>

	* tool.c, ykclient.c, ykclient.h: Restore library call
	ykclient_verify_otp.  Instead of breaking backwards compatibility by adding URL parameter
	to ykclient_verify_otp(), we add another ykclient_verify_otp_v2()
	with more parameters.  That function also gets a currently unused argument api_key, to not
	have to add another function when I merge another patch soon.

2011-02-17  Fredrik Thulin <fredrik@yubico.com>

	* tool.c: Make argument parsing easier to extend.

2011-02-16  Fredrik Thulin <fredrik@yubico.com>

	* doc: sync

2011-02-16  Fredrik Thulin <fredrik@yubico.com>

	* .gitignore: ignore more autoconf files

2011-02-16  Fredrik Thulin <fredrik@yubico.com>

	* .gitignore: init

2011-02-16  Fredrik Thulin <fredrik@yubico.com>

	* .gitmodules, Makefile.am, doc: Git(hub) adaptions.

2011-02-16  Fredrik Thulin <fredrik@yubico.com>

	* README: New asciidoc syntax for Github wiki.

2011-02-11  Remi Mollon <remi.mollon@cern.ch>

	* tool.c, ykclient.c, ykclient.h: * Generate randomly a NONCE value to be compliant with Validation
	protocol v2   => will this break protocol v1 compatibility of this extra
	  parameter will just be ignored? * Add possibility to specify validation server URL

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

	* Makefile.am: Fix release target.

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

	* NEWS: Version 2.3.

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

	* configure.ac: Bump libtool library version.

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

	* Makefile.am, NEWS, b64/cdecode.c, b64/cdecode.h, selftest.c,
	simple.mk, ykclient.c, ykclient.h: Add ykclient_set_client_b64.  Fix
	mem leaks.  Fix multiple request response problem.

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

	* simple.mk: Clean more.  Add MORE_CFLAGS.

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

	* NEWS, configure.ac: Bump versions.

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

	* NEWS: Version 2.2.

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

	* Makefile.am: Fix release target.

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

	* NEWS: Add.

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

	* README: Improve build instructions.

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

	* README: Don't always run autoreconf.

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

	* README: Do 'make install' too.

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

	* NEWS, configure.ac, tool.c, ykclient.c, ykclient.h: Change API
	ykclient_verify_otp to take a hex key.  Accept NULL hex keys.

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

	* NEWS, selftest.c, ykclient.c, ykclient.h: Add new API
	ykclient_set_client_hex.

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

	* NEWS, configure.ac: Bump versions.

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

	* Makefile.am: Dist more.

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

	* NEWS: Version 2.1.

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

	* Makefile.am, NEWS, b64/cencode.c, b64/cencode.h, rfc4634/hmac.c,
	rfc4634/sha-private.h, rfc4634/sha.h, rfc4634/sha1.c,
	rfc4634/sha224-256.c, rfc4634/sha384-512.c, rfc4634/usha.c,
	selftest.c, simple.mk, ykclient.c, ykclient.h: Create signatures on
	requests.  Add new API ykclient_get_last_url.

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

	* NEWS, configure.ac: Bump versions.

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

	* COPYING: Fix copyright year.

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

	* NEWS: Version 2.0.

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

	* simple.mk: Update.

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

	* README: Update documentation.

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

	* Makefile.am, NEWS, configure.ac, libykclient.c, libykclient.h,
	selftest.c, tool.c, ykclient.c, ykclient.h: Cleanup library
	interface.

2009-01-13  Simon Josefsson <simon@josefsson.org>

	* NEWS, configure.ac: Bump versions.

2009-01-13  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.5.

2009-01-13  Simon Josefsson <simon@josefsson.org>

	* libykclient.c: Fix mem release of url.

2009-01-13  Simon Josefsson <simon@josefsson.org>

	* libykclient.c: Describe new error code.

2009-01-13  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2009-01-13  Simon Josefsson <simon@josefsson.org>

	* libykclient.h: Add new error code for printf errors.

2009-01-13  Simon Josefsson <simon@josefsson.org>

	* libykclient.c: Don't use asprintf, for Solaris.  Fix memory leaks.

2009-01-13  Simon Josefsson <simon@josefsson.org>

	* Makefile.am, configure.ac, libcurl.m4, m4/libcurl.m4: Put m4
	macros in m4/.

2008-09-17  Simon Josefsson <simon@josefsson.org>

	* Makefile.am, NEWS, configure.ac: Use libtool
	-export-symbols-regex.

2008-09-15  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.4.

2008-09-15  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2008-09-15  Simon Josefsson <simon@josefsson.org>

	* configure.ac: Bump versions.

2008-09-15  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2008-09-15  Simon Josefsson <simon@josefsson.org>

	* Makefile.am: Add aclocal -I for libcurl.m4.

2008-09-15  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.3.

2008-09-15  Simon Josefsson <simon@josefsson.org>

	* selftest.c: Test new APIs.

2008-09-15  Simon Josefsson <simon@josefsson.org>

	* NEWS, configure.ac, libykclient.c, libykclient.h: ykclient: Add
	new API yubikey_client_set_url_template.

2008-07-24  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.2.

2008-07-24  Simon Josefsson <simon@josefsson.org>

	* Makefile.am, NEWS, configure.ac, ykclient.c: Install ykclient.h.
	Set exit code in ykclient.  Bump versions.

2008-06-25  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.1.

2008-06-25  Simon Josefsson <simon@josefsson.org>

	* NEWS: Fix.

2008-06-25  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2008-06-16  Simon Josefsson <simon@josefsson.org>

	* NEWS, configure.ac: Bump versions.

2008-06-16  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.0.

2008-06-16  Simon Josefsson <simon@josefsson.org>

	* AUTHORS, COPYING, Makefile.am, NEWS, README, configure.ac,
	libcurl.m4, libykclient.c, libykclient.h, selftest.c, simple.mk,
	ykclient.c: Initial import.

2008-06-16  no author <no.author@unknown.example.org>

	* Initial directory structure.