summaryrefslogtreecommitdiff
path: root/source3/utils/net_group.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-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
2010-02-13s3: Fix Coverity ID 629: DEADCODEVolker Lendecke1-3/+0
We have already returned if (argc < 1) above
2009-07-30s3 net: i18n support for net group and net groupmapKai Blin1-15/+21
2008-05-20net: Split out "net group"Kai Blin1-0/+65
(This used to be commit 3ddd9c09e3b51df01ac34a9a1537e8954d2b1167)