"make test_shlibs" shows unresolved symbols for -lwbclient.
[nivanova/samba-autobuild/.git] / source3 / rpc_client /
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-28 Volker LendeckeRemove static zeros
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Günther DeschnerKill fstring in getdcname & getanydcname return.
2007-12-18 Michael AdamFix a debug message: add missing space.
2007-12-17 Michael AdamDo not close netlogon pipe in get_schannel_session_key_...
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-14 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-13 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-13 Michael AdamRefactoring out get_schannel_session_key logic.
2007-12-13 Michael AdamRename get_trust_pw() to get_trust_pw_hash().
2007-12-13 Michael AdamLet get_trust_pw() determine the machine_account_name...
2007-12-11 Günther DeschnerReplace "unknown" with access_mask when calling samr_Cr...
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-03 Günther DeschnerFix winreg callers.
2007-11-29 Jeremy AllisonRemove the explicit TALLOC_CTX * from cli_struct.
2007-11-27 Jeremy AllisonRemove pstrings from everything except srv_spoolss_nt.c.
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
2007-11-21 Jeremy AllisonMore pstring elimination.
2007-11-09 Stefan Metzmacherndr: change NTSTAUS into enum ndr_err_code (samba3...
2007-10-26 Jeremy AllisonFix a mismatched interface where we were using
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Gerald Carterr25407: Revert Longhorn join patch as it is not correct...
2007-10-10 Gerald Carterr25400: Windows 2008 (Longhorn) Interop fixes for AD...
2007-10-10 Günther Deschnerr25313: dd HKEY_CURRENT_USER to rpccli_winreg_Connect().
2007-10-10 Michael Adamr25294: Tidy up callers of unistr2_to_ascii() to pass...
2007-10-10 Michael Adamr25254: Add my C - Michael
2007-10-10 Michael Adamr25247: Rename the rpccli_lsa_lookup_sids_all() functio...
2007-10-10 Michael Adamr25226: Get rid of more red bars...
2007-10-10 Michael Adamr25225: Add a debug message.
2007-10-10 Michael Adamr25224: Fix a potential segfault in lsa_lookupsids...
2007-10-10 Michael Adamr25223: Fix behaviour of rpccli_lsa_lookupsids_all...
2007-10-10 Volker Lendecker24949: Remove some static buffers
2007-10-10 Michael Adamr24784: Initialize uninitalized data to prevent segfaults.
2007-10-10 Stefan Metzmacherr24594: pass down the ndr_interface_table in the samba3...
2007-10-10 Michael Adamr23850: Fix whitespacing in DEBUG output.
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
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
next