summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Don't depend on radsecproxy includes from parent directorySam Hartman2013-04-26
* Fix capitalization in abfab dictionarySam Hartman2012-09-18
* fix SUBDIRS orderingSam Hartman2012-09-14
* Increase version after new client librarySam Hartman2012-09-14
* Update to IETF RADIUS attributesSam Hartman2012-09-14
* Merge remote branch 'origin/libradsec-new-client' into HEADSam Hartman2012-09-11
|\
| * Update copyright to JANET(UK)Luke Howard2012-03-31
| * fix dangling reference to dictionary pointerLuke Howard2011-12-01
| * add MS-Windows-Group-SidLuke Howard2011-12-01
| * small cleanupsLuke Howard2011-11-14
| * add rs_attr_display_name/rs_attr_parse_nameLuke Howard2011-11-14
| * remove dictionary configuration parameterLuke Howard2011-11-14
| * remove rs_packet_frpktLuke Howard2011-11-14
| * port new RADIUS library to WindowsLuke Howard2011-11-14
| * don't return in void functionLuke Howard2011-11-14
| * don't return in void functionLuke Howard2011-11-14
| * don't use GCC extensions in generated codeLuke Howard2011-11-14
| * remove rs_context_init_freeradius_dictLuke Howard2011-11-14
| * port to new RADIUS client libraryLuke Howard2011-11-14
| * add new RADIUS client libraryLuke Howard2011-11-13
* | Merge remote-tracking branch 'origin/libradsec' into HEADSam Hartman2012-01-03
|\|
| * Change version 0.0.2-dev --> 0.0.2.dev.Linus Nordberg2011-10-14
* | Avoid unused variable warningSam Hartman2012-01-03
* | Initial RPM packagingSam hartman2011-10-10
|/
* 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
* Handle all libconfuse parse errors.Linus Nordberg2011-07-03
* Handle configuration errors better.Linus Nordberg2011-07-03
* Remove spurious comment.Linus Nordberg2011-07-02
* 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
* examples/client.conf: Correct key file.Linus Nordberg2011-04-01
* 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
* 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_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
* Don't touch TLS specific things w/o RS_ENABLE_TLS.Linus Nordberg2011-03-15