r23655: Fix a comment and adjust some code formatting.
[ira/wip.git] / source3 / rpc_client /
2007-10-10 Günther Deschnerr23627: Allow to pass down the lookup-level to rpccli_l...
2007-10-10 Jeremy Allisonr23400: Fix lsa crash bug #4683. The "names" enum struct
2007-10-10 Günther Deschnerr23380: netr_getdcname returns WERROR not NTSTATUS.
2007-10-10 Gerald Carterr23271: merge service control pidl change for CloseServ...
2007-10-10 Volker Lendecker23219: Two warnings
2007-10-10 Günther Deschnerr23210: Very funny, we thought to use netr_GetDcName...
2007-10-10 Günther Deschnerr23127: Fill in some more netlogon dsgetdcname flavours...
2007-10-10 Volker Lendecker23091: Add rpccli_netlogon_sam_network_logon_ex, fix...
2007-10-10 Michael Adamr23082: Ooops - that portion of the last checkin was...
2007-10-10 Michael Adamr23081: Reorder the lsa_lookup_sids functions so that...
2007-10-10 Michael Adamr23073: In the internal rpccli_lsa_lookup_sids_noalloc...
2007-10-10 Michael Adamr23070: The lsa rpc lookup sids call has a maximum...
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Jeremy Allisonr22675: Simo's patch for 0 size allocation. Still need
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr22588: Make all uses of TALLOC_MEMDUP consistent.
2007-10-10 Michael Adamr22537: Use a (more speaking) macro when there is one.
2007-10-10 Stefan Metzmacherr22464: remove double code and use a function
2007-10-10 Stefan Metzmacherr22092: - make spnego_parse_auth_response() more generi...
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Jelmer Vernooijr21462: Fix EnumValue (?)
2007-10-10 Günther Deschnerr21382: Important fix for winbind when using non-AD...
2007-10-10 Günther Deschnerr21240: Fix longstanding Bug #4009.
2007-10-10 Günther Deschnerr20970: Allow to define workstation for samlogon in...
2007-10-10 Volker Lendecker19818: Remove reg_split_hive, make use of registry_openkey
2007-10-10 Günther Deschnerr19355: Add getdispenumindex2 wrapper for rpcclient.
2007-10-10 Günther Deschnerr19161: Add NET_GETANYDCNAME (getdcname only gives...
2007-10-10 Günther Deschnerr19143: getdcname on the NETLOGON pipe returns WERROR...
2007-10-10 Gerald Carterr18981: * cleanup some vestiges of old cli_reg.c code...
2007-10-10 Gerald Carterr18931: * Fix the IDL for QueryInfoKey. teh Classname...
2007-10-10 Gerald Carterr18919: * Get the new rpccli_winreg_XXXX() functions...
2007-10-10 Gerald Carterr18803: remove unused function
2007-10-10 Jelmer Vernooijr18802: Use the pidl-generated code for the srvsvc...
2007-10-10 Günther Deschnerr18799: Prepare query_disp_info to use the next idx...
2007-10-10 Gerald Carterr18747: replace rpccli_lsa_close() with rpccli_lsa_Close()
2007-10-10 Jelmer Vernooijr18745: Use the Samba4 data structures for security...
2007-10-10 Gerald Carterr18739: * Get the wkssvc patch right this time.
2007-10-10 Gerald Carterr18729: readd missing files
2007-10-10 Gerald Carterr18725: Replace out one wkssvc call (wkssrv_GetInfo...
2007-10-10 Gerald Carterr18711: Replace the following hand code client routines:
2007-10-10 Günther Deschnerr18677: quickly add samr_GetDisplayEnumerationIndex...
2007-10-10 Jelmer Vernooijr18654: Rename "struct uuid" => "struct GUID" for consi...
2007-10-10 Günther Deschnerr18619: Add rpcclient helper for samr_querydispinfo2...
2007-10-10 Jelmer Vernooijr18572: Use the autogenerated client and server for...
2007-10-10 Gerald Carterr18560: * Add in the winreg and initshutdown IDL files
2007-10-10 Jelmer Vernooijr18469: Use new pidl-generated DFS client code.
2007-10-10 Gerald Carterr18405: Now that POLICY_HND == struct policy_handle...
2007-10-10 Gerald Carterr18404: * swap from POLICY_HND to the struct policy_han...
2007-10-10 Gerald Carterr18397: Change rpccli_lsa_close() as a wrapper for...
2007-10-10 Gerald Carterr18395: have the ndr layer alloc outgoing structure...
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Jelmer Vernooijr18233: Use the autogenerated cli_unixinfo rather than...
2007-10-10 Gerald Carterr18193: Not quite to autogenerated NDR but closer thank...
2007-10-10 Jelmer Vernooijr18188: merge 3.0-libndr branch
2007-10-10 Günther Deschnerr17454: Adding dfs_EnumEx for rpcclient (Samba4 IDL...
2007-10-10 Günther Deschnerr17453: Fix msdfs RPC management (this broke with the...
2007-10-10 Volker Lendecker17316: More C++ warnings -- 456 left
2007-10-10 Andrew Bartlettr17005: Add a new helper mode to ntlm_auth: ntlm-change...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16644: Fix bug #3887 reported by jason@ncac.gwu.edu
2007-10-10 Volker Lendecker16335: Fix Klocwork IDs 107 108 109 111 112 113 114...
2007-10-10 Gerald Carterr16255: Fix 'net ads join' when the workgroup is set...
2007-10-10 Günther Deschnerr16253: Fix another host/ UPN case in (the currently...
2007-10-10 Günther Deschnerr15455: Add rpccli_samr_query_dom_info2() and return...
2007-10-10 Günther Deschnerr15452: Again purely cosmetic reformat of the samr...
2007-10-10 Jeremy Allisonr15129: Separate out mechanism and policy for NTLMSSP...
2007-10-10 Günther Deschnerr15041: Adding rpc client calls to manipulate auditing...
2007-10-10 Jeremy Allisonr14784: Fix coverity bug #274. Null deref.
2007-10-10 Jeremy Allisonr14782: Fix coverity bug #273, null deref.
2007-10-10 Günther Deschnerr14643: Merge dcerpc_errstr from Samba 4.
2007-10-10 Günther Deschnerr14585: Tighten argument list of kerberos_kinit_passwor...
2007-10-10 Gerald Carterr14449: fix the build (sorry everyone)
2007-10-10 Gerald Carterr14448: * protect against NULL cli_state* pointers...
2007-10-10 Volker Lendecker14244: Okay, had not seen that this happened twice.
2007-10-10 Volker Lendecker14243: Fix Coverity bug # 143
2007-10-10 Jeremy Allisonr14121: We never pass NULL to the rpc_api_pipe fn so...
2007-10-10 Volker Lendecker13958: Fix Coverity Bug # 141
2007-10-10 Günther Deschnerr13864: Some cleanup and the samr set security object...
2007-10-10 Jeremy Allisonr13722: Ensure we use the correct enumerated type....
2007-10-10 Günther Deschnerr13711: * Correctly handle acb_info/acct_flags as uint3...
2007-10-10 Jeremy Allisonr13641: Finish fix for #3510. Don't use client schannel...
2007-10-10 Günther Deschnerr13639: Never overwrite the acct_flags in rpccli_netlog...
2007-10-10 Jeremy Allisonr13539: Add 128 bit creds processing client and server...
2007-10-10 Günther Deschnerr13522: Add SAMR_GET_USRDOM_PWINFO client-side.
2007-10-10 Jeremy Allisonr13475: Fix erroneous initialization caused by my renam...
2007-10-10 Günther Deschnerr13451: Fix build warning.
2007-10-10 Günther Deschnerr13442: Implement samr_chgpasswd_user3 server-side.
2007-10-10 Volker Lendecker13350: Implement rpccli_samr_set_domain_info. Weird...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Günther Deschnerr12853: Fix segfault in "net rpc vampire|samdump" ...
2007-10-10 Jeremy Allisonr12275: Fix memory leak found by Mikhail Kshevetskiy...
2007-10-10 Derrell Lipmanr12236: r11740@cabra: derrell | 2005-12-14 13:16...
2007-10-10 Derrell Lipmanr12225: r11729@cabra: derrell | 2005-12-13 22:59...
2007-10-10 Günther Deschnerr12106: Fix return value
2007-10-10 Günther Deschnerr11963: add rpccli_samr_chgpasswd3 from samba4.
2007-10-10 Günther Deschnerr11854: Remove unused DOM_SID.
2007-10-10 Günther Deschnerr11853: Add Dsr_GetSiteName (handy for experimenting...
2007-10-10 Günther Deschnerr11852: Fill in samr_get_dom_pwinfo based on Samba4.
2007-10-10 Volker Lendecker11706: Implement dsr_getdcname client code. It's handy...
2007-10-10 Jeremy Allisonr11573: Adding Andrew Bartlett's patch to make machine...
next