summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-03Let DsGetDCName figure out whether domain_name is a flat_name when unjoining.Günther Deschner1-1/+0
2008-01-03Fix configure output for libnetapi.Günther Deschner1-1/+1
2008-01-03In libnetjoin don't mix admin password with machine account pwd.Günther Deschner1-2/+2
2008-01-03Ignore generated pkgconfig files.Günther Deschner1-0/+1
2008-01-03Some coding convention pedantism.Günther Deschner5-17/+17
2008-01-03Return existsing cache_tree if it has already been initialized.Michael Adam1-4/+6
2008-01-03Rename libnet_smbconf_reg_setvalue_internal() to libnet_smbconf_reg_set_value().Michael Adam1-4/+4
2008-01-03Fix a comment.Michael Adam1-1/+1
2008-01-03Rename libnet_smbconf_reg_createkey_internal to libnet_smbconf_reg_create_ser...Michael Adam1-2/+2
2008-01-03Add libnet_conf API function libnet_smbconf_create_share().Michael Adam2-6/+38
2008-01-03Remove unused vars.Günther Deschner1-2/+0
2008-01-03Trivial simplificationVolker Lendecke1-3/+2
2008-01-03Add commentsVolker Lendecke1-1/+54
2008-01-02Fix for bug #5163 from Laurent Pinchart <pinchart@skynet.be>Jeremy Allison1-0/+4
2008-01-02Convert the little caches in util_sock.c to useJeremy Allison1-47/+118
2008-01-03Don't leak: Use a temporary context for the admin token and free it.Michael Adam1-1/+9
2008-01-03Use libnet_smbconf_reg_open_path() in libnet_smbconf_drop().Michael Adam1-8/+2
2008-01-03Abstract opening of registry path out of libnet_smbconf_reg_open_service_key().Michael Adam1-16/+41
2008-01-03Add debug output in error path.Michael Adam1-0/+1
2008-01-03Fix setting of error code in error path.Michael Adam1-0/+2
2008-01-03Use a better parameter name.Michael Adam1-3/+3
2008-01-03Rename libnet_smbconf_reg_open_path() to libnet_smbconf_reg_open_service_key().Michael Adam1-15/+17
2008-01-03Hey, it is 2008 now.Michael Adam1-1/+1
2008-01-03Choose a more apropriate parameter name.Michael Adam1-2/+2
2008-01-03Rename libnet_smbconf_reg_open_basepath() to libnet_smbconf_reg_open_basekey().Michael Adam1-9/+9
2008-01-02Fix some C++ warnings (patch was Volker's) - implicit case from void* to char*Gerald (Jerry) Carter1-2/+4
2008-01-02Merge branch 'work/v3-2-test' into v3-2-testGerald (Jerry) Carter3-46/+44
2008-01-02use C99 bool return types (true & false).Gerald (Jerry) Carter1-17/+17
2008-01-02Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.Gerald (Jerry) Carter3-29/+27
2008-01-02Attempt to fix bug #3617. Mix of patches from Volker andJeremy Allison2-22/+7
2008-01-02Use the proper boolean constants.Michael Adam1-2/+2
2008-01-02Fix libnetapi (resolve dependency on libwbclient).Günther Deschner1-1/+1
2008-01-02Fix libsmbclient (resolve dependency on libwbclient).Günther Deschner1-1/+1
2008-01-02Make libsmbsharemodes.so work again (fix unresolved tdb symbols).Günther Deschner1-1/+1
2008-01-02Convert call_trans2open to create_file()Volker Lendecke1-57/+16
2008-01-02Convert reply_mknew to create_fileVolker Lendecke1-38/+16
2008-01-02Convert reply_open_and_X to create_fileVolker Lendecke1-42/+19