summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2008-02-04Use rpccli_samr_AddGroupMember() in net.Günther Deschner1-1/+4
2008-02-04Use rpccli_samr_DeleteGroupMember() in net.Günther Deschner1-2/+6
2008-02-02Convert receive_smb_raw to NTSTATUSVolker Lendecke1-2/+6
2008-02-01Use rpccli_samr_CreateUser2() all over the place.Günther Deschner3-18/+65
2008-02-01Use rpccli_samr_CreateDomainGroup() in net and rpcclient.Günther Deschner1-3/+15
2008-02-01Use rpccli_samr_CreateDomAlias() in net and rpcclient.Günther Deschner1-2/+10
2008-02-01Use rpccli_samr_OpenUser() all over the place.Günther Deschner3-30/+55
2008-02-01Use rpccli_samr_OpenAlias() in net and rpcclient.Günther Deschner1-25/+35
2008-02-01Use rpccli_samr_OpenGroup() all over the place.Günther Deschner1-15/+25
2008-02-01Use rpccli_samr_OpenDomain() all over the place.Günther Deschner4-107/+165
2008-02-01Use rpccli_samr_DeleteUser() in net and rpcclient.Günther Deschner1-3/+6
2008-02-01Use rpccli_samr_DeleteDomAlias() in net and rpcclient.Günther Deschner1-2/+3
2008-02-01Use rpccli_samr_DeleteDomainGroup() in net and rpcclient.Günther Deschner1-1/+2
2008-01-31Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner4-27/+27
2008-01-31ntlm_auth: Parse configfile after parsing it's location, not before.Kai Blin1-9/+14
2008-01-29Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner1-1/+1
2008-01-25Trying to avoid defining new SAMR acct creation flags when we already have th...Günther Deschner3-17/+24
2008-01-24Add dump-domain-list command for debugging winbindd's domain_list.Günther Deschner1-0/+57
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider2-3/+3
2008-01-23Forward ported version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison3-9/+27
2008-01-19ntlm_auth: Get rid of statics in manage_squid_ntlmssp_requestKai Blin1-37/+50
2008-01-19ntlm_auth: Rewrite manage_client_ntlmssp_request without statics.Kai Blin1-55/+66
2008-01-19nltm_auth: Use struct ntlm_auth_state in helper functions.Kai Blin1-34/+40
2008-01-19ntlm_auth: Prepare for a deeper rewrite of the helper functionsKai Blin1-4/+43
2008-01-19ntlm_auth: Dynamically allocate the read buffer.Kai Blin1-28/+43
2008-01-19util_str: Don't return memory from talloc_tos(), use mem_ctx instead.Kai Blin2-13/+18
2008-01-15Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner5-12/+14
2008-01-15Fix some warnings -- Jeremy, please checkVolker Lendecke2-7/+7
2008-01-14Some more minor cleanup for "net rpc audit".Günther Deschner1-58/+54
2008-01-14Fix all callers of old rpccli_lsa_set_info_policy() call.Günther Deschner1-39/+45
2008-01-14Use pidl generated rpccli_lsa_QueryTrustedDomainInfoBySid when vampiring trustedGünther Deschner1-8/+14
2008-01-13Add and modify comments in net_conf.cMichael Adam1-8/+42
2008-01-13Add explicit creation of shares to net conf import function.Michael Adam1-0/+4
2008-01-13Introduce a libnet_conf context created by libnet_conf_open().Michael Adam1-35/+106
2008-01-11Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison1-1/+2
2008-01-11Stop Coverity complaining about uninitialized variables.Jeremy Allison1-3/+3
2008-01-11As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner1-1/+1
2008-01-11Fix libnetapi error string callers.Günther Deschner1-2/+2
2008-01-10Remove unused string.Günther Deschner1-3/+0
2008-01-09Attempt to fix the compile of source/utils/net_dns.cVolker Lendecke1-5/+7
2008-01-08Move the DNS tsig update to using struct sockaddr_storageJeremy Allison1-15/+22
2008-01-08Use ads_get_upn() in net_derive_salting_principal().Günther Deschner1-15/+1
2008-01-05Add -e to smbget.Jeremy Allison1-0/+12
2008-01-05Fix -e for smbcquotas.Jeremy Allison1-11/+24
2008-01-05Fix args to cli_force_encryption.Jeremy Allison1-2/+1
2008-01-05Add general '-e' option to enable smb encryptionJeremy Allison3-20/+81
2008-01-04Add missing patch to allow smbcacls to do krb5 auth, bug #5175Jeremy Allison1-1/+1
2008-01-04Fix the build.Jeremy Allison1-2/+2
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-2/+26
2008-01-04Fix spacing - spaces mixed with tabs.Michael Adam1-8/+8