summaryrefslogtreecommitdiffstats
path: root/librpc/rpc/binding.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Pair-Programmed-With: Simo Sorce <idra@samba.org>
* 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
| | | | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 02:42:37 CET 2011 on sn-devel-104
* librpc: Added support to accept netbios names.Andreas Schneider2011-01-271-1/+2
| | | | | If we have a NCACN_NP pipe, the binding host is the netbios name an not an IP address.
* 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
| | | | | | this allows you to specify a target SPN for a connection Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* 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 ↵Julien Kerihuel2010-09-071-3/+19
| | | | | | | | | | | | | levels) This allows for binding strings like this: ncacn_ip_tcp:host[localaddress=192.168.2.1,seal] which will force the connection to be locally bound to the specified IP address Signed-off-by: Andrew Tridgell <tridge@samba.org>
* 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
| | | | These were causing thousands of warnings on solaris8
* librpc When sending endpoint mapper requests, include the minor if_versionAndrew Bartlett2010-02-201-1/+16
| | | | | | | | The minor version (in the upper 16 bits of syntax->if_version) needs to be pushed as the right hand side of the endpoint mapper floor (the same floor as the interface UUID and major if_version). Andrew Bartlett
* lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett2009-11-121-1/+1
| | | | | | | | | | | | Rather than have a repeat of the bugs we found at the plugfest where hexidecimal strings must be in upper or lower case in particular places, ensure that each caller chooses which case they want. This reverts most of the callers back to upper case, as things were before tridge's patch. The critical call in the extended DN code is of course handled in lower case. Andrew Bartlett
* librpc Make talloc tree in binding tower match the floorsAndrew Bartlett2009-10-211-10/+14
| | | | | | | | | This is mostly cosmetics, but helped me see that these are legitimate stuctures when viewed in the talloc tree. Also don't put the 'ndr' structure on the long-term tree. Andrew Bartlett
* s4-rpc: added NDR64 supportAndrew Tridgell2009-09-171-1/+2
| | | | This adds support for the nd464 binding string option
* librpc: fix callers after epmapper.idl changesStefan Metzmacher2009-08-071-9/+9
| | | | metze
* 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
| | | | | | | This avoid the problem that GUID_from_string now strictly requires no trailing data after the string-form GUID. Andrew Bartlett
* Share RPC binding string utility functions.Jelmer Vernooij2008-10-121-0/+725