summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi
Commit message (Expand)AuthorAgeFilesLines
...
* Add netdomjoin cmd line tool (another libnetapi example).Günther Deschner2007-12-212-1/+113
* Add getdc.c, a libnetapi example (incl. Makefile).Günther Deschner2007-12-212-0/+91
* Add basic remote NetGetDCName and NetGetAnyDCName versions to libnetapi.Günther Deschner2007-12-212-0/+252
* Make libnetapi_errstr use our NTSTATUS and WERROR error string macros.Günther Deschner2007-12-211-46/+3
* Add error string for access denied in libnetapi.Günther Deschner2007-12-211-0/+3
* Remove doubled cli_set_timeout calls from libnetapi.Günther Deschner2007-12-211-4/+0
* Keep libnetapi_NetX calls static for now.Günther Deschner2007-12-212-13/+13
* Merge all headers into libnetapi.h.Günther Deschner2007-12-213-69/+22
* Implement NetServerSetInfo level 1005 in local mode with smbconf registry.Günther Deschner2007-12-211-7/+7
* Add NetServerGetInfo and NetServerSetInfo (for level 1005).Günther Deschner2007-12-213-0/+328
* Split out local and remote paths for NetGetJoinInformation.Günther Deschner2007-12-211-40/+52
* Add libnetapi_errstr().Günther Deschner2007-12-212-0/+51
* Add support for remote and local unjoining in libnetapi.Günther Deschner2007-12-211-5/+89
* Remove unrequired TALLOC_CTX from libnetapi_NetJoinDomain & friends.Günther Deschner2007-12-211-34/+5
* Fix NetJoinDomainLocal.Günther Deschner2007-12-211-4/+1
* Use DsGetDcName in local libnetapi join to find a dc.Günther Deschner2007-12-211-14/+20
* Move NetJoinDomain and friends to NET_API_STATUS and the static libnetapi_ctx.Günther Deschner2007-12-212-33/+119
* Missed on instance of external creds.Günther Deschner2007-12-211-2/+4
* Add static libnetapi_ctx.Günther Deschner2007-12-212-3/+26
* Use full string based debug_parse_levels in libnetapi.Günther Deschner2007-12-212-4/+25
* Add basic credential functions for libnetapi.Günther Deschner2007-12-212-0/+36
* Move basic libnetapi functions to NET_API_STATUS.Günther Deschner2007-12-212-9/+9
* Define NET_API_STATUS to be just a uin32_t.Günther Deschner2007-12-211-0/+2
* Getting rid of external credentials in libnetapi.Günther Deschner2007-12-212-8/+11
* Some libnet and netapi build fixes.Günther Deschner2007-12-212-0/+10
* Fill in local branch of NetGetJoinInformation().Günther Deschner2007-12-211-0/+26
* More minor libnetapi fixes.Günther Deschner2007-12-211-0/+1
* Build fixes for libnetapi.Günther Deschner2007-12-212-0/+102
* Fill in NetJoinDomainLocal().Günther Deschner2007-12-211-1/+35
* Split NetJoinDomain() into NetJoinDomainRemote() and the unsupportedGünther Deschner2007-12-211-23/+73
* Add NetGetJoinInformation().Günther Deschner2007-12-212-0/+56
* Fix a missing prototype warningVolker Lendecke2007-12-211-0/+1
* Fix wkssvc callers.Günther Deschner2007-12-031-6/+3
* Fix some bogus uninitialized variable warningsVolker Lendecke2007-12-021-2/+2
* Avoid to include net prototypes, just reference user creds.Günther Deschner2007-11-301-7/+16
* Add header file for NetJoinDomain() and friends.Günther Deschner2007-11-301-0/+29
* Add NetUnjoinDomain().Günther Deschner2007-11-301-0/+74
* Robustness-fixes for NetJoinDomain().Günther Deschner2007-11-301-6/+13
* Give NetJoinDomain() enough time to finish.Günther Deschner2007-11-301-0/+6
* domain_name is a ref pointer.Günther Deschner2007-11-301-0/+5
* Add NetJoinDomain call.Günther Deschner2007-11-301-0/+84