Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move .x files into own directory | Simo Sorce | 2012-01-19 | 1 | -633/+0 |
| | |||||
* | Add support for GSS_Inquire_names_for_mech() | Nicolas Williams | 2011-12-22 | 1 | -0/+1 |
| | |||||
* | Revamped some comments, added extensibility in some places where it was missing | Nicolas Williams | 2011-12-20 | 1 | -58/+101 |
| | |||||
* | rpcgen generates bad header guard when .x filename has dashes in it! | Nicolas Williams | 2011-12-20 | 1 | -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. |