summaryrefslogtreecommitdiffstats
path: root/librpc/rpc/binding.c
Commit message (Expand)AuthorAgeFilesLines
* libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...Jelmer Vernooij2012-03-201-3/+3
* librpc: Add some error checking to dcerpc_floor_pack_rhs_if_version_dataVolker Lendecke2011-03-271-1/+5
* librpc: Fix Coverity ID 2198: NULL_RETURNSVolker Lendecke2011-03-271-3/+14
* librpc: Return an error if we a broken floor.Andreas Schneider2011-03-241-4/+9
* cleanup: fix some trailing spacesSimo Sorce2011-03-241-4/+4
* librpc: Added a dcerpc_binding_dup() function.Andreas Schneider2011-03-241-0/+80
* build: moved librpc/rpc/*.c into a rpccommon libraryAndrew Tridgell2011-02-241-0/+2
* librpc: Added support to accept netbios names.Andreas Schneider2011-01-271-1/+2
* librpc: Fixed memory context of dcerpc_binding_from_tower.Stefan Metzmacher2010-10-181-2/+2
* s4-rpc: added target_principal binding handle optionAndrew Tridgell2010-10-011-2/+2
* librpc: bitten by the strncasecmp define againAndrew Tridgell2010-09-071-0/+1
* Add unique IP address binding for client connections (EPM and ncacn_ip_tcp le...Julien Kerihuel2010-09-071-3/+19
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-3/+3
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
* librpc When sending endpoint mapper requests, include the minor if_versionAndrew Bartlett2010-02-201-1/+16
* lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett2009-11-121-1/+1
* librpc Make talloc tree in binding tower match the floorsAndrew Bartlett2009-10-211-10/+14
* s4-rpc: added NDR64 supportAndrew Tridgell2009-09-171-1/+2
* librpc: fix callers after epmapper.idl changesStefan Metzmacher2009-08-071-9/+9
* Add derpc_transport_string_by_transport(), apply some constVolker Lendecke2009-01-091-6/+14
* Fix some nonempty blank linesVolker Lendecke2009-01-091-26/+26
* Add some const to dcerpc_binding_build_tower()Volker Lendecke2009-01-061-1/+3
* Add a NULL check and some const to dcerpc_floor_get_lhs_data()Volker Lendecke2009-01-061-2/+8
* Use new GUID_from_data_blobAndrew Bartlett2008-11-171-2/+2
* Share RPC binding string utility functions.Jelmer Vernooij2008-10-121-0/+725