update to v0.4e
This commit is contained in:
parent
6fd4c50381
commit
7dc5b16021
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2001/08/17 21:05:22 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2001/09/08 09:04:30 jakob Exp $
|
||||
|
||||
COMES_WITH= 3.0
|
||||
|
||||
COMMENT= a Kerberos 5 implementation
|
||||
|
||||
DISTNAME= heimdal-0.3e
|
||||
DISTNAME= heimdal-0.4e
|
||||
CATEGORIES= security
|
||||
NEED_VERSION= 1.363
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (heimdal-0.3e.tar.gz) = 139cb6a45f4b68b4d6d80ded078933ae
|
||||
RMD160 (heimdal-0.3e.tar.gz) = 919b3fe385163cd9f003066538bf8a5fca604496
|
||||
SHA1 (heimdal-0.3e.tar.gz) = 160e1bca98bfd75e7003c7f14218fb6f7e64456a
|
||||
MD5 (heimdal-0.4e.tar.gz) = 239aa6841881f77db64faeaea47d7593
|
||||
RMD160 (heimdal-0.4e.tar.gz) = 41dcb9b2b09b63ccad59a455fc1d2af2bc1c0574
|
||||
SHA1 (heimdal-0.4e.tar.gz) = f0635663631fc014ff0de0a94ece9afaacb067ea
|
||||
|
13
security/heimdal/patches/patch-lib_krb5_Makefile.am
Normal file
13
security/heimdal/patches/patch-lib_krb5_Makefile.am
Normal file
@ -0,0 +1,13 @@
|
||||
--- lib/krb5/Makefile.am 2001/09/06 12:19:16 1.138
|
||||
+++ lib/krb5/Makefile.am 2001/09/08 03:48:39 1.139
|
||||
@@ -1,8 +1,8 @@
|
||||
-# $Id: patch-lib_krb5_Makefile.am,v 1.1 2001/09/08 09:04:30 jakob Exp $
|
||||
+# $Id: patch-lib_krb5_Makefile.am,v 1.1 2001/09/08 09:04:30 jakob Exp $
|
||||
|
||||
include $(top_srcdir)/Makefile.am.common
|
||||
|
||||
-INCLUDES += $(INCLUDE_krb4) $(INCLUDE_des) -I../com_err
|
||||
+INCLUDES += $(INCLUDE_krb4) $(INCLUDE_des) -I../com_err -I$(srcdir)/../com_err
|
||||
|
||||
bin_PROGRAMS = verify_krb5_conf
|
||||
|
11
security/heimdal/patches/patch-lib_krb5_Makefile.in
Normal file
11
security/heimdal/patches/patch-lib_krb5_Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- lib/krb5/Makefile.in Sat Sep 8 10:06:10 2001
|
||||
+++ lib/krb5/Makefile.in Sat Sep 8 10:08:09 2001
|
||||
@@ -137,7 +137,7 @@
|
||||
|
||||
SUFFIXES = .et .h .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8 .x
|
||||
|
||||
-INCLUDES = -I$(top_builddir)/include $(INCLUDES_roken) $(INCLUDE_krb4) $(INCLUDE_des) -I../com_err
|
||||
+INCLUDES = -I$(top_builddir)/include $(INCLUDES_roken) $(INCLUDE_krb4) $(INCLUDE_des) -I../com_err -I$(srcdir)/../com_err
|
||||
|
||||
AM_CFLAGS = $(WFLAGS)
|
||||
|
@ -1,52 +0,0 @@
|
||||
$OpenBSD: patch-ltconfig,v 1.1 2001/02/19 17:44:52 danh Exp $
|
||||
--- ltconfig.orig Wed Aug 16 07:40:39 2000
|
||||
+++ ltconfig Mon Feb 19 12:31:59 2001
|
||||
@@ -969,6 +969,9 @@ cygwin* | mingw*)
|
||||
with_gnu_ld=no
|
||||
fi
|
||||
;;
|
||||
+openbsd*)
|
||||
+ with_gnu_ld=no
|
||||
+ ;;
|
||||
|
||||
esac
|
||||
|
||||
@@ -1300,10 +1303,21 @@ else
|
||||
;;
|
||||
|
||||
openbsd*)
|
||||
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='-R$libdir'
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
+ case "$host_os" in
|
||||
+ openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
|
||||
+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
|
||||
+ hardcode_libdir_flag_spec='-R$libdir'
|
||||
+ ;;
|
||||
+ *)
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linkopts'
|
||||
+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ if [ "`/usr/bin/file /usr/lib/libc.so.* | grep ELF`" != "" ]; then
|
||||
+ export_dynamic_flag_spec='${wl}-E'
|
||||
+ fi
|
||||
+ ;;
|
||||
+ esac
|
||||
;;
|
||||
|
||||
os2*)
|
||||
@@ -1702,13 +1716,10 @@ netbsd*)
|
||||
|
||||
openbsd*)
|
||||
version_type=sunos
|
||||
- if test "$with_gnu_ld" = yes; then
|
||||
- need_lib_prefix=no
|
||||
- need_version=no
|
||||
- fi
|
||||
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
|
||||
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
+ deplibs_check_method='pass_all'
|
||||
;;
|
||||
|
||||
os2*)
|
@ -1,83 +0,0 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.1 2001/02/19 17:44:52 danh Exp $
|
||||
--- ltmain.sh.orig Mon Feb 19 12:25:50 2001
|
||||
+++ ltmain.sh Mon Feb 19 12:37:30 2001
|
||||
@@ -1020,6 +1020,17 @@ compiler."
|
||||
# These systems don't actually have c library (as such)
|
||||
continue
|
||||
;;
|
||||
+ *-*-openbsd*)
|
||||
+ # Do not include libc due to us having libc/libc_r.
|
||||
+ continue
|
||||
+ ;;
|
||||
+ esac
|
||||
+ elif test "$arg" = "-lc_r"; then
|
||||
+ case "$host" in
|
||||
+ *-*-openbsd*)
|
||||
+ # Do not include libc_r directly, use -pthread flag.
|
||||
+ continue
|
||||
+ ;;
|
||||
esac
|
||||
elif test "$arg" = "-lm"; then
|
||||
case "$host" in
|
||||
@@ -1033,6 +1044,10 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
|
||||
+ -?thread)
|
||||
+ deplibs="$deplibs $arg"
|
||||
+ ;;
|
||||
+
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -2383,6 +2398,9 @@ compiler."
|
||||
*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
|
||||
# these systems don't actually have a c library (as such)!
|
||||
;;
|
||||
+ *-*-openbsd*)
|
||||
+ # Do not include libc due to us having libc/libc_r.
|
||||
+ ;;
|
||||
*)
|
||||
# Add libc to deplibs on all other systems.
|
||||
deplibs="$deplibs -lc"
|
||||
@@ -4279,40 +4297,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- done
|
||||
- echo
|
||||
- echo "If you ever happen to want to link against installed libraries"
|
||||
- echo "in a given directory, LIBDIR, you must either use libtool, and"
|
||||
- echo "specify the full pathname of the library, or use \`-LLIBDIR'"
|
||||
- echo "flag during linking and do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- echo
|
||||
- echo "See any operating system documentation about shared libraries for"
|
||||
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- echo "----------------------------------------------------------------------"
|
||||
exit 0
|
||||
;;
|
||||
|
@ -1,53 +0,0 @@
|
||||
--- kadmin/random_password.c 1999/12/02 17:04:58 1.3
|
||||
+++ kadmin/random_password.c 2001/02/15 04:20:53 1.4
|
||||
@@ -57,9 +57,9 @@
|
||||
{
|
||||
#ifdef OTP_STYLE
|
||||
{
|
||||
- des_cblock newkey;
|
||||
+ OtpKey newkey;
|
||||
|
||||
- des_new_random_key(&newkey);
|
||||
+ krb5_generate_random_block(&newkey, sizeof(newkey));
|
||||
otp_print_stddict (newkey, pw, len);
|
||||
strlwr(pw);
|
||||
}
|
||||
@@ -80,11 +80,11 @@
|
||||
#ifndef OTP_STYLE
|
||||
/* return a random value in range 0-127 */
|
||||
static int
|
||||
-RND(des_cblock *key, int *left)
|
||||
+RND(unsigned char *key, int keylen, int *left)
|
||||
{
|
||||
if(*left == 0){
|
||||
- des_new_random_key(key);
|
||||
- *left = 8;
|
||||
+ krb5_generate_random_block(key, keylen);
|
||||
+ *left = keylen;
|
||||
}
|
||||
(*left)--;
|
||||
return ((unsigned char*)key)[*left];
|
||||
@@ -120,7 +120,7 @@
|
||||
} *classes;
|
||||
va_list ap;
|
||||
int len, i;
|
||||
- des_cblock rbuf; /* random buffer */
|
||||
+ unsigned char rbuf[8]; /* random buffer */
|
||||
int rleft = 0;
|
||||
|
||||
classes = malloc(num_classes * sizeof(*classes));
|
||||
@@ -138,11 +138,12 @@
|
||||
return;
|
||||
for(i = 0; i < len; i++) {
|
||||
int j;
|
||||
- int x = RND(&rbuf, &rleft) % (len - i);
|
||||
+ int x = RND(rbuf, sizeof(rbuf), &rleft) % (len - i);
|
||||
int t = 0;
|
||||
for(j = 0; j < num_classes; j++) {
|
||||
if(x < t + classes[j].freq) {
|
||||
- (*pw)[i] = classes[j].str[RND(&rbuf, &rleft) % classes[j].len];
|
||||
+ (*pw)[i] = classes[j].str[RND(rbuf, sizeof(rbuf), &rleft)
|
||||
+ % classes[j].len];
|
||||
classes[j].freq--;
|
||||
break;
|
||||
}
|
@ -1,14 +1,13 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2001/03/01 07:51:24 jakob Exp $
|
||||
lib/libasn1.so.4.0
|
||||
lib/libcom_err.so.1.1
|
||||
lib/libgssapi.so.3.0
|
||||
lib/libhdb.so.7.0
|
||||
lib/libkadm5clnt.so.6.1
|
||||
lib/libkadm5srv.so.7.3
|
||||
lib/libkafs.so.2.3
|
||||
lib/libkrb5.so.15.0
|
||||
lib/libotp.so.1.2
|
||||
lib/libroken.so.11.1
|
||||
lib/libsl.so.1.1
|
||||
lib/libss.so.1.3
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2001/09/08 09:04:30 jakob Exp $
|
||||
lib/libasn1.so.5.0
|
||||
lib/libgssapi.so.3.4
|
||||
lib/libhdb.so.7.4
|
||||
lib/libkadm5clnt.so.6.2
|
||||
lib/libkadm5srv.so.7.4
|
||||
lib/libkafs.so.3.1
|
||||
lib/libkrb5.so.18.2
|
||||
lib/libotp.so.1.3
|
||||
lib/libroken.so.14.3
|
||||
lib/libsl.so.1.2
|
||||
lib/libss.so.1.4
|
||||
NEWDYNLIBDIR(%D/lib)
|
||||
|
@ -1,7 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/05/16 15:20:22 jakob Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2001/09/08 09:04:30 jakob Exp $
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/heimdal.info
|
||||
bin/afslog
|
||||
bin/compile_et
|
||||
bin/ftp
|
||||
bin/kauth
|
||||
bin/kdestroy
|
||||
@ -23,11 +22,8 @@ bin/string2key
|
||||
bin/su
|
||||
bin/telnet
|
||||
bin/verify_krb5_conf
|
||||
include/asn1.h
|
||||
include/asn1_err.h
|
||||
include/base64.h
|
||||
include/com_err.h
|
||||
include/com_right.h
|
||||
include/der.h
|
||||
include/editline.h
|
||||
include/getarg.h
|
||||
@ -38,6 +34,7 @@ include/hdb.h
|
||||
include/hdb_asn1.h
|
||||
include/hdb_err.h
|
||||
include/heim_err.h
|
||||
include/k524_err.h
|
||||
include/kadm5/admin.h
|
||||
include/kadm5/kadm5-private.h
|
||||
include/kadm5/kadm5-protos.h
|
||||
@ -48,6 +45,7 @@ include/krb5-private.h
|
||||
include/krb5-protos.h
|
||||
include/krb5-types.h
|
||||
include/krb5.h
|
||||
include/krb5_asn1.h
|
||||
include/krb5_err.h
|
||||
include/otp.h
|
||||
include/parse_bytes.h
|
||||
@ -64,8 +62,6 @@ info/heimdal.info
|
||||
lib/lib45.a
|
||||
lib/libasn1.a
|
||||
lib/libasn1.la
|
||||
lib/libcom_err.a
|
||||
lib/libcom_err.la
|
||||
lib/libeditline.a
|
||||
lib/libeditline.la
|
||||
lib/libgssapi.a
|
||||
@ -101,6 +97,184 @@ libexec/popper
|
||||
libexec/push
|
||||
libexec/rshd
|
||||
libexec/telnetd
|
||||
man/cat1/ftp.0
|
||||
man/cat1/kdestroy.0
|
||||
man/cat1/kf.0
|
||||
man/cat1/kgetcred.0
|
||||
man/cat1/kinit.0
|
||||
man/cat1/klist.0
|
||||
man/cat1/kpasswd.0
|
||||
man/cat1/krb5-config.0
|
||||
man/cat1/kx.0
|
||||
man/cat1/otp.0
|
||||
man/cat1/otpprint.0
|
||||
man/cat1/pfrom.0
|
||||
man/cat1/rsh.0
|
||||
man/cat1/rxtelnet.0
|
||||
man/cat1/rxterm.0
|
||||
man/cat1/telnet.0
|
||||
man/cat1/tenletxr.0
|
||||
man/cat1/xnlock.0
|
||||
man/cat3/arg_printusage.0
|
||||
man/cat3/editline.0
|
||||
man/cat3/getarg.0
|
||||
man/cat3/k_afs_cell_of_file.0
|
||||
man/cat3/k_hasafs.0
|
||||
man/cat3/k_pioctl.0
|
||||
man/cat3/k_setpag.0
|
||||
man/cat3/k_unlog.0
|
||||
man/cat3/kafs.0
|
||||
man/cat3/krb5_425_conv_principal.0
|
||||
man/cat3/krb5_425_conv_principal_ext.0
|
||||
man/cat3/krb5_524_conv_principal.0
|
||||
man/cat3/krb5_addlog_dest.0
|
||||
man/cat3/krb5_addlog_func.0
|
||||
man/cat3/krb5_appdefault.0
|
||||
man/cat3/krb5_appdefault_boolean.0
|
||||
man/cat3/krb5_appdefault_string.0
|
||||
man/cat3/krb5_appdefault_time.0
|
||||
man/cat3/krb5_auth_con_free.0
|
||||
man/cat3/krb5_auth_con_genaddrs.0
|
||||
man/cat3/krb5_auth_con_getaddrs.0
|
||||
man/cat3/krb5_auth_con_getflags.0
|
||||
man/cat3/krb5_auth_con_getkey.0
|
||||
man/cat3/krb5_auth_con_getlocalsubkey.0
|
||||
man/cat3/krb5_auth_con_getrcache.0
|
||||
man/cat3/krb5_auth_con_getremotesubkey.0
|
||||
man/cat3/krb5_auth_con_getuserkey.0
|
||||
man/cat3/krb5_auth_con_init.0
|
||||
man/cat3/krb5_auth_con_initivector.0
|
||||
man/cat3/krb5_auth_con_setaddrs.0
|
||||
man/cat3/krb5_auth_con_setaddrs_from_fd.0
|
||||
man/cat3/krb5_auth_con_setflags.0
|
||||
man/cat3/krb5_auth_con_setivector.0
|
||||
man/cat3/krb5_auth_con_setkey.0
|
||||
man/cat3/krb5_auth_con_setlocalsubkey.0
|
||||
man/cat3/krb5_auth_con_setrcache.0
|
||||
man/cat3/krb5_auth_con_setremotesubkey.0
|
||||
man/cat3/krb5_auth_con_setuserkey.0
|
||||
man/cat3/krb5_auth_context.0
|
||||
man/cat3/krb5_auth_getauthenticator.0
|
||||
man/cat3/krb5_auth_getcksumtype.0
|
||||
man/cat3/krb5_auth_getkeytype.0
|
||||
man/cat3/krb5_auth_getlocalseqnumber.0
|
||||
man/cat3/krb5_auth_getremoteseqnumber.0
|
||||
man/cat3/krb5_auth_setcksumtype.0
|
||||
man/cat3/krb5_auth_setkeytype.0
|
||||
man/cat3/krb5_auth_setlocalseqnumber.0
|
||||
man/cat3/krb5_auth_setremoteseqnumber.0
|
||||
man/cat3/krb5_build_principal.0
|
||||
man/cat3/krb5_build_principal_ext.0
|
||||
man/cat3/krb5_build_principal_va.0
|
||||
man/cat3/krb5_build_principal_va_ext.0
|
||||
man/cat3/krb5_checksum_is_collision_proof.0
|
||||
man/cat3/krb5_checksum_is_keyed.0
|
||||
man/cat3/krb5_checksumsize.0
|
||||
man/cat3/krb5_closelog.0
|
||||
man/cat3/krb5_config.0
|
||||
man/cat3/krb5_config_get_bool_default.0
|
||||
man/cat3/krb5_config_get_int_default.0
|
||||
man/cat3/krb5_config_get_string_default.0
|
||||
man/cat3/krb5_config_get_time_default.0
|
||||
man/cat3/krb5_context.0
|
||||
man/cat3/krb5_create_checksum.0
|
||||
man/cat3/krb5_crypto_destroy.0
|
||||
man/cat3/krb5_crypto_init.0
|
||||
man/cat3/krb5_decrypt.0
|
||||
man/cat3/krb5_decrypt_EncryptedData.0
|
||||
man/cat3/krb5_encrypt.0
|
||||
man/cat3/krb5_encrypt_EncryptedData.0
|
||||
man/cat3/krb5_err.0
|
||||
man/cat3/krb5_errx.0
|
||||
man/cat3/krb5_free_context.0
|
||||
man/cat3/krb5_free_krbhst.0
|
||||
man/cat3/krb5_free_principal.0
|
||||
man/cat3/krb5_get_all_client_addrs.0
|
||||
man/cat3/krb5_get_all_server_addrs.0
|
||||
man/cat3/krb5_get_krb524hst.0
|
||||
man/cat3/krb5_get_krb_admin_hst.0
|
||||
man/cat3/krb5_get_krb_changepw_hst.0
|
||||
man/cat3/krb5_get_krbhst.0
|
||||
man/cat3/krb5_init_context.0
|
||||
man/cat3/krb5_initlog.0
|
||||
man/cat3/krb5_keytab.0
|
||||
man/cat3/krb5_keytab_entry.0
|
||||
man/cat3/krb5_krbhst_format_string.0
|
||||
man/cat3/krb5_krbhst_free.0
|
||||
man/cat3/krb5_krbhst_get_addrinfo.0
|
||||
man/cat3/krb5_krbhst_init.0
|
||||
man/cat3/krb5_krbhst_next.0
|
||||
man/cat3/krb5_krbhst_next_as_string.0
|
||||
man/cat3/krb5_krbhst_reset.0
|
||||
man/cat3/krb5_kt_add_entry.0
|
||||
man/cat3/krb5_kt_close.0
|
||||
man/cat3/krb5_kt_compare.0
|
||||
man/cat3/krb5_kt_copy_entry_contents.0
|
||||
man/cat3/krb5_kt_cursor.0
|
||||
man/cat3/krb5_kt_default.0
|
||||
man/cat3/krb5_kt_default_name.0
|
||||
man/cat3/krb5_kt_end_seq_get.0
|
||||
man/cat3/krb5_kt_free_entry.0
|
||||
man/cat3/krb5_kt_get_entry.0
|
||||
man/cat3/krb5_kt_get_name.0
|
||||
man/cat3/krb5_kt_next_entry.0
|
||||
man/cat3/krb5_kt_ops,.0
|
||||
man/cat3/krb5_kt_read_service_key.0
|
||||
man/cat3/krb5_kt_register.0
|
||||
man/cat3/krb5_kt_remove_entry.0
|
||||
man/cat3/krb5_kt_resolve.0
|
||||
man/cat3/krb5_kt_start_seq_get.0
|
||||
man/cat3/krb5_log.0
|
||||
man/cat3/krb5_log_msg.0
|
||||
man/cat3/krb5_make_principal.0
|
||||
man/cat3/krb5_openlog.0
|
||||
man/cat3/krb5_parse_name.0
|
||||
man/cat3/krb5_principal_get_comp_string.0
|
||||
man/cat3/krb5_principal_get_realm.0
|
||||
man/cat3/krb5_set_warn_dest.0
|
||||
man/cat3/krb5_sname_to_principal.0
|
||||
man/cat3/krb5_sock_to_principal.0
|
||||
man/cat3/krb5_timeofday.0
|
||||
man/cat3/krb5_unparse_name.0
|
||||
man/cat3/krb5_us_timeofday.0
|
||||
man/cat3/krb5_verify_checksum.0
|
||||
man/cat3/krb5_verify_user.0
|
||||
man/cat3/krb5_verify_user_lrealm.0
|
||||
man/cat3/krb5_verr.0
|
||||
man/cat3/krb5_verrx.0
|
||||
man/cat3/krb5_vlog.0
|
||||
man/cat3/krb5_vlog_msg.0
|
||||
man/cat3/krb5_vwarn.0
|
||||
man/cat3/krb5_vwarnx.0
|
||||
man/cat3/krb5_warn.0
|
||||
man/cat3/krb5_warnx.0
|
||||
man/cat3/krb_afslog.0
|
||||
man/cat3/krb_afslog_uid.0
|
||||
man/cat5/ftpusers.0
|
||||
man/cat5/ipropd-master.0
|
||||
man/cat5/kinit.0
|
||||
man/cat5/krb5.conf.0
|
||||
man/cat5/login.0
|
||||
man/cat5/verify_krb5_conf.0
|
||||
man/cat8/Heimdal.0
|
||||
man/cat8/ftpd.0
|
||||
man/cat8/hprop.0
|
||||
man/cat8/hpropd.0
|
||||
man/cat8/kadmin.0
|
||||
man/cat8/kadmind.0
|
||||
man/cat8/kdc.0
|
||||
man/cat8/kerberos.0
|
||||
man/cat8/kfd.0
|
||||
man/cat8/kpasswdd.0
|
||||
man/cat8/kstash.0
|
||||
man/cat8/ktutil.0
|
||||
man/cat8/kxd.0
|
||||
man/cat8/popper.0
|
||||
man/cat8/push.0
|
||||
man/cat8/rshd.0
|
||||
man/cat8/string2key.0
|
||||
man/cat8/telnetd.0
|
||||
man/cat8/verify_krb5_conf.0
|
||||
man/man1/ftp.1
|
||||
man/man1/kdestroy.1
|
||||
man/man1/kf.1
|
||||
@ -109,27 +283,158 @@ man/man1/kinit.1
|
||||
man/man1/klist.1
|
||||
man/man1/kpasswd.1
|
||||
man/man1/krb5-config.1
|
||||
man/man1/kx.1
|
||||
man/man1/otp.1
|
||||
man/man1/otpprint.1
|
||||
man/man1/pfrom.1
|
||||
man/man1/rsh.1
|
||||
man/man1/rxtelnet.1
|
||||
man/man1/rxterm.1
|
||||
man/man1/telnet.1
|
||||
man/man1/tenletxr.1
|
||||
man/man1/xnlock.1
|
||||
man/man3/arg_printusage.3
|
||||
man/man3/editline.3
|
||||
man/man3/getarg.3
|
||||
man/man3/k_afs_cell_of_file.3
|
||||
man/man3/k_hasafs.3
|
||||
man/man3/k_pioctl.3
|
||||
man/man3/k_setpag.3
|
||||
man/man3/k_unlog.3
|
||||
man/man3/kafs.3
|
||||
man/man3/krb5_425_conv_principal.3
|
||||
man/man3/krb5_425_conv_principal_ext.3
|
||||
man/man3/krb5_524_conv_principal.3
|
||||
man/man3/krb5_addlog_dest.3
|
||||
man/man3/krb5_addlog_func.3
|
||||
man/man3/krb5_appdefault.3
|
||||
man/man3/krb5_appdefault_boolean.3
|
||||
man/man3/krb5_appdefault_string.3
|
||||
man/man3/krb5_appdefault_time.3
|
||||
man/man3/krb5_auth_con_free.3
|
||||
man/man3/krb5_auth_con_genaddrs.3
|
||||
man/man3/krb5_auth_con_getaddrs.3
|
||||
man/man3/krb5_auth_con_getflags.3
|
||||
man/man3/krb5_auth_con_getkey.3
|
||||
man/man3/krb5_auth_con_getlocalsubkey.3
|
||||
man/man3/krb5_auth_con_getrcache.3
|
||||
man/man3/krb5_auth_con_getremotesubkey.3
|
||||
man/man3/krb5_auth_con_getuserkey.3
|
||||
man/man3/krb5_auth_con_init.3
|
||||
man/man3/krb5_auth_con_initivector.3
|
||||
man/man3/krb5_auth_con_setaddrs.3
|
||||
man/man3/krb5_auth_con_setaddrs_from_fd.3
|
||||
man/man3/krb5_auth_con_setflags.3
|
||||
man/man3/krb5_auth_con_setivector.3
|
||||
man/man3/krb5_auth_con_setkey.3
|
||||
man/man3/krb5_auth_con_setlocalsubkey.3
|
||||
man/man3/krb5_auth_con_setrcache.3
|
||||
man/man3/krb5_auth_con_setremotesubkey.3
|
||||
man/man3/krb5_auth_con_setuserkey.3
|
||||
man/man3/krb5_auth_context.3
|
||||
man/man3/krb5_auth_getauthenticator.3
|
||||
man/man3/krb5_auth_getcksumtype.3
|
||||
man/man3/krb5_auth_getkeytype.3
|
||||
man/man3/krb5_auth_getlocalseqnumber.3
|
||||
man/man3/krb5_auth_getremoteseqnumber.3
|
||||
man/man3/krb5_auth_setcksumtype.3
|
||||
man/man3/krb5_auth_setkeytype.3
|
||||
man/man3/krb5_auth_setlocalseqnumber.3
|
||||
man/man3/krb5_auth_setremoteseqnumber.3
|
||||
man/man3/krb5_build_principal.3
|
||||
man/man3/krb5_build_principal_ext.3
|
||||
man/man3/krb5_build_principal_va.3
|
||||
man/man3/krb5_build_principal_va_ext.3
|
||||
man/man3/krb5_checksum_is_collision_proof.3
|
||||
man/man3/krb5_checksum_is_keyed.3
|
||||
man/man3/krb5_checksumsize.3
|
||||
man/man3/krb5_closelog.3
|
||||
man/man3/krb5_config.3
|
||||
man/man3/krb5_config_get_bool_default.3
|
||||
man/man3/krb5_config_get_int_default.3
|
||||
man/man3/krb5_config_get_string_default.3
|
||||
man/man3/krb5_config_get_time_default.3
|
||||
man/man3/krb5_context.3
|
||||
man/man3/krb5_create_checksum.3
|
||||
man/man3/krb5_crypto_destroy.3
|
||||
man/man3/krb5_crypto_init.3
|
||||
man/man3/krb5_decrypt.3
|
||||
man/man3/krb5_decrypt_EncryptedData.3
|
||||
man/man3/krb5_encrypt.3
|
||||
man/man3/krb5_encrypt_EncryptedData.3
|
||||
man/man3/krb5_err.3
|
||||
man/man3/krb5_errx.3
|
||||
man/man3/krb5_free_context.3
|
||||
man/man3/krb5_free_krbhst.3
|
||||
man/man3/krb5_free_principal.3
|
||||
man/man3/krb5_get_all_client_addrs.3
|
||||
man/man3/krb5_get_all_server_addrs.3
|
||||
man/man3/krb5_get_krb524hst.3
|
||||
man/man3/krb5_get_krb_admin_hst.3
|
||||
man/man3/krb5_get_krb_changepw_hst.3
|
||||
man/man3/krb5_get_krbhst.3
|
||||
man/man3/krb5_init_context.3
|
||||
man/man3/krb5_initlog.3
|
||||
man/man3/krb5_keytab.3
|
||||
man/man3/krb5_keytab_entry.3
|
||||
man/man3/krb5_krbhst_format_string.3
|
||||
man/man3/krb5_krbhst_free.3
|
||||
man/man3/krb5_krbhst_get_addrinfo.3
|
||||
man/man3/krb5_krbhst_init.3
|
||||
man/man3/krb5_krbhst_next.3
|
||||
man/man3/krb5_krbhst_next_as_string.3
|
||||
man/man3/krb5_krbhst_reset.3
|
||||
man/man3/krb5_kt_add_entry.3
|
||||
man/man3/krb5_kt_close.3
|
||||
man/man3/krb5_kt_compare.3
|
||||
man/man3/krb5_kt_copy_entry_contents.3
|
||||
man/man3/krb5_kt_cursor.3
|
||||
man/man3/krb5_kt_default.3
|
||||
man/man3/krb5_kt_default_name.3
|
||||
man/man3/krb5_kt_end_seq_get.3
|
||||
man/man3/krb5_kt_free_entry.3
|
||||
man/man3/krb5_kt_get_entry.3
|
||||
man/man3/krb5_kt_get_name.3
|
||||
man/man3/krb5_kt_next_entry.3
|
||||
man/man3/krb5_kt_ops,.3
|
||||
man/man3/krb5_kt_read_service_key.3
|
||||
man/man3/krb5_kt_register.3
|
||||
man/man3/krb5_kt_remove_entry.3
|
||||
man/man3/krb5_kt_resolve.3
|
||||
man/man3/krb5_kt_start_seq_get.3
|
||||
man/man3/krb5_log.3
|
||||
man/man3/krb5_log_msg.3
|
||||
man/man3/krb5_make_principal.3
|
||||
man/man3/krb5_openlog.3
|
||||
man/man3/krb5_parse_name.3
|
||||
man/man3/krb5_principal_get_comp_string.3
|
||||
man/man3/krb5_principal_get_realm.3
|
||||
man/man3/krb5_set_warn_dest.3
|
||||
man/man3/krb5_sname_to_principal.3
|
||||
man/man3/krb5_sock_to_principal.3
|
||||
man/man3/krb5_timeofday.3
|
||||
man/man3/krb5_unparse_name.3
|
||||
man/man3/krb5_us_timeofday.3
|
||||
man/man3/krb5_verify_checksum.3
|
||||
man/man3/krb5_verify_user.3
|
||||
man/man3/krb5_verify_user_lrealm.3
|
||||
man/man3/krb5_verr.3
|
||||
man/man3/krb5_verrx.3
|
||||
man/man3/krb5_vlog.3
|
||||
man/man3/krb5_vlog_msg.3
|
||||
man/man3/krb5_vwarn.3
|
||||
man/man3/krb5_vwarnx.3
|
||||
man/man3/krb5_warn.3
|
||||
man/man3/krb5_warnx.3
|
||||
man/man3/krb_afslog.3
|
||||
man/man3/krb_afslog_uid.3
|
||||
man/man5/ftpusers.5
|
||||
man/man5/ipropd-master.5
|
||||
man/man5/kinit.5
|
||||
man/man5/krb5.conf.5
|
||||
man/man5/login.5
|
||||
man/man5/verify_krb5_conf.5
|
||||
man/man8/Heimdal.8
|
||||
man/man8/ftpd.8
|
||||
man/man8/hprop.8
|
||||
man/man8/hpropd.8
|
||||
@ -141,7 +446,10 @@ man/man8/kfd.8
|
||||
man/man8/kpasswdd.8
|
||||
man/man8/kstash.8
|
||||
man/man8/ktutil.8
|
||||
man/man8/kxd.8
|
||||
man/man8/popper.8
|
||||
man/man8/push.8
|
||||
man/man8/rshd.8
|
||||
man/man8/string2key.8
|
||||
man/man8/telnetd.8
|
||||
man/man8/verify_krb5_conf.8
|
||||
@ -157,6 +465,10 @@ sbin/truncate_log
|
||||
@dirrm man/man5
|
||||
@dirrm man/man3
|
||||
@dirrm man/man1
|
||||
@dirrm man/cat8
|
||||
@dirrm man/cat5
|
||||
@dirrm man/cat3
|
||||
@dirrm man/cat1
|
||||
@dirrm man
|
||||
@dirrm libexec
|
||||
@dirrm lib
|
||||
|
@ -1,13 +1,7 @@
|
||||
@comment $OpenBSD: PLIST.no-no_x11,v 1.1 2001/05/16 15:20:22 jakob Exp $
|
||||
@comment $OpenBSD: PLIST.no-no_x11,v 1.2 2001/09/08 09:04:30 jakob Exp $
|
||||
bin/kx
|
||||
bin/rxtelnet
|
||||
bin/rxterm
|
||||
bin/tenletxr
|
||||
bin/xnlock
|
||||
libexec/kxd
|
||||
man/man1/kx.1
|
||||
man/man1/rxtelnet.1
|
||||
man/man1/rxterm.1
|
||||
man/man1/tenletxr.1
|
||||
man/man1/xnlock.1
|
||||
man/man8/kxd.8
|
||||
|
Loading…
x
Reference in New Issue
Block a user