summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi
Commit message (Expand)AuthorAgeFilesLines
* Rename server_name to dc_name in libnet join structures.Günther Deschner2008-01-041-6/+8
* In libnet_join finally separate the admin from the machine pwd entirely.Günther Deschner2008-01-041-5/+5
* Add debug switch to netdomjoin.Günther Deschner2008-01-041-2/+10
* Minor cosmetic cleanup for netdomjoin-gui.Günther Deschner2008-01-042-18/+37
* Fix some error strings in netdomjoin-gui.Günther Deschner2008-01-041-12/+31
* Minor libnetapi join cosmetic cleanup.Günther Deschner2008-01-031-3/+3
* Rename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().Michael Adam2008-01-031-2/+2
* Let DsGetDCName figure out whether domain_name is a flat_name when unjoining.Günther Deschner2008-01-031-1/+0
* Fix the buildVolker Lendecke2007-12-251-2/+1
* Correct netapi header filename. Thanks Jeremy.Günther Deschner2007-12-223-3/+3
* Move gtk app to the correct location. Thanks obnox!Günther Deschner2007-12-211-0/+0
* Move libnetapi examples into subdirs.Günther Deschner2007-12-216-7/+17
* Add netdomjoin-gui (my first gui application), another libnetapi user.Günther Deschner2007-12-214-2/+1357
* 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