summaryrefslogtreecommitdiff
path: root/source3/utils/net_join.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: i18n for net joinKai Blin2009-07-301-6/+8
|
* Fix unqualified "net join"Volker Lendecke2009-07-291-4/+1
| | | | | | | | Kai, please check! Thanks, Volker
* net: Move "net join" handling into a separate file.Kai Blin2008-05-201-0/+54
| | | | (This used to be commit d0237a736858a48494583ce7f960ea980768aa6c)
* not used any moreAndrew Tridgell2001-12-011-144/+0
| | | | (This used to be commit 97627e424a1de3df0a6f7a9bfaaf3ece4dd2036d)
* Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett2001-11-291-6/+7
| | | | | | | | | | This allows us to use automagically obtained values in future, and the value from krb5.conf now. Also fix mem leaks etc. Andrew Bartlett (This used to be commit 8f9ce717819235d98a1463f20ac659cb4b4ebbd2)
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-1/+1
| | | | (This used to be commit 23ef22f11700bbaa5778a9678a990a2b041fcefe)
* added "net join" commandAndrew Tridgell2001-11-241-0/+143
this completes the first stage of the smbd ADS support (This used to be commit 058a5aee901e6609969ef7e1d482a720a84a4a12)