[BACK]Return to README CVS log [TXT][DIR] Up to [local] / src / kerberosV

Annotation of src/kerberosV/README, Revision 1.14

1.11      hin         1: Maintainer
                      2: ==========
1.1       hin         3:
1.11      hin         4: Please contact <hin@openbsd.org> if you have questions or problems.
1.1       hin         5:
1.7       hin         6:
                      7: Status of the code
                      8: ==================
                      9:
1.11      hin        10: This code is currently beta quality code, but seems to work quite well.
                     11: Heimdal is used by several large University and Commercial sites.
1.7       hin        12:
                     13:
                     14: Documentation
                     15: =============
                     16:
                     17: Some documentation is available in the `heimdal' info-page, but it is currently
                     18: quite incomplete. A number of manpages for library functions are also
                     19: available.
                     20:
                     21:
1.8       hin        22: BSD Auth
                     23: ========
                     24:
1.14    ! hin        25: There's also a BSD Authentication login script in src/libexec/login_krb5.
        !            26:
        !            27: Refer to login.conf(5), login(1), login_krb5(8) and login_krb5-or-pwd(8)
        !            28: for more information on how to enable them.
        !            29:
        !            30:
        !            31: Testing
        !            32: =======
        !            33:
        !            34: (This is mainly a note to my self...)
        !            35:
        !            36: - Do a full build on at least one elf and one a.out arch.
        !            37: - Do a static build of at least the kerberosV directory on elf and a.out.
        !            38: - Test basic stuff like kauth, klist, telnet and such.
1.8       hin        39:
                     40:
1.7       hin        41: TODO
                     42: ====
1.1       hin        43:
                     44: Things todo, in no particular order:
                     45:
                     46:  - Make sure to not try krb5 auth when no ticket exists. (same goes for krb4)
1.7       hin        47:    (i think this is actually ok, but it needs to be verified.)
1.9       hin        48:  - Password quality checks in kpasswdd
1.3       hin        49:  - krb5-config script
                     50:  - kx, kxd
                     51:  - pop-server and push
                     52:  - rsh, rshd
1.1       hin        53:  - Test what happens for a user not using kerberos
                     54:  - Test all combinations of compat stuff between client, kdc and server
                     55:  - Slave propagation k5->k5 and k4->k5
1.3       hin        56:  - Test and document how to upgrade a realm from k4 to k5
1.1       hin        57:  - Test compatibility with other k5 implementations, for example MIT and
1.3       hin        58:    Windows 2000, and document any caveats or tricks
1.1       hin        59:  - Logging
1.3       hin        60:  - Manpages are missing for many library functions, as well as a few
                     61:    programs. So we should document them and give back to the Heimdal project.
1.9       hin        62:  - GSS-API support in our ftp client and server
1.13      hin        63:  - Figure out how to deal with kstash