Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/crypto/dist/heimdal
Module Name: basesrc
Committed By: assar
Date: Mon Sep 17 12:32:40 UTC 2001
Modified Files:
basesrc/crypto/dist/heimdal/admin: ktutil.8 ktutil.c
basesrc/crypto/dist/heimdal/appl/dceutils: ChangeLog Makefile.am
Makefile.in
basesrc/crypto/dist/heimdal/appl/rcp: ChangeLog Makefile.in rcp.c
basesrc/crypto/dist/heimdal/cf: db.m4 install-catman.sh roken-frag.m4
basesrc/crypto/dist/heimdal/doc: setup.texi
basesrc/crypto/dist/heimdal/kadmin: add-random-users.c kadmin.c
kadmind.8
basesrc/crypto/dist/heimdal/kdc: 524.c config.c connect.c hprop.8
kdc_locl.h kerberos5.c kstash.8
basesrc/crypto/dist/heimdal/kpasswd: kpasswd-generator.c kpasswdd.8
basesrc/crypto/dist/heimdal/kuser: generate-requests.c kinit.1 kinit.c
klist.1
basesrc/crypto/dist/heimdal/lib/asn1: gen.c
basesrc/crypto/dist/heimdal/lib/gssapi: 8003.c acquire_cred.c get_mic.c
init_sec_context.c unwrap.c verify_mic.c wrap.c
basesrc/crypto/dist/heimdal/lib/hdb: db3.c hdb-protos.h mkey.c
basesrc/crypto/dist/heimdal/lib/kdfs: Makefile.in
basesrc/crypto/dist/heimdal/lib/krb5: appdefault.c changepw.c context.c
crypto.c get_addrs.c get_cred.c krb5-protos.h krb5.conf.5
krb5_appdefault.3 krb5_context.3 krb5_encrypt.3 krb5_init_context.3
mcache.c principal.c send_to_kdc.c verify_krb5_conf.8
basesrc/crypto/dist/heimdal/lib/roken: getifaddrs.c roken-common.h
vis.c
basesrc/crypto/dist/heimdal/lib/vers: ChangeLog Makefile.am Makefile.in
basesrc/crypto/dist/heimdal/tools: Makefile.in
Log Message:
merge heimdal 0.4e
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 basesrc/crypto/dist/heimdal/admin/ktutil.8
cvs rdiff -r1.4 -r1.5 basesrc/crypto/dist/heimdal/admin/ktutil.c
cvs rdiff -r1.3 -r1.4 basesrc/crypto/dist/heimdal/appl/dceutils/ChangeLog \
basesrc/crypto/dist/heimdal/appl/dceutils/Makefile.am \
basesrc/crypto/dist/heimdal/appl/dceutils/Makefile.in
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/heimdal/appl/rcp/ChangeLog \
basesrc/crypto/dist/heimdal/appl/rcp/Makefile.in \
basesrc/crypto/dist/heimdal/appl/rcp/rcp.c
cvs rdiff -r1.1 -r1.2 basesrc/crypto/dist/heimdal/cf/db.m4 \
basesrc/crypto/dist/heimdal/cf/install-catman.sh
cvs rdiff -r1.3 -r1.4 basesrc/crypto/dist/heimdal/cf/roken-frag.m4
cvs rdiff -r1.4 -r1.5 basesrc/crypto/dist/heimdal/doc/setup.texi
cvs rdiff -r1.3 -r1.4 basesrc/crypto/dist/heimdal/kadmin/add-random-users.c \
basesrc/crypto/dist/heimdal/kadmin/kadmind.8
cvs rdiff -r1.4 -r1.5 basesrc/crypto/dist/heimdal/kadmin/kadmin.c
cvs rdiff -r1.5 -r1.6 basesrc/crypto/dist/heimdal/kdc/524.c \
basesrc/crypto/dist/heimdal/kdc/config.c \
basesrc/crypto/dist/heimdal/kdc/kdc_locl.h
cvs rdiff -r1.6 -r1.7 basesrc/crypto/dist/heimdal/kdc/connect.c
cvs rdiff -r1.3 -r1.4 basesrc/crypto/dist/heimdal/kdc/hprop.8 \
basesrc/crypto/dist/heimdal/kdc/kerberos5.c \
basesrc/crypto/dist/heimdal/kdc/kstash.8
cvs rdiff -r1.3 -r1.4 basesrc/crypto/dist/heimdal/kpasswd/kpasswd-generator.c \
basesrc/crypto/dist/heimdal/kpasswd/kpasswdd.8
cvs rdiff -r1.3 -r1.4 basesrc/crypto/dist/heimdal/kuser/generate-requests.c \
basesrc/crypto/dist/heimdal/kuser/klist.1
cvs rdiff -r1.4 -r1.5 basesrc/crypto/dist/heimdal/kuser/kinit.1 \
basesrc/crypto/dist/heimdal/kuser/kinit.c
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/heimdal/lib/asn1/gen.c
cvs rdiff -r1.3 -r1.4 basesrc/crypto/dist/heimdal/lib/gssapi/8003.c
cvs rdiff -r1.6 -r1.7 basesrc/crypto/dist/heimdal/lib/gssapi/acquire_cred.c
cvs rdiff -r1.4 -r1.5 basesrc/crypto/dist/heimdal/lib/gssapi/get_mic.c \
basesrc/crypto/dist/heimdal/lib/gssapi/unwrap.c \
basesrc/crypto/dist/heimdal/lib/gssapi/verify_mic.c \
basesrc/crypto/dist/heimdal/lib/gssapi/wrap.c
cvs rdiff -r1.5 -r1.6 \
basesrc/crypto/dist/heimdal/lib/gssapi/init_sec_context.c
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/heimdal/lib/hdb/db3.c \
basesrc/crypto/dist/heimdal/lib/hdb/mkey.c
cvs rdiff -r1.4 -r1.5 basesrc/crypto/dist/heimdal/lib/hdb/hdb-protos.h
cvs rdiff -r1.3 -r1.4 basesrc/crypto/dist/heimdal/lib/kdfs/Makefile.in
cvs rdiff -r1.3 -r1.4 basesrc/crypto/dist/heimdal/lib/krb5/appdefault.c \
basesrc/crypto/dist/heimdal/lib/krb5/get_cred.c \
basesrc/crypto/dist/heimdal/lib/krb5/krb5_appdefault.3 \
basesrc/crypto/dist/heimdal/lib/krb5/krb5_context.3 \
basesrc/crypto/dist/heimdal/lib/krb5/verify_krb5_conf.8
cvs rdiff -r1.5 -r1.6 basesrc/crypto/dist/heimdal/lib/krb5/changepw.c \
basesrc/crypto/dist/heimdal/lib/krb5/get_addrs.c
cvs rdiff -r1.6 -r1.7 basesrc/crypto/dist/heimdal/lib/krb5/context.c \
basesrc/crypto/dist/heimdal/lib/krb5/crypto.c
cvs rdiff -r1.4 -r1.5 basesrc/crypto/dist/heimdal/lib/krb5/krb5-protos.h \
basesrc/crypto/dist/heimdal/lib/krb5/krb5_init_context.3 \
basesrc/crypto/dist/heimdal/lib/krb5/principal.c \
basesrc/crypto/dist/heimdal/lib/krb5/send_to_kdc.c
cvs rdiff -r1.7 -r1.8 basesrc/crypto/dist/heimdal/lib/krb5/krb5.conf.5
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/heimdal/lib/krb5/krb5_encrypt.3
cvs rdiff -r1.8 -r1.9 basesrc/crypto/dist/heimdal/lib/krb5/mcache.c
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/heimdal/lib/roken/getifaddrs.c
cvs rdiff -r1.3 -r1.4 basesrc/crypto/dist/heimdal/lib/roken/roken-common.h
cvs rdiff -r1.1 -r1.2 basesrc/crypto/dist/heimdal/lib/roken/vis.c
cvs rdiff -r1.3 -r1.4 basesrc/crypto/dist/heimdal/lib/vers/ChangeLog \
basesrc/crypto/dist/heimdal/lib/vers/Makefile.in
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/heimdal/lib/vers/Makefile.am
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/heimdal/tools/Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index