summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2007-12-21Kill fstring in getdcname & getanydcname return.Günther Deschner1-6/+8
2007-12-18Fix a debug message: add missing space.Michael Adam1-2/+2
2007-12-17Do not close netlogon pipe in get_schannel_session_key_common().Michael Adam1-1/+0
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-1/+2
2007-12-13Refactoring out get_schannel_session_key logic.Michael Adam1-53/+39
2007-12-13Rename get_trust_pw() to get_trust_pw_hash().Michael Adam1-2/+4
2007-12-13Let get_trust_pw() determine the machine_account_name to use.Michael Adam1-32/+6
2007-12-11Replace "unknown" with access_mask when calling samr_CreateUser2().Günther Deschner1-2/+2
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-03Fix winreg callers.Günther Deschner1-5/+5
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-31/+4
2007-11-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison3-29/+29
2007-11-20More pstring elimination.Jeremy Allison2-7/+8
2007-11-09ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)Stefan Metzmacher1-6/+7
2007-10-25Fix a mismatched interface where we were usingJeremy Allison1-5/+5
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison3-23/+23
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter3-241/+693
2007-10-10r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter1-2/+2
2007-10-10r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter1-2/+2
2007-10-10r25313: dd HKEY_CURRENT_USER to rpccli_winreg_Connect().Günther Deschner1-0/+4
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam1-4/+4
2007-10-10r25254: Add my C - MichaelMichael Adam1-0/+1
2007-10-10r25247: Rename the rpccli_lsa_lookup_sids_all() function to rpccli_lsa_lookup...Michael Adam1-120/+12
2007-10-10r25226: Get rid of more red bars...Michael Adam1-96/+96
2007-10-10r25225: Add a debug message.Michael Adam1-0/+3
2007-10-10r25224: Fix a potential segfault in lsa_lookupsids client code due toMichael Adam1-1/+4
2007-10-10r25223: Fix behaviour of rpccli_lsa_lookupsids_all() whenMichael Adam1-5/+11
2007-10-10r24949: Remove some static buffersVolker Lendecke1-2/+2
2007-10-10r24784: Initialize uninitalized data to prevent segfaults.Michael Adam1-0/+5
2007-10-10r24594: pass down the ndr_interface_table in the samba3 client bindingsStefan Metzmacher1-5/+10
2007-10-10r23850: Fix whitespacing in DEBUG output.Michael Adam1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2-4/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell8-16/+8
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison10-10/+10
2007-10-10r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner1-1/+2
2007-10-10r23400: Fix lsa crash bug #4683. The "names" enum structJeremy Allison1-13/+7
2007-10-10r23380: netr_getdcname returns WERROR not NTSTATUS.Günther Deschner1-7/+7
2007-10-10r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...Gerald Carter1-24/+0
2007-10-10r23219: Two warningsVolker Lendecke1-1/+2
2007-10-10r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we...Günther Deschner1-23/+23
2007-10-10r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,Günther Deschner1-61/+177
2007-10-10r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does notVolker Lendecke1-0/+92
2007-10-10r23082: Ooops - that portion of the last checkin was by accident.Michael Adam1-2/+2
2007-10-10r23081: Reorder the lsa_lookup_sids functions so that the order makes more se...Michael Adam1-113/+113
2007-10-10r23073: In the internal rpccli_lsa_lookup_sids_noalloc(), use a temporaryMichael Adam1-8/+16
2007-10-10r23070: The lsa rpc lookup sids call has a maximum number of SIDS to beMichael Adam1-0/+201
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-15/+15
2007-10-10r22675: Simo's patch for 0 size allocation. Still needJeremy Allison1-2/+6
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison4-98/+179
2007-10-10r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison1-3/+15