krb5.git
1995-08-15 Paul ParkReplace kadm_find_keytype() with krb5_dbe_find_keytype()
1995-08-15 Paul ParkReplace adm_find_keytype() with krb5_dbe_find_keytype()
1995-08-15 Paul ParkReplace key_name_to_data() with krb5_dbe_find_keytype()
1995-08-15 Paul ParkAdd prototype for krb5_dbe_find_keytype()
1995-08-15 Paul ParkAdd krb5_dbe_find_keytype() and clean up gcc -Wall...
1995-08-15 Paul ParkAdd support for -s scriptfile and fix gcc -Wall complaints
1995-08-15 Tom Yu * Makefile.in: Change some spaces back to tabs
1995-08-15 Tom Yu * ktf_util.c: return KRB5_KEYTAB_BADVNO instead of -1
1995-08-12 Theodore TsoPut back production rule for kerbsrc-nt.zip which myste...
1995-08-12 Theodore TsoRestore original "null action" Makefile which tell...
1995-08-11 Sam HartmanRename initialize_slave.c to init_slave.c
1995-08-11 Sam HartmanChanges for Solaris and Ultrix
1995-08-10 Barry Jaspan[secure-admin/3394] first cut at unit tests for locking
1995-08-10 Barry JaspanInitial revision
1995-08-10 Paul ParkUse kadm_find_keytype() to find keys
1995-08-10 Paul ParkAdd kadm_find_keytype() to find key/salt pair
1995-08-10 Paul ParkUse adm_find_keytype() and adm_update_tl_attrs() to...
1995-08-10 Paul ParkRework adm_modify_kdb() and callers to use kdb5 cpw...
1995-08-10 Paul ParkConsolidate handling of tagged database attributes
1995-08-10 Paul ParkAlways define KRB5_MAX_FAIL_COUNT
1995-08-10 Paul ParkAdd missing variable when KRBCONF_KDC_MODIFIES_KDB on
1995-08-10 Barry Jaspan[secure-admin/3398] special error code for missing...
1995-08-10 Barry Jaspan[secure-admin/3398] special error code for missing...
1995-08-10 Sam HartmanDDon't call vhangup() on Ultrix until after session...
1995-08-09 Paul ParkUse key/salt list to determine which key types to make...
1995-08-09 Paul ParkRemove 'Last Modified by:' from regular expression...
1995-08-09 Paul ParkDescribe previous changes
1995-08-09 Paul ParkAdd prototype for key_master_encblock()
1995-08-09 Paul ParkFix Purify complaint
1995-08-09 Paul ParkFix memory leak
1995-08-09 Paul ParkNetwork slave bookkeeping fixup
1995-08-09 Paul ParkAdd krb5_use_keytype for each keytype
1995-08-09 Paul ParkFirst pass at kdb5 change-password code. Fix memory...
1995-08-09 Paul ParkFix various memory allocation and key/salt tuple relate...
1995-08-09 Barry Jaspandocument get_lock and release_lock, including permanent...
1995-08-09 Paul ParkTerminate variable arglist to krb5_build_principal_ext()
1995-08-09 Sam HartmanFix test for slave buffer length
1995-08-09 Tom Yu * update_utmp.c (UTMP_FILE): _PATH_UTMP under NetBSD...
1995-08-09 Tom Yufix typos
1995-08-09 Tom Yu * kdb_cpw.c (add_key_rnd): remove bletcherous aggregate
1995-08-09 Tom Yu * update_utmp.c (pty_update_utmp): change #ifdef NO_UT...
1995-08-09 Sam HartmanChanges for Alpha; also deal better with slave failure
1995-08-09 Sam HartmanChanges to get telnet working on Alpha
1995-08-09 Tom Yu * update_utmp.c: flush preprocessor directive to left...
1995-08-08 Paul ParkPass correct argument to getutmpx()
1995-08-08 Paul ParkFix cc -std1 error on OSF
1995-08-08 Paul ParkAdd {add,del}_key_type commands
1995-08-08 Paul ParkDescribe previous changes
1995-08-08 Paul ParkFix key merging logic and allow multiple key/salt strin...
1995-08-08 Paul ParkDon't deallocate key/salt tuples if supplied by caller...
1995-08-08 Paul ParkHandle new protocol error messages
1995-08-08 Paul ParkUse sigjmp_buf under POSIX_SETJMP
1995-08-08 Paul ParkFix Purify complaint
1995-08-08 Paul ParkMake sure unfilled data in krb5_key_data is zero in...
1995-08-08 Paul ParkUse correct length to malloc() in encrypt_key_data()
1995-08-08 Barry Jaspandescribe adb locking mechanism
1995-08-08 Sam Hartman* Use new interface to pty_update_utmp
1995-08-07 Sam Hartman* Include utmp.h in krlogind.c; libpty.h doesn't any...
1995-08-07 Sam Hartman* Modify pty_update_utmp so it takes additional paramet...
1995-08-07 Theodore TsoAdd authenc.c to the SRCS list; authenc.o is in the...
1995-08-07 Theodore TsoIf using the autoconf in the local tree, invoke it...
1995-08-07 Theodore TsoInclude $(NETIO_SRCS) in the list of source files,...
1995-08-07 Theodore Tsoaclocal.m4 (SS_RULES): Add double quotes around "$...
1995-08-07 Theodore TsoAdd $(SHELL) to invocation of config_script, so that...
1995-08-07 Theodore TsoAdd $(SHELL) to invocation of config_script, so that...
1995-08-07 Theodore TsoUse generic_gss_release_oid_set() instead of gss_releas...
1995-08-07 Theodore TsoIf there is an error looking up the key, make sure...
1995-08-07 Theodore Tsotf_util.c (utimes): If __SVR4 is defined, #include...
1995-08-07 Paul ParkImprove keysalt handling
1995-08-07 Paul ParkRestore input strings to their original state after...
1995-08-07 Paul ParkDescribe previous changes
1995-08-07 Paul ParkHandle V4 salttype correctly
1995-08-07 Paul ParkFix key list merging so that kvno is generated correctly
1995-08-07 Paul ParkUse krb5_string_to_keysalts() to ensure that list is...
1995-08-07 Paul ParkBuild fixes for Solaris
1995-08-07 Paul ParkFix another big-endian problem
1995-08-07 Paul ParkHacks to get this to compile with the new kdb format
1995-08-07 Paul Parklibpty fixes
1995-08-07 Paul ParkManually initialize krbtgt_princ.data
1995-08-07 Chris ProvenzanoAdd new error KRB5_KDB_BAD_KEYTYPE
1995-08-07 Chris ProvenzanoNew routines for changing passwords of new kdb entries
1995-08-07 Chris ProvenzanoHacks to get it to compile with new kdb format
1995-08-07 Chris ProvenzanoAdd prototypes for krb5_dbe_{en,de}code_last_pwd_change...
1995-08-07 Chris Provenzano * cpw.c : Uses new kdb change password routines for...
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...
next