]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libradius
nm: Enable IPv6 tab in NM connection dialog
[thirdparty/strongswan.git] / src / libradius /
2018-05-23  Tobias BrunnerUnify format of HSR copyright statements
2018-02-13  Tobias BrunnerFixed some typos, courtesy of codespell
2018-02-09  Tobias Brunnerlibradius: Pad received MSK to at least 64 bytes
2017-05-26  Tobias BrunnerMerge branch 'variadic-enumerators'
2017-05-26  Tobias BrunnerMigrate all enumerators to venumerate() interface change
2016-03-24  Andreas SteffenUse standard unsigned integer types
2015-11-17  Thom Troyeap-radius: Add ability to configure RADIUS retransmiss...
2015-08-17  Tobias Brunnereap-radius: Add support for some basic IPv6-specific...
2015-05-21  Tobias Brunnerlibradius: Verify message ID of RADIUS responses
2015-04-14  Martin WilliMerge branch 'const-memeq'
2015-04-14  Martin Williutils: Use memeq_const() for all cryptographic purposes
2014-11-21  Martin WilliMerge branch 'poll'
2014-11-21  Martin Willilibradius: Use poll(2) to wait for RADIUS responses
2013-09-11  Tobias BrunnerBuild all shared libraries with -no-undefined and link...
2013-07-29  Martin WilliMerge branch 'xauth-radius'
2013-07-29  Martin Willilibradius: support encryption of User-Password attributes
2013-07-29  Martin Willilibradius: refactor generic RADIUS en-/decryption funct...
2013-07-18  Martin Williautomake: replace INCLUDES by AM_CPPFLAGS
2013-03-18  Martin WilliMerge branch 'radius-ext'
2013-03-18  Martin WilliMerge branch 'stroke-counters'
2013-03-18  Martin WilliMerge branch 'stroke-timeout'
2013-03-13  Martin WilliSend NAS-Port, NAS-IP and Calling/Called-Station-ID...
2013-03-12  Martin WilliAdd a radius message method to enumerate vendor specifi...
2013-03-07  Martin WilliMerge branch 'pt-tls'
2013-03-02  Tobias BrunnerFixed Doxygen comments after scanning complete src...
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-10-24  Tobias BrunnerMoved data structures to new collections subfolder
2012-10-24  Tobias BrunnerMoved host_t and host_resolver_t to a new networking...
2012-07-16  Martin WilliAdd a return value to hasher_t.get_hash()
2012-07-16  Martin WilliCheck rng return value when generating radius message...
2012-07-16  Martin WilliAdd a return value to signer_t.set_key()
2012-07-16  Martin WilliAdd a return value to signer_t.get_signature()
2012-07-16  Martin WilliAdd a return value to radius_message_t.sign()
2012-05-02  Martin WilliMerge branch 'ikev1'
2012-04-05  Andreas Steffenchecksum need a libradius_init() symbol
2012-03-20  Martin WilliMerge branch 'ikev1-clean' into ikev1-master
2012-03-14  Andreas Steffenstraightene radius_mppe header file
2012-03-13  Andreas Steffenimplemented MS_MPPE encryption
2012-03-13  Andreas Steffenuse predefined Microsoft PEN
2012-03-13  Andreas Steffenuse MAX_RADIUS_ATTRIBUTE_SIZE constant
2012-03-13  Andreas Steffenimplemented RADIUS Filter-ID attribute
2012-03-13  Andreas Steffendefine MAX_RADIUS_ATTRIBUTE_SIZE
2012-03-13  Andreas Steffenadded msg_auth flag in radius_message_t sign() method
2012-03-13  Andreas Steffenallow debug of raw RADIUS data
2012-03-13  Andreas Steffensimple RADIUS server example works
2012-03-13  Andreas Steffencreated libradius shared by eap-radius and tnc-pdp...
2012-03-05  Martin WilliRenamed radius_server to radius_config, as some real...
2012-03-05  Martin WilliMoved generic RADIUS protocol support to a dedicated...