Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
get_host.c : "==" != "=" + -Wall
getaddrs.c : #include <err.h>
krb_locl.h : add prototypes for k_{{,v},{,v}m}concat
|
|
3 years)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by Theo.
|
|
|
|
|
|
|
|
overflows and lots of unchecked pointers. Tags are nice too.
|
|
fixes it right
|
|
|
|
|
|
I think I will document this in the future. It was impossible to find.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|