summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix a doc comment.Linus Nordberg2013-01-16
* Define WITHOUT_OPENSSL if we don't have openssl.Linus Nordberg2012-12-19
* Fix typos.Linus Nordberg2012-12-19
* Remove generated autotools files.Linus Nordberg2012-12-19
* Rename COPYING -> LICENSE.Linus Nordberg2012-12-19
* Remove the option to use GPLv2 as the license.Linus Nordberg2012-12-18
* Config docu.Linus Nordberg2012-12-18
* Whitespace.Linus Nordberg2012-12-18
* Include <sys/types.h> for Junos.Linus Nordberg2012-12-18
* Whitespace.Linus Nordberg2012-12-17
* Add formal argument 'secret' to two public functions.Linus Nordberg2012-12-17
* Example code: Print a little bit more helpful information on failure.Linus Nordberg2012-12-17
* Example code: Don't create rs_error on failing context creation.Linus Nordberg2012-12-17
* Docu: Fix libevent url.Linus Nordberg2012-12-17
* Docu: Remove dependency on libradius.Linus Nordberg2012-12-17
* Fix language.Linus Nordberg2012-12-12
* Merge libradsec-new-client.Linus Nordberg2012-04-27
|\
| * Update copyright to JANET(UK)Luke Howard2012-03-31
| * fix dangling reference to dictionary pointerLuke Howard2011-12-01
| * add MS-Windows-Group-SidLuke Howard2011-12-01
| * small cleanupsLuke Howard2011-11-14
| * add rs_attr_display_name/rs_attr_parse_nameLuke Howard2011-11-14
| * remove dictionary configuration parameterLuke Howard2011-11-14
| * remove rs_packet_frpktLuke Howard2011-11-14
| * port new RADIUS library to WindowsLuke Howard2011-11-14
| * don't return in void functionLuke Howard2011-11-14
| * don't return in void functionLuke Howard2011-11-14
| * don't use GCC extensions in generated codeLuke Howard2011-11-14
| * remove rs_context_init_freeradius_dictLuke Howard2011-11-14
| * port to new RADIUS client libraryLuke Howard2011-11-14
| * add new RADIUS client libraryLuke Howard2011-11-13
* | Verify certificate CN against configured hostname.Linus Nordberg2012-04-26
* | Implement cert verification.Linus Nordberg2012-04-26
* | Handle failing rs_context_create().Linus Nordberg2012-04-26
* | Use existing temporary variable conn.Linus Nordberg2012-04-26
* | Add an error code.Linus Nordberg2012-04-26
* | Don't resolve DNS names in rs_peer_set_address().Linus Nordberg2012-04-26
* | Use rs_strdup().Linus Nordberg2012-04-26
* | Add util.h and util.c.Linus Nordberg2012-04-26
* | Follow name change of rs_resolv().Linus Nordberg2012-04-26
* | Add missing radsec.h.Linus Nordberg2012-04-25
* | Postpone resolving of DNS names of server.Linus Nordberg2012-04-25
* | Update HACKING.Linus Nordberg2012-04-25
* | Missing response packet in rs_conn_receive_packet doesn't have to be a bug.Linus Nordberg2012-04-25
* | Fix a comment.Linus Nordberg2012-04-25
* | Conditionally compile TLS-PSK code (--enable-tls-psk).Linus Nordberg2012-04-23
* | Don't say RADPROT_TLS when we mean RAD_TLS.Linus Nordberg2012-04-19
* | Clarify comments about PSK string encoding.Linus Nordberg2012-02-01
* | Get the test suite going again.Linus Nordberg2012-01-31
* | Implement TLS-PSK.Linus Nordberg2012-01-31