krb5.git
1995-02-08 Chris Provenzano * krb_auth_su.c Removed krb5_keytype, changed...
1995-02-08 Chris Provenzano * klist.c Do a krb5_init_context() before using a...
1995-02-08 Chris Provenzano * kinit.c (main()) Removed krb5_keytype, changed krb5_...
1995-02-08 Chris Provenzano * krb5.tex Documented API changes to krb5_get_in_tkt...
1995-02-04 Mark Eichin * aclocal.m4 (V5_AC_OUTPUT_MAKEFILE): delete pre.out,
1995-02-04 Mark Eichin * get_in_tkt.c (krb5_get_in_tkt): also check for the...
1995-02-03 Theodore TsoAdd SIZEOF_FOO checks to properly define KRB_INT32
1995-02-03 Theodore TsoUse politically correct name of AC_CHECK_SIZEOF instead of
1995-02-03 Theodore TsoIf util/autoconf isn't built, try to use autoconf utili...
1995-02-03 Theodore TsoIgnore autoconf.h.in, since that's generated automatica...
1995-02-03 Theodore TsoAdded files to .cvsignore which get built when autoconf...
1995-02-03 Theodore TsoAdd .cvsignore file so that cvs ignores the autoconf...
1995-02-03 Theodore TsoDon't double count the leap day in a leap year
1995-02-03 Theodore TsoUse explicit 32 bit types so this will work on an Alpha
1995-02-03 Theodore TsoRemove unused cruft from des_int.h
1995-02-03 Theodore TsoAdd keytype parameter to field
1995-02-03 Theodore TsoAdd keytype parameter
1995-02-03 Theodore TsoAdd keytype argument to rd_req_proc
1995-02-03 Theodore TsoDon't define BITS16, BITS32, BITS64, etc. anymore....
1995-02-03 Theodore TsoRemove BITS16, BITS32, BITS64, etc. from acconfig.h
1995-02-03 Theodore TsoDon't use BITS64, use SIZEOF_LONG
1995-02-03 Theodore TsoAll routines defined in the com_err library should...
1995-02-03 Theodore TsoOops, forgot to save file first
1995-02-03 Theodore TsoAdd changes to make this work on Alpha's. (From Ezra)
1995-02-03 Theodore TsoFix typo; "%02 X" --> "%02X"
1995-02-03 Theodore Tsoret_flags should be an int based on the prototype of
1995-02-03 John Gilmore* kadmin.c (main): Real live non-kludged argument...
1995-02-03 John GilmoreRename files so that they work in the DOS LIB command,
1995-02-03 John GilmoreRename files for DOS 8.3 uniqueness:
1995-02-03 John GilmoreRename files for DOS 8.3 uniqueness:
1995-02-03 John Gilmore* asn1_decode_k.c => asn1_k_decode.c
1995-02-03 John GilmoreRename files for DOS 8.3 uniqueness:
1995-02-03 John GilmoreRename files for DOS 8.3 uniqueness:
1995-02-03 Tom Yu * get_in_tkt.c (krb5_get_in_tkt): fix typo
1995-02-03 Chris Provenzano * krb5.tex Documented change of krb5_enctype to krb5_e...
1995-02-03 Mark Eichin * get_in_tkt.c (krb5_get_in_tkt): if krb5_is_as_rep...
1995-02-03 Mark Eichin * krb5_err.et (KRB5KRB_AP_ERR_V4_REPLY): new error...
1995-02-02 John Gilmore* forward.c: Remove unused #include <krb5/crc-32.h>.
1995-02-02 John Gilmore* Makefile.in (CFLAGS): Handle $(srcdir) properly...
1995-02-02 Theodore TsoRemoval of ISODE (and there was much rejoicing)
1995-02-02 Chris Provenzano * int-proto.h Update prototypes for krb5_get_cred_via_...
1995-02-02 Chris Provenzano * kdc_util.c (kdc_rdreq_keyproc()) Add krb5_keytype...
1995-02-02 Chris Provenzano * adm_process.c, adm_extern.h (cpw_keyproc()) Added
1995-02-02 Chris Provenzano * func-proto.h Added krb5_keytype arg to rb5_rdreq_key...
1995-02-02 Chris Provenzano * Removed all #include <krb5/crc-32.h>
1995-02-01 Theodore TsoRemoving ISODE.... (and there was much rejoicing)
1995-02-01 Theodore TsoCreated new documentation for how to build and install...
1995-01-28 Chris Provenzanoin_tkt_sky.c (skey_keyproc()), rd_req_dec.c (krb5_rd_re...
1995-01-28 Chris ProvenzanoAdded krb5_keytype arg to krb5_ktfile_get_entry()
1995-01-28 Chris ProvenzanoAdded krb5_keytype arg to krb5_kt_read_service_key()
1995-01-28 Chris ProvenzanoAdded krb5_keytype arg to rd_req_keyproc()
1995-01-28 Chris ProvenzanoAdded krb5_keytype arg to krb5_kt_read_service_key...
1995-01-28 Chris ProvenzanoUse new API for krb5_kt_get_entry()
1995-01-28 Chris ProvenzanoUse new API for krb5_kt_get_entry
1995-01-28 Chris ProvenzanoDocumented added krb5_keytab argunment to krb5_kt_read_...
1995-01-27 Chris Provenzano * Fix scc_read.c (krb5_scc_read_authdatum(...
1995-01-27 Chris Provenzano * Fix fcc_read.c (krb5_fcc_read_authdatum(...
1995-01-27 Chris Provenzano * base-defs.h Typedef krb5_boolean, krb5_msgtype,...
1995-01-27 John Gilmore* crc-32.h: Move to lib/crypto/crc32; only gets local...
1995-01-27 Chris Provenzano * base-defs.h Typedef krb5_boolean, krb5_msgtype,...
1995-01-26 Mark Eichinfix include install typo
1995-01-26 Mark Eichininstall man page from srcdir
1995-01-26 Theodore TsoUpdate of Krb5 todo list (lots of changes over the...
1995-01-26 John Gilmore* rnd_confoun.c: Replace <.../...> includes with "...
1995-01-26 Theodore TsoAllow the primary port that the KDC listens on be confi...
1995-01-26 John Gilmore* Makefile.in (CFLAGS): Use -I../des to pull in includ...
1995-01-26 John Gilmore* Makefile.in (CFLAGS): Add -I../des to pull in DES...
1995-01-26 John Gilmore* cbc_cksum.c, cs_entry.c, des.h, destest.c, f_sched.c,
1995-01-26 John Gilmore* crc-32.h: New file, moved from include/krb5/crc...
1995-01-26 John Gilmore* Makefile.in (CFLAGS): Add -I options to pick up...
1995-01-26 John Gilmore Make it possible to #include "..." without using slashes,
1995-01-26 Theodore TsoRemoving narrow.h and widen.h
1995-01-26 Mark Eichin * Makefile.in (SRCS): add com_err.c explicit dependenc...
1995-01-26 Mark Eichin * kadm.h: add DEL_ENT and DEL_ACL for CNS V4 delete...
1995-01-26 Mark Eichin * configure.in: rewrote remaining tests to use AC_TRY_...
1995-01-26 Mark Eichin * autoreconf.sh (ls test): use -Llt to sort, in case...
1995-01-25 Mark EichinNroff Magic to make telnet man page actually work on...
1995-01-25 Chris ProvenzanoMaybe CVS will let me remove them now
1995-01-25 Chris Provenzano * Removed all narrow types and references to wide...
1995-01-25 Chris Provenzano * Removed all narrow types and references to wide...
1995-01-25 Chris Provenzano * Removed all narrow types and references to wide...
1995-01-23 John Gilmore* acquire_cred.c (acquire_accept_cred): Add context...
1995-01-23 John Gilmore* get_krbhst.c (krb5_get_krbhst): Declare realm argume...
1995-01-23 John Gilmore* preauth.h, rsa-md5.h: Protect against multiple inclusion
1995-01-19 Theodore TsoFix use of connected sockets; previously krb5_sendto_kd...
1995-01-19 Theodore TsoModify getopt args so that the 'M' option takes an...
1995-01-19 Theodore TsoIf gethostbyname returns an error, exit after printing...
1995-01-19 Theodore TsoAdd missing context variable when compiling with V4...
1995-01-19 Theodore TsoAdded convert changes to kdb5_convert.c
1995-01-19 Theodore TsoAdd context changes to dumpv4.c
1995-01-19 Theodore TsoMake global_context a static variable and initialize...
1995-01-19 Theodore TsoFixed bugs in introduction of context variables; if...
1995-01-19 Theodore TsoOops in previous memory freeing fixes; was a bit too...
1995-01-18 Mark Eichin * krlogind.c (v4_des_read, v5_des_read): When reading...
1995-01-18 Mark Eichinit belongs here instead
1995-01-18 Mark Eichinthis doesn't belong here
1995-01-18 Mark Eichin * configure.in: undo streams test. It turns out that...
1995-01-18 Mark Eichinfix tab vs. space glitch
1995-01-13 Chris ProvenzanoAcually move init_ctx.c to init_os_ctx.c in the CVS...
1995-01-13 Chris ProvenzanoAuto configure changes. I didn't do anything
next