Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2) Make filenames relevent to OpenBSD (i.e, /kerberos -> /etc/kerberosIv
and /usr/include/*.h -> /usr/include/kerberosIV/*.h). To be specific:
s/\/kerberos\//\/etc\/kerberosIV\//g
s/\/usr\/include\//\/usr\/include\/kerberosIV\//g
s/\/\.k/\/etc\/kerberosIV\/master_key/g
s/\#include\s*\<(.*)\>/\#include \<kerberosIV\/$1\>/g
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
applications including <kerberosIV/des.h> (like CVS)
|
|
|
|
|
|
|
|
4.4BSD Lite code (international edition). Provides all functionality
from the original 4.4BSD code plus standard Kerberos elements that were
omitted in the 4.4BSD code.
|