summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* Remove unused string.Günther Deschner2008-01-101-3/+0
* Attempt to fix the compile of source/utils/net_dns.cVolker Lendecke2008-01-091-5/+7
* Move the DNS tsig update to using struct sockaddr_storageJeremy Allison2008-01-081-15/+22
* Use ads_get_upn() in net_derive_salting_principal().Günther Deschner2008-01-081-15/+1
* Add -e to smbget.Jeremy Allison2008-01-051-0/+12
* Fix -e for smbcquotas.Jeremy Allison2008-01-051-11/+24
* Fix args to cli_force_encryption.Jeremy Allison2008-01-051-2/+1
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-053-20/+81
* Add missing patch to allow smbcacls to do krb5 auth, bug #5175Jeremy Allison2008-01-041-1/+1
* Fix the build.Jeremy Allison2008-01-041-2/+2
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-2/+26
* Fix spacing - spaces mixed with tabs.Michael Adam2008-01-041-8/+8
* Fix a comment.Michael Adam2008-01-041-1/+1
* Remove the word "registry" from the help output of the "net conf" command.Michael Adam2008-01-041-7/+6
* Update the introductory comment to net_conf.c to mention linbet_conf.Michael Adam2008-01-041-3/+7
* Remove the final regdb_close() from net_conf.cMichael Adam2008-01-041-2/+0
* Fix the behaviour of "net conf setparm" to create the share if necessary.Michael Adam2008-01-041-0/+9
* Fix build warning.Günther Deschner2008-01-041-1/+0
* Make libnet_conf handle opening/initialization of the registry.Michael Adam2008-01-031-5/+0
* Rename libnet_smbconf_delparm() to libnet_conf_delete_parameter().Michael Adam2008-01-031-1/+1
* Rename libnet_smbconf_getparm() to libnet_conf_get_parameter().Michael Adam2008-01-031-1/+1
* Rename libnet_smbconf_setparm() to libnet_conf_set_parameter().Michael Adam2008-01-031-8/+8
* Rename libnet_smbconf_delshare() to libnet_conf_delete_share().Michael Adam2008-01-031-2/+2
* Rename libnet_smbconf_getshare() to libnet_conf_get_share().Michael Adam2008-01-031-2/+2
* Rename libnet_smbconf_create_share() to libnet_conf_create_share().Michael Adam2008-01-031-1/+1
* Rename libnet_smbconf_share_exists() to libnet_conf_share_exists().Michael Adam2008-01-031-2/+2
* Rename libnet_smbconf_get_share_names() to libnet_conf_get_share_names().Michael Adam2008-01-031-1/+1
* Rename libnet_smbconf_get_config() to libnet_conf_get_config().Michael Adam2008-01-031-3/+3
* Rename libnet_smbconf_drop() to libnet_conf_drop().Michael Adam2008-01-031-1/+1
* Happy new year again.Michael Adam2008-01-031-1/+1
* Add libnet_conf API function libnet_smbconf_create_share().Michael Adam2008-01-031-1/+12
* Make grouping in if statement more explicit.Michael Adam2007-12-311-1/+3
* Change net_conf_import() to only use libnet_conf API functions.Michael Adam2007-12-311-9/+3
* Rewrite net_conf_addshare() to only use libnet_conf API functions.Michael Adam2007-12-311-20/+17
* Rename libnet_smbconf_key_exists() to libnet_smbconf_share_exists()Michael Adam2007-12-311-1/+1
* Remove an unused variable.Michael Adam2007-12-301-1/+0
* Remove all d_fprintf-s from libnet_conf.cMichael Adam2007-12-301-4/+24
* Remove list_values() from net_conf.c - it is not needed any more.Michael Adam2007-12-301-26/+0
* Use libnet_smbconf_get_config() in net_conf_list().Michael Adam2007-12-301-45/+19
* Dont return count - 1 but count from libnet_smbconf_reg_get_values().Michael Adam2007-12-291-1/+1
* Make sure libnet_smbconf_get_share_names() always lists "global" first.Michael Adam2007-12-291-1/+1
* Fix a const warning.Michael Adam2007-12-291-1/+1
* Rename libnet_smbconf_getshares() to libnet_smbconf_get_share_names().Michael Adam2007-12-291-1/+1
* Move functionality of net_conf_listshares() to libnet_conf.cMichael Adam2007-12-291-15/+5
* Move functionality of net_conf_showshare() to libnet_conf.cMichael Adam2007-12-291-4/+15
* Make the main net_conf functions static in net_conf.cMichael Adam2007-12-291-7/+7
* Hide the registry backend from libnet_smbconf_getparm().Michael Adam2007-12-291-3/+3
* Rename format_value() to libnet_smbconf_format_registry_value().Michael Adam2007-12-291-2/+3
* Move format_value() to libnet_conf.c.Michael Adam2007-12-291-33/+0
* Improve error messages of 'net rpc user [add|delete]' commands.Karolin Seeger2007-12-281-10/+14