summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-01-04Fix spacing - spaces mixed with tabs.Michael Adam1-8/+8
2008-01-04Fix a comment.Michael Adam1-1/+1
2008-01-04Remove the word "registry" from the help output of the "net conf" command.Michael Adam1-7/+6
2008-01-04Update the introductory comment to net_conf.c to mention linbet_conf.Michael Adam1-3/+7
2008-01-04Fix the inherited trust flags when spidering the trust heirarchy.Gerald (Jerry) Carter2-3/+19
2008-01-04Add a missing check for dealing with a one-way trust in query_user().Gerald (Jerry) Carter1-0/+6
2008-01-04Ensure that winbindd_getgroups() can deal with a UPN name.Gerald (Jerry) Carter1-1/+10
2008-01-04When connecting to an AD DC, use the DsGetDCName variant.Gerald (Jerry) Carter1-2/+36
2008-01-04Map WERR_NO_SUCH_SERVICE with dos_errstr().Michael Adam1-0/+1
2008-01-04Remove the final regdb_close() from net_conf.cMichael Adam1-2/+0
2008-01-04Fix the behaviour of "net conf setparm" to create the share if necessary.Michael Adam1-0/+9
2008-01-04Fix build warning.Günther Deschner1-1/+0
2008-01-04Rename server_name to dc_name in libnet join structures.Günther Deschner3-10/+15
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 Deschner3-21/+24
2008-01-04Use the proper boolean constants.Michael Adam1-9/+9
2008-01-04Add debug switch to netdomjoin.Günther Deschner1-2/+10
2008-01-04Minor cosmetic cleanup for netdomjoin-gui.Günther Deschner2-18/+37
2008-01-04Fix crash bug in regdb_close() when called with no ref count.Günther Deschner1-0/+4
2008-01-04Fix some error strings in netdomjoin-gui.Günther Deschner1-12/+31
2008-01-04Robustness fix for libnet join when unjoining.Günther Deschner1-4/+5
2008-01-03Add ads_get_joinable_ous().Günther Deschner2-0/+64
2008-01-03Use different error code for libnet_conf initialization failure.Günther Deschner1-2/+1
2008-01-03Minor libnetapi join cosmetic cleanup.Günther Deschner1-3/+3
2008-01-03Add some more join related werror codes.Günther Deschner2-0/+5
2008-01-03Make libnet_conf handle opening/initialization of the registry.Michael Adam2-5/+32
2008-01-03Add a comment header and do some slight reformatting.Michael Adam1-5/+7
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 Adam3-13/+13
2008-01-03Rename libnet_smbconf_delparm() to libnet_conf_delete_parameter().Michael Adam3-4/+3
2008-01-03Rename libnet_smbconf_getparm() to libnet_conf_get_parameter().Michael Adam2-5/+5
2008-01-03Rename libnet_smbconf_setparm() to libnet_conf_set_parameter().Michael Adam2-12/+12
2008-01-03Rename libnet_smbconf_delshare() to libnet_conf_delete_share().Michael Adam2-3/+3
2008-01-03Rename libnet_smbconf_getshare() to libnet_conf_get_share().Michael Adam2-9/+9
2008-01-03Rename libnet_smbconf_create_share() to libnet_conf_create_share().Michael Adam2-2/+2
2008-01-03Rename libnet_smbconf_share_exists() to libnet_conf_share_exists().Michael Adam2-8/+8
2008-01-03Rename libnet_smbconf_get_share_names() to libnet_conf_get_share_names().Michael Adam2-5/+5
2008-01-03Rename libnet_smbconf_get_config() to libnet_conf_get_config().Michael Adam2-6/+6
2008-01-03Rename libnet_smbconf_drop() to libnet_conf_drop().Michael Adam2-2/+2
2008-01-03Rename libnet_smbconf_reg_get_values() to libnet_conf_reg_get_values().Michael Adam1-7/+7
2008-01-03Rename libnet_smbconf_format_registry_value() to libnet_conf_format_registry_...Michael Adam1-5/+5
2008-01-03Rename libnet_smbconf_reg_set_value() to libnet_conf_reg_set_value().Michael Adam1-4/+4
2008-01-03Rename libnet_smbconf_reg_create_service_key() to libnet_conf_reg_create_serv...Michael Adam1-4/+4
2008-01-03Rename libnet_smbconf_value_exists() to libnet_conf_value_exists().Michael Adam1-4/+4
2008-01-03Rename libnet_smbconf_reg_open_basekey() to libnet_conf_reg_open_base_key().Michael Adam1-9/+8
2008-01-03Rename libnet_smbconf_reg_open_service_key() to libnet_conf_reg_open_service_...Michael Adam1-14/+14
2008-01-03Rename libnet_smbconf_reg_open_path() to libnet_conf_reg_open_path().Michael Adam1-9/+8
2008-01-03Rename libnet_smbconf_add_string_to_array() to libnet_conf_add_string_to_arra...Michael Adam1-18/+18
2008-01-03Happy new year again.Michael Adam1-1/+1
2008-01-03Use -g instead of -gstabs as many have reported gdb problems with -gstabs.Günther Deschner1-1/+1