FreeBSD Bugzilla – Attachment 20893 Details for
Bug 36785
Add support for $ character in usernames
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 686 bytes, created by
Eric Masson
on 2002-04-05 13:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Eric Masson
Created:
2002-04-05 13:20:01 UTC
Size:
686 bytes
patch
obsolete
>*** pw_user.c.original Thu Mar 21 17:54:15 2002 >--- pw_user.c Fri Apr 5 13:35:13 2002 >*************** >*** 1195,1201 **** > pw_checkname(u_char *name, int gecos) > { > int l = 0; >! char const *notch = gecos ? ":!@" : " ,\t:+&#%$^()!@~*?<>=|\\/\""; > > while (name[l]) { > if (strchr(notch, name[l]) != NULL || name[l] < ' ' || name[l] == 127 || >--- 1195,1201 ---- > pw_checkname(u_char *name, int gecos) > { > int l = 0; >! char const *notch = gecos ? ":!@" : " ,\t:+&#%^()!@~*?<>=|\\/\""; > > while (name[l]) { > if (strchr(notch, name[l]) != NULL || name[l] < ' ' || name[l] == 127 ||
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 36785
: 20893