summaryrefslogtreecommitdiffstats
path: root/source/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner2008-01-151-3/+5
* Remove old lsa set info policy call.Günther Deschner2008-01-141-35/+0
* Remove some more hand written LSA rpc.Günther Deschner2008-01-141-108/+0
* Start removing hand-written lsa marshalling code (namelyGünther Deschner2008-01-141-111/+0
* Remove static zerosVolker Lendecke2007-12-281-4/+6
* Kill fstring in getdcname & getanydcname return.Günther Deschner2007-12-211-6/+8
* Fix a debug message: add missing space.Michael Adam2007-12-181-2/+2
* Do not close netlogon pipe in get_schannel_session_key_common().Michael Adam2007-12-171-1/+0
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-1/+2
* Refactoring out get_schannel_session_key logic.Michael Adam2007-12-131-53/+39
* Rename get_trust_pw() to get_trust_pw_hash().Michael Adam2007-12-131-2/+4
* Let get_trust_pw() determine the machine_account_name to use.Michael Adam2007-12-131-32/+6
* Replace "unknown" with access_mask when calling samr_CreateUser2().Günther Deschner2007-12-111-2/+2
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Fix winreg callers.Günther Deschner2007-12-031-5/+5
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-31/+4
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-273-29/+29
* More pstring elimination.Jeremy Allison2007-11-202-7/+8
* ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)Stefan Metzmacher2007-11-091-6/+7
* Fix a mismatched interface where we were usingJeremy Allison2007-10-251-5/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-183-23/+23
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-103-241/+693
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-101-2/+2
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-101-2/+2
* r25313: dd HKEY_CURRENT_USER to rpccli_winreg_Connect().Günther Deschner2007-10-101-0/+4
* r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2007-10-101-4/+4
* r25254: Add my C - MichaelMichael Adam2007-10-101-0/+1
* r25247: Rename the rpccli_lsa_lookup_sids_all() function to rpccli_lsa_lookup...Michael Adam2007-10-101-120/+12
* r25226: Get rid of more red bars...Michael Adam2007-10-101-96/+96
* r25225: Add a debug message.Michael Adam2007-10-101-0/+3
* r25224: Fix a potential segfault in lsa_lookupsids client code due toMichael Adam2007-10-101-1/+4
* r25223: Fix behaviour of rpccli_lsa_lookupsids_all() whenMichael Adam2007-10-101-5/+11
* r24949: Remove some static buffersVolker Lendecke2007-10-101-2/+2
* r24784: Initialize uninitalized data to prevent segfaults.Michael Adam2007-10-101-0/+5
* r24594: pass down the ndr_interface_table in the samba3 client bindingsStefan Metzmacher2007-10-101-5/+10
* r23850: Fix whitespacing in DEBUG output.Michael Adam2007-10-101-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-102-4/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-108-16/+8
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1010-10/+10
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-101-1/+2
* r23400: Fix lsa crash bug #4683. The "names" enum structJeremy Allison2007-10-101-13/+7
* r23380: netr_getdcname returns WERROR not NTSTATUS.Günther Deschner2007-10-101-7/+7
* r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...Gerald Carter2007-10-101-24/+0
* r23219: Two warningsVolker Lendecke2007-10-101-1/+2
* r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we...Günther Deschner2007-10-101-23/+23
* r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,Günther Deschner2007-10-101-61/+177
* r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does notVolker Lendecke2007-10-101-0/+92
* r23082: Ooops - that portion of the last checkin was by accident.Michael Adam2007-10-101-2/+2
* r23081: Reorder the lsa_lookup_sids functions so that the order makes more se...Michael Adam2007-10-101-113/+113
* r23073: In the internal rpccli_lsa_lookup_sids_noalloc(), use a temporaryMichael Adam2007-10-101-8/+16