krb5.git
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...
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.
next