summaryrefslogtreecommitdiff
path: root/source3/utils/net_share.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-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-02s3: net_share.c: fix argc handlingHolger Hetterich1-6/+3
The "net share" command was no longer possible because it enters the net_share function with argc == 0.
2009-08-11s3 net: i18n support for net shareKai Blin1-4/+4
2008-05-20net: Split out "net share"Kai Blin1-0/+77
(This used to be commit 25d4c6f692cf50d675a1de7c6eaeed271f349289)