summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/accessor.c
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-2/+3
* Minimize draft9 PKINIT code by removing dead codeGreg Hudson2012-02-111-1/+0
* Remove some unneeded accessor fieldsGreg Hudson2012-01-071-7/+0
* Stop using krb5_typed_data structure typeGreg Hudson2011-12-211-2/+0
* Don't use accessor in encrypted challengeGreg Hudson2011-09-241-7/+0
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-3/+1
* Defer hostname lookups in krb5_sendto_kdcGreg Hudson2011-02-131-12/+0
* Remove the non-iov entry point introduced in r23378, since it's easyGreg Hudson2009-11-291-1/+0
* Create functional internal interfaces to allow GSSAPI to performGreg Hudson2009-11-281-3/+2
* make mark-cstyleTom Yu2009-10-311-77/+78
* Bump the accessor version number since we made changes.Greg Hudson2009-10-281-11/+7
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-281-1/+1
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-191-1/+1
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-311-0/+7
* Patch from Luke Howard to:Sam Hartman2009-01-131-0/+1
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-1/+1
* Remove krb4 code in libkrb5Greg Hudson2008-12-151-9/+3
* Crypto IOV API per Projects/AEAD encryption APISam Hartman2008-12-021-0/+1
* More regression tests for ASN.1 encodersKen Raeburn2008-10-251-0/+3
* lean client changesZhanna Tsitkov2008-08-201-2/+8
* If the LDAP KDB back end is being built, define ENABLE_LDAP. IfKen Raeburn2008-08-141-2/+9
* Don't build PKINIT ASN.1 support code if not building PKINIT pluginKen Raeburn2008-08-131-45/+56
* missing commaJeffrey Altman2007-08-061-2/+3
* Add PKINIT supportKevin Coffman2007-08-011-0/+29
* Use __extension__ if initializing by field name and using GCC in pre-C99 modeKen Raeburn2006-12-191-0/+3
* Initialize accessor fields at compile time, under C99 and GCCKen Raeburn2006-10-071-30/+49
* Move ASN.1 routines for KDB LDAP plugin into main krb5 library,Ken Raeburn2006-10-071-0/+2
* Merge from plugin branchKen Raeburn2006-03-071-1/+0
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-1/+0
* * include/k5-int.h (struct _krb5int_access): Add function pointer fieldKen Raeburn2004-12-081-0/+2
* The new functions krb5int_c_mandatory_cksumtype, krb5_ser_pack_int64,Jeffrey Altman2003-12-191-0/+3
* * locate_kdc.c (struct srv_dns_entry): Moved to k5-int.h.Ken Raeburn2003-06-061-0/+7
* Put krb5int_locate_server back in the accessor "export" listKen Raeburn2003-06-041-0/+1
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-241-6/+9
* Fix some KRB5_CALLCONV botches that were causing trouble for Windows buildTom Yu2002-12-071-0/+1
* protoizeKen Raeburn2002-09-031-3/+1
* * accessor.c (krb5int_accessor): Use krb5int_sendto instead ofKen Raeburn2002-08-221-1/+1
* Separate send-to-kdc UDP code, export it via accessor interface, and call in toKen Raeburn2002-06-051-0/+1
* * Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman2001-10-261-0/+3
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-1/+1
* Use a "struct addrlist" instead of separate count and pointer-to-pointer valuesKen Raeburn2001-06-201-0/+1
* implement and use new internal interface for locating serversKen Raeburn2001-04-261-0/+1
* back out changes that shouldn't have been checked in yetKen Raeburn2001-04-261-1/+0
* localaddr.c (foreach_localaddr): support SIOCGIFNUM, for SolarisKen Raeburn2001-04-261-0/+1
* * changepw.c: Cast length argument to recvfrom/sendto to intEzra Peisach2000-10-171-5/+0
* * accessor.c: Add NEED_SOCKETS in order to get prototype forTom Yu2000-07-231-0/+1
* Add krb5int_accessor() to access internal krb5 functions from outsideDanilo Almeida2000-07-191-0/+53