Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -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-13 | s3: Fix Coverity ID 629: DEADCODE | Volker Lendecke | 1 | -3/+0 | |
We have already returned if (argc < 1) above | |||||
2009-07-30 | s3 net: i18n support for net group and net groupmap | Kai Blin | 1 | -15/+21 | |
2008-05-20 | net: Split out "net group" | Kai Blin | 1 | -0/+65 | |
(This used to be commit 3ddd9c09e3b51df01ac34a9a1537e8954d2b1167) |