summaryrefslogtreecommitdiff
path: root/kerberosIV/man
AgeCommit message (Collapse)Author
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-07-04repairsAaron Campbell
1999-07-04new -mdoc man pages; kwesterback@home.comAaron Campbell
1999-02-27man page names are not pathsTheo de Raadt
1998-02-25nicer copyrights explaining that we are not criminals.Artur Grabowski
1998-02-18OpenBSD-tags and corrections of copyrightsArtur Grabowski
1998-01-20put pointers to the info docs.Artur Grabowski
1998-01-05document the "#" hack.Artur Grabowski
1997-05-301) RCS id policegene
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
1996-01-29Make it work for multi-homed servers by default; remove need for krb.equivThorsten Lockert
1995-12-14Kerberos IV code, based on a merge of fixed code from KTH and originalThorsten Lockert
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.