Add context for libcli_resolve.
[samba-svnmirror.git] / source / librpc / rpc / dcerpc_connect.c
2007-12-10 jelmerAdd context for libcli_resolve.
2007-12-07 jelmerAvoid loadparm_context.
2007-12-07 jelmerExplicit loadparm_context for RPC client functions.
2007-12-06 jelmerFix more uses of static loadparm.
2007-12-04 jelmerMove loadparm context higher up the stack.
2007-12-03 jelmerRemove some more uses of global_loadparm.
2007-12-03 jelmerRequire specifying the loadparm_context or NULL to...
2007-12-03 jelmerRemove more global_loadparm uses.
2007-09-28 jelmerParse loadparm context to all lp_*() functions.
2007-09-25 jelmerRemove last few instances of old BOOL type in librpc/.
2007-09-08 jelmerMove param/param.h out of includes.h
2007-09-07 jelmerRemove some uses of lp_*().
2007-09-03 jelmerMerge tests spoolss RPC callbacks.
2007-08-29 jelmerAllow users to leave out the transport in DCE/RPC bindi...
2007-08-19 metzerename dcerpc_interface_table -> ndr_interface_table
2007-07-16 abartletAllow wbinfo -a to work against Samba4's winbind.
2007-07-10 tridgeconvert Samba4 to GPLv3
2007-04-25 metzeonly steal pipe on success
2007-04-19 metzeanother unused include
2007-02-26 tridge- fixed a crash in the RAW-ACLS test. When a dcerpc_pip...
2006-11-07 abartletAhead of a merge to current lorikeet-heimdal:
2006-10-24 abartletRemove unused functions, and make static functions...
2006-10-13 abartletAdd a target_hostname element to the binding struct...
2006-09-01 tridgeas metze pointed out, the composite_error() already...
2006-09-01 tridgeadded timeout checking on dcerpc connection establishme...
2006-08-30 jelmerMerge noinclude branch:
2006-07-30 metzemake better usage of the composite api
2006-05-07 abartletRevert -r 15500 and -r 15503 until I'm awake, and can...
2006-05-07 abartletAdd support for interactive prompting on bad passwords...
2006-05-04 mimirFormatting.
2006-05-04 abartletImplement SPNEGO as the default RPC authentication...
2006-03-18 jelmerRemove librpc, libndr and libnbt from includes.h
2006-03-14 jelmerRemove credentials.h from the global includes.
2006-03-11 metzemove smb specific stuff out of includes.h (finally...
2006-03-10 metzecomposite_is_ok(c) destroys c, when the status isn...
2006-03-10 mimirMore comments.
2006-03-10 metzemove **p2 to the _recv function for setup the second...
2006-03-09 mimirHuge lump of code making all of our dcerpc connect...
2006-02-20 mimirComments to async rpc connect functions.
2006-02-19 mimirTurn all dcerpc connect and socket functions to async...
2006-01-12 abartletUpgrade the librpc and libnet code.
2006-01-09 mimirReplace tmp_ctx with mem_ctx to make variables name...
2006-01-03 jelmerReduce the size of include/structs.h
2005-12-30 jelmerRemove some unused #include lines.
2005-12-28 jelmerMove some more prototypes out to seperate headers
2005-12-10 mimirMore comments.
2005-12-09 mimirMove named pipe connect on smb2 function to async imple...
2005-12-06 mimirComments and a bit of formatting.
2005-12-06 metzerevert my last commit, I breaks the build and I don...
2005-12-06 metzeuse the _trigger_error() function in the function
2005-12-06 mimirCouple of fixes in cases of memory outage before we...
2005-12-06 mimirSplit dcerpc pipe connection functions into separate...