krb5.git
1990-12-20 no authorThis commit was manufactured by cvs2svn to create tag... krb5-1.0-alpha3
1990-12-20 John Kohlalpha3
1990-12-20 John Kohlfix up some MIPS prototype clashes
1990-12-20 John Kohllseek is off_t
1990-12-20 Theodore TsoFixed ordering mistake in the protocol error messages
1990-12-20 Theodore TsoAdded copy_athctr.c and copy_checksum.c to the list...
1990-12-20 Theodore TsoFixed typo so that "make saber_kdb5_edit" works
1990-12-20 Theodore TsoAdded code to support the load_db and dump_db requests
1990-12-20 Theodore TsoAdded changes so that it is possible to run kdb5_edit...
1990-12-20 Theodore TsoAdded load_db and enter_master_key requests
1990-12-20 John CarrCast argument to accept
1990-12-20 John CarrAIX 3.1 support
1990-12-20 John CarrAdd some prototypes for the IBM RT
1990-12-20 John Kohlremove reference to obsolete flags
1990-12-20 John Kohlup to version 5.x
1990-12-20 John Kohlup to version 5.x
1990-12-20 John Kohlconditionalize v4 support
1990-12-20 John Kohladd option for KDC compat
1990-12-20 John Kohlup version to 5.x
1990-12-20 John Kohlremove duplicate skey stuff
1990-12-19 John Kohlturn on FORWARDED in tickets obtained with FORWARDED...
1990-12-19 Theodore TsoAdded new error codes per Kerberos RFC Draft 3.2
1990-12-19 Theodore TsoInitial revision
1990-12-19 Theodore Tsocopy_checksum shouldn't have been declared static!
1990-12-19 John Kohlmake a distinction between unencrypted and encrypted...
1990-12-19 Theodore TsoChanged to zero out the keyblock before freeing it
1990-12-19 Theodore TsoChanged to zero out the session key before freeing...
1990-12-19 Theodore TsoAdded debugging extern so the real Kerberos 5 error...
1990-12-18 Jon Rochlisfix min to be min (not max)
1990-12-18 Theodore TsoRemoved an unused variable
1990-12-18 Theodore TsoFixed typo
1990-12-18 Theodore TsoAdded function prototypes for copy_checksum() and copy_...
1990-12-18 Theodore TsoInitial revision
1990-12-18 John Kohlchange BADSEQ to BADORDER
1990-12-17 Theodore TsoChanged krb5_keyblock to krb5_encrypted_keyblock in...
1990-12-17 John Kohladd comment on variant of data types used for PA-DATA
1990-12-15 John Kohlneed kdb.h for encrypted_keyblock
1990-12-15 John Kohlneed to declare krb5_encrypted_keyblock *before* db_entry
1990-12-14 John Kohlmove krb5_encrypted_keyblock to kdb.h
1990-12-14 John KohlRFC draft protocol changes and related cleanups
1990-12-14 John Kohl*** empty log message ***
1990-12-14 John Kohlchange krb5_ms_timeofday to krb5_us_timeofday
1990-12-14 John Kohladd generic error, move field too long, add inapp_cksum
1990-12-14 John CarrAdd KRB5KRB_AP_ERR_BADSEQ, some 2-tgt errors
1990-12-13 Theodore TsoChanged encrypted keyblocks to use krb5_encrypted_keybl...
1990-12-13 Theodore TsoChanged usage of krb5_keyblock to krb5_encrypted_keyblock
1990-12-13 John Kohladd ISODE_50_LOCAL_ERR_BADCOMBO
1990-12-13 Theodore TsoChanged input type to krb5_encrypted_keyblock
1990-12-13 Theodore TsoChanged output type to krb5_encrypted_keyblock
1990-12-13 John CarrArg1 to kdb5_decode_kdc_rep() is no longer const
1990-12-13 John Carrenc_rep is no longer const
1990-12-13 John CarrFix typo in previous change
1990-12-12 John Kohlupdate info on krb5_rd_req
1990-12-12 John Kohlallow a NULL server argument to mean "take anything"
1990-12-12 Theodore TsoMoved mit_des_encrypt_f to krb_glue.h
1990-12-12 John Kohlneed to assure room for the checksums in the key to...
1990-12-12 John Carrmake more code conditional on BACKWARD_COMPAT
1990-12-12 John CarrReplace exit(n) with return n in main; this allows...
1990-12-11 John Kohldecode_krb5_as_rep needs to modify its argument..
1990-12-11 Theodore TsoDocumented extra argument to mk_req_extended
1990-12-10 Theodore TsoInitial revision
1990-12-05 John Kohlno longer use narrowed prototypes, so we can inter...
1990-12-05 John Kohlneed to widen a prototype
1990-12-05 John Kohlu_shorts promote to ints
1990-12-03 John Carr<krb5/ext-proto.h> depends on <krb5/config.h>
1990-12-03 John CarrAdd $(TOP)/include/stdc-incl to include path
1990-12-03 Theodore TsoChanged arguments to SaberProgramTarget so that the...
1990-12-03 Theodore TsoMake it backquote tabs and backslashes in the realm...
1990-12-03 John Kohluse proper polynomial for this CRC table
1990-12-03 John CarrDelete unused variable
1990-12-03 John CarrDelete unused variable; cast argument 1 to fwrite()
1990-12-03 John Carrreadin_string must be declared volatile, since it may...
1990-11-30 Donald Davisincorporates v4 kdc+glue code in kerberos_v4.c
1990-11-30 Donald DavisInitial revision
1990-11-29 Theodore TsoAdded extract version 4 srvtab function
1990-11-29 John Kohladd crctest stuff
1990-11-29 John Kohl*** empty log message ***
1990-11-28 John Kohladd KRB5KRB_AP_ERR_METHOD
1990-11-28 Ken RaeburnAdded declaration of krb5_scc_ops
1990-11-28 Ken RaeburnAdded declaration of krb5_cc_file_ops
1990-11-28 Ken RaeburnAdded ccdefops.c
1990-11-28 Ken RaeburnRearranged use of krb5_cc_dfl_ops to deal with it now...
1990-11-28 Ken RaeburnAdded `stdio' subdirectory
1990-11-28 Ken RaeburnAdded prototypes from scc_maybe.c
1990-11-28 Ken Raeburnkrb5_cc_dfl_ops is now a pointer
1990-11-28 Ken RaeburnChanged structure name to unique (fcc-specific) name
1990-11-28 Ken RaeburnRenamed structure to unique name
1990-11-28 Ken RaeburnReordered functions for potentially better optimization...
1990-11-28 Ken RaeburnAdded declarations of authdata i/o routines
1990-11-28 Ken RaeburnZero out credentials structure correctly; handle readin...
1990-11-28 Ken RaeburnReplace bzero with memset
1990-11-28 Ken Raeburnifdef some names that might not be available
1990-11-28 Ken RaeburnWrite out authdata component as well
1990-11-27 John Carrfix call to memset()
1990-11-27 John Kohladd const to getpwnam() and memcpy()
1990-11-27 John Kohlkrb5_kt_resolve now takes a const *, so no cast needed
1990-11-27 John Kohlname is now const
1990-11-27 John Kohlkt_resolve now takes const first arg
1990-11-27 John Kohlfix const binding to correct place
1990-11-26 John Kohlremove lucifer
next