aboutsummaryrefslogtreecommitdiff
path: root/src/include/k5-int.h
AgeCommit message (Expand)AuthorFilesLines
2007-09-04bump accessor version numberTom Yu1-1/+1
2007-08-28Remove macros and associated comments that appear to be forKen Raeburn1-65/+0
2007-08-08In krb5_preauth_context ftable should be Jeffrey Altman1-1/+1
2007-08-06KRB5_CALLCONV must be specified inside parens Jeffrey Altman1-1/+1
2007-08-01Add PKINIT supportKevin Coffman1-44/+101
2007-07-27Debugged version of patch worked up with LukeKen Raeburn1-2/+10
2007-07-20Pull out code for looking up the current time, comparing the offset ofKen Raeburn1-0/+1
2007-05-21Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn1-10/+1
2007-05-21Simplify UNIX krb5int_zap_data a little. Omit volatile cast, just call memset,Ken Raeburn1-10/+6
2007-05-10Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn1-1/+38
2007-05-02 k5-int.h, gic_opt.cJeffrey Altman1-2/+2
2007-03-26Remove unused scc_default_format field from krb5_contextKen Raeburn1-1/+0
2007-02-19Ensure consistancy between prototypes and functionsEzra Peisach1-1/+1
2007-02-13rename krb5_server_decrypt_ticket_keyblock() toTom Yu1-1/+1
2007-01-30get_init_creds_opt extensibilityTom Yu1-6/+79
2007-01-23Change second argument to krb5_cc_register to take a const krb5_cc_ops *. MakesEzra Peisach1-1/+1
2007-01-20Move all KRB5_PRIVATE declarations from krb5.h(in) to k5-int.h, and drop theKen Raeburn1-0/+304
2006-12-28* lib/krb5/krb/copy_creds.c (krb5int_copy_creds_contents): New function, splitKen Raeburn1-0/+3
2006-12-08build the trunk on Windows (again)Jeffrey Altman1-1/+1
2006-12-05krb5_cc_remove should work for the CCAPIAlexandra Ellwood1-0/+5
2006-12-03Remove unused prototype for krb5_find_config_filesEzra Peisach1-2/+0
2006-12-01send a new request with the new padata returned by krb5_do_preauth_tryagain()Kevin Coffman1-1/+1
2006-11-13correct client preauth plugin request_contextKevin Coffman1-2/+6
2006-11-09Add "get_data" function to the client preauth plugin interfaceKevin Coffman1-2/+19
2006-11-01Modify the preath plugin interface so that a plugin's context isKevin Coffman1-17/+96
2006-10-16Add prototype for krb5int_init_context_kdcEzra Peisach1-0/+2
2006-10-07Move ASN.1 routines for KDB LDAP plugin into main krb5 library,Ken Raeburn1-0/+26
2006-10-05cursor for iterating over ccachesTom Yu1-0/+44
2006-10-03Preauthentication Plugin FrameworkSam Hartman1-2/+17
2006-09-21Set the canonicalize flag in TGS requests and accept cross-realm referral tic...Sam Hartman1-0/+17
2006-08-23Merge Todd's TCP changepw support, with a few fixupsKen Raeburn1-6/+11
2006-06-24* k5-int.h (krb5_copy_error_state): New macroKen Raeburn1-0/+3
2006-06-15Conditionalize declarations of krb5int_make_srv_query_realm andKen Raeburn1-0/+2
2006-06-10Since it appears we don't actually set the conf_tgs_ktypes field except in thisKen Raeburn1-9/+1
2006-05-24Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn1-1/+1
2006-05-23install headers into include/krb5Ken Raeburn1-1/+1
2006-05-16* lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn1-1/+1
2006-04-21unsigned/signed int warnings in krb5_context variablesEzra Peisach1-3/+3
2006-04-19Prototype for krb5_c_prf missing constEzra Peisach1-2/+3
2006-04-14Move gmt_mktime.c from lib/krb5/os to util/support, and rename the function.Ken Raeburn1-1/+1
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn1-5/+0
2006-03-26Initial enhanced error message support, similar to what I sent toKen Raeburn1-0/+6
2006-03-08krb5.h, which is built after util/et, which is built after the supportKen Raeburn1-34/+3
2006-03-07Merge from plugin branchKen Raeburn1-23/+51
2005-11-15 * Correct function prototypes that should have been using Jeffrey Altman1-0/+4
2005-05-28* k5-int.h (encode_krb5_sam_challenge, encode_krb5_sam_key,Ken Raeburn1-30/+0
2005-05-20Implement RFC 3961 PRFSam Hartman1-0/+15
2005-04-28* k5-int.h: Include fcntl.h only if HAVE_FCNTL_H is defined.Ken Raeburn1-0/+6
2005-04-13Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn1-6/+0
2005-01-09* k5-int.h (krb5int_zap_data): Fix preprocessor test for WindowsKen Raeburn1-1/+1