summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* allow multiple servers for a realm, so far only first will be usedvenaas2007-09-193-26/+63
* prefix/prefixlen for udp clientsvenaas2007-09-181-3/+4
* now changed to allow prefix/prefixlen for hostvenaas2007-09-184-50/+164
* for now we use host * to mean accept from any client addressvenaas2007-09-181-10/+21
* only white space changevenaas2007-06-291-1/+1
* added subjectaltname cert checks, incl regexp urivenaas2007-06-283-116/+223
* fixed out of bounds access and memory leak, thanks Hans! also renamed a variablevenaas2007-06-231-9/+11
* moved to linked lists for replyqs, removed replyq size and countvenaas2007-06-224-58/+79
* segfault when logging that couldn't open log file fixed, now log to stderrvenaas2007-06-221-1/+3
* creating clients on demand, moved creation of serversvenaas2007-06-211-73/+80
* added host option to client/server, improved client_cb/server_cb, added missi...venaas2007-06-212-36/+44
* using linked lists instead of arraysvenaas2007-06-205-95/+196
* fixed another bug, thanks Hansvenaas2007-06-191-3/+5
* more restructuring of codevenaas2007-06-191-189/+156
* added package files, note that some were also added in previous commitvenaas2007-06-197-0/+116
* fixed another new bug, thanks Hansvenaas2007-06-194-1/+176
* made Makefile.am use sbinvenaas2007-06-191-1/+1
* fixed memset bugvenaas2007-06-191-1/+1
* moved startup messagevenaas2007-06-181-1/+2
* restructuring peer and client/servervenaas2007-06-172-164/+215
* restructuring peer and client/servervenaas2007-06-162-77/+86
* updated Makefile.am, autogen.sh executable?venaas2007-06-131-0/+1
* fixed syslog url syntax, updated example config and manpagevenaas2007-06-134-5/+7
* man pagesvenaas2007-06-072-0/+341
* some minor updatesvenaas2007-06-054-15/+18
* fixed one possibly serious IPv6 related bugvenaas2007-06-051-1/+1
* changed config location and updated READMEvenaas2007-06-052-5/+4
* tiny bug fixvenaas2007-06-031-1/+1
* tiny improvement of configuration codevenaas2007-06-011-26/+12
* completely changed TLS configurationvenaas2007-06-013-83/+184
* added config examplevenaas2007-05-311-0/+5
* logs version info at startupvenaas2007-05-311-0/+1
* improved config parsing of commentsvenaas2007-05-301-3/+3
* fixed example configvenaas2007-05-301-1/+1
* Makefile.am installs config examplevenaas2007-05-301-0/+3
* allow optional trailing / after regexpvenaas2007-05-301-1/+5
* added reject supportvenaas2007-05-293-21/+40
* removed some old backwards compatible config stuff (clients.conf/servers.conf)venaas2007-05-291-15/+40
* removed some old backwards compatible config stuff (clients.conf/servers.conf)venaas2007-05-291-181/+2
* support quoting of values, realm matching literal or regexp with / prefixing ...venaas2007-05-292-37/+72
* added strtokenquote() to replace strtok to enable quoting of valuesvenaas2007-05-241-0/+32
* initial autoconf supportvenaas2007-05-248-2/+85
* initialising some additional variables to avoid silly compiler warningsvenaas2007-05-241-8/+10
* improved debug output, and removed a small probably needless delayvenaas2007-05-241-2/+1
* improved debug outputvenaas2007-05-231-4/+7
* removed TODOvenaas2007-05-231-6/+0
* better status-server debug outputvenaas2007-05-231-3/+3
* added status-server examplevenaas2007-05-231-0/+2
* finished status-server codevenaas2007-05-231-44/+68
* simplified some codevenaas2007-05-231-46/+39