Fix winbind NETLOGON cred chain on a samba dc for w2k8 trusts.
[ira/wip.git] / source3 / libnet /
2008-01-11 Günther DeschnerSet error string when ads_leave_realm() has failed...
2008-01-11 Günther DeschnerIgnore result of libnet_conf_delete_parameter here...
2008-01-11 Günther DeschnerRemove some more references to global_myname() in libne...
2008-01-11 Günther DeschnerUse domain_is_ad bool.
2008-01-11 Günther DeschnerAdd domain_is_ad bool to libnetjoin ctx.
2008-01-09 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-09 Michael AdamTry to fix the build on hosts that HAVE_LDAP but don...
2008-01-09 Günther DeschnerAnother attempt to fix builds w/o ldap and/or krb5.
2008-01-09 Günther DeschnerAdd libnet_join_derive_salting_principal().
2008-01-09 Michael AdamChange registry_create_admin_token() to return NTSTATUS.
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-08 Günther DeschnerFix define check s/WITH_LDAP/HAVE_LDAP/ in libnet_join.
2008-01-08 Günther DeschnerWhen unjoining fails (e.g. missing creds) make sure...
2008-01-07 Günther DeschnerTrying to make the buildfarm w/o krb5 happy.
2008-01-07 Günther DeschnerThere is no LDAP in some corners of this world. Fix...
2008-01-07 Günther DeschnerFinally use libnet_join_set_* functions in libnetjoin.
2008-01-07 Günther DeschnerMerge remaining post-AD-join functions from net into...
2008-01-07 Günther DeschnerAdd libnet_join_find_machine_acct().
2008-01-07 Günther DeschnerHonor the WKSSVC_JOIN_FLAGS_ACCOUNT_DELETE flag when...
2008-01-07 Günther DeschnerRearrange libnet join code and add support for account...
2008-01-07 Günther DeschnerAdd ADS_STRUCTs to libnetjoin and -unjoin, with talloc...
2008-01-07 Günther DeschnerAdd error_string to libnetjoin and libnetunjoin structu...
2008-01-07 Günther DeschnerOnly create machine account in libnetjoin when requeste...
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 DeschnerRename server_name to dc_name in libnet join structures.
2008-01-04 Günther DeschnerSeparate out storing and removing secrets in libnet_joi...
2008-01-04 Günther DeschnerIn libnet_join finally separate the admin from the...
2008-01-04 Günther DeschnerRobustness fix for libnet join when unjoining.
2008-01-03 Günther DeschnerUse different error code for libnet_conf initialization...
2008-01-03 Michael AdamMake libnet_conf handle opening/initialization of the...
2008-01-03 Michael AdamAdd a comment header and do some slight reformatting.
2008-01-03 Michael AdamUse GLOBAL_NAME constant.
2008-01-03 Michael AdamRename libnet_smbconf_set_global_param() to libnet_conf...
2008-01-03 Michael AdamRename libnet_smbconf_delparm() to libnet_conf_delete_p...
2008-01-03 Michael AdamRename libnet_smbconf_getparm() to libnet_conf_get_para...
2008-01-03 Michael AdamRename libnet_smbconf_setparm() to libnet_conf_set_para...
2008-01-03 Michael AdamRename libnet_smbconf_delshare() to libnet_conf_delete_...
2008-01-03 Michael AdamRename libnet_smbconf_getshare() to libnet_conf_get_sha...
2008-01-03 Michael AdamRename libnet_smbconf_create_share() to libnet_conf_cre...
2008-01-03 Michael AdamRename libnet_smbconf_share_exists() to libnet_conf_sha...
2008-01-03 Michael AdamRename libnet_smbconf_get_share_names() to libnet_conf_...
2008-01-03 Michael AdamRename libnet_smbconf_get_config() to libnet_conf_get_c...
2008-01-03 Michael AdamRename libnet_smbconf_drop() to libnet_conf_drop().
2008-01-03 Michael AdamRename libnet_smbconf_reg_get_values() to libnet_conf_r...
2008-01-03 Michael AdamRename libnet_smbconf_format_registry_value() to libnet...
2008-01-03 Michael AdamRename libnet_smbconf_reg_set_value() to libnet_conf_re...
2008-01-03 Michael AdamRename libnet_smbconf_reg_create_service_key() to libne...
2008-01-03 Michael AdamRename libnet_smbconf_value_exists() to libnet_conf_val...
2008-01-03 Michael AdamRename libnet_smbconf_reg_open_basekey() to libnet_conf...
2008-01-03 Michael AdamRename libnet_smbconf_reg_open_service_key() to libnet_...
2008-01-03 Michael AdamRename libnet_smbconf_reg_open_path() to libnet_conf_re...
2008-01-03 Michael AdamRename libnet_smbconf_add_string_to_array() to libnet_c...
2008-01-03 Günther DeschnerIn libnetjoin don't mix admin password with machine...
2008-01-03 Michael AdamRename libnet_smbconf_reg_setvalue_internal() to libnet...
2008-01-03 Michael AdamFix a comment.
2008-01-03 Michael AdamRename libnet_smbconf_reg_createkey_internal to libnet_...
2008-01-03 Michael AdamAdd libnet_conf API function libnet_smbconf_create_share().
2008-01-03 Günther DeschnerRemove unused vars.
2008-01-03 Michael AdamDon't leak: Use a temporary context for the admin token...
2008-01-03 Michael AdamUse libnet_smbconf_reg_open_path() in libnet_smbconf_dr...
2008-01-03 Michael AdamAbstract opening of registry path out of libnet_smbconf...
2008-01-03 Michael AdamAdd debug output in error path.
2008-01-03 Michael AdamFix setting of error code in error path.
2008-01-03 Michael AdamUse a better parameter name.
2008-01-03 Michael AdamRename libnet_smbconf_reg_open_path() to libnet_smbconf...
2008-01-03 Michael AdamHey, it is 2008 now.
2008-01-03 Michael AdamChoose a more apropriate parameter name.
2008-01-03 Michael AdamRename libnet_smbconf_reg_open_basepath() to libnet_smb...
2007-12-31 Michael AdamMake the last two helper functions in libnet_conf.c...
2007-12-31 Michael AdamRename libnet_smbconf_key_exists() to libnet_smbconf_sh...
2007-12-30 Michael AdamRemove an unused variable.
2007-12-30 Michael AdamRemove all d_fprintf-s from libnet_conf.c
2007-12-29 Michael AdamMake libnet_smbconf_reg_open_path() static.
2007-12-29 Michael AdamMake libnet_smbconf_reg_open_basepath() static.
2007-12-29 Michael AdamRemove list_values() from net_conf.c - it is not needed...
2007-12-29 Michael AdamAdd a function libnet_smbconf_get_config() to libnet_conf.c
2007-12-29 Michael AdamInclude libnet/libnet.h in libnet_conf.c to have protot...
2007-12-29 Michael AdamReturn NULL (instead of unchanged) for no shares/parame...
2007-12-29 Michael AdamDont return count - 1 but count from libnet_smbconf_reg...
2007-12-29 Michael AdamMake sure libnet_smbconf_get_share_names() always lists...
2007-12-29 Michael AdamMove talloc-appending a string to an array to its own...
2007-12-29 Volker LendeckeFix uninitalized variables
2007-12-29 Michael AdamRename libnet_smbconf_getshares() to libnet_smbconf_get...
2007-12-29 Michael AdamAdd a comment header for libnet_smbconf_getshares().
2007-12-29 Michael AdamMove functionality of net_conf_listshares() to libnet_c...
2007-12-29 Michael AdamMove functionality of net_conf_showshare() to libnet_conf.c
2007-12-29 Michael AdamAdd a couple of comment headers to the main libnet_conf...
2007-12-29 Michael AdamAdd a comment header for libnet_smbconf_format_registry...
2007-12-29 Michael AdamHandle NULL talloc context in libnet_smbconf_format_reg...
2007-12-29 Michael AdamHide the registry backend from libnet_smbconf_getparm().
2007-12-29 Michael AdamRename format_value() to libnet_smbconf_format_registry...
2007-12-28 Michael AdamMove format_value() to libnet_conf.c.
2007-12-26 Michael AdamMove libnet_smbconf_reg_open_basepath() in source file
2007-12-26 Michael AdamRename libnet_smbconf_open_basepath() to libnet_smbconf...
2007-12-25 Michael AdamRename libnet_smbconf_open_path() to libnet_smbconf_reg...
2007-12-25 Michael AdamRename libnet_smbconf_open_path_q() to libnet_smbconf_o...
2007-12-25 Michael AdamRemove now unneeded talloc ctx parameter from do_JoinCo...
2007-12-25 Michael AdamRemove now unneeded talloc ctx parameter from do_join_m...
next