summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * Rename server_name to dc_name in libnet join structures.Günther Deschner2008-01-043-10/+15
| | | | | | | | | | 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-043-21/+24
| | | | | | | | | | Guenther (This used to be commit d88bb94f0ef00ddbb48498797bd11448e0d74645)
| * Use the proper boolean constants.Michael Adam2008-01-041-9/+9
| | | | | | | | | | Michael (This used to be commit 2ba625e473e8eb23d692566d32a8ac965785df4e)
| * Add debug switch to netdomjoin.Günther Deschner2008-01-041-2/+10
| | | | | | | | | | Guenther (This used to be commit 2b221708c07967bccd68e8c7983791b4628405bb)
| * Minor cosmetic cleanup for netdomjoin-gui.Günther Deschner2008-01-042-18/+37
| | | | | | | | | | Guenther (This used to be commit 02e3887f3962b469c965110b6141a6655f2347af)
| * Fix crash bug in regdb_close() when called with no ref count.Günther Deschner2008-01-041-0/+4
| | | | | | | | | | | | | | Michael, please check. Guenther (This used to be commit d6575ff5d240ec431b6e837494913dbd06e5a299)
| * Fix some error strings in netdomjoin-gui.Günther Deschner2008-01-041-12/+31
| | | | | | | | | | Guenther (This used to be commit aaea8f1ed744e9662f92a3840d86ad1aff943d18)
| * Robustness fix for libnet join when unjoining.Günther Deschner2008-01-041-4/+5
| | | | | | | | | | Guenther (This used to be commit d7f01d940feb7dfedb6c4b8b88f5443434e03428)
| * Add ads_get_joinable_ous().Günther Deschner2008-01-032-0/+64
| | | | | | | | | | Guenther (This used to be commit 5bbceac88159ef6ff83d9cc62c77c7af2116967d)
| * Use different error code for libnet_conf initialization failure.Günther Deschner2008-01-031-2/+1
| | | | | | | | | | Guenther (This used to be commit 65537eae842065a1dd68d8e532e61502b61e1dbe)
| * Minor libnetapi join cosmetic cleanup.Günther Deschner2008-01-031-3/+3
| | | | | | | | | | Guenther (This used to be commit 4deef80bed374af5032c0f3081d2ee3c70be99df)
| * Add some more join related werror codes.Günther Deschner2008-01-032-0/+5
| | | | | | | | | | Guenther (This used to be commit 62e7d467ab1b2f98327960eec3a3a925b2f04bda)
| * Make libnet_conf handle opening/initialization of the registry.Michael Adam2008-01-032-5/+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-033-13/+13
| | | | | | | | | | | | | | 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-033-4/+3
| | | | | | | | | | Michael (This used to be commit 073eeca51e46da6a687175aadbfdbb9e029532d6)
| * Rename libnet_smbconf_getparm() to libnet_conf_get_parameter().Michael Adam2008-01-032-5/+5
| | | | | | | | | | Michael (This used to be commit d08556dbc7071933feaeec538f01ac8f6a637b1d)
| * Rename libnet_smbconf_setparm() to libnet_conf_set_parameter().Michael Adam2008-01-032-12/+12
| | | | | | | | | | Michael (This used to be commit e00cb415d30b3e72ccfb7e5c366c95ec0f9c6247)
| * Rename libnet_smbconf_delshare() to libnet_conf_delete_share().Michael Adam2008-01-032-3/+3
| | | | | | | | | | Michael (This used to be commit 2075baf551ca7fc6bcee6b93f63fd7fbf75f9a50)
| * Rename libnet_smbconf_getshare() to libnet_conf_get_share().Michael Adam2008-01-032-9/+9
| | | | | | | | | | Michael (This used to be commit 1575612f1936312125e7778a9a4227e444ea36cf)
| * Rename libnet_smbconf_create_share() to libnet_conf_create_share().Michael Adam2008-01-032-2/+2
| | | | | | | | | | Michael (This used to be commit 6bc4ee210855dbfbee9e86b59e90b08ecb3a9df9)
| * Rename libnet_smbconf_share_exists() to libnet_conf_share_exists().Michael Adam2008-01-032-8/+8
| | | | | | | | | | Michael (This used to be commit 3258758e5c8dfc2c681e1285cb34aaacae697a55)
| * Rename libnet_smbconf_get_share_names() to libnet_conf_get_share_names().Michael Adam2008-01-032-5/+5
| | | | | | | | | | Michael (This used to be commit 2e4beee66b3672c3259b312aca3d482598731119)
| * Rename libnet_smbconf_get_config() to libnet_conf_get_config().Michael Adam2008-01-032-6/+6
| | | | | | | | | | Michael (This used to be commit e8f7c07699b5b93acd81b24bca908769f0b5e8d8)
| * Rename libnet_smbconf_drop() to libnet_conf_drop().Michael Adam2008-01-032-2/+2
| | | | | | | | | | 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)
| * Rename libnet_smbconf_reg_open_path() to libnet_conf_reg_open_path().Michael Adam2008-01-031-9/+8
| | | | | | | | | | Michael (This used to be commit 9868364e2c7827ac7914bee711a65d4456a5e366)
| * Rename libnet_smbconf_add_string_to_array() to ↵Michael Adam2008-01-031-18/+18
| | | | | | | | | | | | | | | | | | | | | | libnet_conf_add_string_to_array(). This is the start of making nomenclature more consistent (functions in libnet_conf.c should be called libnet_conf_*, not libnet_smbconf_* ... Michael (This used to be commit 0dd3967bfd88a4d90941e80134c549f5ade63ad0)
| * Happy new year again.Michael Adam2008-01-031-1/+1
| | | | | | | | | | Michael (This used to be commit e568f42e2146fa6510a86746581409450887ff16)
| * Use -g instead of -gstabs as many have reported gdb problems with -gstabs.Günther Deschner2008-01-031-1/+1
| | | | | | | | | | Guenther (This used to be commit 8befb22672d54a9255e5bdaf9cb0bb4e2b631245)
| * Let DsGetDCName figure out whether domain_name is a flat_name when unjoining.Günther Deschner2008-01-031-1/+0
| | | | | | | | | | Guenther (This used to be commit 75165ba4e7acafaca42f6afd1fb8b56e00bcbed7)
| * Fix configure output for libnetapi.Günther Deschner2008-01-031-1/+1
| | | | | | | | | | Guenther (This used to be commit d00ce6685a2cad7cd5526d4b13d43d157cd13481)
| * In libnetjoin don't mix admin password with machine account pwd.Günther Deschner2008-01-031-2/+2
| | | | | | | | | | Guenther (This used to be commit 5b2eec21c27f07653e2dbb75c0f9ab4a60736773)
| * Some coding convention pedantism.Günther Deschner2008-01-035-17/+17
| | | | | | | | | | Guenther (This used to be commit 338baf96cb957fa52e312d42fbf0fa227d7dafda)
| * Return existsing cache_tree if it has already been initialized.Michael Adam2008-01-031-4/+6
| | | | | | | | | | | | | | | | | | So reghook_cache_init() does not leak memory when called more than once. Also, fix the return value while we are at it. Michael (This used to be commit 25f571f40a630bff5a47bba6b01e42d4e0ffed66)
| * Rename libnet_smbconf_reg_setvalue_internal() to libnet_smbconf_reg_set_value().Michael Adam2008-01-031-4/+4
| | | | | | | | | | Michael (This used to be commit 3fc3fee88afd9e8b6232afc140a07090b4215c23)
| * Fix a comment.Michael Adam2008-01-031-1/+1
| | | | | | | | | | Michael (This used to be commit 2d0c7fe44f075205db1713ef2d69006f7192c490)
| * Rename libnet_smbconf_reg_createkey_internal to ↵Michael Adam2008-01-031-2/+2
| | | | | | | | | | | | | | libnet_smbconf_reg_create_service_key. Michael (This used to be commit 08056a2c8160a44d27744467da467faea9ba0686)
| * Add libnet_conf API function libnet_smbconf_create_share().Michael Adam2008-01-032-6/+38
| | | | | | | | | | | | | | | | | | And make libnet_smbconf_setparm() return error if the share does not already exist. Adapt net_conf_addshare to this new situation. Michael (This used to be commit de349bd26db3341815f6d8f6c18a5ca1fd664dca)
| * Remove unused vars.Günther Deschner2008-01-031-2/+0
| | | | | | | | | | Guenther (This used to be commit ff3f0006d167a9bca85919bf6115d73413554909)
| * Trivial simplificationVolker Lendecke2008-01-031-3/+2
| | | | | | | | | | ... things you come across when you review code (This used to be commit 1e006bcfb15d44ecb81b6994c588d30d87b48033)
| * Add commentsVolker Lendecke2008-01-031-1/+54
| | | | | | | | | | | | Jeremy was able to use this correctly without comments, so the code can't be *that* bad :-) (This used to be commit 6f22f7c13fd08ee772ac3aa593d2f4b37eb2cbee)