summaryrefslogtreecommitdiffstats
path: root/proxy/rpcgen
Commit message (Collapse)AuthorAgeFilesLines
* Add debug statement when gp_rpc_execute is called.Günther Deschner2013-03-141-0/+3
| | | | | | Add code to print the name of tehe GSSX function being executed. Signed-off-by: Simo Sorce <simo@redhat.com>
* Use gssrpc instead of system rpcSimo Sorce2013-03-142-2/+2
| | | | | This avoids issues with libraris like libtirpc as gssrpc renames all the symbols to avoid clashes with system libraries.
* Add custom implementation of xdr_uint64_tSimo Sorce2013-03-143-0/+88
| | | | This is needed because gssrpc doesn't have one.
* Official IANA Assigned RPC Program NumberSimo Sorce2012-03-301-1/+1
|
* Add option to request (or not) delegated credentials backSimo Sorce2012-03-222-0/+3
|
* gss-proxy.x: We do not need pointers in gssx_ctxSimo Sorce2012-03-132-4/+4
| | | | There is no need to distinguish between empty buffer and no buffer.
* Update xdr files after changes to master gss_proxy.x fileSimo Sorce2012-03-092-194/+119
|
* gssx_name -> display_name should not be a pointerSimo Sorce2012-02-072-2/+2
|
* Change gssx_mechinfoSimo Sorce2012-02-032-12/+7
| | | | | | | | We do not need provider names and paths apssed to clients. Clients have no use for such info and can be argued it is something admins do not want to disclose anyway. Add saslname extensions that were missing from the first draft.
* Simplify gssx_name structSimo Sorce2012-02-012-12/+4
| | | | | We do not need arrays here. When multiple names are required then an array of gssx_names is more appropriate.
* Regenerate rpcgen files after gss_proxy.x fixesSimo Sorce2012-01-252-6/+2
|
* Update gss_proxy generated files after .x file changesSimo Sorce2012-01-242-66/+52
|
* Edit gp_rpc_xdr.c to avoid compiler warnings and errorsSimo Sorce2012-01-193-140/+3
|
* Add generated files for rpc handling codeSimo Sorce2012-01-195-0/+2191