ira/wip.git
2007-12-24 Michael AdamDo not leak memory in libnet_smbconf_setparm().
2007-12-23 Michael AdamUse the appropriate boolean constants.
2007-12-23 Michael AdamMake libnet_smbconf_value_exists() use talloc_stackframe().
2007-12-23 Michael AdamMake libnet_smbconf_key_exists() use talloc_stackframe().
2007-12-23 Michael AdamDon't leak memory in libnet_smbconf_getparm().
2007-12-23 Michael AdamFix rights error in libnet_smbconf_delparm().
2007-12-23 Michael AdamRemove redundant check of return value.
2007-12-23 Michael AdamMove logic of net_conf_getparm() to libnet_conf.c.
2007-12-23 Stefan Metzmacherselftest: also export LD_LIBRARY_PATH for samba4's...
2007-12-23 Volker LendeckeAttempt to make the build farm run s4torture again
2007-12-23 Volker LendeckeAttempt to fix the Solaris build
2007-12-23 Volker LendeckeConvert the [gu]id_sid cache to memcache
2007-12-23 Michael AdamRename libnet_reg_createkey_internal() to libnet_smbcon...
2007-12-23 Michael AdamMake libnet_smbconf_set_global_param() call libnet_smbc...
2007-12-23 Michael AdamReorder libnet_conf.c some, adding "section" comments.
2007-12-23 Michael AdamMove net_conf_setparm() to libnet_conf.c
2007-12-23 Michael AdamMove reg_setvalue_internal() to libnet_conf.c
2007-12-23 Michael AdamRemove occurrences of registry_key from libnet_join.c
2007-12-23 Michael AdamReplace direct deletion of registry value by use of...
2007-12-23 Michael AdamMove logic of net_smbconf_delparm() to libnet/libnet_conf.c
2007-12-23 Michael AdamMove smbconf_value_exists() to libnet/net_conf.c
2007-12-23 Michael AdamMake libnet_smbconf_open_path_q() static.
2007-12-23 Jeremy AllisonIf we detect a case insensitive filesystem make
2007-12-23 Michael AdamFix typo in output.
2007-12-22 Volker LendeckeFix wbcAllocate[GU]id
2007-12-22 Volker LendeckeFix wbcPing()
2007-12-22 Volker Lendecketiny simplification
2007-12-22 James PeachUse filesystem capabilities to support case-insensitive...
2007-12-22 James PeachFix "may be used uninitialized" compiler warnings.
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-22 James PeachCache the underlying filesystem capabilities at connect...
2007-12-22 Michael AdamRemove redundant connection_struct from check_magic...
2007-12-22 Michael AdamRemove redundant connection_struct from fd_close()...
2007-12-22 Michael AdamRemove redundant connection_struct from fd_close_posix...
2007-12-22 Jeremy AllisonAdd NT error to debug to try and track this down.
2007-12-22 Günther DeschnerFix the build of cifs.spnego.
2007-12-21 Günther DeschnerFix net_dom_join & net_dom_unjoin.
2007-12-21 Günther DeschnerFix uninitialized error code in do_unjoin_modify_vals_c...
2007-12-21 Günther DeschnerCorrect netapi header filename. Thanks Jeremy.
2007-12-21 Jeremy AllisonFix install - it was trying to install libnetapi.h...
2007-12-21 Günther DeschnerUntil we better understand the WKSSVC_JOIN_FLAGS_JOIN_D...
2007-12-21 Jeremy AllisonFix make test by adding winbind libs to vlp.
2007-12-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-21 Günther DeschnerGenerate pkgconfig files for at least lib{smbclient...
2007-12-21 Jeremy AllisonActually fix the merge.
2007-12-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-21 Günther DeschnerMake sure libnet/libnet_proto.h exists.
2007-12-21 Jeremy AllisonFix build failure if symlink already exists.
2007-12-21 Jeremy AllisonFix const warning.
2007-12-21 Jeremy AllisonFix initialization warnings.
2007-12-21 Jeremy AllisonFix making the new proto file after a distclean.
2007-12-21 Gerald (Jerry... Fix "make test" using the LD_LIBRARY_PATH for selftest...
2007-12-21 Gerald (Jerry... Compile fix: Correct use of wbcDomainInfo() after funct...
2007-12-21 Gerald (Jerry... De-couple smbd from staticly linking against winbindd...
2007-12-21 Gerald (Jerry... Add files for new LGPL libwbclient DSO implementing...
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 DeschnerGitignore some generated files.
2007-12-21 Günther DeschnerDeactive remote join code server side until some last...
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 DeschnerMake sure libnetapi has getdcname support.
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 DeschnerFix typo.
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 DeschnerAdd libnet_Unjoin(), libnet_UnjoinCtx and friends.
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 DeschnerBuild libnetapi shared and static if possible.
2007-12-21 Günther DeschnerIn libnet join code, try lsa query with level 12 first.
2007-12-21 Günther DeschnerMaking do_DomainJoin return NTSTATUS again.
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 DeschnerMake sure we also support non-domain join.
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 DeschnerAdd _wkssvc_NetrJoinDomain2() server.
2007-12-21 Günther DeschnerFill in NetJoinDomainLocal().
2007-12-21 Günther DeschnerAdd libnet_Join().
2007-12-21 Günther DeschnerAdd libnet_JoinCtx structure.
2007-12-21 Günther DeschnerSplit NetJoinDomain() into NetJoinDomainRemote() and...
next