summaryrefslogtreecommitdiff
path: root/kerberosIV
AgeCommit message (Collapse)Author
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@
2000-01-12evaluate getopt() against != -1.. no >= 0.Eric Jackson
1999-12-01no need for strtok_r; binkert@vssad.hlo.dec.comTheo de Raadt
1999-09-23Typo fixes.Alex Feldman
1999-08-20the default expiration date for new databases (Jan 1 04:59:59 2000) was notArtur Grabowski
optimal. The final (and safe) solution will come with kth-krb 0.10
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
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-06-22We use new db.. From: kwesterback@home.comArtur Grabowski
1999-05-24modify CFLAGS, not COPTS; wd@ics.nara-wu.ac.jpTodd C. Miller
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.