krb5.git
1990-10-25 John Kohluse new relative pathnames
1990-10-25 John Kohlreplace erroneously-removed asn1glue.h
1990-10-25 John Kohlfix include files
1990-10-25 John Kohluse relative pathnames to new location of error table...
1990-10-25 John Kohlremove error_tables
1990-10-25 John Kohlmake sure headers get installed in include dir
1990-10-25 John Kohladd error_tables
1990-10-25 John Kohlneed .h & .c on SUFFIXES for proper make rules
1990-10-25 John Kohlrearrange object rules
1990-10-24 Ezra PeisachANSI cpp # directive cleanup
1990-10-24 John Kohluse <syslog.h>; our include files will make that the...
1990-10-23 John Kohlchange random_confounder interface to fill in the area...
1990-10-23 John Kohlchange to a lengt/contents fill-in rather than a return...
1990-10-23 John Kohlchange random_confounder to just fill in a krb5_pointer
1990-10-22 John Kohlremove replay cache stuff
1990-10-22 John Kohlremove kdc_rcache
1990-10-22 John Kohluse our syslog.h
1990-10-22 John Kohlfix up types on encode_generic, decode_generic, transla...
1990-10-22 John Kohluse real prototypes
1990-10-22 John Kohlfix prototypes for openlog, syslog
1990-10-22 John Kohluse const pointer in translator
1990-10-19 John Kohlput the const in the right place
1990-10-19 John Kohldon't need casts
1990-10-19 John Kohlthe decrypt arg is now const
1990-10-19 John Kohlneed to dereference the pointer
1990-10-19 John Kohlfix erroneous use of . rather than ->
1990-10-19 John Kohlfix const ptr
1990-10-19 John Kohlthe arg is now a const *
1990-10-19 John Kohlneed const krb5_data **
1990-10-19 John Kohlno need for keyprocarg to be const
1990-10-19 John Kohlno need for keyprocarg to be const
1990-10-19 John Kohlno need for keyprocarg to be const
1990-10-19 John Kohlprocess_key takes a const arg #2
1990-10-19 John Kohlneed to cast (keyblock is const)
1990-10-19 John Kohlprocess_key doesn't modify key
1990-10-19 John Kohlneed to cast since sname is const
1990-10-19 John Kohlneed to cast because server is const
1990-10-19 John Kohlmake error case of mk_req_ext() explicit
1990-10-19 John Kohlchange 'const krb5_principal' to krb5_const_principal
1990-10-19 John Kohladd 'const' where needed
1990-10-19 John Kohladd 'const' where needed.
1990-10-19 John Kohladd const_principal
1990-10-19 John Kohluse internal prototypes
1990-10-19 John Kohlcode rearrangement for const * stuff; make the _f funct...
1990-10-19 John Kohlchange const krb5_pointer to krb5_const_pointer
1990-10-19 John Kohladd krb5_const_pointer
1990-10-18 John Kohlremove extraneous XXX (correct error code)
1990-10-18 John Kohlno need for XXX...it is the proper error code
1990-10-18 John Kohlmake it the caller's responsibility to clean up creds
1990-10-18 John Kohlnuke the encryption keys when cleaning up
1990-10-18 John Kohlfix some cleanup code to eradicate the keys
1990-10-18 John Kohlclean up stuff in credentials, if necessary after a...
1990-10-18 John Kohlwhoops, forgot to change function name when copying...
1990-10-18 John Kohladded code to free up credentials when done
1990-10-18 Theodore TsoAdded declarations for krb5_unprase_name_ext and krb5_f...
1990-10-18 John Kohladd f_cred_cnt
1990-10-18 John Kohl*** empty log message ***
1990-10-18 John Kohluse new free_cred_contents() routine
1990-10-18 John Kohlremove f_tgt_cred.c
1990-10-18 John Kohladd f_tgt_cred.c
1990-10-18 John Kohlremove inappropriate XXX
1990-10-18 John Kohlwe pass in the sumtype now
1990-10-18 John Kohladd authorization data stuff (from Bill Sommerfeld)
1990-10-18 John Kohladd authdata stuff (from Bill Sommerfeld)
1990-10-18 John Kohl add authdata stuff (from Bill Sommerfeld)
1990-10-18 John Kohladd krb5_fcc_read_authdata, krb5_fcc_read_authdatum...
1990-10-18 John Kohladd authdata to credentials structure (from Bill Sommer...
1990-10-18 John Kohlfix concat_authorization_data to work properly in absen...
1990-10-18 John Kohladd KRB5_TC_MATCH_AUTHDATA (from Bill Sommerfeld)
1990-10-18 John Kohlbug fix from Bill Sommerfeld: zero out my_creds to...
1990-10-15 Theodore TsoRewritten to allow for principals with components that...
1990-10-15 Theodore TsoChanges to export kdb5_db_lock and kdb5_db_unlock to...
1990-10-15 John Kohlremove krb5_decode_ticket
1990-10-15 John Kohlstdlib.h
1990-10-15 Theodore TsoChanges to the includes so that krb5_db_lock and krb5_d...
1990-10-11 Donald Davischanged process_v4() stub & its call to have three...
1990-10-11 John Kohlfix confusion about type of apreq
1990-10-11 John Kohladd setting of authenticator__vno
1990-10-11 John Kohlneed to allocate, not call ourselves.
1990-10-11 John Kohlcan't be const since it is modified
1990-10-11 John Kohlavoid bug with null tickets in array
1990-10-10 John Kohlneed to zero out authorization_data
1990-10-10 John Kohlpacket can be modified by decode_krb5_as_req, so we...
1990-10-10 John Kohlremove spurious return
1990-10-10 John Kohlwrong function name for free..
1990-10-10 John Kohlchange krb5_decode_ticket to decode_krb5_ticket
1990-10-10 John Kohlchanges for ciphertext change
1990-10-10 John Kohllots of small changes for new data structures/packet...
1990-10-10 John Kohlchanges for process_*_req; delete decrypt_tgs_req
1990-10-10 John Kohlremove decrypt_tgs_req
1990-10-10 John Kohlchanges for new kdc request structure
1990-10-10 John Kohlchange data structure names
1990-10-10 John Kohlchanges for new data structures
1990-10-10 John Kohlchanges for new encryption data structures
1990-10-10 John Kohlchanges for new encryption data structures
1990-10-10 John Kohlchange for new KDC message style
1990-10-10 John Kohluse base-level ticket encode
1990-10-10 John Kohlchanges for new encryption data structures
1990-10-10 Theodore TsoAdded an extra argument to mk_req_ext so that the calle...
1990-10-10 John Kohlchanges for new encryption structure
next