[Bug 869166] Re: Libpam-ccreds does not properly initiate libgcrypt

2019-07-05 Thread Andreas Hasenack
** Merge proposal unlinked:
   
https://code.launchpad.net/~ahasenack/ubuntu/+source/libpam-ccreds/+git/libpam-ccreds/+merge/369787

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/869166

Title:
  Libpam-ccreds does not properly initiate libgcrypt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-ccreds/+bug/869166/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 869166] Re: Libpam-ccreds does not properly initiate libgcrypt

2017-07-28 Thread Andreas Hasenack
Patch was accepted upstream and merged:
https://github.com/PADL/pam_ccreds/commit/3fa53ee374e4712643f988ef74bd6d52a6fe0c12

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/869166

Title:
  Libpam-ccreds does not properly initiate libgcrypt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-ccreds/+bug/869166/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 869166] Re: Libpam-ccreds does not properly initiate libgcrypt

2017-07-20 Thread Andreas Hasenack
** Changed in: libpam-ccreds (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/869166

Title:
  Libpam-ccreds does not properly initiate libgcrypt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-ccreds/+bug/869166/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 869166] Re: Libpam-ccreds does not properly initiate libgcrypt

2017-07-20 Thread Andreas Hasenack
** Changed in: libpam-ccreds (Ubuntu)
 Assignee: (unassigned) => Andreas Hasenack (ahasenack)

** Changed in: libpam-ccreds (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/869166

Title:
  Libpam-ccreds does not properly initiate libgcrypt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-ccreds/+bug/869166/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 869166] Re: Libpam-ccreds does not properly initiate libgcrypt

2017-07-20 Thread Andreas Hasenack
@juhaz and others, what do you think of this attached patch variant? It
checks if the library was already initialised before doing it. Since
libpam is a library, this is following the recommendation in
gcrypt.info, and in https://lists.gnupg.org/pipermail/gcrypt-
devel/2003-August/000458.html:

"""
Becuase you can't know in a library whether another library has
already initialized the library, I suggest to do this:

 if (!gcry_control (GCRYCTL_ANY_INITIALIZATION_P))
   { /* No other library has already initialized libgcrypt. */

 if (!gcry_check_version (NEED_LIBGCRYPT_VERSION) )
   {
  log_fatal (_("libgcrypt is too old (need %s, have %s)\n"),
 NEED_LIBGCRYPT_VERSION, gcry_check_version (NULL));
   }
 gcry_set_allocation_handler (...);
 gcry_control (GCRYCTL_INITIALIZATION_FINISHED);
   }
"""

** Patch added: "0003-initialize-libgcrypt.patch"
   
https://bugs.launchpad.net/ubuntu/+source/libpam-ccreds/+bug/869166/+attachment/4918287/+files/0003-initialize-libgcrypt.patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/869166

Title:
  Libpam-ccreds does not properly initiate libgcrypt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-ccreds/+bug/869166/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 869166] Re: Libpam-ccreds does not properly initiate libgcrypt

2017-07-20 Thread Andreas Hasenack
Revisiting this old bug. Confirmed in trusty and artful, should be
happening between those two as well:

Jul 20 14:08:54 artful-pam-ccreds-869166 login[4695]: Libgcrypt warning:
missing initialization - please fix the application

Used libpam-ccreds  10-6build1 from artful.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/869166

Title:
  Libpam-ccreds does not properly initiate libgcrypt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-ccreds/+bug/869166/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 869166] Re: Libpam-ccreds does not properly initiate libgcrypt

2017-07-20 Thread Andreas Hasenack
...which is the same version since trusty, heh

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/869166

Title:
  Libpam-ccreds does not properly initiate libgcrypt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-ccreds/+bug/869166/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 869166] Re: Libpam-ccreds does not properly initiate libgcrypt

2014-12-02 Thread Bug Watch Updater
** Changed in: libpam-ccreds (Debian)
   Status: Unknown = New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/869166

Title:
  Libpam-ccreds does not properly initiate libgcrypt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-ccreds/+bug/869166/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs