Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve API docu in libradsec-base.h slightly. | Linus Nordberg | 2010-09-13 | 1 | -22/+28 |
| | | | | Still needs work! | ||||
* | Make git ignore gcc precompiled headers. | Linus Nordberg | 2010-09-13 | 1 | -0/+6 |
| | |||||
* | First stab at a working blocking example. | Linus Nordberg | 2010-09-13 | 9 | -41/+203 |
| | |||||
* | Low level connect and read working, kind of. At least TCP. | Linus Nordberg | 2010-09-03 | 8 | -62/+312 |
| | | | | Next: serializing. | ||||
* | Rename libradsec-libevent.h --> libradsec-levent.h. | Linus Nordberg | 2010-09-02 | 1 | -0/+0 |
| | |||||
* | Cosmetic changes. | Linus Nordberg | 2010-09-02 | 1 | -1/+1 |
| | |||||
* | Change the order of parameters to rc_connect() -- let those who may | Linus Nordberg | 2010-09-02 | 1 | -3/+3 |
| | | | | default to 0 or NULL come last. | ||||
* | Complete documentation for functions in libradsec-base.h. | Linus Nordberg | 2010-09-02 | 1 | -13/+21 |
| | |||||
* | Split libradsec.h in -base.h and -libevent.h. | Linus Nordberg | 2010-09-02 | 3 | -99/+201 |
| | |||||
* | Thinking out loud some more. | Linus Nordberg | 2010-08-27 | 1 | -6/+7 |
| | |||||
* | Fix typo. | Linus Nordberg | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | Add lib/libradsec.h. | Linus Nordberg | 2010-08-27 | 2 | -0/+1699 |
| | | | | First sketch of the API. | ||||
* | * ChangeLog: Fix typo. | Linus Nordberg | 2010-06-12 | 1 | -1/+1 |
| | |||||
* | * configure.ac: Update version.radsecproxy-1.4 | Linus Nordberg | 2010-06-12 | 2 | -11/+11 |
| | |||||
* | * NEWS: New file, for make dist. Shouldn't be needed since ↵ | Linus Nordberg | 2010-06-12 | 1 | -0/+1 |
| | | | | `AUTOMAKE_OPTIONS = foreign' IMO. | ||||
* | * README: Add known build issues. | Linus Nordberg | 2010-06-12 | 1 | -0/+5 |
| | |||||
* | * Makefile.in: Regenerate. | Linus Nordberg | 2010-06-12 | 1 | -1/+1 |
| | |||||
* | * Makefile.am: Include THANKS. | Linus Nordberg | 2010-06-12 | 1 | -1/+1 |
| | |||||
* | * ChangeLog: Fix version number and date. | Linus Nordberg | 2010-06-12 | 1 | -1/+1 |
| | |||||
* | * README: Correct version number and fix date. | Linus Nordberg | 2010-06-12 | 1 | -1/+1 |
| | |||||
* | Regenerate Auto* files, partly because of changes to configure.ac and | Linus Nordberg | 2010-06-12 | 6 | -135/+206 |
| | | | | Makefile.am and partly because of newer Auto* suite. | ||||
* | * configure.ac: Check for docbook2x-man. | Linus Nordberg | 2010-06-12 | 2 | -1/+9 |
| | | | | * Makefile.am: Build radsecproxy.conf.5 only if docbook2x-man exists. | ||||
* | Remove packaging/{portage,rpm}. They're ancient and don't receive any | Linus Nordberg | 2010-06-11 | 15 | -658/+0 |
| | | | | love no more. | ||||
* | * README: Improve initial paragraph. Thanks to Stig Venaas. | Linus Nordberg | 2010-06-11 | 1 | -2/+3 |
| | |||||
* | Alphabetize on first name instead. | Linus Nordberg | 2010-06-11 | 1 | -7/+7 |
| | |||||
* | Split README into README and THANKS. | Linus Nordberg | 2010-06-11 | 3 | -40/+54 |
| | | | | Rewrite AUTHORS. | ||||
* | * README: Update version number and date. FIXME: This file should | Linus Nordberg | 2010-06-10 | 1 | -1/+1 |
| | | | | probably be rewritten. | ||||
* | * develdoc.txt: Language nitpicking fixes. | Linus Nordberg | 2010-06-10 | 1 | -4/+4 |
| | |||||
* | * ChangeLog: Restructure and add note about incompatible change in log levels. | Linus Nordberg | 2010-06-09 | 1 | -9/+18 |
| | |||||
* | * radsecproxy.conf-example: Fix typo. | Linus Nordberg | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | * radsecproxy.conf-example: Update for new log level. | Linus Nordberg | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | * README: Correct number of debug levels. | Linus Nordberg | 2010-06-02 | 2 | -4/+4 |
| | | | | | | * radsecproxy.c (getmainconfig): Take new log level into account. (getargs): Ditto. Patch by Kolbjørn Barmen. | ||||
* | * ChangeLog: Mention new log level. | Linus Nordberg | 2010-06-01 | 1 | -0/+2 |
| | |||||
* | * LICENSE: Update years. | Linus Nordberg | 2010-06-01 | 1 | -1/+1 |
| | |||||
* | * ChangeLog: Update date and version. Reformulate last entry. | Linus Nordberg | 2010-06-01 | 1 | -3/+2 |
| | |||||
* | * Makefile.in: Regenerate. | Linus Nordberg | 2010-06-01 | 1 | -1/+3 |
| | |||||
* | * Makefile.am (EXTRA_DIST): Add LICENSE. | Linus Nordberg | 2010-06-01 | 1 | -1/+2 |
| | |||||
* | * Makefile.in: Regenerate. | Linus Nordberg | 2010-06-01 | 1 | -22/+139 |
| | |||||
* | * Makefile.am: Put man page files in `dist_man_MANS' and it's built by | Linus Nordberg | 2010-06-01 | 1 | -4/+3 |
| | | | | target 'all' as well as included in 'dist'. | ||||
* | * radsecproxy.conf.5: Remove since it's generated from | Linus Nordberg | 2010-06-01 | 1 | -551/+0 |
| | | | | radsecproxy.conf.5.xml (make target 'man'). | ||||
* | Reflect new debug level in man pages and comments in source. | Linus Nordberg | 2010-06-01 | 3 | -6/+6 |
| | | | | | Author: Kolbjørn Barmen <kolbjorn.barmen@uninett.no> Date: Tue Jun 1 09:52:17 2010 +0300 | ||||
* | Added DBG_NOTICE to the access accept/reject and accounting, | Linus Nordberg | 2010-06-01 | 1 | -8/+18 |
| | | | | | | | statisticly interesting information. Author: Kolbjørn Barmen <kolbjorn.barmen@uninett.no> Date: Tue Jun 1 09:41:02 2010 +0300 | ||||
* | Bump version. | Linus Nordberg | 2010-05-31 | 2 | -11/+11 |
| | |||||
* | Add log level DBG_NOTICE. | Linus Nordberg | 2010-05-31 | 2 | -3/+10 |
| | |||||
* | * configure: Regenerate. | Linus Nordberg | 2010-05-31 | 1 | -10/+10 |
| | |||||
* | Ready for 1.4-beta2.radsecproxy-1.4-beta2 | Linus Nordberg | 2010-05-28 | 2 | -2/+6 |
| | |||||
* | * radsecproxy.c (createpidfile): Don't use r uninitialized.radsecproxy-1.4-beta1 | Linus Nordberg | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | * radsecproxy.c (createpidfile): Treat pid_t as long, avoiding compiler ↵ | Linus Nordberg | 2010-05-28 | 1 | -1/+1 |
| | | | | warnings on Solaris. | ||||
* | Print a better version string than "$Rev$". | Linus Nordberg | 2010-05-28 | 1 | -2/+2 |
| | |||||
* | * Makefile.am: Compile with -fno-strict-aliasing to avoid the warnings | Linus Nordberg | 2010-05-28 | 2 | -4/+4 |
| | | | | | for the casts (RADSECPROXY-8). * Makefile.in: Regenerate. |