From Alexander Bokovoy
[ira/wip.git] / source3 / lib / netapi /
2008-01-13 Michael AdamIntroduce a libnet_conf context created by libnet_conf_...
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-11 Günther DeschnerFix libnetapi error string callers.
2008-01-11 Günther DeschnerInclude some basic headers in netapi.h.
2008-01-11 Günther DeschnerRefactor libnetapi error string functions a bit.
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-08 Günther DeschnerCorrectly free buffers in netdomjoin-gui.
2008-01-08 Günther DeschnerMake name_buffer in NetGetJoinInformation() talloced.
2008-01-08 Günther DeschnerAdd NetApiBufferFree() to libnetapi.
2008-01-08 Günther DeschnerFix crash bug when strequal is used too late in libneta...
2008-01-07 Günther DeschnerEnable talloc reporting in libnetapi if DEVELOPER compiled.
2008-01-07 Günther DeschnerIn libnetapi example, use libnetapi_get_error_string().
2008-01-07 Günther DeschnerIn the local path of NetJoinDomain, try to get error...
2008-01-07 Günther DeschnerAdd libnetapi_set_error_string and libnetapi_get_error_...
2008-01-07 Günther DeschnerAdd krb5 cc env to libnetapi_ctx.
2008-01-07 Günther DeschnerLet libnetapi use it's own krb5 cred cache in memory...
2008-01-07 Günther DeschnerRearrange order of libnet join context init.
2008-01-07 Günther DeschnerFree libnet_JoinCtx after joining.
2008-01-07 Günther DeschnerClose registry in libnetapi_free().
2008-01-07 Günther DeschnerAdd NET_API_STATUS_SUCCESS define.
2008-01-07 Günther DeschnerFix two memleaks in libnetapi.
2008-01-07 Günther DeschnerFailure while unjoining a domain is non-critical.
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-04 Günther DeschnerAdd debug switch to netdomjoin.
2008-01-04 Günther DeschnerMinor cosmetic cleanup for netdomjoin-gui.
2008-01-04 Günther DeschnerFix some error strings in netdomjoin-gui.
2008-01-03 Günther DeschnerMinor libnetapi join cosmetic cleanup.
2008-01-03 Michael AdamRename libnet_smbconf_set_global_param() to libnet_conf...
2008-01-03 Günther DeschnerLet DsGetDCName figure out whether domain_name is a...
2007-12-25 Volker LendeckeFix the build
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Günther DeschnerCorrect netapi header filename. Thanks Jeremy.
2007-12-21 Günther DeschnerMove gtk app to the correct location. Thanks obnox!
2007-12-21 Günther DeschnerMove libnetapi examples into subdirs.
2007-12-21 Günther DeschnerAdd netdomjoin-gui (my first gui application), another...
2007-12-21 Günther DeschnerAdd netdomjoin cmd line tool (another libnetapi example).
2007-12-21 Günther DeschnerAdd getdc.c, a libnetapi example (incl. Makefile).
2007-12-21 Günther DeschnerAdd basic remote NetGetDCName and NetGetAnyDCName versi...
2007-12-21 Günther DeschnerMake libnetapi_errstr use our NTSTATUS and WERROR error...
2007-12-21 Günther DeschnerAdd error string for access denied in libnetapi.
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 DeschnerMerge all headers into libnetapi.h.
2007-12-21 Günther DeschnerImplement NetServerSetInfo level 1005 in local mode...
2007-12-21 Günther DeschnerAdd NetServerGetInfo and NetServerSetInfo (for level...
2007-12-21 Günther DeschnerSplit out local and remote paths for NetGetJoinInformation.
2007-12-21 Günther DeschnerAdd libnetapi_errstr().
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 DeschnerAdd static libnetapi_ctx.
2007-12-21 Günther DeschnerUse full string based debug_parse_levels in libnetapi.
2007-12-21 Günther DeschnerAdd basic credential functions for libnetapi.
2007-12-21 Günther DeschnerMove basic libnetapi functions to NET_API_STATUS.
2007-12-21 Günther DeschnerDefine NET_API_STATUS to be just a uin32_t.
2007-12-21 Günther DeschnerGetting rid of external credentials in libnetapi.
2007-12-21 Günther DeschnerSome libnet and netapi build fixes.
2007-12-21 Günther DeschnerFill in local branch of NetGetJoinInformation().
2007-12-21 Günther DeschnerMore minor libnetapi fixes.
2007-12-21 Günther DeschnerBuild fixes for libnetapi.
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 header file for NetJoinDomain() and friends.
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.