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
|
2018-01-04 Alessio Di Mauro <alessio@yubico.com>
* NEWS: Version 1.1.0
2018-01-04 Alessio Di Mauro <alessio@yubico.com>
* configure.ac: Bump AC and LT version number
2018-01-04 Alessio Di Mauro <alessio@yubico.com>
* Makefile.am, README, configure.ac, gtk-doc/Makefile.am,
gtk-doc/gtk-doc.make, gtk-doc/u2f-server-docs.xml, m4/gtk-doc.m4:
Drop gtk-doc We decided to drop gtk-doc since later versions require significant
rework for not much gain.
2017-12-18 Alessio Di Mauro <alessio@yubico.com>
* : commit eea59f260ba2fe71aee911e60068743acf00dc40 Author: Björn
Esser <besser82@fedoraproject.org> Date: Fri Dec 15 11:50:05 2017
+0100
2017-10-12 Alessio Di Mauro <alessio@yubico.com>
* : commit 840550d4841855d468f5a32df72f8cbbc938035a Author: Alex
Reid <alex@choosecase.com> Date: Wed Oct 11 11:10:34 2017 -0400
2017-03-27 Alessio Di Mauro <a-dma@users.noreply.github.com>
* : Merge pull request #28 from Yubico/autoconf-janitor Janitorial: Autoconf
2017-01-13 Thordur Bjornsson <thorduri@yubico.com>
* src/Makefile.am: u2f-server: Dont remove the man text file on
clean.
2017-01-13 Thordur Bjornsson <thorduri@yubico.com>
* configure.ac, u2f-server/core.c, u2f-server/version.c: auto, lib:
Use AC_USE_SYSTEM_EXTENSIONS. Rather then defining _GNU_SOURCE or _POSIX_C_SOURCE directly, use
the autotools magik and pray to ${DEITY}. Fix missing header (spotted during -std=c99 sweep).
2017-01-13 Thordur Bjornsson <thorduri@yubico.com>
* configure.ac: auto: Summary fixups - Emit CFLAGS/CPPFLAGS - Capitalize version
2017-01-13 Thordur Bjornsson <thorduri@yubico.com>
* configure.ac: auto: Require ac 2.69, nicer AC_INIT
2017-01-13 Thordur Bjornsson <thorduri@yubico.com>
* src/cmdline.ggo, src/u2f-server.c, u2f-server/openssl.c: lib,
u2f-server: Introduce --x509cert. Dumps the attestation certificate to the provided file PEM
formatted. dumpCert() now emits it as well (under --debug). Fixes #7
2017-01-13 Thordur Bjornsson <thorduri@users.noreply.github.com>
* : Merge pull request #25 from Yubico/attestation-cert Make the attestation cert available.
2015-12-17 Michael Larson <larsonm.pdx@gmail.com>
* configure.ac, tests/core.c, u2f-server/core.c,
u2f-server/crypto.h, u2f-server/internal.h, u2f-server/openssl.c,
u2f-server/u2f-server.h, u2f-server/u2f-server.map: lib: Introduce
u2fs_get_registration_attestation. `u2fs_reg_res` gains new members (at the end), and we provide an
extraction function(s) Introduce dump_x509_cert and additional tests. Crank the libtool version, and add the new functionality to the map
file.
2015-12-17 Michael Larson <larsonm.pdx@gmail.com>
* u2f-server/core.c: lib: Fix typo
2017-01-12 Thordur Bjornsson <thorduri@yubico.com>
* README: README: Drop gtk-doc from build/dep blurbs. Is going to get replaced soon-ish (TM).
2017-01-12 Thordur Bjornsson <thorduri@yubico.com>
* build-aux/travis: travis: h2a is disabled by default
2017-01-12 Thordur Bjornsson <thorduri@yubico.com>
* README: README: Formatting
2017-01-12 Thordur Bjornsson <thorduri@yubico.com>
* configure.ac: auto: Check for help2man/gengetopt, and bail out if
not found. Both are required to build. While here, if `--enable-tests` passed, check for `check` and if not
found, bail out as well.
2017-01-12 Thordur Bjornsson <thorduri@yubico.com>
* README: README: Update build/dep blurbs. Now contains deps for Debian/RHEL/macOS, along with build
instructions. Tested on Ubuntu 16.10, Centos 7.2, and OSX 10.11.6.
2017-01-12 Thordur Bjornsson <thorduri@yubico.com>
* tests/Makefile.am: tests: Add missing LIBCHECK deps
2017-01-12 Thordur Bjornsson <thorduri@yubico.com>
* README: README: Prefer a license badge to the blurb
2017-01-12 Thordur Bjornsson <thorduri@yubico.com>
* README: README: Drop Portability blurb
2017-01-12 Thordur Bjornsson <thorduri@yubico.com>
* README: README: Drop Namespaces blurb
2017-01-12 Thordur Bjornsson <thorduri@yubico.com>
* BLURB: gc: BLURB
2017-01-12 Thordur Bjornsson <thorduri@users.noreply.github.com>
* : Merge pull request #22 from Yubico/janitor Janitorial patches
2017-01-11 Thordur Bjornsson <thorduri@yubico.com>
* .travis.yml, build-aux/travis: travis: Build on OSX. Move dep installation into the build script.
2017-01-11 Thordur Bjornsson <thorduri@yubico.com>
* u2f-server/Makefile.am: build: Add missing LIBCRYPTO deps
2017-01-11 Thordur Bjornsson <thorduri@yubico.com>
* autogen.sh: build: Introduce autogen.sh
2016-12-12 Alessio Di Mauro <alessio@alessiodimauro.com>
* u2f-server/core.c: minor format fixup
2016-12-12 Alessio Di Mauro <a-dma@users.noreply.github.com>
* : Merge pull request #21 from
krakjoe/memory-errors-in-challenge-json fix memory errors in challenge generation
2016-12-09 Joe Watkins <krakjoe@php.net>
* u2f-server/core.c: valgrind shows memory errors around this code,
because the reference counts of objects are not managed properly
2016-11-21 Alessio Di Mauro <alessio@alessiodimauro.com>
* README: Update README
2016-11-21 Alessio Di Mauro <a-dma@users.noreply.github.com>
* : Merge pull request #20 from gktrk/optional_tests Make tests with CHECK optional at configure time
2016-09-12 Klas Lindfors <klas@yubico.com>
* src/Makefile.am: add order-only dep on executable for u2f-server.1
2016-05-06 Alessio Di Mauro <alessio@yubico.com>
* configure.ac: Turn h2a off by default Make life easier to the user while building and have help2adoc be
off by default since it is a non-standard package. Closes #17.
2016-05-06 Alessio Di Mauro <alessio@yubico.com>
* README: Add gengetop to README Gengetopt is required when building from git. Mention it in the
README. Closes #16.
2016-05-06 Alessio Di Mauro <alessio@yubico.com>
* configure.ac: Print a message if CHECK is not installed The default action for autconf is to quit with an error when a
package is missing. Warn the user and continue execution instead. Closes #15.
2015-12-24 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c, u2f-server/internal.h: Remove unnecessary
additional representation of the public key.
2015-12-22 Alessio Di Mauro <alessio@yubico.com>
* man/u2f-server.1.txt: Bump man version as well.
2015-12-18 Alessio Di Mauro <a-dma@users.noreply.github.com>
* : Merge pull request #12 from
larsonmpdx/add-initially-setting-result-nulls-to-verify-functions Set result of verify() functions to null.
2015-12-17 Michael Larson <larsonm.pdx@gmail.com>
* u2f-server/core.c: set result of verify() functions to null
2015-12-17 Michael Larson <larsonm.pdx@gmail.com>
* u2f-server/core.c: base64 is 75% efficient (4 characters encode 3
bytes)
2015-11-12 Alessio Di Mauro <a-dma@users.noreply.github.com>
* : Merge pull request #10 from Trundle/fix_typo Fix typo
2015-07-09 Alessio Di Mauro <alessio@yubico.com>
* NEWS, configure.ac: Bump versions.
2015-07-08 Alessio Di Mauro <alessio@yubico.com>
* NEWS: Version 1.0.1.
2015-07-09 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/openssl.c: Free OpenSSL error strings on exit.
2015-07-09 Alessio Di Mauro <alessio@yubico.com>
* src/u2f-server.c: Allow pam:// origins.
2015-07-09 Alessio Di Mauro <alessio@yubico.com>
* tests/basic.c, u2f-server/core.c: Remove unused variables.
2015-07-08 Alessio Di Mauro <alessio@yubico.com>
* src/Makefile.am: Change path for distribution man pages.
2015-07-08 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c: Indent.
2015-07-08 Alessio Di Mauro <alessio@yubico.com>
* src/u2f-server.c: Terminate string from fread.
2015-07-08 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c: More minor leaks check.
2015-07-08 Alessio Di Mauro <alessio@yubico.com>
* README: Added coverity badge to README.
2015-07-08 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c, u2f-server/openssl.c: More NULL after free;
2015-07-08 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c, u2f-server/openssl.c: Check for nullity
earlier.
2015-07-08 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c, u2f-server/openssl.c: Fix minor leaks.
2015-07-08 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c: Fix minor leaks.
2015-07-08 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/openssl.c: Check for nullity earlier.
2015-07-08 Alessio Di Mauro <alessio@yubico.com>
* configure.ac, src/Makefile.am, tests/Makefile.am,
u2f-server/Makefile.am: Improve dependencies (helps building on
Debian).
2015-07-03 Alessio Di Mauro <alessio@yubico.com>
* build-aux/travis: Disable h2a in travis.
2015-07-03 Alessio Di Mauro <alessio@yubico.com>
* man/u2f-server.1.txt: Man fix.
2015-07-03 Alessio Di Mauro <alessio@yubico.com>
* .gitignore, configure.ac, man/u2f-server.1.txt, src/Makefile.am:
Moved man pages and added support for h2a.
2015-07-01 Alessio Di Mauro <alessio@yubico.com>
* NEWS, configure.ac: Bump versions.
2015-07-01 Alessio Di Mauro <alessio@yubico.com>
* configure.ac: Fixed LT version.
2015-07-01 Alessio Di Mauro <alessio@yubico.com>
* NEWS, configure.ac: Version 1.0.0.
2015-07-01 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/cdecode.c: Improved support for other architectures.
Debian BUG #787133.
2015-01-23 Alessio Di Mauro <alessio@yubico.com>
* tests/basic.c, tests/core.c, u2f-server/openssl.c: Updated basic
test to use check.
2015-01-23 Alessio Di Mauro <alessio@yubico.com>
* README: Moved badges.
2015-01-23 Alessio Di Mauro <alessio@yubico.com>
* tests/u2f-server-test.sh: Keep on testing.
2015-01-23 Alessio Di Mauro <alessio@yubico.com>
* README: Added badges.
2015-01-23 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/openssl.c: Testing fixes for Travis.
2015-01-23 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/openssl.c: Minor fixes to tests.
2015-01-23 Alessio Di Mauro <alessio@yubico.com>
* tests/u2f-server-test.sh: Yet more tests.
2015-01-23 Alessio Di Mauro <alessio@yubico.com>
* .gitignore, tests/Makefile.am, tests/openssl.c,
u2f-server/crypto.h, u2f-server/openssl.c: Fixed test coverage,
added more tests.
2015-01-22 Alessio Di Mauro <alessio@yubico.com>
* tests/basic.c: More tests.
2015-01-22 Alessio Di Mauro <alessio@yubico.com>
* Makefile.am, build-aux/travis: Excluded cmdline.c from coverage.
2015-01-22 Alessio Di Mauro <alessio@yubico.com>
* tests/u2f-server-test.sh: More tests.
2015-01-22 Alessio Di Mauro <alessio@yubico.com>
* tests/basic.c: Added tests to strerror.
2015-01-22 Alessio Di Mauro <alessio@yubico.com>
* tests/core.c: Added tests to init_global with debug.
2015-01-21 Klas Lindfors <klas@yubico.com>
* .gitignore, .travis.yml, Makefile.am, build-aux/travis,
configure.ac, src/Makefile.am, u2f-server/Makefile.am: add coverage
report and let travis report it to coveralls
2014-12-01 Henrik Strth <minisu@users.noreply.github.com>
* NEWS: Update NEWS
2014-11-26 Simon Josefsson <simon@josefsson.org>
* u2f-server/openssl.c: Simplify X.509 cert dumping.
2014-11-25 Alessio Di Mauro <alessio@yubico.com>
* doc/Make_Release.adoc: Typo.
2014-11-25 Alessio Di Mauro <alessio@yubico.com>
* doc/{MakeRelease.adoc => Make_Release.adoc}: Renamed to improve
rendering on devyco.
2014-11-25 Alessio Di Mauro <alessio@yubico.com>
* doc/MakeRelease.adoc: Added MakeRelease.
2014-11-25 Alessio Di Mauro <alessio@yubico.com>
* NEWS: Added stub for 0.0.1.
2014-11-25 Simon Josefsson <simon@josefsson.org>
* tests/Makefile.am, tests/u2f-server-test.sh: Simplify CLI test a
bit.
2014-11-25 Alessio Di Mauro <alessio@yubico.com>
* configure.ac: Bump LT version.
2014-11-25 Alessio Di Mauro <alessio@yubico.com>
* configure.ac: Bump AC version.
2014-11-25 Alessio Di Mauro <alessio@yubico.com>
* NEWS: Release 0.0.0.
2014-11-25 Alessio Di Mauro <alessio@yubico.com>
* tests/Makefile.am: Added TESTS_ENVIRONMENT as well as
AS_TESTS_ENVIRONMENT.
2014-11-25 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c: Fixed json_object_object checks.
2014-11-25 Alessio Di Mauro <alessio@yubico.com>
* tests/u2f-server-test.sh: Cleaned up test script.
2014-11-25 Alessio Di Mauro <alessio@yubico.com>
* tests/Makefile.am, tests/{u2f-server.sh => u2f-server-test.sh}:
Renamed u2f-server test script. Fixed distcheck.
2014-11-24 Alessio Di Mauro <alessio@yubico.com>
* tests/u2f-server.sh: Added more self tests.
2014-11-24 Alessio Di Mauro <alessio@yubico.com>
* src/u2f-server.c, u2f-server/core.c: Fixed counter representation.
Indent.
2014-11-24 Alessio Di Mauro <alessio@yubico.com>
* tests/u2f-server.sh: Extended self-testing script.
2014-11-24 Alessio Di Mauro <alessio@yubico.com>
* src/u2f-server.c: Moved error output to stderr.
2014-11-24 Alessio Di Mauro <alessio@yubico.com>
* src/u2f-server.c: Fixed read.
2014-11-21 Alessio Di Mauro <alessio@yubico.com>
* tests/Makefile.am, tests/u2f-server.sh: Started scripting test.
2014-11-20 Alessio Di Mauro <alessio@yubico.com>
* README: More AsciiDoc formatting.
2014-11-20 Simon Josefsson <simon@josefsson.org>
* configure.ac: Drop useless warning.
2014-11-20 Alessio Di Mauro <alessio@yubico.com>
* README, README.adoc: Symlink.
2014-11-20 Alessio Di Mauro <alessio@yubico.com>
* README.adoc: Reformatted README to AsciiDoc.
2014-11-20 Alessio Di Mauro <alessio@yubico.com>
* configure.ac, u2f-server/core.c: Added workaround for
json_object_object_get_ex.
2014-11-20 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/internal.h: Add stdlib.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* src/u2f-server.c: Fail hard if registration is unsuccessful.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* src/u2f-server.c, tests/core.c, u2f-server/core.c,
u2f-server/crypto.h, u2f-server/openssl.c: Indent.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* tests/core.c: Removed unused variables.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* src/u2f-server.c: Added fread check.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* src/u2f-server.c: Removed more warnings.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c, u2f-server/crypto.h, u2f-server/openssl.c: More
signedness and type consistency.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/openssl.c: Included x509v3.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c: Removed unused variable.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c: signedness.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c: Signedness and type consistency.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c: moved declaration.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c: Changed user_public_key to unsigned.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c: Fixed ambiguous else.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c: Added ugly casts (to be removed).
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c: Removed unused func.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c: Removed unused var.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c: cast for dumpHex.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/crypto.h, u2f-server/openssl.c:
decode_user_key_signature changed.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/core.c: encode_b64 signature.
2014-11-19 Alessio Di Mauro <alessio@yubico.com>
* u2f-server/version.c: Made my_strverscmp static.
2014-11-19 Simon Josefsson <simon@josefsson.org>
* .travis.yml: Add.
2014-11-19 Simon Josefsson <simon@josefsson.org>
* build-aux/travis: Chmod.
2014-11-19 Simon Josefsson <simon@josefsson.org>
* u2f-server/u2f-server.pc.in: Httpsify.
2014-11-19 Simon Josefsson <simon@josefsson.org>
* .travis.yml, build-aux/travis: Add travis builds.
2014-11-18 Simon Josefsson <simon@josefsson.org>
* .gitignore: Ignore more.
2014-11-18 Simon Josefsson <simon@josefsson.org>
* First commit.
|