summaryrefslogtreecommitdiff
path: root/gconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup varargs in error case too.Linus Nordberg2017-08-011-0/+1
* Adjust copyright lines to reflect git (svn) history of each and every file.Linus Nordberg2012-11-121-2/+1
* Formatting changes.Linus Nordberg2012-09-251-2/+2
* Remove the second copyright line, with both UNINETT and NORDUnet.Linus Nordberg2012-09-171-1/+0
* Remove Stig from first copyright line.Linus Nordberg2012-09-171-1/+1
* Update copyright and licensing information.Linus Nordberg2012-09-141-7/+4
* Add Emacs local variable for stroustrup style.linus2010-03-231-0/+4
* Reindent and remove trailing whitespace.linus2010-03-081-20/+20
* adjusted some log levels, log level 2 default, preparing for 1.3 releasevenaas2009-03-121-1/+1
* function pointer typedef to work around some va_arg limitationsvenaas2009-03-111-2/+4
* support for checking certificate policy oidsvenaas2008-10-131-0/+10
* hopefully removed some warningsvenaas2008-09-241-1/+1
* various code improvementsvenaas2008-09-111-0/+25
* including limits.hvenaas2008-07-081-0/+1
* gconfig support for long intvenaas2008-07-031-3/+20
* removed some harmless compiler warningsvenaas2008-06-101-1/+1
* gconfig cbs now return int. almost finished receiving all dynamic server conf...venaas2008-05-301-6/+6
* some gconfig improvements, made proxy accept server config from external programvenaas2008-05-301-20/+28
* made gconfig support input from stringvenaas2008-05-291-12/+80
* rewritten gconfig to not exit on errorsvenaas2008-05-291-74/+144
* fixed some bugs with free/alloc of strings and new gconfigvenaas2008-05-131-15/+25
* added catgconf utilityvenaas2008-05-091-34/+62
* added certificatenamecheck option to client/server for disabling default alts...venaas2008-04-291-10/+22
* include argument now relative to current config file, also never try to open ...venaas2008-04-151-17/+40
* include with globbingvenaas2007-11-291-2/+22
* working include support for individual filesvenaas2007-11-281-8/+25
* implemented config file stack; to be used for include supportvenaas2007-11-261-0/+45
* moved genericconfig to gconfig.c and reorganised header filesvenaas2007-11-211-0/+191