summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* Use rpccli_samr_CreateUser2() all over the place.Günther Deschner2008-02-013-18/+65
* Use rpccli_samr_CreateDomainGroup() in net and rpcclient.Günther Deschner2008-02-011-3/+15
* Use rpccli_samr_CreateDomAlias() in net and rpcclient.Günther Deschner2008-02-011-2/+10
* Use rpccli_samr_OpenUser() all over the place.Günther Deschner2008-02-013-30/+55
* Use rpccli_samr_OpenAlias() in net and rpcclient.Günther Deschner2008-02-011-25/+35
* Use rpccli_samr_OpenGroup() all over the place.Günther Deschner2008-02-011-15/+25
* Use rpccli_samr_OpenDomain() all over the place.Günther Deschner2008-02-014-107/+165
* Use rpccli_samr_DeleteUser() in net and rpcclient.Günther Deschner2008-02-011-3/+6
* Use rpccli_samr_DeleteDomAlias() in net and rpcclient.Günther Deschner2008-02-011-2/+3
* Use rpccli_samr_DeleteDomainGroup() in net and rpcclient.Günther Deschner2008-02-011-1/+2
* Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner2008-01-314-27/+27
* ntlm_auth: Parse configfile after parsing it's location, not before.Kai Blin2008-01-311-9/+14
* Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner2008-01-291-1/+1
* Trying to avoid defining new SAMR acct creation flags when we already have th...Günther Deschner2008-01-253-17/+24
* Add dump-domain-list command for debugging winbindd's domain_list.Günther Deschner2008-01-241-0/+57
* Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider2008-01-232-3/+3
* Forward ported version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison2008-01-233-9/+27
* 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