summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Revamped some comments, added extensibility in some places where it was missingNicolas Williams2011-12-201-58/+101
|
* rpcgen generates bad header guard when .x filename has dashes in it!Nicolas Williams2011-12-201-0/+0
| | | | | | rpcgen was generating "_GSS-PROXY_H_RPCGEN" as the header guard symbol. That's clearly wrong. The '-' in that symbol came from the filename. So s/-/_/ in the filename.
* Made cred/ctx options first class, added cred import/export RPC, revamped ↵Nicolas Williams2011-12-191-122/+154
| | | | exported context/cred handling, comments
* Merge first four RPCsNicolas Williams2011-12-191-51/+28
|
* Fix cut-n-paste mistakeNicolas Williams2011-12-121-1/+1
|
* Changed extensions ID from int to enum, added comments about cred_store, ↵Nicolas Williams2011-12-121-12/+70
| | | | added server contribution to caller context
* Rename input_chan_bindingsSimo Sorce2011-12-091-2/+2
| | | | | | Use a slightly more readbale and short name. A comment + the type are sufficient to identify the function, without inflicting overly long names on developers :)
* Rename gss.x to gss-proxy.x to avoid any possible filename conflictsNicolas Williams2011-11-111-0/+0
| | | | Requested by Simo S.
* Added some notes regarding when to proxy, when not, how to tellNicolas Williams2011-11-101-0/+30
|
* Change style, add README fileNicolas Williams2011-11-102-261/+278
|
* Added initial XDR file for GSS proxy RPC protocolNicolas Williams2011-11-101-0/+522