summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_share.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: net_share.c: fix argc handlingHolger Hetterich2010-03-021-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 shareKai Blin2009-08-111-4/+4
|
* net: Split out "net share"Kai Blin2008-05-201-0/+77
(This used to be commit 25d4c6f692cf50d675a1de7c6eaeed271f349289)