summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Whitespace.Linus Nordberg2012-12-181-3/+3
* Include <sys/types.h> for Junos.Linus Nordberg2012-12-182-0/+2
* Whitespace.Linus Nordberg2012-12-171-1/+1
* Add formal argument 'secret' to two public functions.Linus Nordberg2012-12-175-10/+18
* Example code: Print a little bit more helpful information on failure.Linus Nordberg2012-12-171-1/+1
* Example code: Don't create rs_error on failing context creation.Linus Nordberg2012-12-171-4/+5
* Docu: Fix libevent url.Linus Nordberg2012-12-171-1/+1
* Docu: Remove dependency on libradius.Linus Nordberg2012-12-171-2/+1
* Fix language.Linus Nordberg2012-12-121-2/+2
* Merge libradsec-new-client.Linus Nordberg2012-04-2771-1465/+11408
|\
| * Update copyright to JANET(UK)Luke Howard2012-03-311-1/+1
| * fix dangling reference to dictionary pointerLuke Howard2011-12-011-1/+4
| * add MS-Windows-Group-SidLuke Howard2011-12-011-0/+1
| * small cleanupsLuke Howard2011-11-141-7/+14
| * add rs_attr_display_name/rs_attr_parse_nameLuke Howard2011-11-145-4/+153
| * remove dictionary configuration parameterLuke Howard2011-11-143-6/+0
| * remove rs_packet_frpktLuke Howard2011-11-145-16/+3
| * port new RADIUS library to WindowsLuke Howard2011-11-1412-27/+131
| * don't return in void functionLuke Howard2011-11-141-1/+0
| * don't return in void functionLuke Howard2011-11-141-1/+1
| * don't use GCC extensions in generated codeLuke Howard2011-11-142-25/+37
| * remove rs_context_init_freeradius_dictLuke Howard2011-11-144-51/+0
| * port to new RADIUS client libraryLuke Howard2011-11-1459-3798/+3033
| * add new RADIUS client libraryLuke Howard2011-11-1332-0/+10504
* | Verify certificate CN against configured hostname.Linus Nordberg2012-04-263-3/+21
* | Implement cert verification.Linus Nordberg2012-04-264-118/+85
* | Handle failing rs_context_create().Linus Nordberg2012-04-261-1/+7
* | Use existing temporary variable conn.Linus Nordberg2012-04-261-4/+4
* | Add an error code.Linus Nordberg2012-04-262-0/+3
* | Don't resolve DNS names in rs_peer_set_address().Linus Nordberg2012-04-261-6/+8
* | Use rs_strdup().Linus Nordberg2012-04-261-2/+3
* | Add util.h and util.c.Linus Nordberg2012-04-263-2/+26
* | Follow name change of rs_resolv().Linus Nordberg2012-04-261-2/+2
* | Add missing radsec.h.Linus Nordberg2012-04-251-0/+7
* | Postpone resolving of DNS names of server.Linus Nordberg2012-04-255-26/+35
* | Update HACKING.Linus Nordberg2012-04-251-2/+10
* | Missing response packet in rs_conn_receive_packet doesn't have to be a bug.Linus Nordberg2012-04-251-1/+4
* | Fix a comment.Linus Nordberg2012-04-251-1/+1
* | Conditionally compile TLS-PSK code (--enable-tls-psk).Linus Nordberg2012-04-234-15/+45
* | Don't say RADPROT_TLS when we mean RAD_TLS.Linus Nordberg2012-04-192-3/+3
* | Clarify comments about PSK string encoding.Linus Nordberg2012-02-011-2/+2
* | Get the test suite going again.Linus Nordberg2012-01-314-18/+49
* | Implement TLS-PSK.Linus Nordberg2012-01-315-9/+106
* | Free the transport credentials struct.Linus Nordberg2012-01-261-0/+1
* | Bump library interface revision.Linus Nordberg2012-01-241-0/+16
* | Be user friendly in example program.Linus Nordberg2012-01-241-0/+9
* | Move a comment, for clarification.Linus Nordberg2012-01-241-1/+1
* | Add TLS PSK configuration options.Linus Nordberg2012-01-243-4/+49
* | Cosmetic changes.Linus Nordberg2012-01-191-6/+6
* | Cosmetic changes.Linus Nordberg2012-01-191-3/+4