Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-10 | Import kth-krb 1.0.4, with important bugfixes. | Hans Insulander | |
2000-11-10 | revert, okay @aaron | Niels Provos | |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-11-08 | Add files required to compile kerberosIV/usr.bin/kftp | Hans Insulander | |
2000-10-10 | avoid fd_set overflows, half by bg@sics.se | Theo de Raadt | |
2000-10-08 | better code. | Federico G. Schwindt | |
2000-10-08 | Make this compile after poll(2) change. | Federico G. Schwindt | |
hin@ has the last word about it, tho. | |||
2000-10-06 | use poll to avoid fd_set overflow | Theo de Raadt | |
2000-09-16 | Fix build issue for powerpc. This is a workaround for des_* references | Dale S. Rahn | |
found in libkrb.so.9.0. The correct solution needs to be worked on. OKed by theo. | |||
2000-09-15 | Check the return value from setenv(). | Hans Insulander | |
(Noted by deraadt) | |||
2000-09-04 | /etc -> /etc/kerberosIV | Hans Insulander | |
2000-09-04 | /etc -> /etc/kerberosIV | Hans Insulander | |
2000-09-04 | Build doc subdirectory too. | Hans Insulander | |
2000-09-04 | Build and install kerberosIV info file (kth-krb.info). | Hans Insulander | |
2000-09-04 | foo | Theo de Raadt | |
2000-08-31 | Correct version number. | Hans Insulander | |
2000-08-31 | Don't use librokens implementation of strtok_r; it's not broken in OpenBSD... | Hans Insulander | |
2000-08-31 | Minor tweaks, and a note about missing OTP support. | Hans Insulander | |
2000-08-31 | Correct version number. | Hans Insulander | |
OTP is not supported. | |||
2000-08-31 | Reintroduce the build target, which is very useful (at least for me). | Hans Insulander | |
2000-08-31 | How on earth could it go six months without anyone noting that I didn't | Hans Insulander | |
include the pagsh subdir in this file? Reported by jj@dynarc.se, thanks! | |||
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller | |
2000-07-19 | Removed more stuff that's not relevant for us. | Hans Insulander | |
Texinfo grammatic fixes also. | |||
2000-07-19 | This file is no longer up to date; its sources has changed. | Hans Insulander | |
2000-07-19 | OTP has never been supported in our kerberos implementation, and noone seems | Hans Insulander | |
to care about it, so it shouldn't be in the documentation. | |||
2000-07-19 | Fix path to more kerberosIV configuration files; | Hans Insulander | |
/etc, /var/kerberos -> /etc/kerberosIV where relevant. | |||
2000-07-19 | Fix path to krb.conf and krb.realms. | Hans Insulander | |
From Theo (thanks!). | |||
2000-07-18 | Make it obvious that this documentation is not the original version. | Hans Insulander | |
2000-07-18 | Removed and/or changed information that is plain wrong or completely | Hans Insulander | |
irrelevant for us. | |||
2000-07-11 | Bump version number due to change of number of arguments to krb_get_nir(). | Hans Insulander | |
2000-07-11 | Merge in KTH Kerberos4 1.0.2 | Hans Insulander | |
2000-07-11 | Import of KTH Kerberos4 1.0.2 | Hans Insulander | |
2000-07-09 | use "%s" in setproctitle. (from theo) | Hans Insulander | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd 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-29 | use %s with syslog, probably just paranoia but it is good form | Todd C. Miller | |
2000-06-28 | Fix 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-28 | Fix path to master key file (/etc/kerberosIV/master_key, not /.k) | Hans Insulander | |
Reported by landy@alumni.caltech.edu | |||
2000-06-28 | Fix /usr/libexec/kauthd log formatting bug. | Hans Insulander | |
Reported by mhpower@mit.edu | |||
2000-05-15 | Fix SBINDIR path the right way | Hans Insulander | |
2000-04-02 | typo | Theo de Raadt | |
2000-04-01 | add mlinks | Theo de Raadt | |
2000-03-31 | spelling | Theo de Raadt | |
2000-03-30 | fix lots | Theo de Raadt | |
2000-03-30 | correct | Theo de Raadt | |
2000-03-30 | Pedantic .Xr fixes. | Hans Insulander | |
2000-03-30 | Sync 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-30 | add manpage kafs(3) | Hans Insulander | |
2000-03-30 | Fix a couple of manpage errors | Hans Insulander | |
2000-03-29 | oops | Theo de Raadt | |
2000-03-29 | use kerberos(3) instead of krb(3) | Theo de Raadt | |