| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | started adding attribute rewrite code | venaas | 2007-09-28 | 1 | -3/+50 |
* | 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 |
* | responding to accounting-requests, but no real accounting support | venaas | 2007-09-19 | 1 | -8/+74 |
* | failover, use first configured server with connectionok and lowest loss of st... | venaas | 2007-09-19 | 1 | -6/+29 |
* | allow multiple servers for a realm, so far only first will be used | venaas | 2007-09-19 | 1 | -24/+60 |
* | prefix/prefixlen for udp clients | venaas | 2007-09-18 | 1 | -3/+4 |
* | now changed to allow prefix/prefixlen for host | venaas | 2007-09-18 | 1 | -49/+130 |
* | 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 | 1 | -112/+209 |
* | 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 | 1 | -51/+55 |
* | 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 | 1 | -35/+42 |
* | using linked lists instead of arrays | venaas | 2007-06-20 | 1 | -93/+116 |
* | fixed another bug, thanks Hans | venaas | 2007-06-19 | 1 | -3/+5 |
* | more restructuring of code | venaas | 2007-06-19 | 1 | -189/+156 |
* | fixed another new bug, thanks Hans | 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 | 1 | -160/+209 |
* | restructuring peer and client/server | venaas | 2007-06-16 | 1 | -73/+81 |
* | fixed syslog url syntax, updated example config and manpage | venaas | 2007-06-13 | 1 | -1/+1 |
* | fixed one possibly serious IPv6 related bug | venaas | 2007-06-05 | 1 | -1/+1 |
* | tiny bug fix | venaas | 2007-06-03 | 1 | -1/+1 |
* | tiny improvement of configuration code | venaas | 2007-06-01 | 1 | -26/+12 |
* | completely changed TLS configuration | venaas | 2007-06-01 | 1 | -67/+137 |
* | logs version info at startup | venaas | 2007-05-31 | 1 | -0/+1 |
* | improved config parsing of comments | venaas | 2007-05-30 | 1 | -3/+3 |
* | allow optional trailing / after regexp | venaas | 2007-05-30 | 1 | -1/+5 |
* | added reject support | venaas | 2007-05-29 | 1 | -20/+31 |
* | removed some old backwards compatible config stuff (clients.conf/servers.conf) | venaas | 2007-05-29 | 1 | -15/+40 |
* | removed some old backwards compatible config stuff (clients.conf/servers.conf) | venaas | 2007-05-29 | 1 | -181/+2 |
* | support quoting of values, realm matching literal or regexp with / prefixing ... | venaas | 2007-05-29 | 1 | -29/+60 |
* | added strtokenquote() to replace strtok to enable quoting of values | venaas | 2007-05-24 | 1 | -0/+32 |
* | initialising some additional variables to avoid silly compiler warnings | venaas | 2007-05-24 | 1 | -8/+10 |
* | improved debug output, and removed a small probably needless delay | venaas | 2007-05-24 | 1 | -2/+1 |
* | improved debug output | venaas | 2007-05-23 | 1 | -4/+7 |
* | removed TODO | venaas | 2007-05-23 | 1 | -6/+0 |
* | better status-server debug output | venaas | 2007-05-23 | 1 | -3/+3 |
* | finished status-server code | venaas | 2007-05-23 | 1 | -44/+68 |
* | simplified some code | venaas | 2007-05-23 | 1 | -46/+39 |
* | slight regexp example change | venaas | 2007-05-23 | 1 | -1/+1 |
* | now uses regexp for realms including warnings that will be removed later | venaas | 2007-05-23 | 1 | -25/+7 |
* | added sending of statusserver and some missing free and unlock in some error ... | venaas | 2007-05-22 | 1 | -40/+89 |
* | fixed harmless expiry timer issue | venaas | 2007-05-22 | 1 | -1/+1 |
* | cleaned up msmppe code | venaas | 2007-05-21 | 1 | -20/+29 |
* | cleaned up some code with new macros | venaas | 2007-05-21 | 1 | -31/+29 |
* | made sure that go through all msmpp attributes | venaas | 2007-05-20 | 1 | -47/+43 |