| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Include debug.h regardless if DEBUG -- rs_debug needs to be declared. | Linus Nordberg | 2011-02-15 | 1 | -1/+1 |
* | | Add comments. | Linus Nordberg | 2011-02-15 | 1 | -1/+3 |
|/ |
|
* | Make autogen.sh actually work -- were missing ltmain.sh. | Linus Nordberg | 2011-02-15 | 7 | -2/+13158 |
* | Do build examples with -Wall -g. | Linus Nordberg | 2011-02-04 | 1 | -2/+2 |
* | Add comments on some error codes. | Linus Nordberg | 2011-02-04 | 1 | -4/+4 |
* | Initialize pointer in example program before trusting it. | Linus Nordberg | 2011-02-04 | 1 | -5/+6 |
* | Handle more read, write and packet verification errors. | Linus Nordberg | 2011-02-04 | 1 | -42/+75 |
* | Add and use rs_debug() instead of fprintf to stderr. | Linus Nordberg | 2011-02-04 | 3 | -9/+31 |
* | Don't consume sent packets. | Linus Nordberg | 2011-02-04 | 1 | -2/+0 |
* | Pick usage of struct request in example code at run time. | Linus Nordberg | 2011-02-02 | 2 | -23/+29 |
* | Reorder function prototypes. | Linus Nordberg | 2011-02-02 | 1 | -1/+1 |
* | Disable some debug printout in tests. | Linus Nordberg | 2011-02-02 | 1 | -1/+1 |
* | Replace some code for debug printouts. | Linus Nordberg | 2011-02-02 | 1 | -63/+8 |
* | Update release info to avoid confusion. | Linus Nordberg | 2011-02-01 | 2 | -2/+2 |
* | Remove unused Makefile. | linus | 2011-01-21 | 1 | -10/+0 |
* | New versions of config.guess and config.sub. | linus | 2011-01-21 | 2 | -103/+93 |
* | Generate tests/Makefile. | linus | 2011-01-21 | 1 | -1/+2 |
* | Compile with -Wall and -g. | linus | 2011-01-21 | 1 | -0/+1 |
* | Some more UDP tests. | linus | 2011-01-21 | 7 | -103/+154 |
* | Follow API changes. | linus | 2011-01-21 | 1 | -3/+3 |
* | API breakage -- rename rs_packet_create_acc_request(). | linus | 2011-01-21 | 2 | -38/+39 |
* | Fix bug where one or two stanzas in a config file would be but not more. | linus | 2011-01-21 | 2 | -44/+60 |
* | Cosmetic changes to conf.c. | linus | 2011-01-20 | 1 | -2/+2 |
* | Improve error message. | linus | 2011-01-20 | 1 | -1/+1 |
* | Rename external functions in UDP test files. | linus | 2011-01-20 | 3 | -7/+6 |
* | Add basic testing code. | linus | 2011-01-19 | 6 | -0/+271 |
* | Cosmetic changes. | linus | 2011-01-17 | 2 | -1/+2 |
* | Update copyright years. | linus | 2011-01-17 | 1 | -1/+1 |
* | Use standard RadSec port in example config. | Linus Nordberg | 2010-11-11 | 1 | -1/+1 |
* | Add extern "C" guards to all header files. | Linus Nordberg | 2010-11-11 | 11 | -0/+89 |
* | Do print generic error strings. | Linus Nordberg | 2010-11-11 | 1 | -21/+21 |
* | Remove spurious comment. | Linus Nordberg | 2010-11-11 | 1 | -1/+0 |
* | Disable debugging. | Linus Nordberg | 2010-11-11 | 1 | -1/+1 |
* | Build even when not configured with `--enable-tls'. | Linus Nordberg | 2010-11-11 | 3 | -16/+22 |
* | Bringing up TLS connections working. | Linus Nordberg | 2010-11-11 | 28 | -56/+323 |
* | Don't ignore connection type configuration. | Linus Nordberg | 2010-11-08 | 1 | -6/+7 |
* | Use the request object in example programs. | Linus Nordberg | 2010-10-28 | 1 | -1/+1 |
* | "Thou shalt not follow the NULL pointer, for chaos and madness await | Linus Nordberg | 2010-10-28 | 1 | -6/+10 |
* | Move connection related functions to conn.c. | Linus Nordberg | 2010-10-19 | 3 | -135/+142 |
* | Revert "Require Autoconf 2.68 since 2.65 doesn't work on OSX." | Linus Nordberg | 2010-10-16 | 1 | -1/+1 |
* | Require Autoconf 2.68 since 2.65 doesn't work on OSX. | Linus Nordberg | 2010-10-16 | 1 | -1/+1 |
* | Add stub. | Linus Nordberg | 2010-10-15 | 1 | -0/+8 |
* | Merge branch 'merge-luke' into libradsec | Linus Nordberg | 2010-10-11 | 8 | -53/+172 |
|\ |
|
| * | Have rad_decode() verify responses. | Luke Howard | 2010-10-11 | 6 | -140/+49 |
| * | Request object implementation and bug fixes by Luke Howard. | Linus Nordberg | 2010-10-11 | 6 | -32/+220 |
| * | Compile again after bad fixes. | Linus Nordberg | 2010-10-10 | 1 | -5/+4 |
| * | Cosmetics. | Linus Nordberg | 2010-10-10 | 1 | -1/+1 |
| * | Robustness fixes (and some callback invocation) by Luke Howard. | Linus Nordberg | 2010-10-10 | 2 | -8/+33 |
| * | Rename rs_req_* --> rs_request_. | Linus Nordberg | 2010-10-10 | 3 | -7/+11 |
* | | Add stuff to .gitignore. | Linus Nordberg | 2010-10-10 | 1 | -1/+13 |