| Commit message (Expand) | Author | Age | Files | Lines |
* | finished code for sourceudp and sourcetcp, although there may be bugs... | venaas | 2007-11-02 | 2 | -132/+157 |
* | tidying | venaas | 2007-11-02 | 1 | -81/+81 |
* | fixing bugs in new addserver binding code | venaas | 2007-11-01 | 1 | -4/+8 |
* | skip match of cert vs host when host contains / (prefix) | venaas | 2007-10-31 | 1 | -36/+38 |
* | using only one socket per address family for udp clients, and only one client... | venaas | 2007-10-30 | 1 | -16/+58 |
* | give an error when options that should not be repeated are | venaas | 2007-10-11 | 1 | -0/+2 |
* | split clientrd into udpclientrd and tlsclientrd | venaas | 2007-10-10 | 1 | -9/+22 |
* | split out most of clientrd into a replyh function | venaas | 2007-10-10 | 1 | -153/+153 |
* | also treat \r as whitespace in configs due to Windows | venaas | 2007-10-08 | 1 | -1/+1 |
* | fixed some attribute rewrite bugs | venaas | 2007-10-05 | 1 | -11/+18 |
* | code for rewriting original username in reply | venaas | 2007-10-05 | 1 | -7/+22 |
* | finished code for rewriting username in request, generating new request, and ... | venaas | 2007-10-03 | 1 | -55/+107 |
* | code for keeping original username in request when rewriting, new freerqdata ... | venaas | 2007-10-02 | 2 | -41/+71 |
* | added more attribute rewrite code, now prints what rewrite would happen but d... | venaas | 2007-09-28 | 1 | -0/+33 |
* | started adding attribute rewrite code | venaas | 2007-09-28 | 2 | -3/+52 |
* | now only send reject when rejectmessage specified. empty message means rejet ... | venaas | 2007-09-27 | 1 | -4/+6 |
* | tiny connectionok fix | venaas | 2007-09-26 | 1 | -1/+2 |
* | man page in synch with 1.0 for now | venaas | 2007-09-21 | 1 | -9/+12 |
* | licensing info | venaas | 2007-09-21 | 2 | -3/+34 |
* | responding to accounting-requests, but no real accounting support | venaas | 2007-09-19 | 2 | -8/+75 |
* | failover, use first configured server with connectionok and lowest loss of st... | venaas | 2007-09-19 | 2 | -6/+30 |
* | allow multiple servers for a realm, so far only first will be used | venaas | 2007-09-19 | 3 | -26/+63 |
* | prefix/prefixlen for udp clients | venaas | 2007-09-18 | 1 | -3/+4 |
* | now changed to allow prefix/prefixlen for host | venaas | 2007-09-18 | 4 | -50/+164 |
* | for now we use host * to mean accept from any client address | venaas | 2007-09-18 | 1 | -10/+21 |
* | only white space change | venaas | 2007-06-29 | 1 | -1/+1 |
* | added subjectaltname cert checks, incl regexp uri | venaas | 2007-06-28 | 3 | -116/+223 |
* | fixed out of bounds access and memory leak, thanks Hans! also renamed a variable | venaas | 2007-06-23 | 1 | -9/+11 |
* | moved to linked lists for replyqs, removed replyq size and count | venaas | 2007-06-22 | 4 | -58/+79 |
* | segfault when logging that couldn't open log file fixed, now log to stderr | venaas | 2007-06-22 | 1 | -1/+3 |
* | creating clients on demand, moved creation of servers | venaas | 2007-06-21 | 1 | -73/+80 |
* | added host option to client/server, improved client_cb/server_cb, added missi... | venaas | 2007-06-21 | 2 | -36/+44 |
* | using linked lists instead of arrays | venaas | 2007-06-20 | 5 | -95/+196 |
* | fixed another bug, thanks Hans | venaas | 2007-06-19 | 1 | -3/+5 |
* | more restructuring of code | venaas | 2007-06-19 | 1 | -189/+156 |
* | added package files, note that some were also added in previous commit | venaas | 2007-06-19 | 7 | -0/+116 |
* | fixed another new bug, thanks Hans | venaas | 2007-06-19 | 4 | -1/+176 |
* | made Makefile.am use sbin | venaas | 2007-06-19 | 1 | -1/+1 |
* | fixed memset bug | venaas | 2007-06-19 | 1 | -1/+1 |
* | moved startup message | venaas | 2007-06-18 | 1 | -1/+2 |
* | restructuring peer and client/server | venaas | 2007-06-17 | 2 | -164/+215 |
* | restructuring peer and client/server | venaas | 2007-06-16 | 2 | -77/+86 |
* | updated Makefile.am, autogen.sh executable? | venaas | 2007-06-13 | 1 | -0/+1 |
* | fixed syslog url syntax, updated example config and manpage | venaas | 2007-06-13 | 4 | -5/+7 |
* | man pages | venaas | 2007-06-07 | 2 | -0/+341 |
* | some minor updates | venaas | 2007-06-05 | 4 | -15/+18 |
* | fixed one possibly serious IPv6 related bug | venaas | 2007-06-05 | 1 | -1/+1 |
* | changed config location and updated README | venaas | 2007-06-05 | 2 | -5/+4 |
* | tiny bug fix | venaas | 2007-06-03 | 1 | -1/+1 |
* | tiny improvement of configuration code | venaas | 2007-06-01 | 1 | -26/+12 |