Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename rs_packet_flags members. | Linus Nordberg | 2013-01-24 | 1 | -3/+3 |
| | | | | | | | | | Uppercase to make them appear as the constants they are, as opposed to variables. Remove 'flag' suffix, typically used for variables. Spell out HEADER. | ||||
* | Add docstrings and a comment. | Linus Nordberg | 2013-01-22 | 1 | -3/+15 |
| | |||||
* | Rename COPYING -> LICENSE. | Linus Nordberg | 2012-12-19 | 1 | -1/+1 |
| | | | | And distribute LICENSE and HACKING. | ||||
* | Merge libradsec-new-client. | Linus Nordberg | 2012-04-27 | 1 | -19/+15 |
|\ | |||||
| * | port to new RADIUS client library | Luke Howard | 2011-11-14 | 1 | -19/+15 |
| | | |||||
* | | Verify certificate CN against configured hostname. | Linus Nordberg | 2012-04-26 | 1 | -1/+5 |
| | | | | | | | | NOTE: The subjectAltName check is not well tested. | ||||
* | | Use existing temporary variable conn. | Linus Nordberg | 2012-04-26 | 1 | -4/+4 |
| | | |||||
* | | Avoid unused variable warning when building without DEBUG. | Linus Nordberg | 2012-01-04 | 1 | -2/+6 |
|/ | | | | Spotted by Sam Hartman. | ||||
* | Add retransmission timer support (UDP). | Linus Nordberg | 2011-03-09 | 1 | -22/+9 |
| | |||||
* | Add RSE_DISCO. | Linus Nordberg | 2011-03-09 | 1 | -0/+1 |
| | |||||
* | Timeout implemented in request objects, supported by TCP. | Linus Nordberg | 2011-03-08 | 1 | -7/+2 |
| | | | | TODO: UDP. | ||||
* | Move verification of response packets up to a level where it makes sense. | Linus Nordberg | 2011-03-07 | 1 | -54/+15 |
| | | | | | | | | | | | | | | | | | | | | | Replace the user_dispatch_flag on connections with conn_user_dispatch_p(). Remove the 'original' member from packet and instead have an upper layer verify. Rename packet valid_flag --> received_flag to reflect that we don't verify. Move _close_conn() --> conn_close(). Move packet flags into a single unsigned int, for portability. (_read_packet): Don't verify packet. (rs_conn_receive_packet): Don't touch PKT_OUT if there isn't a packet. (rs_conn_receive_packet): Verify packet using packet_verify_response(). | ||||
* | Move event_set_timeout --> tcp_set_connect_timeout. | Linus Nordberg | 2011-03-06 | 1 | -0/+34 |
| | |||||
* | Restructure code, moving most code out of packet.c | Linus Nordberg | 2011-03-06 | 1 | -0/+276 |
Also, move copyright notice out of COPYING and into every file. |