From: GitHub <no...@gi...> - 2014-02-24 10:54:32
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_pkcs11 Commit: f619569be0869507325b55e0d518d67505134d3a https://github.com/OpenSC/pam_pkcs11/commit/f619569be0869507325b55e0d518d67505134d3a Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/common/debug.h Log Message: ----------- Check debug_print() format and arguments Use GCC format (archetype, string-index, first-to-check) to check the arguments correspond to the format string http://gcc.gnu.org/onlinedocs/gcc-3.1/gcc/Function-Attributes.html Commit: 2ea408a0c4d210979290ea510711fa36521e52b0 https://github.com/OpenSC/pam_pkcs11/commit/2ea408a0c4d210979290ea510711fa36521e52b0 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/tools/pkcs11_eventmgr.c Log Message: ----------- Fix compiler warning pkcs11_eventmgr.c:439:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat] Commit: 00dbebf4452072050fcb1b8365cafc438baf10a3 https://github.com/OpenSC/pam_pkcs11/commit/00dbebf4452072050fcb1b8365cafc438baf10a3 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/tools/card_eventmgr.c Log Message: ----------- Fix compiler warning card_eventmgr.c:77:9: warning: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘int’ [-Wformat] Commit: a7bc9e59ef568818a23c35314580d14a49699c95 https://github.com/OpenSC/pam_pkcs11/commit/a7bc9e59ef568818a23c35314580d14a49699c95 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/mappers/pwent_mapper.c Log Message: ----------- Fix bug and compiler warning pwent_mapper.c: In function `pwent_mapper_module_init': pwent_mapper.c:170:3: warning: conversion lacks type at end of format [-Wformat] pwent_mapper.c:170:3: warning: too many arguments for format [-Wformat-extra-args] Commit: 73e4fabd398fbb6be82dd6ce9a2f82300d93f714 https://github.com/OpenSC/pam_pkcs11/commit/73e4fabd398fbb6be82dd6ce9a2f82300d93f714 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/mappers/null_mapper.c Log Message: ----------- Fix bug and compiler warning null_mapper.c: In function `null_mapper_module_init': null_mapper.c:93:3: warning: conversion lacks type at end of format [-Wformat] null_mapper.c:93:3: warning: too many arguments for format [-Wformat-extra-args] Commit: 3fd81878a506d2e27189f1b3ea1090fdfdf9b462 https://github.com/OpenSC/pam_pkcs11/commit/3fd81878a506d2e27189f1b3ea1090fdfdf9b462 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/mappers/openssh_mapper.c Log Message: ----------- Fix bug and compiler warning openssh_mapper.c: In function `mapper_module_init': openssh_mapper.c:384:3: warning: conversion lacks type at end of format [-Wformat] openssh_mapper.c:384:3: warning: too many arguments for format [-Wformat-extra-args] Commit: 6fe97a457df9d4d719e0922053ea74e1c5c09ce9 https://github.com/OpenSC/pam_pkcs11/commit/6fe97a457df9d4d719e0922053ea74e1c5c09ce9 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/mappers/uid_mapper.c Log Message: ----------- Fix bug and compiler warning uid_mapper.c: In function `uid_mapper_module_init': uid_mapper.c:134:3: warning: conversion lacks type at end of format [-Wformat] uid_mapper.c:134:3: warning: too many arguments for format [-Wformat-extra-args] Commit: 476b49da51de1754c01c6f00c85ee7b1635234a3 https://github.com/OpenSC/pam_pkcs11/commit/476b49da51de1754c01c6f00c85ee7b1635234a3 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/mappers/subject_mapper.c Log Message: ----------- Fix bug and compiler warning subject_mapper.c: In function `subject_mapper_module_init': subject_mapper.c:112:3: warning: conversion lacks type at end of format [-Wformat] subject_mapper.c:112:3: warning: too many arguments for format [-Wformat-extra-args] Commit: 1f8eab1fc0fcac720d8fce05f9290f0bfc6f298b https://github.com/OpenSC/pam_pkcs11/commit/1f8eab1fc0fcac720d8fce05f9290f0bfc6f298b Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/common/base64.c Log Message: ----------- Fix compiler warnings base64.c: In function `base64_encode': base64.c:92:2: warning: format `%d' expects argument of type `int', but argument 5 has type `size_t' [-Wformat] base64.c:92:2: warning: format `%d' expects argument of type `int', but argument 6 has type `size_t' [-Wformat] base64.c:92:2: warning: format `%d' expects argument of type `int', but argument 7 has type `size_t' [-Wformat] Commit: a1689f8cc26254766c01d5b34ce257bc257c3039 https://github.com/OpenSC/pam_pkcs11/commit/a1689f8cc26254766c01d5b34ce257bc257c3039 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/common/pkcs11_lib.c Log Message: ----------- Fix compiler warnings pkcs11_lib.c: In function `refresh_slots': pkcs11_lib.c:1037:5: warning: format `%d' expects argument of type `int', but argument 5 has type `CK_ULONG' [-Wformat] pkcs11_lib.c: In function `init_pkcs11_module': pkcs11_lib.c:1118:3: warning: format `%d' expects argument of type `int', but argument 5 has type `CK_ULONG' [-Wformat] pkcs11_lib.c:1141:3: warning: format `%d' expects argument of type `int', but argument 5 has type `CK_ULONG' [-Wformat] pkcs11_lib.c: In function `get_certificate_list': pkcs11_lib.c:1579:5: warning: format `%x' expects argument of type `unsigned int', but argument 5 has type `CK_CERTIFICATE_TYPE' [-Wformat] pkcs11_lib.c: In function `sign_value': pkcs11_lib.c:1725:3: warning: format `%d' expects argument of type `int', but argument 5 has type `long unsigned int' [-Wformat] pkcs11_lib.c:1747:7: warning: format `%d' expects argument of type `int', but argument 5 has type `CK_ULONG' [-Wformat] pkcs11_lib.c:1755:3: warning: format `%d' expects argument of type `int', but argument 5 has type `CK_ULONG' [-Wformat] Compare: https://github.com/OpenSC/pam_pkcs11/compare/616d7ad91601...a1689f8cc262 |