lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 30 Jul 2008 13:41:02 +0200
From:	Bodo Eggert <7eggert@....de>
To:	Jon Smirl <jonsmirl@...il.com>, Paul Mundt <lethal@...ux-sh.org>,
	James Morris <jmorris@...ei.org>,
	Randy Dunlap <randy.dunlap@...cle.com>,
	Dave Jones <davej@...hat.com>, Theodore Tso <tytso@....edu>,
	Simon Arlott <simon@...e.lp0.eu>,
	lkml <linux-kernel@...r.kernel.org>
Subject: Re: 463 kernel developers missing!

Jon Smirl <jonsmirl@...il.com> wrote:

> Are the tools case sensitive or insensitive on email addresses? Some
> are are some aren't, so I need these cases...
> Al Viro <viro@...iv.linux.org.uk>
> Al Viro <viro@...IV.linux.org.uk>
> Al Viro <viro@...IV.linux.org.uk>

Domain names are case-insensitive, local parts may be case sensitive.
You can lowercase all domains and the localparts of some known domains.

> Another problem is internal machine names...
> David S. Miller <davem@...set.davemloft.net>
> David S. Miller <davem@...emloft.net>

If it's a common problem, you should have a function doing
$domain =~ s/.*\.davemloft\.net$/davemloft.net/; (not that simple, off cause)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ