Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 2011-05-18 | 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 | ||||
* | s3: net_share.c: fix argc handling | Holger Hetterich | 2010-03-02 | 1 | -6/+3 |
| | | | | | The "net share" command was no longer possible because it enters the net_share function with argc == 0. | ||||
* | s3 net: i18n support for net share | Kai Blin | 2009-08-11 | 1 | -4/+4 |
| | |||||
* | net: Split out "net share" | Kai Blin | 2008-05-20 | 1 | -0/+77 |
(This used to be commit 25d4c6f692cf50d675a1de7c6eaeed271f349289) |