summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
Commit message (Expand)AuthorAgeFilesLines
* * k5-int.h (struct _krb5_cc_ops): Add new function pointer field get_flagsKen Raeburn2004-11-161-0/+2
* * k5-int.h (krb5_rc_recover_or_initialize): DeclareKen Raeburn2004-08-041-0/+2
* Remove use of client principal from krb5_context (default_ccprincipal) and de...Alexandra Ellwood2004-07-151-1/+0
* * k5-int.h: define for WIN32 the macro krb5int_zap_data toJeffrey Altman2004-07-151-4/+8
* Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn2004-06-221-22/+0
* Move definitions of struct krb5_rc_st, struct _krb5_rc_ops, krb5_rc_ops, andKen Raeburn2004-06-021-38/+0
* * k5-int.h (krb5int_crypto_init, krb5int_prng_init): DeclareKen Raeburn2004-05-301-0/+3
* * k5-int.h: Include k5-thread.h.Ken Raeburn2004-04-301-0/+4
* krb5_get_in_tkt ignores lifetimeSam Hartman2004-04-161-1/+1
* * k5-int.h (krb5int_prng_cleanup): DeclareKen Raeburn2004-04-021-0/+5
* As discussed on the krbdev mailing list, krb5_get_init_creds_password()Jeffrey Altman2004-02-271-4/+4
* The new functions krb5int_c_mandatory_cksumtype, krb5_ser_pack_int64,Jeffrey Altman2003-12-191-1/+7
* Add platform-dependent 64-bit and inline-function support via new headerKen Raeburn2003-12-131-0/+27
* Save encoded KRB-SAFE-BODY to avoid problems caused by re-encoding it.Tom Yu2003-10-081-0/+6
* * krb5.hin (struct _krb5_donot_replay, krb5_rc_default, krb5_rc_resolve_type)Ken Raeburn2003-08-261-0/+50
* * configure.in: Don't test for labs, memmove or bcopy.Ken Raeburn2003-08-261-6/+0
* Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2003-07-221-7/+3
* * k5-int.h (krb5int_zap_data, zap): New macros; call memset with volatile castKen Raeburn2003-07-221-0/+4
* * k5-int.h (struct krb5_cksumtypes): Add new field trunc_sizeKen Raeburn2003-06-241-0/+6
* Export hooks for looking up SRV records, so we can avoid duplicating the codeKen Raeburn2003-06-061-1/+20
* Put krb5int_locate_server back in the accessor "export" listKen Raeburn2003-06-041-0/+4
* Rename interface to krb5_524_convert_creds, export it from krb5 library.Ken Raeburn2003-05-281-0/+3
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-241-12/+31
* Implement heuristic for matching broken Heimdal sequence number encodingsTom Yu2003-05-231-0/+2
* krb5int_populate_gic_opt should return voidSam Hartman2003-05-221-1/+1
* Implement krb5_get_in_tkt_with_password andSam Hartman2003-05-201-1/+6
* Sequence numbers are now unsigned. Implement lenient parser forTom Yu2003-05-181-2/+2
* Fix memory leaks and double frees in preauth2.cSam Hartman2003-05-131-0/+2
* * IMplement etype_info in KDC. If the request contains any newSam Hartman2003-05-121-1/+3
* Add a new krb5_context field for the config-file tgs_enctypes, whichKen Raeburn2003-05-101-0/+11
* Implement encoders for etype_info2 and add support to s2kparams forSam Hartman2003-05-061-0/+8
* Incorporate krb5_os_context directly into krb5_context, since they're alwaysKen Raeburn2003-04-281-1/+10
* Implementation of Microsoft set password client library code providedSam Hartman2003-04-251-0/+26
* * krb5.h: Removed enumsalwaysint because there are no typed enums in this hea...Alexandra Ellwood2003-03-061-6/+7
* Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn2003-03-051-69/+5
* More const for ops tablesKen Raeburn2003-01-081-1/+1
* Make ccache and rcache ops tables constKen Raeburn2003-01-081-4/+4
* Fix some KRB5_CALLCONV botches that were causing trouble for Windows buildTom Yu2002-12-071-4/+11
* This commit fixes up the in-tree callers of krb5_read_password() andTom Yu2002-11-061-2/+2
* * k5-int.h (krb5_ser_handle): Now points to const.Ken Raeburn2002-10-311-3/+3
* Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein2002-10-241-0/+81
* * k5-int.h (krb5int_sendto_udp, krb5int_sendto_tcp): Declarations deleted.Ken Raeburn2002-08-211-5/+4
* * k5-int.h (struct _krb5_context): Add new member udp_pref_limitKen Raeburn2002-08-161-8/+14
* Add hooks to optionally report local address used when contacting a KDC-likeKen Raeburn2002-07-081-3/+5
* * k5-int.h: Added krb5_kt_dfl_ops for KRB5_KEYTAB_ACCESSOR_FUNCTIONSTom Yu2002-06-151-15/+13
* client-side TCP supportKen Raeburn2002-06-111-1/+6
* Separate send-to-kdc UDP code, export it via accessor interface, and call in toKen Raeburn2002-06-051-9/+15
* Add capability of looking up TCP addresses for KDC in DNS; not enabled yet.Ken Raeburn2002-06-041-1/+3
* * k5-int.h: Include errno.h.Ken Raeburn2002-03-281-0/+1
* * krb5.hin, k5-int.h: Use const instead of krb5_const.Ken Raeburn2002-02-231-65/+65