Merge pull request #137 from douglasbagnall/oid-regenerate
commit71c95fb38d1edba18ff3fe059215115b9d8bb56f
authorAndrew Bartlett <abartlet@samba.org>
Fri, 31 Jul 2015 04:15:55 +0000 (31 16:15 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 31 Jul 2015 04:15:55 +0000 (31 16:15 +1200)
treebac13294e5398fbf57e06a4004cd9019926f04f7
parentdb4175c2258c17a16cfaf0e2ebe776549f53d922
parent832d7af01872252c9e9c754a6387971622d3e30c
Merge pull request #137 from douglasbagnall/oid-regenerate

Oid regenerate

The GSSAPI oid C files were originally generated by a perl 4 script that no longer runs on a modern system. Subsequently the C has been manually modified.

These patches update the script to perl 5 and alter its output to reflect the manually changed C.

Because modern perl uses hash randomisation, the order of the oids in the C file is sorted -- otherwise
they will be ordered differently every time, making changes hard to review.