summaryrefslogtreecommitdiff
path: root/kerberosIV
AgeCommit message (Collapse)Author
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-07-19Removed more stuff that's not relevant for us.Hans Insulander
Texinfo grammatic fixes also.
2000-07-19This file is no longer up to date; its sources has changed.Hans Insulander
2000-07-19OTP has never been supported in our kerberos implementation, and noone seemsHans Insulander
to care about it, so it shouldn't be in the documentation.
2000-07-19Fix path to more kerberosIV configuration files;Hans Insulander
/etc, /var/kerberos -> /etc/kerberosIV where relevant.
2000-07-19Fix path to krb.conf and krb.realms.Hans Insulander
From Theo (thanks!).
2000-07-18Make it obvious that this documentation is not the original version.Hans Insulander
2000-07-18Removed and/or changed information that is plain wrong or completelyHans Insulander
irrelevant for us.
2000-07-11Bump version number due to change of number of arguments to krb_get_nir().Hans Insulander
2000-07-11Merge in KTH Kerberos4 1.0.2Hans Insulander
2000-07-11Import of KTH Kerberos4 1.0.2Hans Insulander
2000-07-09use "%s" in setproctitle. (from theo)Hans Insulander
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
2000-06-29use %s with syslog, probably just paranoia but it is good formTodd C. Miller
2000-06-28Fix path to KerberosIV database files.Hans Insulander
Reported by landy@alumni.caltech.edu. If you run a KDC on OpenBSD you need these two last commits to be backwards- compatible with 2.6 and earlier. (Sorry about that).
2000-06-28Fix path to master key file (/etc/kerberosIV/master_key, not /.k)Hans Insulander
Reported by landy@alumni.caltech.edu
2000-06-28Fix /usr/libexec/kauthd log formatting bug.Hans Insulander
Reported by mhpower@mit.edu
2000-05-15Fix SBINDIR path the right wayHans Insulander
2000-04-02typoTheo de Raadt
2000-04-01add mlinksTheo de Raadt
2000-03-31spellingTheo de Raadt
2000-03-30fix lotsTheo de Raadt
2000-03-30correctTheo de Raadt
2000-03-30Pedantic .Xr fixes.Hans Insulander
2000-03-30Sync with recent update in the original kerberos tree:Hans Insulander
Don't mention toehold as it's not available in KTH.KRB... (from Assar)
2000-03-30add manpage kafs(3)Hans Insulander
2000-03-30Fix a couple of manpage errorsHans Insulander
2000-03-29oopsTheo de Raadt
2000-03-29use kerberos(3) instead of krb(3)Theo de Raadt
2000-03-29missing man pageTheo de Raadt
2000-03-29forgotten man pagesTheo de Raadt
2000-03-29put arguments down below too, and a typoTheo de Raadt
2000-03-27readd libcom_err support. ok with hin@ -moj.Mats O Jansson
2000-03-27readd libcom_err support. ok with hin@ -moj.Mats O Jansson
2000-03-27readd -ldes. ok hin@ -mojMats O Jansson
2000-03-10A more normal way of building kerberos, faster, and it works with SUDONiklas Hallqvist
2000-03-02Make libkafs compatible with in-tree afs.Artur Grabowski
2000-03-01order libraries sensibly for static architecturesTheo de Raadt
2000-03-01do not put extra garbage in this, since it does get linked inTheo de Raadt
2000-02-29delete more extrasTheo de Raadt
2000-02-29repair troff which makedb does not likeTheo de Raadt
2000-02-29excess filesTheo de Raadt
2000-02-28Add back the OpenBSDism that a #commented realm means Kerberos is disabled.Jason Downs
Let's keep it in this time.
2000-02-25Add build system for KerberosIVHans Insulander
(ok art@)
2000-02-25OpenBSD specific changes to kth-krb.Hans Insulander
kafs.h has been replaced with the one correctly hacked by art@ to build with arla.
2000-02-25Import of krb4-1.0.8.Hans Insulander
(ok art)
2000-02-25Add files generated by configure.Hans Insulander
(art@ ok)
2000-02-25Importing KTH Kerberos4 version 1.0Hans Insulander
(art@ ok)
2000-02-25Remove old KerberosIV code. (art@ ok)Hans Insulander
2000-02-01Fix some texinfo nits.Marc Espie
Ok'd art@