summaryrefslogtreecommitdiffstats
path: root/gss_proxy.x
Commit message (Collapse)AuthorAgeFilesLines
* Move .x files into own directorySimo Sorce2012-01-191-633/+0
|
* Add support for GSS_Inquire_names_for_mech()Nicolas Williams2011-12-221-0/+1
|
* 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/+589
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.