aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/os/accessor.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-29Remove the non-iov entry point introduced in r23378, since it's easyGreg Hudson1-1/+0
2009-11-28Create functional internal interfaces to allow GSSAPI to performGreg Hudson1-3/+2
2009-10-31make mark-cstyleTom Yu1-77/+78
2009-10-28Bump the accessor version number since we made changes.Greg Hudson1-11/+7
2009-10-28Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov1-1/+1
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson1-1/+1
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman1-0/+7
2009-01-13Patch from Luke Howard to:Sam Hartman1-0/+1
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-1/+1
2008-12-15Remove krb4 code in libkrb5Greg Hudson1-9/+3
2008-12-02Crypto IOV API per Projects/AEAD encryption APISam Hartman1-0/+1
2008-10-25More regression tests for ASN.1 encodersKen Raeburn1-0/+3
2008-08-20lean client changesZhanna Tsitkov1-2/+8
2008-08-14If the LDAP KDB back end is being built, define ENABLE_LDAP. IfKen Raeburn1-2/+9
2008-08-13Don't build PKINIT ASN.1 support code if not building PKINIT pluginKen Raeburn1-45/+56
2007-08-06missing commaJeffrey Altman1-2/+3
2007-08-01Add PKINIT supportKevin Coffman1-0/+29
2006-12-19Use __extension__ if initializing by field name and using GCC in pre-C99 modeKen Raeburn1-0/+3
2006-10-07Initialize accessor fields at compile time, under C99 and GCCKen Raeburn1-30/+49
2006-10-07Move ASN.1 routines for KDB LDAP plugin into main krb5 library,Ken Raeburn1-0/+2
2006-03-07Merge from plugin branchKen Raeburn1-1/+0
2005-04-13Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn1-1/+0
2004-12-08* include/k5-int.h (struct _krb5int_access): Add function pointer fieldKen Raeburn1-0/+2
2003-12-19The new functions krb5int_c_mandatory_cksumtype, krb5_ser_pack_int64,Jeffrey Altman1-0/+3
2003-06-06* locate_kdc.c (struct srv_dns_entry): Moved to k5-int.h.Ken Raeburn1-0/+7
2003-06-04Put krb5int_locate_server back in the accessor "export" listKen Raeburn1-0/+1
2003-05-24Big step towards integrating libkrb524 into libkrb5:Ken Raeburn1-6/+9
2002-12-07Fix some KRB5_CALLCONV botches that were causing trouble for Windows buildTom Yu1-0/+1
2002-09-03protoizeKen Raeburn1-3/+1
2002-08-22* accessor.c (krb5int_accessor): Use krb5int_sendto instead ofKen Raeburn1-1/+1
2002-06-05Separate send-to-kdc UDP code, export it via accessor interface, and call in toKen Raeburn1-0/+1
2001-10-26* Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman1-0/+3
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn1-1/+1
2001-06-20Use a "struct addrlist" instead of separate count and pointer-to-pointer valuesKen Raeburn1-0/+1
2001-04-26implement and use new internal interface for locating serversKen Raeburn1-0/+1
2001-04-26back out changes that shouldn't have been checked in yetKen Raeburn1-1/+0
2001-04-26localaddr.c (foreach_localaddr): support SIOCGIFNUM, for SolarisKen Raeburn1-0/+1
2000-10-17 * changepw.c: Cast length argument to recvfrom/sendto to intEzra Peisach1-5/+0
2000-07-23 * accessor.c: Add NEED_SOCKETS in order to get prototype forTom Yu1-0/+1
2000-07-19Add krb5int_accessor() to access internal krb5 functions from outsideDanilo Almeida1-0/+53