summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* r18469: Use new pidl-generated DFS client code.Jelmer Vernooij2007-10-101-632/+0
* r18405: Now that POLICY_HND == struct policy_handle, we canGerald Carter2007-10-101-8/+1
* r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.hGerald Carter2007-10-102-31/+0
* r18397: Change rpccli_lsa_close() as a wrapper for the autogeneratedGerald Carter2007-10-101-25/+8
* r18395: have the ndr layer alloc outgoing structure members for usGerald Carter2007-10-101-0/+2
* r18271: Big change:Gerald Carter2007-10-101-6/+6
* r18233: Use the autogenerated cli_unixinfo rather than the old one.Jelmer Vernooij2007-10-102-115/+0
* r18193: Not quite to autogenerated NDR but closer thanks to Jelmer'sGerald Carter2007-10-101-1/+2
* r18188: merge 3.0-libndr branchJelmer Vernooij2007-10-104-206/+94
* r17454: Adding dfs_EnumEx for rpcclient (Samba4 IDL to follow).Günther Deschner2007-10-101-2/+2
* r17453: Fix msdfs RPC management (this broke with the autogenerated dfs rpcs).Günther Deschner2007-10-101-2/+2
* r17316: More C++ warnings -- 456 leftVolker Lendecke2007-10-102-4/+5
* r17005: Add a new helper mode to ntlm_auth: ntlm-change-password-1Andrew Bartlett2007-10-101-0/+44
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-104-33/+350
* r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison2007-10-101-6/+8
* r16335: Fix Klocwork IDs 107 108 109 111 112 113 114 116 117 118 121Volker Lendecke2007-10-104-0/+35
* r16255: Fix 'net ads join' when the workgroup is set incorrectlyGerald Carter2007-10-101-6/+9
* r16253: Fix another host/ UPN case in (the currently unused)Günther Deschner2007-10-101-2/+2
* r15455: Add rpccli_samr_query_dom_info2() and return the comment string inGünther Deschner2007-10-101-0/+42
* r15452: Again purely cosmetic reformat of the samr query domain info calls.Günther Deschner2007-10-101-3/+3
* r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal.Jeremy Allison2007-10-101-0/+18
* r15041: Adding rpc client calls to manipulate auditing policies on remote CIFSGünther Deschner2007-10-101-17/+122
* r14784: Fix coverity bug #274. Null deref.Jeremy Allison2007-10-101-12/+33
* r14782: Fix coverity bug #273, null deref.Jeremy Allison2007-10-101-0/+3
* r14643: Merge dcerpc_errstr from Samba 4.Günther Deschner2007-10-101-1/+1
* r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner2007-10-101-1/+1
* r14449: fix the build (sorry everyone)Gerald Carter2007-10-101-1/+2
* r14448: * protect against NULL cli_state* pointers in cli_rpc_pipe_open()Gerald Carter2007-10-101-0/+6
* r14244: Okay, had not seen that this happened twice.Volker Lendecke2007-10-101-1/+1
* r14243: Fix Coverity bug # 143Volker Lendecke2007-10-101-1/+1
* r14121: We never pass NULL to the rpc_api_pipe fn so don'tJeremy Allison2007-10-101-2/+2
* r13958: Fix Coverity Bug # 141Volker Lendecke2007-10-101-1/+1
* r13864: Some cleanup and the samr set security object function client-side.Günther Deschner2007-10-101-2/+37
* r13722: Ensure we use the correct enumerated type. Bug #3558Jeremy Allison2007-10-101-1/+1
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-101-2/+2
* r13641: Finish fix for #3510. Don't use client schannel when toldJeremy Allison2007-10-101-9/+13
* r13639: Never overwrite the acct_flags in rpccli_netlogon_sam_network_logon().Günther Deschner2007-10-101-1/+0
* r13539: Add 128 bit creds processing client and server. Thanks to Andrew Bart...Jeremy Allison2007-10-101-1/+2
* r13522: Add SAMR_GET_USRDOM_PWINFO client-side.Günther Deschner2007-10-101-0/+44
* r13475: Fix erroneous initialization caused by my renaming types.Jeremy Allison2007-10-101-1/+1
* r13451: Fix build warning.Günther Deschner2007-10-101-6/+1
* r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner2007-10-101-22/+17
* r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)Volker Lendecke2007-10-101-0/+40
* r13316: Let the carnage begin....Gerald Carter2007-10-105-142/+683
* r12853: Fix segfault in "net rpc vampire|samdump" (Bugzilla #3390).Günther Deschner2007-10-101-4/+1
* r12275: Fix memory leak found by Mikhail Kshevetskiy <kl@laska.dorms.spbu.ru>Jeremy Allison2007-10-101-0/+2
* r12236: r11740@cabra: derrell | 2005-12-14 13:16:58 -0500Derrell Lipman2007-10-101-1/+1
* r12225: r11729@cabra: derrell | 2005-12-13 22:59:45 -0500Derrell Lipman2007-10-101-0/+9
* r12106: Fix return valueGünther Deschner2007-10-101-1/+1
* r11963: add rpccli_samr_chgpasswd3 from samba4.Günther Deschner2007-10-101-0/+89