test: Add minimal interop test with MIT Kerberos
[lorikeet-heimdal.git] / include /
2022-11-17 Jeffrey AltmanWindows: define __func__ in terms of __FUNCTION__
2022-11-01 Nicolas Williamshcrypto: Remove MD2 with prejudice
2022-09-16 Daria Phoebe Brashearrewrite fallthrough to HEIM_FALLTHROUGH to deal with...
2022-01-21 Jeffrey AltmanFollow the Linux kernel's lead on "fallthrough"
2022-01-20 Luke Howardkdc: add accessor functions for KDC request structure
2022-01-20 Luke Howardinclude: fix token_validator_plugin.h typo
2022-01-20 Luke Howardinclude: add more generated files to CLEANFILES
2022-01-20 Luke HowardRevert "include: add more generated files to CLEANFILES"
2022-01-20 Luke Howardinclude: add more generated files to CLEANFILES
2022-01-14 Nicolas WilliamsUse fallthrough statement attribute
2022-01-14 Nicolas Williamsroken: Delete getcap/cgetent/cgetstr()
2022-01-14 Jeffrey Altmaninclude: bits conditionalize behavior on HAVE_SNPRINTF
2022-01-13 Nicolas Williamsbits: Fix warnings
2022-01-05 Luke HowardWindows 10 SDK build fixes
2022-01-04 Luke HowardRevert "Windows 10 SDK build fixes"
2022-01-04 Luke Howardkdc: annotate libkdc Windows function annotations
2022-01-03 Luke HowardWindows 10 SDK build fixes
2022-01-03 Luke Howardkdc: rename windc to kdc plugin
2021-11-30 Nicolas Williamskrb5: Fix umask issue with SQLite3
2021-11-30 Nicolas Williamsroken: Use ptsname_r() if we have it
2021-11-30 Nicolas Williamsautoconf: Remove unused tests
2020-07-13 Luke Howardbase: use heim_base_atomic_load in heimqueue.h
2020-03-02 Nicolas WilliamsMove some infra bits of lib/krb5/ to lib/base/ (2)
2020-02-04 Luke Howardgss: port NegoEx implementation from MIT
2020-02-04 Luke Howardgss: use tail queue instead of singly linked list in...
2020-02-04 Luke Howardbase: make heimqueue.h a shared header
2019-10-03 Viktor DukhovniDisable Nagle in iprop master and slave
2019-05-22 Rod WiddowsonWindows: Windows CRT doesn't support %k as format for...
2019-01-02 Jeffrey Altmanlib/hx509: declare and apply HX509_LIB_xxx macros
2019-01-02 Jeffrey AltmanWIN32: hint noreturn functions
2019-01-01 Luke HowardWindows: remove reference to NetInfo
2019-01-01 Luke HowardWindows: default client keytab to %{LOCAL_APPDATA}...
2018-12-31 Luke Howardgssapi: support for client keytab in gss_acquire_cred...
2018-12-26 Nicolas WilliamsAdd check for getpw*_r()
2018-12-26 Nicolas WilliamsAdd check for getlogin_r()
2018-12-26 Nicolas WilliamsRemove iruserok()
2018-12-26 Nicolas WilliamsRemove lib/roken glob()
2018-12-24 Luke Howardkrb5: port MIT Linux keyring credentials cache (#166)
2018-04-19 Daria Phoebe Brashearsunpro c defines __SUNPRO_C not __SUNPRO_CC
2017-05-27 Nicolas Williamslib/roken: add fseeko()/ftello()
2017-03-13 Nicolas WilliamsUse __attribute__ ((__name__)) form
2016-12-15 Nicolas WilliamsFix make dist missing files (#228)
2016-12-08 Nicolas WilliamsFix Windows build perl issue
2016-11-16 Nicolas WilliamsRound #2 of scan-build warnings cleanup
2016-11-14 Viktor DukhovniFinish X removal
2016-11-14 Viktor DukhovniGoodbye push
2016-11-14 Viktor DukhovniGoodbye login
2016-11-14 Viktor DukhovniGoodbye FTP
2016-05-17 Andrew BartlettMerge pull request #176 from urisimchoni/signed-kvno
2016-05-15 Andrew BartlettMerge pull request #177 from jelmer/reproducible
2016-05-15 Jelmer VernooijDon't put system architecture in generated headers.
2016-05-14 Andrew BartlettMerge pull request #154 from metze-samba/heimdal-for...
2016-05-14 Andrew BartlettMerge pull request #171 from jelmer/parallel
2016-04-23 Jeffrey AltmanWindows: add HCRYPTO_FALLBACK config to build system
2016-04-15 Nicolas WilliamsAdd HEIMDAL_THREAD_create() macros
2016-04-15 Nicolas WilliamsAdd thread-locals for WIN32
2016-04-15 Nicolas WilliamsMake OpenSSL an hcrypto backend proper
2016-04-15 Nicolas WilliamsFix heim_threads.h rwlocks macros for pthreads
2016-04-15 Nicolas WilliamsWIN32 thread primitives must return int
2016-04-10 Nicolas Williamsthreads: Windows mutex and rwlock implementation
2015-11-06 Roland C. Dowdeswellinclude/Makefile.am: don't clean files that are distrib...
2015-04-28 Love Hörnquist ÅstrandMerge pull request #124 from Sp1l/master
2015-04-21 Bernard SpilRefactor EGD conditional support
2015-03-05 Viktor DukhovniBN_is_negative is no longer a macro in OpenSSL master
2015-03-05 Viktor DukhovniOpenSSL master requires more explicit #includes
2014-02-17 Love Hörnquist ÅstrandMerge pull request #62 from ktdreyer/rm-old-makefile...
2014-02-17 Love Hörnquist ÅstrandMerge pull request #63 from ktdreyer/endif-cross
2014-02-17 Ken DreyerProperly terminate ifdef conditional in krb5-types.h
2014-02-16 Love Hörnquist Åstrandadd missing files, sort stuff
2014-02-12 Jeffrey AltmanMerge pull request #59 from chewi/master
2014-02-05 Jeffrey Altmandefine HEIMDAL_WARN_UNUSED_RESULT_ATTRIBUTE
2013-11-28 Love Hörnquist ÅstrandMerge pull request #48 from pettai/master
2013-10-21 Love Hornquist Astrandintruduce krb5_generate_random() that can fail and...
2013-09-15 Jeffrey AltmanWindows: remove unintended text string
2013-09-14 Tony AceroWindows: Fix perl string equality for Debug Builds
2013-09-06 Nicolas WilliamsFix some DLL hell: use dladdr() to find plugin dir
2013-07-17 Nico WilliamsMake krb5-types.h define int64_t on Win32
2013-07-04 Ben KadukBe friendly to krb5_generate_random_block consumers
2012-01-17 Nicolas WilliamsMake master build on Windows
2011-10-29 Love Hörnquist Åstrandmerge support for FAST in as-req codepath
2011-09-23 Jeffrey AltmanWindows: Version mgmt for assemblies and thirdparty
2011-07-22 Love Hörnquist ÅstrandMerge pull request #9 from lha/master
2011-07-17 Love Hörnquist Åstrandadd NTMakefile and windows directories
2011-06-20 Jeffrey AltmanMerge pull request #11 from asankah/master
2011-06-19 Love Hörnquist Åstrandsimplify checking and start to use __has_extension
2011-06-15 Love Hörnquist Åstrandquite down clang analyzer warnings for the generate...
2011-05-21 Love Hornquist Astrandremove trailing whitespace
2011-05-17 Jeffrey AltmanAdd NO_LOCALNAME
2010-11-26 Love Hornquist Astrandspelling
2010-11-26 Love Hornquist Astrandclean out gssapi_oid.h
2010-11-26 Love Hornquist Astrandclean out cache_plugin.h
2010-11-24 Asanka C. HerathWindows: Only export through .def files
2010-11-24 Asanka C. HerathWindows: Older Windows SDKs need <winsock2.h>
2010-11-24 Asanka C. HerathDefine and use a path separator string
2010-10-31 Love Hornquist Astrandsort and add ntlm_err.h
2010-10-28 Love Hornquist Astrandclean heimbase.
2010-10-27 Love Hornquist Astranddefine helper macros for __attribute__
2010-10-27 Love Hornquist Astranddefine helper macros for __attribute__
2010-09-14 Love Hornquist AstrandNew drop with windows code from Secure Endpoints/Asanka
2010-09-14 Love Hornquist Astrandclean better
next