summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* autoreconfSam Hartman2012-01-26
|
* New upstream versionSam Hartman2012-01-25
|
* autoreconfSam Hartman2012-01-25
|
* Merge remote-tracking branch 'origin/moonshot' into debianSam Hartman2012-01-25
|\
| * Merge remote-tracking branch 'origin/libradsec' into HEADSam Hartman2012-01-03
| |\ | | | | | | | | | | | | Conflicts: lib/configure.ac
| | * Change version 0.0.2-dev --> 0.0.2.dev.Linus Nordberg2011-10-14
| | | | | | | | | | | | | | | | | | 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"
| * | Avoid unused variable warningSam Hartman2012-01-03
| | |
| * | Initial RPM packagingSam hartman2011-10-10
| |/
* | Include -pthread in CFLAGS for ubuntu buildsSam Hartman2012-01-24
| |
* | Include -threads in CFLAGS for ubuntu buildsSam Hartman2012-01-18
| |
* | update makefileSam Hartman2012-01-03
| |
* | Merge remote-tracking branch 'origin/libradsec' into HEADSam Hartman2011-12-05
|\|
| * Get rid of warning for strict aliasing breakage.Linus Nordberg2011-10-05
| |
| * event_enable_debug_mode() must be called at most once.Linus Nordberg2011-09-22
| |
| * Export only symbols listed in radsec.sym.Linus Nordberg2011-07-18
| |
| * Treat warnings as errors when compiling libradsec.Linus Nordberg2011-07-18
| |
| * Refine HACKING slightly.Linus Nordberg2011-07-04
| |
| * Cleanup conf.c.Linus Nordberg2011-07-03
| | | | | | | | | | Don't promote a pointer to a boolean in if clauses. Compare strcmp to 0.
| * Handle all libconfuse parse errors.Linus Nordberg2011-07-03
| |
| * Handle configuration errors better.Linus Nordberg2011-07-03
| |
| * Remove spurious comment.Linus Nordberg2011-07-02
| | | | | | | | | | 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-02
| |
| * lib/rsp_tlscommon.c: Include sys/types.h before netinet/in.h.Linus Nordberg2011-05-23
| |
| * Compile on BSD.Linus Nordberg2011-05-18
| | | | | | | | Thanks to Luke Howard for reporting.
| * examples/client.conf: Correct key file.Linus Nordberg2011-04-01
| |
* | fix install fileSam Hartman2011-04-29
| |
* | Don't depend on radsecproxy includes from parent directorySam Hartman2011-04-27
| |
* | Update autoconf outputSam Hartman2011-04-27
| |
* | autoreconf but override gitignoreSam Hartman2011-04-27
| |
* | update versionSam Hartman2011-04-26
| |
* | Add install files and fix configure lineSam Hartman2011-04-26
| |
* | autoreconf!Sam Hartman2011-04-26
| |
* | Debian directorySam Hartman2011-04-26
|/
* Don't install example programs.Linus Nordberg2011-03-25
|
* Add cert 3 ("client cert") with key.Linus Nordberg2011-03-25
|
* demoCA: Rename c1key --> c2key to match certificate file name.Linus Nordberg2011-03-25
|
* Add tests/demoCA and use certs and key in there for the examples.Linus Nordberg2011-03-25
|
* Change version to libradsec-0.0.2-dev.Linus Nordberg2011-03-24
|
* Ready for libradsec-0.0.1.Linus Nordberg2011-03-24
|
* Harmonise with radsecproxy licensing.Linus Nordberg2011-03-24
| | | | | 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-24
|
* Define RS_FREERADIUS_DICT and use it when missing "dictionary" in config.Linus Nordberg2011-03-21
|
* Memory alloc/free cleanup for contexts.Linus Nordberg2011-03-21
| | | | | | | | | (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-21
|
* API AND CONFIG CHANGE: rs_context_create() doesn't take DICT any more.Linus Nordberg2011-03-21
| | | | | | | 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-15
|
* Verify result in example program. Also, don't leak a package.Linus Nordberg2011-03-14
|
* [TLS] Do free SSL and SSL_CTX objects.Linus Nordberg2011-03-14
|
* (rs_packet_destroy): Free unconditionally.Linus Nordberg2011-03-14
|
* Remove struct rs_attr and all use of it.Linus Nordberg2011-03-14
| | | | | | | 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.