[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opensc-commits
Subject:    [Opensc-commits] [OpenSC/pam_pkcs11] 22097e: Fixed double free() in refresh_slots()
From:       Paul Wolneykien via Opensc-commits <opensc-commits () lists ! sourceforge ! net>
Date:       2021-03-23 11:28:41
Message-ID: OpenSC/pam_pkcs11/push/refs/heads/master/228915-05a1d2 () github ! com
[Download RAW message or body]

  Branch: refs/heads/master
  Home:   https://github.com/OpenSC/pam_pkcs11
  Commit: 22097e4e7343b9342087edb62cd986a71b17b8ad
      https://github.com/OpenSC/pam_pkcs11/commit/22097e4e7343b9342087edb62cd986a71b17b8ad
  Author: Paul Wolneykien <manowar@altlinux.org>
  Date:   2020-07-10 (Fri, 10 Jul 2020)

  Changed paths:
    M src/common/pkcs11_lib.c

  Log Message:
  -----------
  Fixed double free() in refresh_slots()


  Commit: 4de7adf9617903618ddc6fdfbc453a8035721640
      https://github.com/OpenSC/pam_pkcs11/commit/4de7adf9617903618ddc6fdfbc453a8035721640
  Author: Paul Wolneykien <manowar@altlinux.org>
  Date:   2020-08-11 (Tue, 11 Aug 2020)

  Changed paths:
    M ChangeLog
    M NEWS
    M README
    M README.md
    M configure.ac
    M doc/Makefile.am
    M src/common/cert_info.c
    M src/common/cert_vfy.c
    M src/common/cert_vfy.h
    M src/common/debug.c
    M src/common/pam-pkcs11-ossl-compat.h
    M src/common/pkcs11_lib.c
    M src/common/strings.c
    M src/mappers/ldap_mapper.c
    M src/mappers/mail_mapper.c
    M src/mappers/null_mapper.c
    M src/mappers/openssh_mapper.c
    M src/pam_pkcs11/pam_pkcs11.c
    M src/scconf/parse.c
    M src/tools/card_eventmgr.c
    M src/tools/pkcs11_eventmgr.c

  Log Message:
  -----------
  Merge branch 'devel/base' into devel/fixes


  Commit: a051d93de746a3b8e2eac8dcf787fb1204244343
      https://github.com/OpenSC/pam_pkcs11/commit/a051d93de746a3b8e2eac8dcf787fb1204244343
  Author: Paul Wolneykien <manowar@altlinux.org>
  Date:   2020-08-14 (Fri, 14 Aug 2020)

  Changed paths:
    M src/common/pkcs11_lib.c

  Log Message:
  -----------
  Fixed the format strings for error code values

Signed-off-by: Paul Wolneykien <manowar@altlinux.org>


  Commit: 1316783430cf5b812e3befb898ff877901e22272
      https://github.com/OpenSC/pam_pkcs11/commit/1316783430cf5b812e3befb898ff877901e22272
  Author: Paul Wolneykien <manowar@altlinux.org>
  Date:   2020-08-14 (Fri, 14 Aug 2020)

  Changed paths:
    M src/common/pkcs11_lib.c

  Log Message:
  -----------
  Merge branch 'devel/formats' into devel/fixes


  Commit: 426769340cdd893a8346e68d567268b9eaf35ee6
      https://github.com/OpenSC/pam_pkcs11/commit/426769340cdd893a8346e68d567268b9eaf35ee6
  Author: Paul Wolneykien <manowar@altlinux.org>
  Date:   2020-08-14 (Fri, 14 Aug 2020)

  Changed paths:
    M src/pam_pkcs11/pam_pkcs11.c

  Log Message:
  -----------
  Fix: Cast pointers for pam_get_item()


  Commit: b91c1fcc0e69f65accc88c3b113de974fbe7769d
      https://github.com/OpenSC/pam_pkcs11/commit/b91c1fcc0e69f65accc88c3b113de974fbe7769d
  Author: Paul Wolneykien <manowar@altlinux.org>
  Date:   2020-08-14 (Fri, 14 Aug 2020)

  Changed paths:
    M src/common/pkcs11_lib.c

  Log Message:
  -----------
  Fixed format for CK_RV error code

Signed-off-by: Paul Wolneykien <manowar@altlinux.org>


  Commit: c80edf668e2e276483c9bbbcae18f717964e3218
      https://github.com/OpenSC/pam_pkcs11/commit/c80edf668e2e276483c9bbbcae18f717964e3218
  Author: Paul Wolneykien <manowar@altlinux.org>
  Date:   2020-08-15 (Sat, 15 Aug 2020)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Disable pointer-sign warnings for a while...


  Commit: 0af26b6d5d227cd6279fb4b14e6d759013c65527
      https://github.com/OpenSC/pam_pkcs11/commit/0af26b6d5d227cd6279fb4b14e6d759013c65527
  Author: Paul Wolneykien <manowar@altlinux.org>
  Date:   2020-08-15 (Sat, 15 Aug 2020)

  Changed paths:
    M src/pam_pkcs11/pam_pkcs11.c

  Log Message:
  -----------
  Fix: Cast more pointers for pam_get_item()


  Commit: 8563f9f9b0fe1eaaa6a60c63bc26e3484d6bb092
      https://github.com/OpenSC/pam_pkcs11/commit/8563f9f9b0fe1eaaa6a60c63bc26e3484d6bb092
  Author: Paul Wolneykien <manowar@altlinux.org>
  Date:   2020-08-15 (Sat, 15 Aug 2020)

  Changed paths:
    M src/tools/card_eventmgr.c

  Log Message:
  -----------
  Fix: Use the return values of fscanf() and write()


  Commit: 4a7ffa6084c012bee5627947c13bd8cbfc42c50c
      https://github.com/OpenSC/pam_pkcs11/commit/4a7ffa6084c012bee5627947c13bd8cbfc42c50c
  Author: Paul Wolneykien <manowar@altlinux.org>
  Date:   2020-08-15 (Sat, 15 Aug 2020)

  Changed paths:
    M src/common/pkcs11_lib.c
    M src/common/pkcs11_lib.h

  Log Message:
  -----------
  Fix: Remove `const` from `get_X509_certificate()` as OpenSSL functions have non-const arguments


  Commit: 5b7dfad7b05ebd32109fbfd5c0c60c0b647c4d51
      https://github.com/OpenSC/pam_pkcs11/commit/5b7dfad7b05ebd32109fbfd5c0c60c0b647c4d51
  Author: Paul Wolneykien <manowar@altlinux.org>
  Date:   2020-08-16 (Sun, 16 Aug 2020)

  Changed paths:
    M src/common/pkcs11_lib.c

  Log Message:
  -----------
  Fixed more format for CK_RV error code


  Commit: 05a1d2f1a726678d91caadf3f478cc6b670e0554
      https://github.com/OpenSC/pam_pkcs11/commit/05a1d2f1a726678d91caadf3f478cc6b670e0554
  Author: Paul Wolneykien <wolneykien@gmail.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M configure.ac
    M src/common/pkcs11_lib.c
    M src/common/pkcs11_lib.h
    M src/pam_pkcs11/pam_pkcs11.c
    M src/tools/card_eventmgr.c

  Log Message:
  -----------
  Merge pull request #52 from wolneykien/devel/fixes

I've just tested it with RSA cert and the `generic` mapper.


Compare: https://github.com/OpenSC/pam_pkcs11/compare/228915871c35...05a1d2f1a726


_______________________________________________
Opensc-commits mailing list
Opensc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensc-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic