Windows global stuff:
[krb5.git] / src / include / krb5 / func-proto.h
1995-04-14 Keith VetterWindows global stuff:
1995-04-06 Keith VetterBug fixes or better error handling for the following...
1995-03-31 Keith VetterCommit on the whole tree to make a checkpoint for a...
1995-03-27 Chris Provenzano * func-proto.h (krb5_rd_req(), krb5_rd_req_deco...
1995-03-22 Keith VetterPart of low-level open file PC bug and moved some proto...
1995-03-15 Keith VetterSome windows i/o stuff and moved 2 prototypes to func...
1995-03-10 Chris Provenzano * func-proto.h (krb5_mk_req(), krb5_mk_req_extended...
1995-03-02 Keith VetterFixed up a const attribute on krb5_send_tgs in func...
1995-03-02 Keith VetterPrototype changes for the krb5/os functions needed...
1995-02-27 Keith VetterConverted the krb5/krb directory to work under windows...
1995-02-23 Chris Provenzano * func-proto.h (krb5_get_credentials(), krb5_get_cred_...
1995-02-21 Keith VetterConverted krb5/free to the PC. Added windows INTERFACE...
1995-02-08 Chris Provenzano * func-proto.h (krb5_get_in_tkt()) Changed key_proc...
1995-02-02 Chris Provenzano * func-proto.h Added krb5_keytype arg to rb5_rdreq_key...
1995-01-28 Chris ProvenzanoAdded krb5_keytype arg to krb5_kt_read_service_key...
1995-01-25 Chris Provenzano * Removed all narrow types and references to wide...
1995-01-13 Chris ProvenzanoRemoved all references to DECLARG and OLDDECLARG.
1994-12-22 Theodore TsoChange the type of krb5_context to include the pointer
1994-12-20 Theodore TsoAdd new typedefs, declarations for krb5_context and...
1994-11-21 Theodore Tsoencode_kdc.c (krb5_encode_kdc_rep): Now requires that the
1994-09-29 Theodore TsoAdded realm compare function
1994-09-22 Theodore TsoApplied Cybersafe's changes to do transited realm path...
1994-08-18 Mark Eichinstamp out rcs keywords
1994-06-10 Theodore TsoFix the type of fetchfrom in krb5_rd_req and krb5_rd_re...
1994-03-24 Theodore TsoAdded krb5_principal2salt_norealm
1993-12-01 Theodore TsoMoved KRB5_TGS_NAME to krb5.h, from base-defs.h (where...
1993-10-15 Theodore TsoChange use of xfree to krb5_xfree to prevent namespace...
1993-09-01 Theodore TsoChanged krb5_generate_authenticator to accept a princia...
1993-09-01 Theodore TsoModifications supplied by Ari Medvinsky to include...
1993-09-01 Theodore TsoChange export warning notice from "is assumed to requir...
1992-09-24 Theodore TsoChanges to support preauth. Added prototypes for krb5_...
1992-08-21 John CarrAdd protoype for krb5_walk_realm_tree
1992-02-23 John CarrDeclare krb5_free_realm_tree()
1991-07-19 John Kohlchange first arg of krb5_get_server_rcache to a krb5_data *
1991-06-06 John KohlUpdate copyright notice
1991-05-29 John CarrForce use of ANSI stdarg if .cf file defines UseStdarg
1991-05-27 John Carrkrb5_mk_req_extended no longer has a time argument
1991-05-06 Theodore TsoVarious name changes; added mysterious #defins for...
1991-03-29 John Kohlsendauth/recvauth take krb5_pointer, not void *
1991-03-28 Theodore TsoAdded declarations for krb5_sendauth() and krb5_recvauth()
1991-03-05 John Kohladd krb5_get_server_rcache
1991-03-01 John Kohladd krb5_generate_seq_number
1991-02-28 John Kohlmk_req_extended now takes a krb5_keyblock ** so it...
1991-02-27 John Kohladd rcache args to mk_priv, mk_safe
1991-02-22 John Kohladd krb5_generate_subkey
1991-02-21 Theodore TsoChanges to conform with API modifications
1990-12-18 Theodore TsoAdded function prototypes for copy_checksum() and copy_...
1990-12-14 John KohlRFC draft protocol changes and related cleanups
1990-12-13 John CarrArg1 to kdb5_decode_kdc_rep() is no longer const
1990-11-27 John Kohlkt_resolve now takes const first arg
1990-11-19 John Kohladd support for narrow/wide prototypes
1990-10-19 John Kohlthe decrypt arg is now const
1990-10-19 John Kohlno need for keyprocarg to be const
1990-10-19 John Kohlchange 'const krb5_principal' to krb5_const_principal
1990-10-19 John Kohlchange const krb5_pointer to krb5_const_pointer
1990-10-18 Theodore TsoAdded declarations for krb5_unprase_name_ext and krb5_f...
1990-10-15 John Kohlremove krb5_decode_ticket
1990-10-10 John Kohladd krb5_free_keyblock
1990-10-09 John Kohladd krb5_free_tickets, krb5_free_kdc_req
1990-10-09 John Kohlno tgs_ specific free functions
1990-10-01 Theodore TsoChanged interface to mk_req_extended to include passing...
1990-09-28 John Kohladd prototyeps for krb5_mk_rep, krb5_rd_rep
1990-09-07 John Kohladd krb5_free_addr
1990-09-06 John Kohladd ivec pointers for mk,rd priv
1990-08-29 John Kohladd krb5_address_order
1990-05-29 John Kohlchange interface to krb5_cc_default()
1990-05-25 John Kohlfix copyright/distribution reference
1990-05-17 John Kohladd krb5_rd_req_simple
1990-05-11 John Kohladd krb5_init_ets
1990-05-08 John Kohladd krb5_copy_ticket, krb5_copy_authdata
1990-05-04 John Kohladd krb5_copy_addresses
1990-05-02 John Kohlmacro-ize keytab and cc functions as appropriate
1990-04-25 John Kohlfix typo in krb5_kt_default_name
1990-04-19 John Kohlmove more things to libos
1990-04-19 John Kohlfix const for **'s
1990-04-18 John Kohladd const where appropriate on main lib funcs
1990-04-06 John Kohlfix prototype (extra needed args, type of args)
1990-04-02 John Kohlfix prototypes for librc, to match the spec & implement...
1990-03-30 John Kohlmove krb5_aname_to_localname to libos
1990-03-30 John Kohlchange krb5_copy_cred to krb5_copy_creds
1990-03-30 John Kohlmove krb5_sendto_kdc, krb5_get_krbhst to libos
1990-03-26 John Kohlremove leading __ on #include-blockers (__ is reserved...
1990-03-26 John Kohladd krb5_copy_keyblock
1990-03-09 John Kohladd krb5_fulladdr_order
1990-03-09 John Kohlfix up mk_req_extended (it needs ccache, and had an...
1990-02-09 John Kohladd krb5_tk_default_name, krb5_kt_default, krb5_kt_free...
1990-02-08 John Kohlfix krb5_get_in_tkt (needs ccache arg)
1990-02-08 John Kohlfix ordering of args in prototypes for decrypt procs
1990-02-08 John Kohlfix remaining prototype confusion
1990-02-08 John Kohlundo promotion confusion (need to use new-style declara...
1990-02-07 John Kohlfix up protos regarding in_tkt stuff
1990-02-03 John Kohladd krb5_rd_req_decoded, krb5_principal_compare
1990-02-03 Bill SommerfeldRemove unnecessary arguments from krb5_decode_ticket
1990-02-01 John Kohlmore promotion rule changes
1990-01-29 John Kohlneed to take into account promotion rules for prototypes
1990-01-29 John Kohlfix prototypes to accomodate updated ticket & kdc handling
1990-01-20 Barry Jaspanassociated with them, which is illegal under ANSI C...
1990-01-18 John Kohlfix typos; remove formal parameter names
1990-01-18 John Kohladd krb5_kt_read_service_key
1990-01-17 John Kohladd free routine prototypes
next