Bug#529383: [+] Bug#529383: ucarp does not support ipv6

2009-05-19 Thread Frank Denis
with > if (inet_pton(AF_INET, optarg, &srcip) == 0) This is intentional, as an AF_INET6 address here wouldn't have any chance to work in the rest of the code. > Or am i completely wrong and ucarp shouldn't support ipv6? It should. But it doesn't yet :) -- Fr

Bug#355784: pure-ftpd: fchmod(2) failure causes two close(2) calls on the same fd

2006-03-07 Thread Frank Denis
Hi Christern, Le Tue, Mar 07, 2006 at 09:55:34PM +0100, Christer Mjellem Strand ecrivait : Since upstream still hasn't applied it after 1.5 years, please consider applying this patch to the Debian package. It was one of the first fixes that were applied for version 1.0.21. Stefan has cook

Bug#296111: Inconsistance between manpage and real behavior

2005-02-21 Thread Frank Denis (Jedi/Sector One)
On Mon, Feb 21, 2005 at 09:36:51AM +0100, Stefan Hornburg wrote: > autoconf can be instructed to do replacements on any file, not only > Makefiles and configure scripts. Thank you, Stefan. I'll have a look at this. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscr

Bug#296111: Inconsistance between manpage and real behavior

2005-02-20 Thread Frank Denis (Jedi/Sector One)
On Sun, Feb 20, 2005 at 01:18:45PM +0200, Alexander A. Vlasov wrote: > 2. Create a directory as described in Anonymous FTP and make a > symlink called /etc/pure-ftpd/10.11.12.13 which points to this > directory. > But in fact pure-ftpd uses /etc/pure-ftpd/pure-ftpd/IP.ADD.RE.SS The man page

Bug#292440: pure-ftpd: Patch to set PAM_RHOST and PAM_RUSER for pam authentication

2005-01-27 Thread Frank Denis (Jedi/Sector One)
On Thu, Jan 27, 2005 at 02:05:20AM +0100, Marek Habersack wrote: > The attached patch adds support for setting of two PAM items - PAM_RUSER > and PAM_RHOST (for remote user and host, respectively). This is needed to > be able to use pam_access with pure-ftpd for non-local login setups. The > chang