summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* ntlm_auth: Get rid of statics in manage_squid_ntlmssp_requestKai Blin2008-01-191-37/+50
* ntlm_auth: Rewrite manage_client_ntlmssp_request without statics.Kai Blin2008-01-191-55/+66
* nltm_auth: Use struct ntlm_auth_state in helper functions.Kai Blin2008-01-191-34/+40
* ntlm_auth: Prepare for a deeper rewrite of the helper functionsKai Blin2008-01-191-4/+43
* ntlm_auth: Dynamically allocate the read buffer.Kai Blin2008-01-191-28/+43
* util_str: Don't return memory from talloc_tos(), use mem_ctx instead.Kai Blin2008-01-192-13/+18
* Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner2008-01-155-12/+14
* Fix some warnings -- Jeremy, please checkVolker Lendecke2008-01-152-7/+7
* Some more minor cleanup for "net rpc audit".Günther Deschner2008-01-141-58/+54
* Fix all callers of old rpccli_lsa_set_info_policy() call.Günther Deschner2008-01-141-39/+45
* Use pidl generated rpccli_lsa_QueryTrustedDomainInfoBySid when vampiring trustedGünther Deschner2008-01-141-8/+14
* Add and modify comments in net_conf.cMichael Adam2008-01-131-8/+42
* Add explicit creation of shares to net conf import function.Michael Adam2008-01-131-0/+4
* Introduce a libnet_conf context created by libnet_conf_open().Michael Adam2008-01-131-35/+106
* Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison2008-01-111-1/+2
* Stop Coverity complaining about uninitialized variables.Jeremy Allison2008-01-111-3/+3
* As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner2008-01-111-1/+1
* Fix libnetapi error string callers.Günther Deschner2008-01-111-2/+2
* 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