Merge commit 'samba/v3-2-test' into v3-2-stable
[ira/wip.git] / source3 / lib / netapi / joindomain.c
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Günther DeschnerAs long as DsGetDcName is not part of libnetapi, lowerc...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-08 Günther DeschnerMake name_buffer in NetGetJoinInformation() talloced.
2008-01-07 Günther DeschnerIn the local path of NetJoinDomain, try to get error...
2008-01-07 Günther DeschnerRearrange order of libnet join context init.
2008-01-07 Günther DeschnerFree libnet_JoinCtx after joining.
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Günther DeschnerDo not pass emtpy wkssvc_PasswordBuffers to rpc functions.
2008-01-04 Günther DeschnerRename server_name to dc_name in libnet join structures.
2008-01-04 Günther DeschnerIn libnet_join finally separate the admin from the...
2008-01-03 Günther DeschnerMinor libnetapi join cosmetic cleanup.
2008-01-03 Günther DeschnerLet DsGetDCName figure out whether domain_name is a...
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Günther DeschnerRemove doubled cli_set_timeout calls from libnetapi.
2007-12-21 Günther DeschnerKeep libnetapi_NetX calls static for now.
2007-12-21 Günther DeschnerSplit out local and remote paths for NetGetJoinInformation.
2007-12-21 Günther DeschnerAdd support for remote and local unjoining in libnetapi.
2007-12-21 Günther DeschnerRemove unrequired TALLOC_CTX from libnetapi_NetJoinDoma...
2007-12-21 Günther DeschnerFix NetJoinDomainLocal.
2007-12-21 Günther DeschnerUse DsGetDcName in local libnetapi join to find a dc.
2007-12-21 Günther DeschnerMove NetJoinDomain and friends to NET_API_STATUS and...
2007-12-21 Günther DeschnerMissed on instance of external creds.
2007-12-21 Günther DeschnerGetting rid of external credentials in libnetapi.
2007-12-21 Günther DeschnerFill in local branch of NetGetJoinInformation().
2007-12-21 Günther DeschnerFill in NetJoinDomainLocal().
2007-12-21 Günther DeschnerSplit NetJoinDomain() into NetJoinDomainRemote() and...
2007-12-21 Günther DeschnerAdd NetGetJoinInformation().
2007-12-21 Volker LendeckeFix a missing prototype warning
2007-12-03 Günther DeschnerFix wkssvc callers.
2007-12-02 Volker LendeckeFix some bogus uninitialized variable warnings
2007-11-30 Günther DeschnerAvoid to include net prototypes, just reference user...
2007-11-30 Günther DeschnerAdd NetUnjoinDomain().
2007-11-30 Günther DeschnerRobustness-fixes for NetJoinDomain().
2007-11-30 Günther DeschnerGive NetJoinDomain() enough time to finish.
2007-11-30 Günther Deschnerdomain_name is a ref pointer.
2007-11-30 Günther DeschnerAdd NetJoinDomain call.