~ubuntu-branches/ubuntu/trusty/libpam-mount/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/allow_usernames_beginning_with_numbers

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Kleineidam
  • Date: 2011-04-07 06:48:37 UTC
  • mfrom: (1.4.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110407064837-0mc0w3g3abiu0bx5
Tags: 2.9-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Note that this patch is Debian-specific; other distributions might not
3
3
support this.
4
4
 
5
 
Index: libpam-mount-1.32/src/pmvarrun.c
 
5
Index: libpam-mount-2.9/src/pmvarrun.c
6
6
===================================================================
7
 
--- libpam-mount-1.32.orig/src/pmvarrun.c       2009-11-17 05:10:36.000000000 +0100
8
 
+++ libpam-mount-1.32/src/pmvarrun.c    2009-11-17 05:11:01.000000000 +0100
9
 
@@ -109,7 +109,7 @@ static bool valid_username(const char *n
 
7
--- libpam-mount-2.9.orig/src/pmvarrun.c        2011-04-07 19:28:50.490640794 +0200
 
8
+++ libpam-mount-2.9/src/pmvarrun.c     2011-04-07 19:29:00.394882386 +0200
 
9
@@ -113,7 +113,7 @@ static bool valid_username(const char *n
10
10
         * more characters.
11
11
         */
12
12
        if (!((*n >= 'A' && *n <= 'Z') || (*n >= 'a' && *n <= 'z') ||