public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/shadow/files: shadow-4.1.3-dots-in-usernames.patch
@ 2009-04-12  3:53 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2009-04-12  3:53 UTC (permalink / raw
  To: gentoo-commits

vapier      09/04/12 03:53:06

  Added:                shadow-4.1.3-dots-in-usernames.patch
  Log:
  Version bump.
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-apps/shadow/files/shadow-4.1.3-dots-in-usernames.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/files/shadow-4.1.3-dots-in-usernames.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/files/shadow-4.1.3-dots-in-usernames.patch?rev=1.1&content-type=text/plain

Index: shadow-4.1.3-dots-in-usernames.patch
===================================================================
--- shadow-4.1.3/libmisc/chkname.c
+++ shadow-4.1.3/libmisc/chkname.c
@@ -66,6 +66,7 @@
 		      ( ('0' <= *name) && ('9' >= *name) ) ||
 		      ('_' == *name) ||
 		      ('-' == *name) ||
+		      ('.' == *name) ||
 		      ( ('$' == *name) && ('\0' == *(name + 1)) )
 		     )) {
 			return false;






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-12  3:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-12  3:53 [gentoo-commits] gentoo-x86 commit in sys-apps/shadow/files: shadow-4.1.3-dots-in-usernames.patch Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox