summaryrefslogtreecommitdiff
path: root/librpc/rpc/binding.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-27librpc: Add some error checking to dcerpc_floor_pack_rhs_if_version_dataVolker Lendecke1-1/+5
2011-03-27librpc: Fix Coverity ID 2198: NULL_RETURNSVolker Lendecke1-3/+14
2011-03-24librpc: Return an error if we a broken floor.Andreas Schneider1-4/+9
2011-03-24cleanup: fix some trailing spacesSimo Sorce1-4/+4
2011-03-24librpc: Added a dcerpc_binding_dup() function.Andreas Schneider1-0/+80
2011-02-24build: moved librpc/rpc/*.c into a rpccommon libraryAndrew Tridgell1-0/+2
2011-01-27librpc: Added support to accept netbios names.Andreas Schneider1-1/+2
2010-10-18librpc: Fixed memory context of dcerpc_binding_from_tower.Stefan Metzmacher1-2/+2
2010-10-01s4-rpc: added target_principal binding handle optionAndrew Tridgell1-2/+2
2010-09-07librpc: bitten by the strncasecmp define againAndrew Tridgell1-0/+1
2010-09-07Add unique IP address binding for client connections (EPM and ncacn_ip_tcp le...Julien Kerihuel1-3/+19
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-3/+3
2010-03-26libutil: moved the networking defines to util_net.hAndrew Tridgell1-0/+1
2010-02-20librpc When sending endpoint mapper requests, include the minor if_versionAndrew Bartlett1-1/+16
2009-11-12lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett1-1/+1
2009-10-21librpc Make talloc tree in binding tower match the floorsAndrew Bartlett1-10/+14
2009-09-17s4-rpc: added NDR64 supportAndrew Tridgell1-1/+2
2009-08-07librpc: fix callers after epmapper.idl changesStefan Metzmacher1-9/+9
2009-01-09Add derpc_transport_string_by_transport(), apply some constVolker Lendecke1-6/+14
2009-01-09Fix some nonempty blank linesVolker Lendecke1-26/+26
2009-01-06Add some const to dcerpc_binding_build_tower()Volker Lendecke1-1/+3
2009-01-06Add a NULL check and some const to dcerpc_floor_get_lhs_data()Volker Lendecke1-2/+8
2008-11-17Use new GUID_from_data_blobAndrew Bartlett1-2/+2
2008-10-12Share RPC binding string utility functions.Jelmer Vernooij1-0/+725