Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a doc comment. | Linus Nordberg | 2013-01-16 | 1 | -4/+5 |
| | |||||
* | Define WITHOUT_OPENSSL if we don't have openssl. | Linus Nordberg | 2012-12-19 | 1 | -0/+4 |
| | | | | | | | This is for radius/client.h. We will want an alternative way of getting MD5. Include md5.[ch] from FreeBSD? Link with libnettle? | ||||
* | Fix typos. | Linus Nordberg | 2012-12-19 | 1 | -2/+2 |
| | | | | #error messages. | ||||
* | Remove generated autotools files. | Linus Nordberg | 2012-12-19 | 12 | -21531/+4 |
| | |||||
* | Rename COPYING -> LICENSE. | Linus Nordberg | 2012-12-19 | 45 | -48/+50 |
| | | | | And distribute LICENSE and HACKING. | ||||
* | Remove the option to use GPLv2 as the license. | Linus Nordberg | 2012-12-18 | 11 | -78/+31 |
| | | | | | | | This follows the changes to the upstream radsecproxy repository. Also, Stig Venaas is removed from all copyright, replaced by UNINETT. Add JANET as copyright holder (avp.c). | ||||
* | Config docu. | Linus Nordberg | 2012-12-18 | 1 | -2/+2 |
| | |||||
* | Whitespace. | Linus Nordberg | 2012-12-18 | 1 | -3/+3 |
| | |||||
* | Include <sys/types.h> for Junos. | Linus Nordberg | 2012-12-18 | 2 | -0/+2 |
| | | | | Fix from Luke Howard. | ||||
* | Whitespace. | Linus Nordberg | 2012-12-17 | 1 | -1/+1 |
| | |||||
* | Add formal argument 'secret' to two public functions. | Linus Nordberg | 2012-12-17 | 5 | -10/+18 |
| | | | | | | | | | | The functions are rs_packet_create_authn_request() and rs_request_create_authn(). Attributes of type PW_USER_PASSWORD are supposed to be MD5 obfuscated (see vp2data_any()). NOTE: This is a non-backward compatible API change. | ||||
* | Example code: Print a little bit more helpful information on failure. | Linus Nordberg | 2012-12-17 | 1 | -1/+1 |
| | |||||
* | Example code: Don't create rs_error on failing context creation. | Linus Nordberg | 2012-12-17 | 1 | -4/+5 |
| | | | | We don't export err_create() and the error is ENOMEM nowadays. | ||||
* | Docu: Fix libevent url. | Linus Nordberg | 2012-12-17 | 1 | -1/+1 |
| | |||||
* | Docu: Remove dependency on libradius. | Linus Nordberg | 2012-12-17 | 1 | -2/+1 |
| | |||||
* | Fix language. | Linus Nordberg | 2012-12-12 | 1 | -2/+2 |
| | |||||
* | Merge libradsec-new-client. | Linus Nordberg | 2012-04-27 | 70 | -1463/+11403 |
|\ | |||||
| * | Update copyright to JANET(UK) | Luke Howard | 2012-03-31 | 1 | -1/+1 |
| | | |||||
| * | fix dangling reference to dictionary pointer | Luke Howard | 2011-12-01 | 1 | -1/+4 |
| | | |||||
| * | add MS-Windows-Group-Sid | Luke Howard | 2011-12-01 | 1 | -0/+1 |
| | | |||||
| * | small cleanups | Luke Howard | 2011-11-14 | 1 | -7/+14 |
| | | |||||
| * | add rs_attr_display_name/rs_attr_parse_name | Luke Howard | 2011-11-14 | 5 | -4/+153 |
| | | |||||
| * | remove dictionary configuration parameter | Luke Howard | 2011-11-14 | 3 | -6/+0 |
| | | |||||
| * | remove rs_packet_frpkt | Luke Howard | 2011-11-14 | 5 | -16/+3 |
| | | |||||
| * | port new RADIUS library to Windows | Luke Howard | 2011-11-14 | 12 | -27/+131 |
| | | | | | | | | | | | | | | | | Conflicts: lib/configure.ac lib/include/radsec/radsec.h lib/radius/client.h | ||||
| * | don't return in void function | Luke Howard | 2011-11-14 | 1 | -1/+0 |
| | | | | | | | | | | | | Conflicts: lib/NTMakefile | ||||
| * | don't return in void function | Luke Howard | 2011-11-14 | 1 | -1/+1 |
| | | |||||
| * | don't use GCC extensions in generated code | Luke Howard | 2011-11-14 | 2 | -25/+37 |
| | | |||||
| * | remove rs_context_init_freeradius_dict | Luke Howard | 2011-11-14 | 4 | -51/+0 |
| | | |||||
| * | port to new RADIUS client library | Luke Howard | 2011-11-14 | 58 | -3796/+3028 |
| | | |||||
| * | add new RADIUS client library | Luke Howard | 2011-11-13 | 32 | -0/+10504 |
| | | |||||
* | | Verify certificate CN against configured hostname. | Linus Nordberg | 2012-04-26 | 3 | -3/+21 |
| | | | | | | | | NOTE: The subjectAltName check is not well tested. | ||||
* | | Implement cert verification. | Linus Nordberg | 2012-04-26 | 4 | -118/+85 |
| | | | | | | | | NOTE: Not used yet. | ||||
* | | Handle failing rs_context_create(). | Linus Nordberg | 2012-04-26 | 1 | -1/+7 |
| | | |||||
* | | Use existing temporary variable conn. | Linus Nordberg | 2012-04-26 | 1 | -4/+4 |
| | | |||||
* | | Add an error code. | Linus Nordberg | 2012-04-26 | 2 | -0/+3 |
| | | | | | | | | Also add error text for missing RSE_CRED. | ||||
* | | Don't resolve DNS names in rs_peer_set_address(). | Linus Nordberg | 2012-04-26 | 1 | -6/+8 |
| | | | | | | | | It simply stores (a copy of) hostname and service name in PEER. | ||||
* | | Use rs_strdup(). | Linus Nordberg | 2012-04-26 | 1 | -2/+3 |
| | | |||||
* | | Add util.h and util.c. | Linus Nordberg | 2012-04-26 | 3 | -2/+26 |
| | | |||||
* | | Follow name change of rs_resolv(). | Linus Nordberg | 2012-04-26 | 1 | -2/+2 |
| | | |||||
* | | Add missing radsec.h. | Linus Nordberg | 2012-04-25 | 1 | -0/+7 |
| | | |||||
* | | Postpone resolving of DNS names of server. | Linus Nordberg | 2012-04-25 | 5 | -26/+35 |
| | | | | | | | | | | | | | | | | | | | | We used to resolve DNS names when reading configuration. We now do it in event_init_socket() and cache the result in the connection object. The imminent need for changing this is to keep host names around for X509 certificate verification (CNAME and subjectAltName). This will also help later when we implement server failover (and later, when people want to do more dynamic configuration, f.ex. NAPTR). | ||||
* | | Update HACKING. | Linus Nordberg | 2012-04-25 | 1 | -2/+10 |
| | | |||||
* | | Missing response packet in rs_conn_receive_packet doesn't have to be a bug. | Linus Nordberg | 2012-04-25 | 1 | -1/+4 |
| | | |||||
* | | Fix a comment. | Linus Nordberg | 2012-04-25 | 1 | -1/+1 |
| | | |||||
* | | Conditionally compile TLS-PSK code (--enable-tls-psk). | Linus Nordberg | 2012-04-23 | 4 | -15/+45 |
| | | | | | | | | Also, allow for PSK-only configuration, i.e. don't barf on missing cert stuff. | ||||
* | | Don't say RADPROT_TLS when we mean RAD_TLS. | Linus Nordberg | 2012-04-19 | 2 | -3/+3 |
| | | | | | | | | | | RADPROT_TLS is legacy from radsecproxy and will go away. It happens to be defined to 1, the same as RAD_TLS, so it happens to work. | ||||
* | | Clarify comments about PSK string encoding. | Linus Nordberg | 2012-02-01 | 1 | -2/+2 |
| | | |||||
* | | Get the test suite going again.libradsec-psk | Linus Nordberg | 2012-01-31 | 4 | -18/+49 |
| | | |||||
* | | Implement TLS-PSK. | Linus Nordberg | 2012-01-31 | 5 | -9/+106 |
| | |