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-03-02 | s3: net_share.c: fix argc handling | Holger Hetterich | 1 | -6/+3 | |
The "net share" command was no longer possible because it enters the net_share function with argc == 0. | |||||
2009-08-11 | s3 net: i18n support for net share | Kai Blin | 1 | -4/+4 | |
2008-05-20 | net: Split out "net share" | Kai Blin | 1 | -0/+77 | |
(This used to be commit 25d4c6f692cf50d675a1de7c6eaeed271f349289) |