On Sat, May 31, 2014 at 04:59:44PM +0200, Lukas Slebodnik wrote:
ehlo,
I think that the attached patches are self descriptive.
LS
Patches apply and build fine. I've run build on a few platforms without any issue, but I had none with openpam at hand.
I only have one comment on the last patch. getlogin() is not thread safe can you use getlogin_r()? I haven't check the PAM Linux implementation so I'm not sure if this is thread safe but I think it would be good if at least our code is on the save side.
bye, Sumit