summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_user.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
| | | | | | | strcasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett
* s3 net: i18n support for net userKai Blin2009-08-111-15/+15
|
* net: Split out "net user"Kai Blin2008-05-201-0/+67
(This used to be commit 4ca08a5acc90c77d56f8f3e38443f23f43f034e8)