From: GitHub <no...@gi...> - 2014-08-28 08:14:14
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_pkcs11 Commit: b4229fa07c253c0f74cf3fff1868b89b4207b586 https://github.com/OpenSC/pam_pkcs11/commit/b4229fa07c253c0f74cf3fff1868b89b4207b586 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-08-28 (Thu, 28 Aug 2014) Changed paths: M src/mappers/ldap_mapper.c Log Message: ----------- Remove unused variables ldap_mapper.c:842:15: warning: unused variable `i' [-Wunused-variable] unsigned int i; ^ ldap_mapper.c:841:35: warning: unused variable `der_len' [-Wunused-variable] size_t buf_len, user_filter_len, der_len; ^ ldap_mapper.c:840:17: warning: unused variable `der' [-Wunused-variable] unsigned char *der; ^ Commit: dd11d505a3425c2272285b942588d601b3aacade https://github.com/OpenSC/pam_pkcs11/commit/dd11d505a3425c2272285b942588d601b3aacade Author: Ludovic Rousseau <lud...@gm...> Date: 2014-08-28 (Thu, 28 Aug 2014) Changed paths: M src/mappers/ldap_mapper.c Log Message: ----------- Remove unused variables ldap_mapper.c:906:8: warning: unused variable `bv_val' [-Wunused-variable] void *bv_val; ^ ldap_mapper.c:902:14: warning: unused variable `ber' [-Wunused-variable] BerElement *ber = NULL; ^ Commit: ce0cd5a186ce57278f2fbc2af2176d8ddd59cf39 https://github.com/OpenSC/pam_pkcs11/commit/ce0cd5a186ce57278f2fbc2af2176d8ddd59cf39 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-08-28 (Thu, 28 Aug 2014) Changed paths: M src/mappers/ldap_mapper.c Log Message: ----------- Remove unused variables ldap_mapper.c: In function `ldap_mapper_match_user': ldap_mapper.c:1210:6: warning: unused variable `i' [-Wunused-variable] int i=0; ^ Commit: bcba14aafc53f4850386101b0124a91f36881ff0 https://github.com/OpenSC/pam_pkcs11/commit/bcba14aafc53f4850386101b0124a91f36881ff0 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-08-28 (Thu, 28 Aug 2014) Changed paths: M src/mappers/ldap_mapper.c Log Message: ----------- Fix format error ldap_mapper.c: In function `ldap_get_certificate': ldap_mapper.c:1079:4: warning: format `%s' expects a matching `char *' argument [-Wformat=] DBG("ldap_first_entry() failed: %s"); ^ Commit: d73e0070d683309f7719ef3cf9f764fd86a84048 https://github.com/OpenSC/pam_pkcs11/commit/d73e0070d683309f7719ef3cf9f764fd86a84048 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-08-28 (Thu, 28 Aug 2014) Changed paths: M src/mappers/ldap_mapper.c Log Message: ----------- Fix field precision specifier ldap_mapper.c: In function `ldap_build_partial_cert_filter': ldap_mapper.c:731:3: warning: field precision specifier `.*' expects argument of type `int', but argument 5 has type `long int' [-Wformat=] DBG2("ldap_build_cert_filter(): unrecognized certificate " ^ ldap_mapper.c:736:3: warning: field precision specifier `.*' expects argument of type `int', but argument 5 has type `long int' [-Wformat=] DBG2("ldap_build_cert_filter(): no values for certificate " ^ ldap_mapper.c:740:2: warning: field precision specifier `.*' expects argument of type `int', but argument 5 has type `long int' [-Wformat=] DBG4("ldap_build_cert_filter(): building subfilter '%.*s'='%.*s'", ^ ldap_mapper.c:740:2: warning: field precision specifier `.*' expects argument of type `int', but argument 7 has type `long int' [-Wformat=] Compare: https://github.com/OpenSC/pam_pkcs11/compare/c7f4a9a6dda7...d73e0070d683 |