krb5.git
1992-06-11 Theodore TsoAdded definitions for new error codes
1992-06-10 Theodore TsoChecked in jfc's changes to handle the new principal...
1992-06-10 Theodore TsoChecked in jfc's changes to handle new principal type
1992-06-10 Theodore TsoChecked in jfc's changes to do handle new principal...
1992-06-10 Theodore TsoAdded principal type of NT_SRV_HST
1992-06-10 Theodore TsoChecked in jfc's changes to krb5_copy_principal
1992-06-10 John CarrPrincipal type changes
1992-06-09 Theodore TsoChecked in jfc's changes
1992-06-09 John Carrkrb5_princ_realm -> krb5_princ_set_realm
1992-06-09 John Carrkrb5_principal type changes
1992-06-09 John CarrPrincipal structure changes
1992-06-09 Theodore TsoApplied Bill Sommerfeld's patches
1992-06-09 Theodore Tsostrdup(0) now returns 0
1992-06-09 Theodore TsoFixed to use new krb5_principal structure
1992-06-06 Theodore TsoAdded depend target
1992-06-06 Theodore TsoAdded depend target
1992-05-29 John CarrLength of realm name is "realmsize", not "size"
1992-05-29 Theodore TsoFixed fence post errors; assigned the principal type
1992-05-29 Theodore TsoChecked in John Carr's changes
1992-05-19 Theodore TsoAdded new error codes which appeared in the krb5 protoc...
1992-04-24 Theodore TsoAdded pre-authentication type for DASS
1992-04-09 John CarrDelete unused variable.
1992-04-08 John CarrFix sign error
1992-04-08 John CarrAllow command line option to select port number
1992-04-08 John CarrRemove call to xfree (not needed and value freed might be
1992-03-31 John Carr*** empty log message ***
1992-03-26 John CarrInitial revision
1992-03-25 John CarrChange '-' to '_' in directory name
1992-03-25 John Carrsed hack needed for SunOS
1992-03-25 John CarrSupport alternate source directory
1992-03-25 John CarrSupport for alternate source directory.
1992-03-25 John CarrRemove unused variable
1992-03-25 John CarrFix cast of dbm_open return value
1992-03-25 John CarrChanges for alternate source directory: prefix source...
1992-03-25 John CarrSimplify cleanup macro
1992-03-25 John CarrAdd md5 checksum
1992-03-25 John CarrAdd "all" target
1992-03-25 John CarrAdd md5 checksum types and DES+MD4 and DES+MD5 encrypti...
1992-03-25 John CarrAdd $(SRCDIR) prefix to source files
1992-03-25 John CarrRemove krb5_walk_realm_tree declaration
1992-03-25 John CarrMake sed hack for asn.1/Makefile conditional.
1992-03-25 John CarrAdd md5
1992-03-12 John CarrMake sure the ticket in the TGS request is for the...
1992-03-01 John CarrRemove extra '%' from fprintf format string
1992-02-29 John Carrkrb5_free_realm_tree is declared in func-proto.h
1992-02-29 John CarrUse ANSI stdio features iff ANSI_STDIO defined
1992-02-28 John CarrDelete include of <isode/psap.h>: it was not needed
1992-02-25 John Carr"from" field is optional
1992-02-23 John CarrAdd cast to addr argument to bind()
1992-02-23 John Carr#include <stdio.h> first; use correct cast for call...
1992-02-23 John CarrDon't use flock() on AIX
1992-02-23 John CarrDon't build telnet
1992-02-23 John CarrSupport POSIX file locking.
1992-02-23 John Carrignore some more files
1992-02-23 John CarrUse cc -pipe on a sun
1992-02-23 John CarrDelete "\" added to work around imake problems; the...
1992-02-23 John CarrUse cp -p to copy files
1992-02-23 John Carr#include <krb5/sysincl.h>
1992-02-23 John CarrAdd hack to work around imake problems on some systems...
1992-02-23 John CarrAdd cast
1992-02-23 John Carrindex -> strchr
1992-02-23 John CarrInstall include files.
1992-02-23 John CarrInclude <krb5/sysincl.h> to get time include files
1992-02-23 John CarrUse fork() when vfork() isn't available.
1992-02-23 John CarrAdd new error code: KRB5_KDB_DB_CORRUPT
1992-02-23 John CarrInstall header files
1992-02-23 John Carr<sys/errno.h> -> <errno.h>
1992-02-23 John CarrAIX 3.1 support: work around include file bug; include...
1992-02-23 John CarrAlways include <krb5/sysincl.h>
1992-02-23 John CarrUse connect() and send() instead of sendto() for better
1992-02-23 John Carrsizeof (int) -> 4 bytes, because this is supposed to...
1992-02-23 John Carrsizeof(int) -> 4 bytes, because this is intended to...
1992-02-23 John CarrMake use of ANSI stdio configurable
1992-02-23 John CarrCompare key lengths before comparing key data
1992-02-23 John CarrMajor rewrite for a more portable data format
1992-02-23 John CarrRemove inappropriate __STDC__ test
1992-02-23 John Carr"realms" argument is not const
1992-02-23 John CarrFix arg to krb5_finish_random_key()
1992-02-23 John CarrMake use of "const", "volatile", "void", and ANSI stdio...
1992-02-23 John CarrFix arg type for decoder_func
1992-02-23 John Carrinstall header files
1992-02-23 John CarrMake use of "const" and "volatile" configurable
1992-02-23 John CarrNew MIT copyright notice
1992-02-23 John CarrAlways include <sys/file.h>; on AIX or SYSV include...
1992-02-23 John CarrChange include path from "error_tables/foo" to <krb5...
1992-02-23 John CarrDeclare krb5_free_realm_tree()
1992-02-23 John CarrChange include path from "asn.1/foo" to <krb5/asn.1...
1992-02-23 John CarrSet umask to 077 on entry so that output files created...
1992-02-23 John CarrImprove error checking
1992-02-23 John CarrDocument -t, -K, and -v options
1992-02-23 John CarrAdd krb5_dbm_db_open_database() and
1992-02-23 John CarrAdd option '-t' to make a temporary database and rename...
1992-02-23 John CarrAdd two functions: krb5_dbm_db_open_database() and
1992-02-11 John CarrUse vfork only on BSD systems, and union wait only...
1992-02-11 John CarrAdd debugging, fix printf calls
1992-02-11 John CarrInclude <krb5/sysincl.h> and <netinet/in.h>. The forme...
1992-02-11 John CarrAdd -v option for verbose output.
1992-01-13 John CarrImprove install configuration.
1992-01-13 John Carrpepsy 7.0 needs -C to work with Kerberos
1992-01-13 John CarrNew variables to describe level of ANSI C support
next