summaryrefslogtreecommitdiffstats
path: root/x-files
Commit message (Collapse)AuthorAgeFilesLines
* 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