summaryrefslogtreecommitdiffstats
path: root/x-files
Commit message (Collapse)AuthorAgeFilesLines
* Official IANA Assigned RPC Program NumberSimo Sorce2012-03-301-1/+1
|
* Add option to request (or not) delegated credentials backSimo Sorce2012-03-221-0/+1
|
* gss-proxy.x: We do not need pointers in gssx_ctxSimo Sorce2012-03-131-2/+2
| | | | There is no need to distinguish between empty buffer and no buffer.
* Get rid of extensions type and replace with optionsNicolas Williams2012-03-091-55/+34
| | | | | | | And make the typed-hole type field a string (URN) instead of OID. Signed-off-by: Simo Sorce <simo@redhat.com>
* gssx_name -> display_name should not be a pointerSimo Sorce2012-02-071-1/+1
|
* Change gssx_mechinfoSimo Sorce2012-02-031-2/+3
| | | | | | | | 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-011-2/+2
| | | | | We do not need arrays here. When multiple names are required then an array of gssx_names is more appropriate.
* Fix gssx_handle, no need for an array of creds, just 1Simo Sorce2012-01-251-1/+1
|
* Use correct type for exported contextSimo Sorce2012-01-241-1/+1
| | | | | gss_export_context() returns a gss_buffer_t, so match it in the gssx_ctx structure by using the correlated gssx_buffer type instead of octet_string.
* Fix error that made credential handles not an array of elementsNicolas Williams2012-01-241-3/+20
|
* Fix typo (s/CONTECT/CONTEXT)Nicolas Williams2012-01-231-1/+1
|
* Untangle gssx_cred/context/handleNicolas Williams2012-01-231-11/+20
|
* Add comment to gp_rpc.x explaining its origin and purposeNicolas Williams2012-01-231-0/+11
|
* Add gp_rpc.x fileSimo Sorce2012-01-191-0/+129
| | | | Created by Nico and prefixed by me to avoid conflicts with system headers.
* Move .x files into own directorySimo Sorce2012-01-191-0/+633