krb5.git
1994-01-19 Theodore TsoLook in the right place for krb.h
1994-01-19 Theodore Tso#include <sys/time.h> needed for AIX
1994-01-19 Theodore TsoExample site.def which should be renamed to site.def...
1994-01-18 Theodore TsoUse #if instead of #ifdef for HasHashLibrary
1994-01-18 Theodore TsoAdd default for HasHashLibrary
1994-01-17 Theodore TsoAdd safety check to get_credentials
1994-01-17 Theodore TsoAdd error checking to krb5_sname_to_principal
1994-01-17 Theodore TsoUse direct pathnames instead of the -L dir -l xxx when...
1994-01-17 Theodore TsoUse LinkFile so that the old target gets deleted first...
1994-01-17 Theodore TsoAdded ln command definition
1994-01-17 Theodore Tsolibcrypto needs the memmove routine
1994-01-17 Theodore TsoAdded support for HasMemmove
1994-01-17 Theodore TsoAdded support for memmove() routine for systems that...
1994-01-17 Theodore TsoFixed Config.generic for all platforms
1994-01-17 Theodore TsoRenaming Makefile to Makefile.original
1994-01-17 Michael Shanzermore fixes to make spec up to date
1994-01-17 Theodore TsoAdded strerror to the release; fixed usage of Has*...
1994-01-17 Theodore TsoAdded strerror to the release; fixed usage of Has*...
1994-01-17 Theodore TsoRename Makefile to Makefile.original
1994-01-15 Theodore TsoFix to make sure subdirMakefiles is created if UseSedHa...
1994-01-14 Theodore TsoIncreased margins so there's room for the marginpars
1994-01-14 Theodore TsoFix to make it use the new ncs style option in stead...
1994-01-14 Theodore TsoUse IN/OUT instead of INOUT
1994-01-14 Theodore TsoDon't use V4 Kerberos routines unless compiled with...
1994-01-14 Theodore TsoCreate the include/gssapi directory if necessary
1994-01-14 Michael Shanzerfixed desc. of get_{policy,principal}
1994-01-14 Theodore TsoDon't build GSSAPI library unless BuildGssapi is on
1994-01-14 Theodore TsoMissing login.krb -> login.krb5 change
1994-01-14 Theodore TsoAdded support for the KRB5_KRB4_COMPAT flag
1994-01-14 Theodore TsoAdded support for KRB5_KRB4_COMPAT flag
1994-01-14 Theodore TsoConditionalize on KRB5_KRB4_COMPAT
1994-01-14 Theodore TsoDon't reference mit_des_cryptosystem_entry directly
1994-01-14 Theodore TsoAdded depend target
1994-01-14 Theodore TsoAdded support for systems that don't have the hash...
1994-01-14 Theodore TsoSet for release BETA_3
1994-01-13 Theodore TsoFixed for newly enforced memory handling convention...
1994-01-13 Theodore TsoFix typo's in original setup
1994-01-13 Theodore TsoDon't include validate.c, since it doesn't compile...
1994-01-13 Theodore TsoDon't install crypto library; it's not built here!
1994-01-13 Theodore TsoDon't declare bcopy and bzero if they are macros
1994-01-13 Theodore TsoDon't clear the key and alt_key structures prematurely...
1994-01-13 Theodore TsoChange in how cryptosystem table entries are declared
1994-01-13 Theodore TsoFix bug in checking argc count
1994-01-13 Theodore TsoFixed memory deallocation/cleanup on error returns
1994-01-13 Theodore TsoMake sure the routines return the correct error code
1994-01-13 Theodore TsoUse the POSIX names for the permission bits
1994-01-13 Theodore TsoFixed for newly enforced memory handling convention...
1994-01-13 Theodore TsoFixed crypto_system table entries; added raw DES crypto...
1994-01-13 Theodore TsoAdded #define to provide the Raw DES interface
1994-01-13 Theodore TsoAdded definition for Raw DES cbc mode
1994-01-13 Theodore TsoDon't use static character arrays!!! This results...
1994-01-13 Theodore TsoInstall now creates a selection of directories first
1994-01-13 Theodore TsoChange code to use krb5_sname_to_principal() function...
1994-01-13 Theodore TsoFixed for newly enforced memory handling convention...
1994-01-13 Theodore TsoAdded show_principal request
1994-01-13 Theodore TsoAdded show_principal request
1994-01-13 Theodore TsoFixed declaration of struct saltblock
1994-01-13 Theodore TsoFixed bug in the load routine, so that the alternative...
1994-01-13 Nancy Gilman nlg- updated based on function prototypes
1994-01-13 Nancy Gilmannlg- updated based on function prototypes
1994-01-13 Nancy Gilman nlg- updated based on function prototypes
1994-01-10 Michael Shanzermade various changes to fix various bug reports
1994-01-10 Michael Shanzeradded error code OVSEC_KADM_INIT
1994-01-10 Michael Shanzerbarry's change specifying rpc registration error
1993-12-24 Theodore Tsokrb5_close_rcache() now frees rcache
1993-12-24 Theodore TsoMake sure memory is freed on errors in krb5_rc_io_fetch
1993-12-24 Theodore Tsokrb5_close_rcache() now frees rcache
1993-12-24 Theodore Tsokrb5_close_rcache will now free rcache
1993-12-24 Theodore Tsokrb5_free_rcache now free's replay cache
1993-12-24 Theodore TsoAs donated from GZA
1993-12-24 Theodore TsoMake sure memory is freed on errors
1993-12-24 Theodore TsoLots of cleanup. V4/V5 compatibility recvauth moved...
1993-12-24 Theodore TsoMake vfprintf() and vsprintf() match the standard funct...
1993-12-24 Theodore TsoLots of cleanup
1993-12-24 Theodore TsoPut the srvtab file in the srvtab directory, instead...
1993-12-24 Theodore TsoMake sure the config include files are installed too!
1993-12-24 Theodore TsoAdded variable for the srvtab directory
1993-12-24 Theodore TsoReserve PA_DATA 7 for sesame project
1993-12-24 Theodore TsoDeclare input buffer to krb5_write_message to be const
1993-12-24 Theodore TsoFree all memory on errors
1993-12-24 Theodore TsoDeclare the input buffer to be const
1993-12-24 Theodore TsoFix credentials cache handling..
1993-12-24 Theodore TsoFree memory on error
1993-12-24 Theodore TsoFree keyblock on error
1993-12-24 Theodore TsoAdded dependencies for machine generated files
1993-12-24 Theodore TsoLots of bugs, cleanup...
1993-12-24 Theodore TsoNew Imakefile for new gssapi library
1993-12-24 Theodore TsoNew Imakefiles for new gssapi library
1993-12-24 Theodore TsoSpliced in new gssapi library
1993-12-24 Theodore TsoFixed lots of bugs; lots of cleanup
1993-12-24 Theodore TsoFixed lots of bug; lots of cleanup..
1993-12-18 Theodore TsoAs submitted by Openvision Technologies:
1993-12-18 Theodore TsoRemoving old gssapi implementation
1993-12-15 Theodore TsoFix bug which causes krb524 to create V4 tickets with...
1993-12-15 Theodore TsoAdd Imakefile for include/kerberosIV
1993-12-15 Theodore TsoAdd the date to the a "make world" production
1993-12-15 Theodore TsoMake the config directory be a symlink tree as well
1993-12-15 Theodore TsoAdded function which does V4/V5 compatibility for senda...
1993-12-15 Theodore TsoAdded dependencies for the machine generated DES files
1993-12-15 Theodore TsoPreprend "FILE:" when converting from V4 ticket file...
next