Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the html target. | Linus Nordberg | 2016-03-11 | 1 | -5/+6 |
| | | | | | List the three .html files. Add targets for building .html from .1 and .5. | ||||
* | Install radsecproxy.conf.5 unconditionally.radsecproxy-1.6.6 | Linus Nordberg | 2015-01-19 | 1 | -1/+1 |
| | | | | Keep regeneration of it dependent on configure finding docbook2x-man(1). | ||||
* | Honour configure option --sysconfdir. | Linus Nordberg | 2012-04-11 | 1 | -0/+1 |
| | | | | This closes RADSECPROXY-31. | ||||
* | Make the autoconfery slightly less miserable. Also, bump version. | Linus Nordberg | 2011-12-12 | 1 | -16/+15 |
| | | | | | Get rid of warnings about defining variables conditionally and unconditionally. Don't redefine EXTRA_DIST with a spurious space in it. | ||||
* | Always distribute radsecproxy-hash.1. | Linus Nordberg | 2011-09-29 | 1 | -3/+1 |
| | |||||
* | Build radsecproxy-hash. | Linus Nordberg | 2011-09-29 | 1 | -10/+17 |
| | | | | Reorganize Makefile.am and make specific CFLAGS general (AM_CFLAGS). | ||||
* | Enable F-Ticks support in distcheck. | Linus Nordberg | 2011-09-28 | 1 | -0/+2 |
| | |||||
* | Don't have generated file under source control. | Linus Nordberg | 2011-09-28 | 1 | -0/+4 |
| | |||||
* | Cosmetic. | Linus Nordberg | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | Correct compiler and linker flags. | Linus Nordberg | 2011-09-28 | 1 | -4/+3 |
| | | | | | We don't need LDFLAGS when building librsp sources. s/catgconf/radsecproxy_conf/. | ||||
* | Reorganise EXTRA_DIST. | Linus Nordberg | 2011-09-28 | 1 | -2/+3 |
| | |||||
* | Rename binary catgconf --> radsecproxy-conf. | Linus Nordberg | 2011-09-28 | 1 | -2/+2 |
| | |||||
* | List catgconf header files too. | Linus Nordberg | 2011-09-28 | 1 | -4/+4 |
| | |||||
* | Undo cc56affa -- header files should go into SOURCES. | Linus Nordberg | 2011-09-28 | 1 | -15/+15 |
| | | | | If not for anything else but to get distributed. | ||||
* | Pass necessary compiler and linker flags. | Linus Nordberg | 2011-09-27 | 1 | -2/+4 |
| | | | | All the source files compiled into the library needs all flags too. | ||||
* | Add --enable-fticks to configure. | Linus Nordberg | 2011-09-27 | 1 | -2/+5 |
| | |||||
* | Formatting. | Linus Nordberg | 2011-09-27 | 1 | -1/+2 |
| | |||||
* | Don't list header files in _SOURCES. | Linus Nordberg | 2011-09-27 | 1 | -16/+1 |
| | | | | Dependencies will work anyway. | ||||
* | Add support for 'make check' and a dummy test. | Linus Nordberg | 2011-09-27 | 1 | -0/+2 |
| | |||||
* | Makefile.am formatting and removal of spurious variable. | Linus Nordberg | 2011-09-27 | 1 | -42/+42 |
| | |||||
* | Prepare for building tests. | Linus Nordberg | 2011-09-27 | 1 | -2/+7 |
| | | | | | Move main() out of radsecproxy.c. Build a static library and link a main.c with it. | ||||
* | Compile with -Werror. | Linus Nordberg | 2011-09-26 | 1 | -1/+2 |
| | |||||
* | Add fticks.c and fticks.h to the build. | Linus Nordberg | 2011-04-04 | 1 | -1/+3 |
| | |||||
* | * Makefile.am: Include THANKS. | Linus Nordberg | 2010-06-12 | 1 | -1/+1 |
| | |||||
* | * configure.ac: Check for docbook2x-man. | Linus Nordberg | 2010-06-12 | 1 | -1/+5 |
| | | | | * Makefile.am: Build radsecproxy.conf.5 only if docbook2x-man exists. | ||||
* | * Makefile.am (EXTRA_DIST): Add LICENSE. | Linus Nordberg | 2010-06-01 | 1 | -1/+2 |
| | |||||
* | * 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'. | ||||
* | * Makefile.am: Compile with -fno-strict-aliasing to avoid the warnings | Linus Nordberg | 2010-05-28 | 1 | -2/+2 |
| | | | | | for the casts (RADSECPROXY-8). * Makefile.in: Regenerate. | ||||
* | * Makefile.am: Build HTML version of radsecproxy.conf.5. | Linus Nordberg | 2010-05-28 | 1 | -0/+5 |
| | | | | * Makefile.in: Regenerate. | ||||
* | Add `-Wall' to CFLAGS. | linus | 2010-03-25 | 1 | -2/+2 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@531 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Build radsecproxy.conf.5 (target 'man'). | linus | 2010-03-22 | 1 | -2/+9 |
| | | | | | | | | Remove the same file (target 'clean'). Use EXTRA_DIST for all extra going into distribution. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@524 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Set AUTOMAKE_OPTIONS = foreign to make Automake less picky about | linus | 2010-03-22 | 1 | -0/+2 |
| | | | | | | | exactly which files exist or not. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@523 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Fixed for catgconf | kolla | 2009-04-03 | 1 | -16/+25 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@498 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | improved the solaris depenendent stuff | venaas | 2009-03-11 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@489 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | updated files for 1.3-beta release | venaas | 2009-02-18 | 1 | -0/+1 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@480 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | rewriting code for hosts,ports,resolving,currently does not build | venaas | 2009-01-27 | 1 | -0/+1 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@461 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | adding configure options for various transports, and -v output which ↵ | venaas | 2008-12-22 | 1 | -1/+1 |
| | | | | | | transports are enabled git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@448 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | forgot to update Makefile.am | venaas | 2008-12-22 | 1 | -0/+2 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@446 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | split out code that is needed only when tls or dtls is used | venaas | 2008-12-22 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@445 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | lots of changes to radsrv/reply and use of new radmsg stuff | venaas | 2008-09-11 | 1 | -0/+4 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@373 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | adding hash type, changed tls configs to hash | venaas | 2008-08-21 | 1 | -0/+2 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@352 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | separated udp | venaas | 2008-08-21 | 1 | -0/+2 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@350 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | separated tls | venaas | 2008-08-21 | 1 | -0/+2 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@349 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | separated tcp | venaas | 2008-08-21 | 1 | -0/+2 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@348 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | separated dtls into a separate file | venaas | 2008-08-21 | 1 | -1/+3 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@347 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | Solaris9 fixes | venaas | 2008-02-19 | 1 | -2/+2 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@214 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | moved genericconfig to gconfig.c and reorganised header files | venaas | 2007-11-21 | 1 | -0/+3 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@197 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | using linked lists instead of arrays | venaas | 2007-06-20 | 1 | -1/+3 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@147 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | made Makefile.am use sbin | venaas | 2007-06-19 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@140 e88ac4ed-0b26-0410-9574-a7f39faa03bf | ||||
* | updated Makefile.am, autogen.sh executable? | venaas | 2007-06-13 | 1 | -0/+1 |
| | | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@133 e88ac4ed-0b26-0410-9574-a7f39faa03bf |