krb5.git
1995-06-21 Theodore TsoInstalled autoconf 2.4 in the Kerberos V5 tree. This...
1995-06-21 Paul ParkRemove extra #else left over from previous cleanup
1995-06-21 Theodore TsoRemove krb5_full_addr
1995-06-21 Theodore TsoChange PROTOTYPE -> KRB5_PROTOTYPE
1995-06-21 Theodore TsoMakefile.in: Don't remove autoconf.h when doing a make...
1995-06-21 Theodore TsoMakefile.in, krb5.hin: Don't include autoconf.h anymore...
1995-06-20 Mark Eichin * configure.in: switch obsolete AC_HAVE_HEADER to...
1995-06-20 Tom Yu * configure.in: fix typo
1995-06-20 Tom Yu * configure.in: add tests for TIME_WITH_SYS_TIME and...
1995-06-20 Tom Yu * kpasswd.c: USE_STRING_H -> HAVE_STRING_H for consistency
1995-06-20 Tom Yu * configure.in: add missing check for stdlib.h
1995-06-20 Tom Yu * Makefile.in - Change explicit library names to ...
1995-06-20 Tom Yu * main.c: HAS_GETUSERSHELL -> HAVE_GETUSERSHELL
1995-06-20 Tom Yu * defs.h: NO_STRING_H -> HAVE_STRING_H
1995-06-20 Tom Yu * externs.h: NO_STRING_H -> HAVE_STRING_H
1995-06-20 Tom Yu * strrchr.c: NO_STRING_H -> HAVE_STRING_H
1995-06-20 Tom Yu * configure.in: added missing check for stdlib.h
1995-06-20 Tom Yu * movemail.c: USE_STRING_H -> HAVE_STRING_H; fix HAVE_...
1995-06-20 Tom Yu * poplib.c: HAS_STDLIB_H -> HAVE_STDLIB_H
1995-06-20 Tom Yu * krlogin.c: HAS_STDLIB_H -> HAVE_STDLIB_H
1995-06-20 Tom Yu * getsyms, getsyms.sed: fix a few random bugs
1995-06-19 Theodore TsoMust protect $(FOO) with a backslash, since $(FOO)...
1995-06-19 Sam Hartman Make sure processes associated with the terminal are...
1995-06-19 Paul ParkFix LD_LIBRARY_PATH in setup_root_shell()
1995-06-19 Paul ParkUse setluid() where appropriate (e.g. OSF/1)
1995-06-19 Tom Yu * BADSYMS: list of bad symbols found in various source...
1995-06-19 Tom Yu * getsyms, getsyms.sed: simple scripts to find #ifdef...
1995-06-17 Theodore TsoAdded final change to allow for ASN.1 indefinite encodi...
1995-06-17 Theodore TsoAllow the credentials cache argument to be optional...
1995-06-17 Sam Hartman Change kadm_cleanup so that it returns a defined value
1995-06-16 Paul ParkInline code from krb_save_credentials since there is...
1995-06-16 Paul ParkAdd glue for old versions of K4
1995-06-16 Paul ParkFix run.test to run under Ultrix
1995-06-16 Tom Yu * libupdate.sh: oops they were right to begin with...
1995-06-16 Tom Yu * aclocal.m4: ARCHIVE gets a "cqv" to shut it up about...
1995-06-16 Tom Yu * libupdate.sh: ARADD and ARCHIVE were backwards
1995-06-16 Paul ParkFix install logic for krb5.h and k5-int.h
1995-06-16 Paul ParkExplicitly handle default cases when neither --enable...
1995-06-16 Paul ParkRemove status message from OSF/1 shared library build
1995-06-16 Paul ParkAdd install target for shared libraries
1995-06-16 Paul ParkChange ./DONE to DONE
1995-06-16 Tom Yu * Makefile.in: "install::" to shut up gmake
1995-06-16 Tom Yu * aclocal.m4: Fix new append.out stuff to work with...
1995-06-16 Tom Yu * aclocal.m4: people were using AC_DIVERSION_MAKEFILE...
1995-06-16 Ezra Peisach(V5_USE_SHARED_LIB): Quote arguments to test in case...
1995-06-15 Paul ParkRemove extraneous debugging definition from previous...
1995-06-15 Paul ParkShared library Makefile/configure changes and cleanup
1995-06-15 Theodore TsoAdd #ifdef around switch statement for ETXTBUSY
1995-06-14 Tom Yu * Makefile.in: added install rules
1995-06-14 Tom Yu * pre.in: DO_SUBDIRS causes make {install,clean,check...
1995-06-14 Tom Yu * aclocal.m4(_MAKE_SUBDIRS): revert yet again; no...
1995-06-14 Sam Hartman Fixed ACL routines to work on systems with unsigned...
1995-06-14 Sam Hartman Fix up places in tests where return type of getopt...
1995-06-14 Sam HartmanWed Jun 14 12:37:51 1995 Sam Hartman <hartmans@tardis...
1995-06-14 Ezra PeisachFor shared library support create symlinks to the ...
1995-06-14 Ezra PeisachDon't copy library up a level. Let above Makefile creat...
1995-06-13 Sam Hartman Instead of special casing _AIX in network.c, look for
1995-06-13 Sam Hartman Only defining DEVICE_OPEN et al when unix was defined...
1995-06-13 Paul ParkReally check for /bin/sh5
1995-06-13 Paul ParkFix test for Ultrix and Solaris
1995-06-13 Sam Hartman Check for sys/select.h and include if found. Required to
1995-06-13 Tom Yu * Makefile.in: don't install libss.a
1995-06-13 Tom Yu * aclocal.m4 (CopySrcHeader): do a set -x before mkdir
1995-06-13 Ezra Peisach(kdc_process_tgs_req): Set the auth_context rcache...
1995-06-12 Chris Provenzano A couple bug reports/patches from Ed Phillips (flaregu...
1995-06-11 Ezra Peisachdefinition of krb5_auth_context to a pointer, sizeof...
1995-06-11 Ezra Peisachkrb5.tex: Update krb5_auth_context usage. Add krb5_get_...
1995-06-11 Ezra Peisach(clean): Remove t_kdb and t_kdb.o
1995-06-11 Ezra Peisach(clean-unix): Remove $(UNIX_OBJS)
1995-06-11 Ezra PeisachAdd missing declaration of krb5_auth_con_initivector
1995-06-11 Tom Yu * configure.in: fix intial value of CDEFS_INCLUDE...
1995-06-11 Tom Yuchanges to accomodate redefinition of krb5_auth_context
1995-06-10 Ezra Peisachrecv_tocken: Initialize stack variable to 0 before...
1995-06-10 Ezra PeisachRemoved HAS_ANSI_CONST, HAS_ANSI_VOLATILE, HAS_SYS_FILE,
1995-06-10 Theodore TsoAllow for partial reads while reading the token
1995-06-10 Theodore TsoMake sure the status return from krb5_scc_store_princip...
1995-06-10 Theodore TsoMake sure the status return from krb5_fcc_store_princip...
1995-06-10 Theodore TsoChange assertion to check to make sure that the day...
1995-06-10 Theodore TsoChange the default kadmin instance to be "admin"
1995-06-10 Theodore TsoUse the principal "krbtest/admin@KRBTEST.COM" for kadmin
1995-06-09 Theodore Tsoconfigure.in: Remove standardized set of autoconf macro...
1995-06-09 Theodore Tsoconfigure.in: Remove standardized set of autoconf macro...
1995-06-09 Theodore Tsoconfigure.in: Remove standardized set of autoconf macro...
1995-06-09 Theodore Tsoconfigure.in: Remove standardized set of autoconf macro...
1995-06-09 Theodore Tsoconfigure.in: Remove standardized set of autoconf macro...
1995-06-09 Theodore Tsoconfigure.in: Remove standardized set of autoconf macro...
1995-06-09 Theodore Tsomd5crypto.c: Fix -Wall nits
1995-06-09 Theodore Tsomd4crypto.c: Fix -Wall nits
1995-06-09 Theodore TsoFix -Wall nits
1995-06-09 Theodore Tsoconfigure.in: Remove standardized set of autoconf macro...
1995-06-09 Theodore Tsodispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_CO...
1995-06-09 Theodore Tsoconfigure.in: Remove standardized set of autoconf macro...
1995-06-09 Theodore Tsoconfigure.in: Remove standardized set of autoconf macro...
1995-06-09 Theodore Tsoconfigure.in: Remove standardized set of autoconf macro...
1995-06-09 Theodore Tsoconfigure.in: Remove standardized set of autoconf macro...
1995-06-09 Theodore Tsord_req_dec.c (krb5_rd_req_decoded): Fix -Wall nits
1995-06-09 Theodore Tsokrb5.hin: Remove definition of the krb5_fulladdr struct...
1995-06-09 Theodore Tsoconfigure.in: Remove standardized set of autoconf macro...
1995-06-09 Theodore Tsoconfigure.in: Remove standardized set of autoconf macro...
1995-06-09 Theodore TsoRemove KRB5ROOT
next