summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* don't return in void functionLuke Howard2011-11-141-1/+0
| | | | | | Conflicts: lib/NTMakefile
* 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
|
* Change version 0.0.2-dev --> 0.0.2.dev.Linus Nordberg2011-10-142-2/+2
| | | | | | Sam Hartman: "I propose changing the version from 0.1-dev or whatever to 0.1.dev or whetever because RPM versions (and really debian versions too) cannot contain dashes"
* Get rid of warning for strict aliasing breakage.Linus Nordberg2011-10-051-8/+12
|
* event_enable_debug_mode() must be called at most once.Linus Nordberg2011-09-221-1/+6
|
* Export only symbols listed in radsec.sym.Linus Nordberg2011-07-182-1/+48
|
* Treat warnings as errors when compiling libradsec.Linus Nordberg2011-07-181-1/+1
|
* Refine HACKING slightly.Linus Nordberg2011-07-041-14/+16
|
* Cleanup conf.c.Linus Nordberg2011-07-031-16/+19
| | | | | Don't promote a pointer to a boolean in if clauses. Compare strcmp to 0.
* Handle all libconfuse parse errors.Linus Nordberg2011-07-031-3/+18
|
* Handle configuration errors better.Linus Nordberg2011-07-032-4/+7
|
* Remove spurious comment.Linus Nordberg2011-07-021-1/+1
| | | | | rs_resolv() doesn't have a connection to push an error on and should indeed return a struct rs_error.
* Resolve IPv6 addresses too.Linus Nordberg2011-07-021-1/+1
|
* lib/rsp_tlscommon.c: Include sys/types.h before netinet/in.h.Linus Nordberg2011-05-231-1/+1
|
* Compile on BSD.Linus Nordberg2011-05-181-0/+1
| | | | Thanks to Luke Howard for reporting.
* examples/client.conf: Correct key file.Linus Nordberg2011-04-011-1/+1
|
* Don't install example programs.Linus Nordberg2011-03-251-1/+1
|
* Add cert 3 ("client cert") with key.Linus Nordberg2011-03-254-1/+61
|
* demoCA: Rename c1key --> c2key to match certificate file name.Linus Nordberg2011-03-251-0/+0
|
* Add tests/demoCA and use certs and key in there for the examples.Linus Nordberg2011-03-258-4/+127
|
* Change version to libradsec-0.0.2-dev.Linus Nordberg2011-03-242-2/+2
|
* Ready for libradsec-0.0.1.libradsec-0.0.1Linus Nordberg2011-03-242-2/+2
|
* Harmonise with radsecproxy licensing.Linus Nordberg2011-03-242-24/+43
| | | | | Dual license the library by adding GPL v2 or later. Change the 2-clause BSD to a 3-clause.
* Update README and HACKING.Linus Nordberg2011-03-242-10/+16
|
* Define RS_FREERADIUS_DICT and use it when missing "dictionary" in config.Linus Nordberg2011-03-212-2/+7
|
* Memory alloc/free cleanup for contexts.Linus Nordberg2011-03-211-8/+5
| | | | | | | | | (rs_context_create): Don't touch *ctx on failure. Keep allocation and zeroing of allocated memory together. (rs_context_destroy): Fix typo. (rs_context_destroy): Don't rs_free the context since it's allocated with calloc.
* (rs_context_destroy): Use free() rather than rs_free() for realm->name.Linus Nordberg2011-03-212-2/+4
|
* API AND CONFIG CHANGE: rs_context_create() doesn't take DICT any more.Linus Nordberg2011-03-217-100/+161
| | | | | | | Use rs_context_create() to read FreeRADIUS dictionary, possibly by taking dict file from configuration file. CONFIG CHANGE: s/config/realm/g.
* Don't touch TLS specific things w/o RS_ENABLE_TLS.Linus Nordberg2011-03-151-0/+2
|
* Verify result in example program. Also, don't leak a package.Linus Nordberg2011-03-141-1/+9
|
* [TLS] Do free SSL and SSL_CTX objects.Linus Nordberg2011-03-141-3/+6
|
* (rs_packet_destroy): Free unconditionally.Linus Nordberg2011-03-141-7/+6
|
* Remove struct rs_attr and all use of it.Linus Nordberg2011-03-147-50/+18
| | | | | | | A new API for attributes will be added once we've decided how to deal with RADIUS packets internally. For now, removing the half baked wrapping seems more sensible than trying to free rs_attr objects and their VALUE_PAIR's.
* Add short blurb about bug hunting in HACKING.Linus Nordberg2011-03-141-0/+10
|
* Avoid potential double free.Linus Nordberg2011-03-141-1/+4
| | | | (udp_init): Set conn.rev = NULL in fault case.
* [UDP] Free the event base _after_ freeing the read and write events.Linus Nordberg2011-03-141-2/+2
| | | | Duh!
* Remove unused resp_msg from struct request.Linus Nordberg2011-03-142-3/+5
|
* Add rs_request_get_reqmsg() and update documentation.Linus Nordberg2011-03-142-10/+24
|
* Don't free connection on error, just close it.Linus Nordberg2011-03-141-3/+4
|
* [UDP] Free read/write events when destroying connection.Linus Nordberg2011-03-131-0/+4
|
* Don't double free in example code.Linus Nordberg2011-03-131-6/+2
|
* Change user name in example code.Linus Nordberg2011-03-131-1/+1
|
* Formatting changes.Linus Nordberg2011-03-131-20/+8
|
* Add Doxygen documentation for public API.Linus Nordberg2011-03-134-49/+283
|
* Update README and HACKING.Linus Nordberg2011-03-122-20/+24
|
* Merge branch 'udp' into libradsec.Linus Nordberg2011-03-1233-925/+1464
|\