summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_group.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: Fix Coverity ID 629: DEADCODEVolker Lendecke2010-02-131-3/+0
| | | | We have already returned if (argc < 1) above
* s3 net: i18n support for net group and net groupmapKai Blin2009-07-301-15/+21
|
* net: Split out "net group"Kai Blin2008-05-201-0/+65
(This used to be commit 3ddd9c09e3b51df01ac34a9a1537e8954d2b1167)