krb5.git
1995-08-01 Ezra PeisachFix typo TIOCSTTY to TIOCSCTTY in ioctl
1995-08-01 Sam HartmanAdd missing logwtmp file
1995-07-31 Sam Hartman* Don't always use the default realm on localhost,...
1995-07-31 Sam HartmanCheck in first version of libpty
1995-07-31 Sam HartmanProtect test for Gcc under AIX so it works with non...
1995-07-31 Sam Hartman Modify krlogind to use libpty, modify login.krb5 to...
1995-07-31 Paul ParkDocument new kadmin protocol
1995-07-31 Paul ParkUse new admin string conversion routines
1995-07-31 Paul ParkFix small problem with create_key_data()
1995-07-31 Paul ParkDescribe previous changes
1995-07-31 Paul ParkUpdate to new kadmin protocol
1995-07-31 Paul ParkAdd str_conv.c
1995-07-31 Paul ParkUpdate read_realm_params() to use string conversion...
1995-07-31 Paul ParkAdd new string conversion routines
1995-07-31 Paul ParkAdd new kadmin protocol and string conversion definitions
1995-07-31 Paul ParkAdd string conversion prototypes
1995-07-29 Tom Yu * configure.in: Don't link with -lkadm
1995-07-29 Tom Yu * localaddr.c (krb5_crypto_os_localaddr): Don't bash...
1995-07-27 Paul ParkGet etype from keytype via table instead of DEFAULT_KDC...
1995-07-27 Paul ParkUse k5-int instead of krb5 and asn1.h
1995-07-27 Paul Parkkdbint.h is obsolete
1995-07-27 Paul ParkFind rsa-md5.h in the correct place. Use k5-int.h
1995-07-27 Paul ParkInclude k5-int.h instead of specific internal include...
1995-07-27 Paul ParkRemove inclusion of k5-config.h
1995-07-27 Paul ParkCast mit_des_ecb_encrypt args correctly
1995-07-27 Paul ParkCheck for the sizes of short, int and long
1995-07-27 Paul ParkAdd rsa-md5.h
1995-07-27 Paul ParkDo not include k5-config.h, it is no longer present...
1995-07-27 Paul ParkDescribe previous changes
1995-07-27 Paul ParkUse des_int.h and fix compiler rumblings
1995-07-27 Paul ParkFix compiler rumblings
1995-07-27 Paul ParkUse des_int.h instead of mit-des.h
1995-07-27 Paul ParkInline the old contents of mit-des.h
1995-07-27 Paul ParkSet the KEYTYPE_DES keytable entry to the MD5 one if...
1995-07-27 Paul ParkAdd --enable-des-cbc-md5 and friends to control cryptoc...
1995-07-27 Paul ParkUse the etype from krb5_keytype_array[mkey]
1995-07-27 Paul ParkFix compiler complaints and remove dependence on mit...
1995-07-27 Paul ParkAdd --with-vague-errors and --with-kdc-kdb-update which...
1995-07-27 Paul ParkRemove dependence on mit-des.h
1995-07-27 Paul ParkRemove obsolete internal include files
1995-07-27 Paul ParkInline or remove internal include files. We only need...
1995-07-27 Paul ParkCheck for interrupted select in krshd
1995-07-27 Paul ParkAdd --with-dbm check
1995-07-27 Paul ParkFix initialization of unparse_mod_princ_size
1995-07-27 Chris ProvenzanoUse new kdb format
1995-07-27 Chris Provenzano * decrypt_key.c, encrypt_key.c, kdb_dbm.c,...
1995-07-27 Chris ProvenzanoDefine new kdb format
1995-07-27 Chris ProvenzanoAdded #define KEYTYPE_UNKNOWN
1995-07-27 Chris ProvenzanoMerge some changes for NetBSD that I and others have...
1995-07-26 Paul ParkFix bad shift value in verifier function
1995-07-25 Tom Yu * kdb_dbm.c, t_kdb.c: Add prototype for dbm_error...
1995-07-21 Ezra PeisachInclude adm_proto.h for prototypes. Compiling with...
1995-07-21 Mark Eichin * kdb_dbm.c (krb5_dbm_db_create): move dirname, pagname
1995-07-21 Mark Eichin * rc_dfl.c (rc_store): rename from store() to avoid...
1995-07-20 Barry Jaspana few minor updates for 1.1+
1995-07-20 Ezra PeisachAdd full prototypes for all functions. Fix calls to...
1995-07-19 Tom Yu * localaddr.c: also add definition of max if it's...
1995-07-19 Tom Yu * localaddr.c: fix definition of ifreq_size so it...
1995-07-19 Sam Hartman Fix previous change by removing configure.in dependency on
1995-07-18 Ezra Peisach(KRB5_SOCKADDR_SA_LEN): Add space before = to keep...
1995-07-18 Sam HartmanUpdate Makefile.in to use $(STEXT) so shared libs under...
1995-07-18 Sam Hartman Bsd 4.4 has a field sa_len in struct sockaddr which...
1995-07-17 Paul ParkRemove per-realm parameters and prompting. No longer...
1995-07-17 Paul ParkAdd KDC profile handling and remove password prompting
1995-07-17 Paul ParkFix handling of default etype
1995-07-17 Paul Parkgit-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6306 dc483...
1995-07-17 Paul ParkUpdate calling sequence to krb5_db_fetch_mkey()
1995-07-17 Paul ParkAdd KDC profile and stash file support
1995-07-17 Paul ParkMove stash file #define to osconf.h and add stash file...
1995-07-17 Paul ParkAdd KDC profile handling routines
1995-07-17 Paul ParkAdd DEFAULT_KEYFILE_STUB which puts the stashfile in...
1995-07-17 Paul ParkDescribe changes to headers in this directory
1995-07-17 Paul ParkAdd stash file parameter to krb5_db_fetch_mkey()
1995-07-17 Paul ParkAdd prototypes for KDC profile handling routines
1995-07-17 Paul ParkAdd per-realm parameter block data structure
1995-07-14 Sam HartmanAdded test for pgno_t that should avoid breaking NetBSD
1995-07-14 Sam Hartman* Tell configure.in that AIX doesn't have streams;...
1995-07-14 Sam HartmanInclude netinet/in.h for ntohs
1995-07-14 Sam HartmanInclude netinet/in.h
1995-07-13 Sam HartmanClean up prototypes for error_message. I think we...
1995-07-12 Paul ParkCorrectly set LD_LIBRARY_PATH (again)
1995-07-12 Paul ParkLibrary rule build update
1995-07-12 Paul ParkAdd ability to exclude kdb4
1995-07-12 Paul ParkReorganize KDC profile and network port handling
1995-07-12 Paul ParkUpdate kdc.conf syntax
1995-07-12 Paul ParkAdd ability to get rid of -lkdb4 references
1995-07-12 Paul ParkAdd LDFLAGS setting to KRB5_LIBRARIES rule
1995-07-12 Ezra PeisachDo not include stdlib.h unless it exists
1995-07-11 Ezra PeisachAdd prototype for krb5_fcc_read
1995-07-11 Ezra PeisachAdd prototype for krb5_scc_read
1995-07-11 Ezra PeisachAdd krb5_auth_con_genaddrs prototype
1995-07-11 Ezra PeisachAdd krb5_rd_cred prototype
1995-07-11 Theodore Tsokrb5.hin (krb5_cc_get_type, krb5_kt_get_type): Add...
1995-07-11 Theodore TsoBSDI fixes
1995-07-11 Theodore TsoIf the key version number is specified, check to make...
1995-07-11 Ezra PeisachAdd prototype for set_tgtkey. kdc now compiles cleanly...
1995-07-10 Ezra Peisachkerberos_v4.c: Add prototypes for compat_decrypt_key,
1995-07-09 Tom Yu * aclocal.m4: backslash '$' characters that go into...
1995-07-09 Tom Yu * Makefile.in: remove bogus definitions of prefix...
1995-07-09 Theodore TsoMake sure the dbm context is initialized before we...
next