Skip Menu |
 

Subject: Remove krb4 support
Per http://k5wiki.kerberos.org/wiki/Projects/Remove_krb4 we will be
removing most krb4 code in the tree.
From: ghudson@mit.edu
Subject: SVN Commit

Remove loadv4/dumpv4 code in kdb5_util. (The command table entries for
this code had already been commented out previously.)

https://github.com/krb5/krb5/commit/d65855168770be3117287e8ae6157f1ba6368549
Commit By: ghudson



Revision: 21445
Changed Files:
U trunk/src/kadmin/dbutil/Makefile.in
D trunk/src/kadmin/dbutil/dumpv4.c
U trunk/src/kadmin/dbutil/kdb5_util.M
U trunk/src/kadmin/dbutil/kdb5_util.c
U trunk/src/kadmin/dbutil/kdb5_util.h
D trunk/src/kadmin/dbutil/loadv4.c
From: ghudson@mit.edu
Subject: SVN Commit

In ktutil, remove code for wst (write srvtab). Reimplement rst (read
srvtab) as an alias for "rkt SRVTAB:filename" and include it
unconditionally.

https://github.com/krb5/krb5/commit/88055006f21298a7aa93547caf00d3a6e35e8d37
Commit By: ghudson



Revision: 21446
Changed Files:
U trunk/src/kadmin/ktutil/Makefile.in
U trunk/src/kadmin/ktutil/ktutil.c
U trunk/src/kadmin/ktutil/ktutil.h
U trunk/src/kadmin/ktutil/ktutil_funcs.c
From: ghudson@mit.edu
Subject: SVN Commit

Remove a krb4 conditional block in ktutil_funcs.c which was missed in
the previous commit.

https://github.com/krb5/krb5/commit/54b5e5b06d03a102874857935ed92dd30b726bc8
Commit By: ghudson



Revision: 21447
Changed Files:
U trunk/src/kadmin/ktutil/ktutil_funcs.c
From: ghudson@mit.edu
Subject: SVN Commit

In the KDC, remove krb4 request handling support and fakeka code.

https://github.com/krb5/krb5/commit/b03dd7a3955864c7f84742ac37a97cf00bcd786e
Commit By: ghudson



Revision: 21448
Changed Files:
U trunk/src/kdc/Makefile.in
U trunk/src/kdc/dispatch.c
D trunk/src/kdc/fakeka.M
D trunk/src/kdc/fakeka.c
U trunk/src/kdc/kdc_util.h
D trunk/src/kdc/kerberos_v4.c
U trunk/src/kdc/krb5kdc.M
U trunk/src/kdc/main.c
From: ghudson@mit.edu
Subject: SVN Commit

Remove krb4 support from clients. Some of the code has been
simplified to remove architectural relics of the -4 and -5 options,
but more simplification is likely possible, particularly in kinit.

https://github.com/krb5/krb5/commit/38d175630716003c7c4fe9eb5284a66aedf1e119
Commit By: ghudson



Revision: 21449
Changed Files:
U trunk/src/clients/kcpytkt/Makefile.in
U trunk/src/clients/kdeltkt/Makefile.in
U trunk/src/clients/kdestroy/Makefile.in
U trunk/src/clients/kdestroy/kdestroy.M
U trunk/src/clients/kdestroy/kdestroy.c
U trunk/src/clients/kinit/Makefile.in
U trunk/src/clients/kinit/kinit.M
U trunk/src/clients/kinit/kinit.c
U trunk/src/clients/klist/Makefile.in
U trunk/src/clients/klist/klist.M
U trunk/src/clients/klist/klist.c
U trunk/src/clients/kvno/Makefile.in
U trunk/src/clients/kvno/kvno.M
U trunk/src/clients/kvno/kvno.c
From: ghudson@mit.edu
Subject: SVN Commit

Remove krb4 support in the applications. login's ability to run aklog
has been preserved and made unconditional on krb4 support, since aklog
can now do krb5 auth. The config variable is now named krb_run_aklog
(as it was sometimes documented), not krb4_run_aklog as it previously
was.

https://github.com/krb5/krb5/commit/9cefbad7f53cffbe75044262b98bd34ebe3ae2fd
Commit By: ghudson



Revision: 21450
Changed Files:
U trunk/src/appl/bsd/Makefile.in
D trunk/src/appl/bsd/compat_recv.c
U trunk/src/appl/bsd/configure.in
U trunk/src/appl/bsd/defines.h
U trunk/src/appl/bsd/forward.c
U trunk/src/appl/bsd/kcmd.c
U trunk/src/appl/bsd/klogind.M
U trunk/src/appl/bsd/krcp.c
U trunk/src/appl/bsd/krlogin.c
U trunk/src/appl/bsd/krlogind.c
U trunk/src/appl/bsd/krsh.c
U trunk/src/appl/bsd/krshd.c
U trunk/src/appl/bsd/login.M
U trunk/src/appl/bsd/login.c
U trunk/src/appl/bsd/rlogin.M
D trunk/src/appl/bsd/v4rcp.M
D trunk/src/appl/bsd/v4rcp.c
From: ghudson@mit.edu
Subject: SVN Commit

Remove krb4 support in gssftp and telnet.

https://github.com/krb5/krb5/commit/d986df5a8970205e144a07cad5ad9ee31a4a687b
Commit By: ghudson



Revision: 21451
Changed Files:
U trunk/src/appl/gssftp/ftp/Makefile.in
U trunk/src/appl/gssftp/ftp/ftp.M
U trunk/src/appl/gssftp/ftp/ftp.c
U trunk/src/appl/gssftp/ftp/main.c
U trunk/src/appl/gssftp/ftp/secure.c
U trunk/src/appl/gssftp/ftpd/Makefile.in
U trunk/src/appl/gssftp/ftpd/ftpcmd.y
U trunk/src/appl/gssftp/ftpd/ftpd.M
U trunk/src/appl/gssftp/ftpd/ftpd.c
U trunk/src/appl/telnet/configure.in
U trunk/src/appl/telnet/libtelnet/Makefile.in
U trunk/src/appl/telnet/libtelnet/auth-proto.h
U trunk/src/appl/telnet/libtelnet/auth.c
D trunk/src/appl/telnet/libtelnet/kerberos.c
U trunk/src/appl/telnet/telnet/Makefile.in
U trunk/src/appl/telnet/telnet/main.c
U trunk/src/appl/telnet/telnetd/Makefile.in
From: ghudson@mit.edu
Subject: SVN Commit

Remove krb4 code in libkrb5.

https://github.com/krb5/krb5/commit/340fff61675667e913df3a8520b2232acc2d0ca8
Commit By: ghudson



Revision: 21452
Changed Files:
U trunk/src/include/k5-int.h
U trunk/src/lib/krb5/krb/Makefile.in
U trunk/src/lib/krb5/krb/conv_creds.c
D trunk/src/lib/krb5/krb/v4lifetime.c
U trunk/src/lib/krb5/os/Makefile.in
U trunk/src/lib/krb5/os/accessor.c
D trunk/src/lib/krb5/os/send524.c
From: ghudson@mit.edu
Subject: SVN Commit
Download (untitled) / with headers
text/plain 1.4KiB

Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.
Remove krb4 build system references and conditionals.
Move des425 header stuff referenced by des_int.h into des_int.h.
Remove krb4 test cases.


https://github.com/krb5/krb5/commit/3bee8ea39e56d0ddd369bfb365cca9d51fdcfc37
Commit By: ghudson
Revision: 21544
Changed Files:
U trunk/src/Makefile.in
U trunk/src/aclocal.m4
U trunk/src/config/pre.in
U trunk/src/configure.in
U trunk/src/include/Makefile.in
D trunk/src/include/kerberosIV/
U trunk/src/kadmin/dbutil/Makefile.in
U trunk/src/krb5-config.M
U trunk/src/krb5-config.in
D trunk/src/krb524/
U trunk/src/lib/Makefile.in
U trunk/src/lib/crypto/Makefile.in
U trunk/src/lib/crypto/des/Makefile.in
U trunk/src/lib/crypto/des/des_int.h
U trunk/src/lib/crypto/enc_provider/Makefile.in
U trunk/src/lib/crypto/keyhash_provider/Makefile.in
U trunk/src/lib/crypto/old/Makefile.in
D trunk/src/lib/des425/
D trunk/src/lib/krb4/
U trunk/src/lib/krb5/krb/t_kerb.c
U trunk/src/tests/dejagnu/Makefile.in
U trunk/src/tests/dejagnu/config/default.exp
U trunk/src/tests/dejagnu/krb-root/telnet.exp
U trunk/src/tests/dejagnu/krb-standalone/standalone.exp
D trunk/src/tests/dejagnu/krb-standalone/v4gssftp.exp
D trunk/src/tests/dejagnu/krb-standalone/v4krb524d.exp
D trunk/src/tests/dejagnu/krb-standalone/v4standalone.exp
U trunk/src/util/depfix.pl
U trunk/src/util/ss/Makefile.in
From: ghudson@mit.edu
Subject: SVN Commit

Remove documentation references to krb4 functionality we no longer
have. Remove the krb425 transition guide since we no longer have
compatibility code to assist with a transition.


https://github.com/krb5/krb5/commit/fa74009956316521d45ae4745fa8916dc9626e54
Commit By: ghudson
Revision: 21545
Changed Files:
U trunk/doc/Makefile
U trunk/doc/admin.texinfo
U trunk/doc/definitions.texinfo
U trunk/doc/dnssrv.texinfo
U trunk/doc/install.texinfo
D trunk/doc/krb4-xrealm.txt
D trunk/doc/krb425.texinfo
D trunk/doc/old-V4-docs/