Fix Coverity ID 547
[jra/samba/.git] / source / libnet / libnet_join.c
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().