Merge branch 'ctdb-merge' into v3-2-test
[ira/wip.git] / source3 / libnet / libnet_join.c
2008-01-16 Alexander BokovoyMerge branch 'ctdb-merge' into v3-2-test
2008-01-16 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-16 Günther DeschnerAutofetch domain_sid while unjoining in libnetjoin.
2008-01-16 Günther DeschnerNicen some error strings in libnetjoin.
2008-01-16 Günther DeschnerAvoid use of NDR_PRINT_X_DEBUG (that debugs with level...
2008-01-16 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-15 Günther DeschnerUse autogenerated debugging functions in libnetjoin...
2008-01-15 Günther DeschnerRemove unrequired TALLOC_FREE.
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-15 Günther DeschnerNo need to re-establish AD connection all the time.
2008-01-15 Günther DeschnerUse dsgetdcname() to find a dc when unjoining in libnet...
2008-01-15 Günther DeschnerRe-arrange pre- and postprocessing code in libnetjoin.
2008-01-13 Michael AdamMake use of the new libnet_conf_delete_global_parameter...
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-12 Günther DeschnerFix some indents.
2008-01-12 Günther DeschnerCall dsgetdcname when we have no specific dc defined...
2008-01-12 Günther DeschnerFix some error strings in libnet_join.
2008-01-12 Günther DeschnerAdd appropriate error code when pre-creating accounts...
2008-01-12 Günther DeschnerFor libnet_join error string functions, make sure not...
2008-01-12 Günther DeschnerMerge all ads related calls in libnet_join_post_process...
2008-01-12 Günther DeschnerUse WITH_ADS define in libnet_join, hopefully not break...
2008-01-12 Günther DeschnerUse domain_is_ad one more time in libnetjoin.
2008-01-11 Günther DeschnerRemove '\n' from error strings in libnet_join context.
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-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-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 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 Günther DeschnerIn libnetjoin don't mix admin password with machine...
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...
2007-12-25 Michael AdamRemove now unneeded talloc ctx parameter from do_Unjoin...
2007-12-25 Michael AdamRemove now unneeded talloc ctx parameter from do_unjoin...
2007-12-25 Michael AdamRemove talloc context parameter from libnet_smbconf_del...
2007-12-25 Michael AdamRemove talloc context parameter from libnet_smbconf_set...
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-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Günther DeschnerFix uninitialized error code in do_unjoin_modify_vals_c...
2007-12-21 Günther DeschnerUntil we better understand the WKSSVC_JOIN_FLAGS_JOIN_D...
2007-12-21 Günther DeschnerFix typo.
2007-12-21 Günther DeschnerAdd libnet_Unjoin(), libnet_UnjoinCtx and friends.
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 DeschnerMake sure we also support non-domain join.
2007-12-21 Günther DeschnerAdd libnet_Join().