Bug#544687: libpam-unix2: forks numerous instances of unix2_chkpwd

2012-05-24 Thread Christoph Pleger
Hello, though I obviously do not have the exactly same bug occurring, because the corresponding change that introduced my bug took place two days after Jakub's last message, I add my bug description to this report, because my bug fits perfectly to the subject. That is, unix2_chkpwd is called recur

Bug#544687: libpam-unix2: forks numerous instances of unix2_chkpwd

2012-05-24 Thread Christoph Pleger
> That is, unix2_chkpwd is called recursively again and again and the user > cannot be authenticated. It seems that this only happens when a user wants to unlock the screen, not when logging in. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscr

Bug#544687: libpam-unix2: forks numerous instances of unix2_chkpwd

2012-05-29 Thread Christoph Pleger
On Sun, 27 May 2012 21:53:59 +0200 Jakub Wilk wrote: > >It seems that this only happens when a user wants to unlock the > >screen, not when logging in. > > Does it happen regardless of whether the entered password was correct > or not? This is always happening, regardless of if the password is

Bug#819060: proxsmtp does not handle lines with leading dots correctly

2016-03-23 Thread Christoph Pleger
Package: proxsmtp Version: 1.10-2.1 Dear maintainers, (E)SMTP RFCs say that when a client is sending mail data, it must prepend an additional dot to lines with a leading dot, and that the server must remove that additional dot. proxsmtp does not handle that correctly; when receiving mails, there

Bug#819060: clamsmtp/proxsmtp does not handle lines with leading dots correctly

2018-02-16 Thread Christoph Pleger
Hello, after this has been undealed with since almost two years, I wrote a patch myself. Maybe someone finds at least the time to review it. Regards ChristophIndex: proxsmtp-1.10/common/smtppass.c === --- proxsmtp-1.10.orig/comm

Bug#819060: clamsmtp/proxsmtp does not handle lines with leading dots correctly

2018-02-21 Thread Christoph Pleger
Hello, a new version of the patch, in accordance to RFC 5321 only accepting CRLF as line separator, and with usage of builtin struct member _crlf to remember CRLFs. By the way, clamsmtp maintainers already integrated my patch into their package. Regards ChristophIndex: proxsmtp-1.10/comm

Bug#819060: clamsmtp/proxsmtp does not handle lines with leading dots correctly

2020-07-14 Thread Christoph Pleger
Hello, is there a chance that my patch will ever be integrated into the package? Regards Christoph