krb5.git
1995-08-07 Paul ParkCheck for utmp[x].h
1995-08-05 Ezra PeisachReturn value from pty_open_ctty is non-zero on error...
1995-08-05 Tom Yu * k5-int.h: Add prototypes for krb5_crypto_os_localadd...
1995-08-05 Tom Yufirst pass attempt at cleaning up some gcc -Wall flames
1995-08-05 Sam HartmanGet telnetd working with libpty
1995-08-05 Theodore Tsolibpty.h (pty_cleanup): Fix argument type of pid to...
1995-08-04 Tom Yu * Makefile.in: use libupdate so to not get multiple...
1995-08-04 Paul ParkDescribe previous changes
1995-08-04 Paul ParkUpdate key handling prototypes and add new prototypes
1995-08-04 Paul ParkRework key_{string_to,random}_keys. Find latest admin...
1995-08-04 Paul ParkMake passwd_check_opass_ok() available
1995-08-04 Paul ParkAdd support for add-key and delete-key
1995-08-04 Paul ParkReplace hand-decoded integers with kdb macros
1995-08-04 Paul ParkUse encode/decode macros to [de]serialize data going...
1995-08-04 Paul ParkAdd new key/salt tuple handling modules
1995-08-04 Paul ParkAdd encode/decode macros for integers for use between...
1995-08-04 Paul ParkAdd prototype definitions for new libkadm functions
1995-08-04 Paul ParkAdd BAD_PW return to ADD-KEY and DELETE-KEY returns
1995-08-04 Theodore TsoFix up Copyright notice to have correct year (1995...
1995-08-04 Ezra PeisachAdd .cvsignore to ignore configure
1995-08-04 Tom Yumissed a #endif
1995-08-04 Tom Yu * cleanup.c (pty_cleanup): Add missing declarations...
1995-08-04 Tom Yu * krlogind.c: don't include utmp.h, since libty.h...
1995-08-03 Barry Jaspanadd get_principals and get_policies
1995-08-03 Sam HartmanAttempt to HUP processes associated with the pty when...
1995-08-03 Chris ProvenzanoAdd new error KRB5_KDB_BAD_SALTTYPE
1995-08-03 Chris Provenzanodo_as_req.c : Fix bug from new kdb changes.
1995-08-03 Chris ProvenzanoAdded prototype for krb5_dbe_cpw() the new db entry...
1995-08-03 Chris Provenzanocpw.c : New change password code for kdb5_edit.
1995-08-03 Chris ProvenzanoRemove convert utility. All It's functionality has...
1995-08-03 Paul ParkFix kadmin5 output and remove av4k functions
1995-08-03 Paul ParkUse string values in kdc.conf
1995-08-03 Paul ParkDescribe previous changes
1995-08-03 Paul ParkFix krb5_decode_princ_contents()
1995-08-03 Paul ParkFix krb5_dbekd_encrypt_key_data()
1995-08-03 Paul ParkFix krb5_aprof_get_deltat()
1995-08-03 Paul ParkCompile something when Kerberos 4 disabled
1995-08-03 Paul ParkEnsure padata is NULL with normal salt
1995-08-03 Paul ParkBlind replacements to get kadmin.old to compile
1995-08-03 Paul ParkInclude adm.h, update prototypes
1995-08-03 Paul ParkUse new database entry format. Update key_{string_to...
1995-08-03 Paul ParkUse new database entry format. Use new calling sequenc...
1995-08-03 Paul ParkHandle the key/salt pair list and pass it to key_init
1995-08-03 Paul ParkClean up debugging messages
1995-08-03 Paul ParkUse new database entry format and new libkadm string...
1995-08-03 Paul ParkCompile something when krb4 disabled
1995-08-02 Sam Hartman* Fix tests for length of slave buffer.
1995-08-02 Sam Hartman* Fix tests for length of slave buffer.
1995-08-01 Sam Hartman Change to use libpty for utmp handling in login.krb5...
1995-08-01 Sam Hartman Make interface change so getpty doesn't overwrite
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
next