krb5.git
1995-05-21 Ezra Peisach * loginpaths.h: Add NetBSD paths
1995-05-21 Ezra PeisachHandle problem of O_SYNC not existing on a platform...
1995-05-21 Ezra PeisachDetermine the location of RCTMPDIR at configuration...
1995-05-21 Ezra PeisachInclude k5-int.h before krb.h so that PROTOTYPE is...
1995-05-21 Ezra PeisachCheck for stdlib.h and if present, include, otherwise...
1995-05-21 Ezra PeisachPort to OSF/1. (deal with the longs that should be...
1995-05-20 Ezra PeisachIf kpropd invoked with -r option, invoke kdb5_edit...
1995-05-20 Ezra PeisachIncrement remote_seq_number if KRB5_AUTH_CONTEXT_DO_SEQ...
1995-05-20 Ezra Peisachkprop.M and kpropd.M: Document -P (port) option
1995-05-20 Theodore TsoUse the KRB5_KTNAME environment variable to override...
1995-05-20 Theodore Tsologin.c (main): Only try to use TIOCSETD if it is defined
1995-05-18 Ezra Peisachin_tkt.c: Use HAVE_SETREUID and HAVE_SETRESUID to defin...
1995-05-16 Paul ParkUse available random number generator and free all...
1995-05-16 Paul ParkFix Ultrix problems for tests
1995-05-16 Paul ParkFix bug in ktent_to_proto() and add test modules
1995-05-16 Paul ParkAdd new test modules
1995-05-16 Paul ParkFix bug in krb5_adm_ktent_to_proto() which botched...
1995-05-16 Paul ParkFix nitty bug in gmt_mktime()
1995-05-16 Paul ParkDo not destroy the replay cache when done with a request
1995-05-16 Tom Yu * aclocal.m4 (_MAKE_SUBDIRS): fix rule so that MAKEFLA...
1995-05-15 Paul ParkChange name of admin instance in manpage
1995-05-13 Ezra PeisachMostly formatting nitpicking. Fix some typos in functio...
1995-05-13 Ezra PeisachAvoid warning of redeclaring POSIX_SIGNALS if already...
1995-05-13 Ezra Peisachso that credential forwarding works
1995-05-12 Paul ParkAdd kadmin.exp for kadmin tests
1995-05-12 Paul ParkChange dejagnu tests to use new kadmin/kadmind
1995-05-12 Paul ParkDescribe last batch of changes
1995-05-12 Paul ParkCheck for and use POSIX signal/setjmp/longjmp
1995-05-12 Paul Park* Use DEBUG_NOSLAVE debug bit to turn off slave creatio...
1995-05-12 Paul ParkAdd DEBUG_NOSLAVES
1995-05-12 Paul ParkChange howmany because of Ultrix
1995-05-12 Paul ParkFix errors for Ultrix
1995-05-12 Ezra PeisachMissing a "retval = " so errors in addresses were passing
1995-05-12 Mark Eichin * key_sched.c (mit_des_key_sched): *always* fill in...
1995-05-11 Chris Provenzano * mk_cred.c (krb5_mk_cred()), mk_priv.c (krb5_mk_priv()),
1995-05-11 Paul ParkCorrectly calculate beginning of first component
1995-05-11 Paul Parkbug fixes
1995-05-11 Paul ParkRework address bind logic
1995-05-11 Paul ParkAvoid a core dump when the master key is entered incorr...
1995-05-11 Paul ParkFix two annoying things in kadmin5
1995-05-11 Ezra PeisachUpdate usage message and manual page to reflect current...
1995-05-10 Ezra PeisachAdd sample client/server tests
1995-05-10 Ezra PeisachModifications to klist to prevent an expect bug for...
1995-05-10 Ezra PeisachAdded domain_realm stanza to krb5.conf.
1995-05-10 Ezra PeisachInclude stdlib.h or declare malloc()
1995-05-10 Ezra PeisachAdd new options -p and -S to specify port and keytab...
1995-05-10 Ezra PeisachInstall the error tables
1995-05-09 Ezra PeisachMore missing contexts
1995-05-09 Ezra Peisachsrv_output.c (lang_error_message): Local variable is...
1995-05-09 Ezra PeisachRemove inclusion of malloc.h. k5-int.h already handles...
1995-05-09 Ezra PeisachNumerous context reference s were missing. Alerted...
1995-05-09 Paul ParkAdd description of keytab encoding
1995-05-09 Paul ParkAdd new client directory
1995-05-09 Paul ParkCheckin new administrative client
1995-05-09 Paul ParkAdd new functions to support new administrative operations
1995-05-09 Paul ParkAdd support for new error codes
1995-05-09 Paul ParkAdd support for -p option. Otherwise determine our...
1995-05-09 Paul ParkAdd support for -T, -p and -n options. Change -i optio...
1995-05-09 Paul ParkUse keytab supplied with -T option.
1995-05-09 Paul ParkBy default, now deny operations unless we find an appro...
1995-05-09 Paul ParkUse keytab supplied with -T option.
1995-05-09 Paul ParkMake passwd_check_npass_ok a global routine
1995-05-09 Paul ParkAdd descriptions of -n, -p and -T options. Change...
1995-05-09 Paul ParkAdd extract operation. Move error subcodes to adm...
1995-05-09 Paul ParkFix compiler warnings
1995-05-09 Paul ParkAdd new modules
1995-05-09 Paul ParkAdd new modules to handle administrative protocol keywo...
1995-05-09 Paul ParkChange to use profile information instead of assuming...
1995-05-09 Paul ParkAdd definitions for new administrative protocol extensions
1995-05-09 Ezra Peisachconfigure.in: Check for stdlib.h
1995-05-09 Ezra PeisachAdd AC_HEADER_STDC to define STDC_HEADERS for getdate...
1995-05-09 Ezra PeisachInclude prof_int.h. This programs relies on internal...
1995-05-09 Ezra PeisachRemove t_kerb and t_kerb.o on make clean
1995-05-09 Ezra Peisachkcmd.c and krcp.c: Add <stdlib.h> for malloc declarations.
1995-05-09 Ezra Peisachconfigure.in: Add HAS_ANSI_VOLATILE
1995-05-09 Ezra Peisachmk_faddr.c (krb5_make_fulladdr): Allocate enough memory for
1995-05-09 Ezra PeisachDeclare prompt and prompt2 as const char * so that...
1995-05-09 Ezra Peisachcan use same
1995-05-09 Ezra PeisachAdd string.h if necessary to define strlen, etc.
1995-05-09 Ezra Peisachkparse.h: Remove ErrorMsg definition. It is declared...
1995-05-05 Theodore TsoBack out change. Turns out it's not really necessary...
1995-05-05 Theodore TsoChange default KDC etype to be DES_CBC_MD5, to be confo...
1995-05-05 Theodore TsoUpdate TODO file to reflect status as of the BETA 5...
1995-05-05 Theodore TsoUpdate top-level README file
1995-05-05 Theodore TsoFix up top-level .Sanitize file
1995-05-05 Theodore TsoAllow install.ps to be kept
1995-05-05 Theodore TsoUpdate patchlevel.h for BETA 5 release
1995-05-05 Ezra PeisachEncrypted rcp tests now work - don't log as error
1995-05-05 Theodore TsoMinor fixups for beta 5 release. Mainly points that...
1995-05-05 Theodore TsoCreated missing .Sanitize file
1995-05-05 Theodore TsoCHANGES is out of date, removed. Don't distribute...
1995-05-05 Theodore TsoMoved kadmin.protocol and kpasswd.protocol files to...
1995-05-05 Theodore TsoAdded free.tex file to .Sanitize
1995-05-05 Theodore TsoMoved kadmin.protocol and kpasswd.protocol to the kadmi...
1995-05-05 Theodore TsoRemoving no-longer-used kadmin.new code (used to interf...
1995-05-05 Theodore TsoAdded $(DESTDIR) support to make install production
1995-05-05 Theodore TsoFix .Sanitize files to reflect new added files
1995-05-05 Paul ParkRemove getopt(3) options too
1995-05-05 Paul ParkRemove language support flags
1995-05-05 Chris Provenzano * rcp.exp (rcp_test()): Pass -c and -C args to encrypt...
next