summaryrefslogtreecommitdiffstats
path: root/source3/libnet/libnet_join.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add libnet_join_find_machine_acct().Günther Deschner2008-01-071-0/+46
* Honor the WKSSVC_JOIN_FLAGS_ACCOUNT_DELETE flag when unjoining from AD.Günther Deschner2008-01-071-10/+56
* Rearrange libnet join code and add support for account pre-creation in AD.Günther Deschner2008-01-071-12/+100
* Add ADS_STRUCTs to libnetjoin and -unjoin, with talloc destructors.Günther Deschner2008-01-071-0/+137
* Add error_string to libnetjoin and libnetunjoin structures incl. set functions.Günther Deschner2008-01-071-0/+36
* Only create machine account in libnetjoin when requested to.Günther Deschner2008-01-071-9/+13
* Rename server_name to dc_name in libnet join structures.Günther Deschner2008-01-041-2/+4
* Separate out storing and removing secrets in libnet_join/unjoin.Günther Deschner2008-01-041-31/+45
* In libnet_join finally separate the admin from the machine pwd entirely.Günther Deschner2008-01-041-13/+15
* Robustness fix for libnet join when unjoining.Günther Deschner2008-01-041-4/+5
* Use GLOBAL_NAME constant.Michael Adam2008-01-031-1/+1
* Rename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().Michael Adam2008-01-031-9/+9
* Rename libnet_smbconf_delparm() to libnet_conf_delete_parameter().Michael Adam2008-01-031-1/+1
* In libnetjoin don't mix admin password with machine account pwd.Günther Deschner2008-01-031-2/+2
* Remove now unneeded talloc ctx parameter from do_JoinConfig().Michael Adam2007-12-251-3/+2
* Remove now unneeded talloc ctx parameter from do_join_modify_vals_config().Michael Adam2007-12-251-3/+2
* Remove now unneeded talloc ctx parameter from do_UnjoinConfig().Michael Adam2007-12-251-3/+2
* Remove now unneeded talloc ctx parameter from do_unjoin_modify_vals_config().Michael Adam2007-12-251-3/+2
* Remove talloc context parameter from libnet_smbconf_delparm().Michael Adam2007-12-251-1/+1
* Remove talloc context parameter from libnet_smbconf_setparm().Michael Adam2007-12-251-10/+7
* Remove occurrences of registry_key from libnet_join.cMichael Adam2007-12-231-65/+17
* Replace direct deletion of registry value by use of libnet_smbconf_delparm().Michael Adam2007-12-231-1/+1
* Fix uninitialized error code in do_unjoin_modify_vals_config().Günther Deschner2007-12-221-1/+1
* Until we better understand the WKSSVC_JOIN_FLAGS_JOIN_DC_ACCOUNT make sure we...Günther Deschner2007-12-211-0/+4
* Fix typo.Günther Deschner2007-12-211-2/+0
* Add libnet_Unjoin(), libnet_UnjoinCtx and friends.Günther Deschner2007-12-211-4/+222
* In libnet join code, try lsa query with level 12 first.Günther Deschner2007-12-211-8/+10
* Making do_DomainJoin return NTSTATUS again.Günther Deschner2007-12-211-23/+15
* Make sure we also support non-domain join.Günther Deschner2007-12-211-5/+20
* Add libnet_Join().Günther Deschner2007-12-211-0/+354