Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dead code.libradsec-user-dispatch | Linus Nordberg | 2013-01-28 | 2 | -10/+1 |
| | |||||
* | Update HACKING with a rough road map. | Linus Nordberg | 2013-01-25 | 1 | -5/+6 |
| | |||||
* | Bump version to 0.1.0-dev. | Linus Nordberg | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Don't verify server certificate if we're using PSK. | Linus Nordberg | 2013-01-24 | 1 | -2/+3 |
| | |||||
* | Merge branch 'rename-packet-to-message' into libradsec-user-dispatch | Linus Nordberg | 2013-01-24 | 22 | -339/+360 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/include/radsec/radsec.h Original commit message (1e3a2613): Rename most 'package' to 'message'. RADIUS (RFC2865) is defined to be transported over UDP so the term "radius packet" makes a lot of sense. RADIUS/TCP (RFC6613) and RADIUS/TLS (RFC6614), a.k.a. RadSec, use stream transport protocols though. The term "message" doesn't imply any kind of transport -- a message can be sent using datagrams as well as in a stream. This (large) commit changes 'package' to 'message' where it makes sense. It does not touch the 'radius' subdirectory. It includes preprocessor directives (#define) to make the public interface compatible with previous releases of the library. | ||||
| * | Rename most 'package' to 'message'. | Linus Nordberg | 2013-01-24 | 21 | -317/+331 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | RADIUS (RFC2865) is defined to be transported over UDP so the term "radius packet" makes a lot of sense. RADIUS/TCP (RFC6613) and RADIUS/TLS (RFC6614), a.k.a. RadSec, use stream transport protocols though. The term "message" doesn't imply any kind of transport -- a message can be sent using datagrams as well as in a stream. This (large) commit changes 'package' to 'message' where it makes sense. It does not touch the 'radius' subdirectory. It includes preprocessor directives (#define) to make the public interface compatible with previous releases of the library. | ||||
| * | s/packet/message take one | Linus Nordberg | 2013-01-24 | 1 | -21/+28 |
| | | |||||
* | | Add CHANGES. | Linus Nordberg | 2013-01-24 | 2 | -0/+9 |
| | | | | | | | | It's just a skeleton. | ||||
* | | user dispatch WIP 0 | Linus Nordberg | 2013-01-24 | 7 | -12/+259 |
|/ | |||||
* | Rename rs_packet_flags members. | Linus Nordberg | 2013-01-24 | 4 | -11/+11 |
| | | | | | | | | | Uppercase to make them appear as the constants they are, as opposed to variables. Remove 'flag' suffix, typically used for variables. Spell out HEADER. | ||||
* | Handle case where config hasn't yet been read better. | Linus Nordberg | 2013-01-23 | 1 | -2/+4 |
| | | | | Don't segfault is a good start. | ||||
* | Add some info on usage modes. | Linus Nordberg | 2013-01-23 | 2 | -9/+27 |
| | |||||
* | Add docstrings and a comment. | Linus Nordberg | 2013-01-22 | 1 | -3/+15 |
| | |||||
* | Remove unnecessary #includes. | Linus Nordberg | 2013-01-22 | 1 | -5/+1 |
| | |||||
* | Whitespace. | Linus Nordberg | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Compile with -Werror. | Linus Nordberg | 2013-01-22 | 4 | -4/+4 |
| | |||||
* | Remove incorrect build instruction from HACKING. | Linus Nordberg | 2013-01-22 | 1 | -1/+0 |
| | |||||
* | Add md5.[ch] for when we are configured without OpenSSL. | Linus Nordberg | 2013-01-22 | 4 | -22/+347 |
| | | | | | | | | | | | This is Solar Designers implementation from http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 . RS_MD5Transform goes away since it's not in md5.h. It's not used in lib/radius/. Might want to move this into lib/radius/ if we end up not using it in lib/. | ||||
* | Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/. | Linus Nordberg | 2013-01-22 | 20 | -28/+357 |
| | |||||
* | Clean up top dir. | Linus Nordberg | 2013-01-22 | 56 | -21398/+4 |
| | |||||
* | Merge branch 'libradsec-new-client' into libradsec | Linus Nordberg | 2013-01-21 | 101 | -21532/+9918 |
|\ | |||||
| * | Update README and HACKING.libradsec-new-client | Linus Nordberg | 2013-01-21 | 2 | -22/+23 |
| | | | | | | | | | | | | | | | | | | | | Whitespace fixes. Say Debian instead of Ubuntu. Update versions of library dependencies. HACKING: Revive the "fully reentrant" design goal. Admit that we don't implement a server API. | ||||
| * | 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 | 71 | -1465/+11408 |
| |\ | |||||
| | * | 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 |
| | | |