summaryrefslogtreecommitdiffstats
path: root/source3/libnet
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove code accidentially submittet with last commit 83aed537c16f63.Michael Adam2008-01-111-42/+0
| | | | | | | This is ist still in preparation and will follow soon. Soory! Michael (This used to be commit 75acdb54a454ffda9d422fcafb573c8f5581d2e8)
* Fix panic in "net conf": Fix logic in error condition.Michael Adam2008-01-111-1/+43
| | | | | Michael (This used to be commit 83aed537c16f632599484f60c5ccebc3ab713801)
* Remove '\n' from error strings in libnet_join context.Günther Deschner2008-01-111-12/+12
| | | | | Guenther (This used to be commit 9cc0d874f6c064e8752d36e72fcc85bf4c85e656)
* Set error string when ads_leave_realm() has failed in libnetjoin.Günther Deschner2008-01-111-1/+9
| | | | | Guenther (This used to be commit 01690f85bc7d052d4c57181d74aef27d1776169c)
* Ignore result of libnet_conf_delete_parameter here, as realm may be not there.Günther Deschner2008-01-111-1/+1
| | | | | Guenther (This used to be commit 2e2d058b7e90a158612af4b0a489578431f748e5)
* Remove some more references to global_myname() in libnet_join.Günther Deschner2008-01-111-2/+2
| | | | | Guenther (This used to be commit ed4960baccf687b77c2b0f4ee64cbce2005f3abb)
* Use domain_is_ad bool.Günther Deschner2008-01-111-6/+5
| | | | | Guenther (This used to be commit 9707a5eb008788460937104575b7afd733a9f741)
* Add domain_is_ad bool to libnetjoin ctx.Günther Deschner2008-01-111-0/+1
| | | | | Guenther (This used to be commit 16ca8d2746a5c2fc7a583d1cf2ebb4d3aa003842)
* Try to fix the build on hosts that HAVE_LDAP but don't HAVE_KRB5.Michael Adam2008-01-091-0/+3
| | | | | Michael (This used to be commit 829de79051cd1d1cc67c4c40fdc8e08c44450a09)
* Another attempt to fix builds w/o ldap and/or krb5.Günther Deschner2008-01-091-9/+9
| | | | | Guenther (This used to be commit e73e3da772bd024f1d74fc41b832f181ba5c43bd)
* Add libnet_join_derive_salting_principal().Günther Deschner2008-01-091-0/+55
| | | | | Guenther (This used to be commit 95129a28cfa57d8e5bd767b92f065abd1d32a569)
* Change registry_create_admin_token() to return NTSTATUS.Michael Adam2008-01-091-5/+3
| | | | | Michael (This used to be commit 9cd30fb25c42e79946b5140994d0bf2ef4c62f90)
* Fix define check s/WITH_LDAP/HAVE_LDAP/ in libnet_join.Günther Deschner2008-01-081-4/+4
| | | | | Guenther (This used to be commit 045a69c59c3b0732bb12a8b0efc8c9675e811719)
* When unjoining fails (e.g. missing creds) make sure we still correct config.Günther Deschner2008-01-081-0/+4
| | | | | Guenther (This used to be commit 7f51583f681b1acc9bfbab6ee0e2d1c13d2c4ca4)
* Trying to make the buildfarm w/o krb5 happy.Günther Deschner2008-01-071-1/+1
| | | | | Guenther (This used to be commit 079f2eba81886707ea4b18f103e097dbac994b2f)
* There is no LDAP in some corners of this world. Fix the build...Günther Deschner2008-01-071-4/+12
| | | | | Guenther (This used to be commit 83ed37023c2be4c6b4d99d8117ac8438a413112c)
* Finally use libnet_join_set_* functions in libnetjoin.Günther Deschner2008-01-071-0/+30
| | | | | Guenther (This used to be commit 1436670854ae635cfa2a69939d3ac31da87c3f66)
* Merge remaining post-AD-join functions from net into libnet_join.Günther Deschner2008-01-072-1/+186
| | | | | Guenther (This used to be commit 3e816d7555218192881d79645fca26981a7099c7)
* Add libnet_join_find_machine_acct().Günther Deschner2008-01-071-0/+46
| | | | | Guenther (This used to be commit f550ed02ff9e0546c63064ab9dac760eac7e1e16)
* Honor the WKSSVC_JOIN_FLAGS_ACCOUNT_DELETE flag when unjoining from AD.Günther Deschner2008-01-071-10/+56
| | | | | Guenther (This used to be commit ed164b523e63c3ebf2c822a00a877ef169738a3a)
* Rearrange libnet join code and add support for account pre-creation in AD.Günther Deschner2008-01-071-12/+100
| | | | | Guenther (This used to be commit 18ae8580420c37aa4b189eb5ce53cc65a9827d95)
* Add ADS_STRUCTs to libnetjoin and -unjoin, with talloc destructors.Günther Deschner2008-01-072-0/+140
| | | | | Guenther (This used to be commit 985d45206990988894e05ea6fb0aacc7396a6db4)
* Add error_string to libnetjoin and libnetunjoin structures incl. set functions.Günther Deschner2008-01-072-0/+38
| | | | | Guenther (This used to be commit 4f9985bb33aa5973e6b685a45039c8e227487db1)
* Only create machine account in libnetjoin when requested to.Günther Deschner2008-01-071-9/+13
| | | | | Guenther (This used to be commit bc025a3860483e8cdbd0f61579689c9edadd3af0)
* Rename server_name to dc_name in libnet join structures.Günther Deschner2008-01-042-4/+7
| | | | | Guenther (This used to be commit ff5e15b1ba0d5c39ceef9f9995c107e510162564)
* Separate out storing and removing secrets in libnet_join/unjoin.Günther Deschner2008-01-041-31/+45
| | | | | Guenther (This used to be commit b59ca2d9c3375c0d0b9f585e48d718689586bb92)
* In libnet_join finally separate the admin from the machine pwd entirely.Günther Deschner2008-01-042-16/+19
| | | | | Guenther (This used to be commit d88bb94f0ef00ddbb48498797bd11448e0d74645)
* Robustness fix for libnet join when unjoining.Günther Deschner2008-01-041-4/+5
| | | | | Guenther (This used to be commit d7f01d940feb7dfedb6c4b8b88f5443434e03428)
* Use different error code for libnet_conf initialization failure.Günther Deschner2008-01-031-2/+1
| | | | | Guenther (This used to be commit 65537eae842065a1dd68d8e532e61502b61e1dbe)
* Make libnet_conf handle opening/initialization of the registry.Michael Adam2008-01-031-0/+32
| | | | | | | | | | | | Open state is currently tracked by a global variable to avoid double initialization. Later, this can possibly be replaced by a conf-context created by an initialization function and passed around to the other api functions. Michael (This used to be commit 77713e776405800ac54c692a77cd4efd153042cb)
* Add a comment header and do some slight reformatting.Michael Adam2008-01-031-5/+7
| | | | | Michael (This used to be commit 5d557e3f95b8d53114c25ba7fa3e564a50be9e05)
* Use GLOBAL_NAME constant.Michael Adam2008-01-031-1/+1
| | | | | Michael (This used to be commit 4c404d627ccfaf1c17f4b6b1ebab6fce357d9ab1)
* Rename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().Michael Adam2008-01-032-11/+11
| | | | | | | Now all functions are converted to the consistent naming scheme. Michael (This used to be commit a559533c0c8a80f3f4078bbc2675de395359485f)
* Rename libnet_smbconf_delparm() to libnet_conf_delete_parameter().Michael Adam2008-01-032-3/+2
| | | | | Michael (This used to be commit 073eeca51e46da6a687175aadbfdbb9e029532d6)
* Rename libnet_smbconf_getparm() to libnet_conf_get_parameter().Michael Adam2008-01-031-4/+4
| | | | | Michael (This used to be commit d08556dbc7071933feaeec538f01ac8f6a637b1d)
* Rename libnet_smbconf_setparm() to libnet_conf_set_parameter().Michael Adam2008-01-031-4/+4
| | | | | Michael (This used to be commit e00cb415d30b3e72ccfb7e5c366c95ec0f9c6247)
* Rename libnet_smbconf_delshare() to libnet_conf_delete_share().Michael Adam2008-01-031-1/+1
| | | | | Michael (This used to be commit 2075baf551ca7fc6bcee6b93f63fd7fbf75f9a50)
* Rename libnet_smbconf_getshare() to libnet_conf_get_share().Michael Adam2008-01-031-7/+7
| | | | | Michael (This used to be commit 1575612f1936312125e7778a9a4227e444ea36cf)
* Rename libnet_smbconf_create_share() to libnet_conf_create_share().Michael Adam2008-01-031-1/+1
| | | | | Michael (This used to be commit 6bc4ee210855dbfbee9e86b59e90b08ecb3a9df9)
* Rename libnet_smbconf_share_exists() to libnet_conf_share_exists().Michael Adam2008-01-031-6/+6
| | | | | Michael (This used to be commit 3258758e5c8dfc2c681e1285cb34aaacae697a55)
* Rename libnet_smbconf_get_share_names() to libnet_conf_get_share_names().Michael Adam2008-01-031-4/+4
| | | | | Michael (This used to be commit 2e4beee66b3672c3259b312aca3d482598731119)
* Rename libnet_smbconf_get_config() to libnet_conf_get_config().Michael Adam2008-01-031-3/+3
| | | | | Michael (This used to be commit e8f7c07699b5b93acd81b24bca908769f0b5e8d8)
* Rename libnet_smbconf_drop() to libnet_conf_drop().Michael Adam2008-01-031-1/+1
| | | | | Michael (This used to be commit 42ae33a96228e916d7d530d844be6937a80d4fea)
* Rename libnet_smbconf_reg_get_values() to libnet_conf_reg_get_values().Michael Adam2008-01-031-7/+7
| | | | | | | | Now all internal helper functions are converted to the consistent naming scheme. Michael (This used to be commit c23e6636a886d93b98c9439ba081def0385f67ac)
* Rename libnet_smbconf_format_registry_value() to ↵Michael Adam2008-01-031-5/+5
| | | | | | | libnet_conf_format_registry_value(). Michael (This used to be commit 3f9f35335127a673639fa30c88cdea6c79f04b92)
* Rename libnet_smbconf_reg_set_value() to libnet_conf_reg_set_value().Michael Adam2008-01-031-4/+4
| | | | | Michael (This used to be commit 96b2923bc3c57700352869627c38609529d53cd2)
* Rename libnet_smbconf_reg_create_service_key() to ↵Michael Adam2008-01-031-4/+4
| | | | | | | libnet_conf_reg_create_service_key(). Michael (This used to be commit cd1846943cbcc02ea9fa3b9237bd02e667a475db)
* Rename libnet_smbconf_value_exists() to libnet_conf_value_exists().Michael Adam2008-01-031-4/+4
| | | | | Michael (This used to be commit 49f740797bb7fc5edacbd4c3e8b1eb1aab131ea4)
* Rename libnet_smbconf_reg_open_basekey() to libnet_conf_reg_open_base_key().Michael Adam2008-01-031-9/+8
| | | | | Michael (This used to be commit c2ba52b2c34abc42b4ff7945715dc36e08a2f112)
* Rename libnet_smbconf_reg_open_service_key() to ↵Michael Adam2008-01-031-14/+14
| | | | | | | libnet_conf_reg_open_service_key(). Michael (This used to be commit 4d86d2dd6f0a577e446ccb4b362b3cd80f819600)