aboutsummaryrefslogtreecommitdiff
path: root/src/include/k5-int.h
AgeCommit message (Expand)AuthorFilesLines
2004-01-07This commit was manufactured by cvs2svn to create tagkfw-2.6-beta1no author1-17/+161
2003-03-06* krb5.h: Removed enumsalwaysint because there are no typed enums in this hea...Alexandra Ellwood1-6/+7
2003-03-05Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn1-69/+5
2003-01-08More const for ops tablesKen Raeburn1-1/+1
2003-01-08Make ccache and rcache ops tables constKen Raeburn1-4/+4
2002-12-07Fix some KRB5_CALLCONV botches that were causing trouble for Windows buildTom Yu1-4/+11
2002-11-06This commit fixes up the in-tree callers of krb5_read_password() andTom Yu1-2/+2
2002-10-31* k5-int.h (krb5_ser_handle): Now points to const.Ken Raeburn1-3/+3
2002-10-24Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein1-0/+81
2002-08-21* k5-int.h (krb5int_sendto_udp, krb5int_sendto_tcp): Declarations deleted.Ken Raeburn1-5/+4
2002-08-16* k5-int.h (struct _krb5_context): Add new member udp_pref_limitKen Raeburn1-8/+14
2002-07-08Add hooks to optionally report local address used when contacting a KDC-likeKen Raeburn1-3/+5
2002-06-15 * k5-int.h: Added krb5_kt_dfl_ops for KRB5_KEYTAB_ACCESSOR_FUNCTIONSTom Yu1-15/+13
2002-06-11client-side TCP supportKen Raeburn1-1/+6
2002-06-05Separate send-to-kdc UDP code, export it via accessor interface, and call in toKen Raeburn1-9/+15
2002-06-04Add capability of looking up TCP addresses for KDC in DNS; not enabled yet.Ken Raeburn1-1/+3
2002-03-28* k5-int.h: Include errno.h.Ken Raeburn1-0/+1
2002-02-23* krb5.hin, k5-int.h: Use const instead of krb5_const.Ken Raeburn1-65/+65
2001-12-07 * k5-int.h (krb5int_des_init_state): Change variable name inEzra Peisach1-1/+1
2001-11-06* Add krb5_c_init_state and krb5_c_free_state functionsSam Hartman1-2/+22
2001-10-26 * k5-int.h: Do not use "usage" in argument names inEzra Peisach1-2/+2
2001-10-26* Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman1-2/+16
2001-10-23* Tie in Microsoft rc4 cipher and make it buildSam Hartman1-0/+1
2001-10-22Include usage argument in keyed hash provider callsSam Hartman1-0/+1
2001-10-12Replace keytab function-table dispatch macros in krb5.h with functions definedKen Raeburn1-3/+53
2001-10-06KRB5_EXPORTVAR is defined lots of places but never used; delete itKen Raeburn1-1/+0
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn1-85/+83
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn1-29/+27
2001-08-30move socket util definitions (socklen_t, sa2sin, etc) from k5-int to a new fileKen Raeburn1-63/+4
2001-08-03* k5-int.h (ss2sin6): New gcc-specific function and alternative macro.Ken Raeburn1-2/+7
2001-07-19move krb5_os_hostaddr decl from krb5.hin to k5-int.hKen Raeburn1-0/+3
2001-06-22 * krb5.hin: Do not use "random_key" as argument name. When krb.hEzra Peisach1-1/+1
2001-06-20 * krb5.hin: Move prototypes for krb5_net_read() andEzra Peisach1-2/+0
2001-06-20Use a "struct addrlist" instead of separate count and pointer-to-pointer valuesKen Raeburn1-9/+13
2001-06-11 * k5-util.h: Add prototypes for krb5_compat_recvauth_version() andEzra Peisach1-3/+0
2001-06-07 * k5-int.h: Remove AS_REP_105_SAM_COMPAT definition. Not used inEzra Peisach1-17/+0
2001-04-26new internal library interface for locating serversKen Raeburn1-19/+65
2001-04-26update copyright yearsKen Raeburn1-1/+1
2001-04-26move socklen_t, socklen handling from krb5 library to include/k5-int.hKen Raeburn1-0/+22
2001-04-14k5-int.h: Always include stdlib.h and string.h; don't bother with HAVE_ macrosKen Raeburn1-14/+0
2001-01-20Always use ANSI C features (prototypes, const, void *, etc).Ken Raeburn1-318/+353
2000-10-17 * k5-int.h: krb5_alt_method, krb5_etype_info_entry length fieldsEzra Peisach1-9/+17
2000-10-03 * krb5.hin, k5-int.h: krb5_cc_get_name now returns const char *Ezra Peisach1-1/+1
2000-09-26 * krb5.hin: Move prototype for krb5_gen_replay_name()Ezra Peisach1-5/+0
2000-07-19* k5-int.h: Add krb5int_accessor() and related definitions.Danilo Almeida1-0/+25
2000-07-18 * k5-int.h: Move prototypes for krb5 only internal functionsEzra Peisach1-8/+0
2000-07-14* krb5.hin (krb5_cc_*): Replace macro definitions with function declarations.Ken Raeburn1-0/+40
2000-07-03 * k5-int.h: Add prototypes for krb5_libdefault_boolean,Ezra Peisach1-0/+8
2000-06-06Fix prototype for krb5int_cc_default so that the K5 library will compile on W...Jeffrey Altman1-1/+1
2000-05-192000-5-19 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood1-0/+2