summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_join.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-04Rename server_name to dc_name in libnet join structures.Günther Deschner1-2/+4
2008-01-04Separate out storing and removing secrets in libnet_join/unjoin.Günther Deschner1-31/+45
2008-01-04In libnet_join finally separate the admin from the machine pwd entirely.Günther Deschner1-13/+15
2008-01-04Robustness fix for libnet join when unjoining.Günther Deschner1-4/+5
2008-01-03Use GLOBAL_NAME constant.Michael Adam1-1/+1
2008-01-03Rename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().Michael Adam1-9/+9
2008-01-03Rename libnet_smbconf_delparm() to libnet_conf_delete_parameter().Michael Adam1-1/+1
2008-01-03In libnetjoin don't mix admin password with machine account pwd.Günther Deschner1-2/+2
2007-12-25Remove now unneeded talloc ctx parameter from do_JoinConfig().Michael Adam1-3/+2
2007-12-25Remove now unneeded talloc ctx parameter from do_join_modify_vals_config().Michael Adam1-3/+2
2007-12-25Remove now unneeded talloc ctx parameter from do_UnjoinConfig().Michael Adam1-3/+2
2007-12-25Remove now unneeded talloc ctx parameter from do_unjoin_modify_vals_config().Michael Adam1-3/+2
2007-12-25Remove talloc context parameter from libnet_smbconf_delparm().Michael Adam1-1/+1
2007-12-25Remove talloc context parameter from libnet_smbconf_setparm().Michael Adam1-10/+7
2007-12-23Remove occurrences of registry_key from libnet_join.cMichael Adam1-65/+17
2007-12-23Replace direct deletion of registry value by use of libnet_smbconf_delparm().Michael Adam1-1/+1
2007-12-22Fix uninitialized error code in do_unjoin_modify_vals_config().Günther Deschner1-1/+1
2007-12-21Until we better understand the WKSSVC_JOIN_FLAGS_JOIN_DC_ACCOUNT make sure we...Günther Deschner1-0/+4
2007-12-21Fix typo.Günther Deschner1-2/+0
2007-12-21Add libnet_Unjoin(), libnet_UnjoinCtx and friends.Günther Deschner1-4/+222
2007-12-21In libnet join code, try lsa query with level 12 first.Günther Deschner1-8/+10
2007-12-21Making do_DomainJoin return NTSTATUS again.Günther Deschner1-23/+15
2007-12-21Make sure we also support non-domain join.Günther Deschner1-5/+20
2007-12-21Add libnet_Join().Günther Deschner1-0/+354