Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-03-29 | missing man page | Theo de Raadt | |
2000-03-29 | forgotten man pages | Theo de Raadt | |
2000-03-29 | put arguments down below too, and a typo | Theo de Raadt | |
2000-03-27 | readd libcom_err support. ok with hin@ -moj. | Mats O Jansson | |
2000-03-27 | readd libcom_err support. ok with hin@ -moj. | Mats O Jansson | |
2000-03-27 | readd -ldes. ok hin@ -moj | Mats O Jansson | |
2000-03-10 | A more normal way of building kerberos, faster, and it works with SUDO | Niklas Hallqvist | |
2000-03-02 | Make libkafs compatible with in-tree afs. | Artur Grabowski | |
2000-03-01 | order libraries sensibly for static architectures | Theo de Raadt | |
2000-03-01 | do not put extra garbage in this, since it does get linked in | Theo de Raadt | |
2000-02-29 | delete more extras | Theo de Raadt | |
2000-02-29 | repair troff which makedb does not like | Theo de Raadt | |
2000-02-29 | excess files | Theo de Raadt | |
2000-02-28 | Add back the OpenBSDism that a #commented realm means Kerberos is disabled. | Jason Downs | |
Let's keep it in this time. | |||
2000-02-25 | Add build system for KerberosIV | Hans Insulander | |
(ok art@) | |||
2000-02-25 | OpenBSD 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-25 | Import of krb4-1.0.8. | Hans Insulander | |
(ok art) | |||
2000-02-25 | Add files generated by configure. | Hans Insulander | |
(art@ ok) | |||
2000-02-25 | Importing KTH Kerberos4 version 1.0 | Hans Insulander | |
(art@ ok) | |||
2000-02-25 | Remove old KerberosIV code. (art@ ok) | Hans Insulander | |
2000-02-01 | Fix some texinfo nits. | Marc Espie | |
Ok'd art@ | |||
2000-01-12 | evaluate getopt() against != -1.. no >= 0. | Eric Jackson | |
1999-12-01 | no need for strtok_r; binkert@vssad.hlo.dec.com | Theo de Raadt | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-08-20 | the default expiration date for new databases (Jan 1 04:59:59 2000) was not | Artur Grabowski | |
optimal. The final (and safe) solution will come with kth-krb 0.10 | |||
1999-07-09 | - remove all trailing whitespace | Aaron 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-07 | The 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-04 | repairs | Aaron Campbell | |
1999-07-04 | new -mdoc man pages; kwesterback@home.com | Aaron Campbell | |
1999-06-22 | We use new db.. From: kwesterback@home.com | Artur Grabowski | |
1999-05-24 | modify CFLAGS, not COPTS; wd@ics.nara-wu.ac.jp | Todd C. Miller | |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-16 | Cleanup 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. |