summaryrefslogtreecommitdiff
path: root/radsecproxy.c
Commit message (Expand)AuthorAgeFilesLines
* Add --enable-fticks to configure.Linus Nordberg2011-09-271-0/+12
* Prepare for building tests.Linus Nordberg2011-09-271-1/+1
* Make radsecproxy.h self-sustaining.Linus Nordberg2011-09-261-1/+0
* Formatting changes.Linus Nordberg2011-07-031-4/+2
* Don't print a pointer when trying to print a string.Linus Nordberg2011-07-031-1/+1
* Add test lost in 480942e6 back.Linus Nordberg2011-04-051-1/+2
* Do F-Ticks reporting only for Access-Accept and Access-Reject.Linus Nordberg2011-04-051-3/+3
* Move configure_fticks to fticks.c.Linus Nordberg2011-04-041-66/+2
* Move F-Ticks logging to fticks.c.Linus Nordberg2011-04-041-73/+2
* Add F-Ticks logging support.Linus Nordberg2011-04-041-26/+104
* Remove dashes from all options F-Ticks.* for consistency.Linus Nordberg2011-04-041-6/+6
* Add configuration of client fticksVISINST.Linus Nordberg2011-04-041-0/+1
* Formatting changes.Linus Nordberg2011-04-041-14/+15
* Add configuration options for F-Ticks logging.Linus Nordberg2011-04-011-0/+70
* Formatting changes.Linus Nordberg2011-04-011-20/+21
* Update copyright notices.Linus Nordberg2011-03-311-0/+1
* "Thou shalt not follow the NULL pointer, for chaos and madness awaitLinus Nordberg2010-11-151-4/+6
* * README: Correct number of debug levels.Linus Nordberg2010-06-021-2/+2
* Reflect new debug level in man pages and comments in source.Linus Nordberg2010-06-011-2/+2
* Added DBG_NOTICE to the access accept/reject and accounting,Linus Nordberg2010-06-011-8/+18
* * radsecproxy.c (createpidfile): Don't use r uninitialized.Linus Nordberg2010-05-281-1/+1
* * radsecproxy.c (createpidfile): Treat pid_t as long, avoiding compiler warni...Linus Nordberg2010-05-281-1/+1
* Print a better version string than "$Rev$".Linus Nordberg2010-05-281-2/+2
* * debug.c (debugerrno): New function.Linus Nordberg2010-05-281-13/+14
* * radsecproxy.c (extractattr): Add vendor_flag argument and enforceLinus Nordberg2010-05-271-8/+15
* * radsecproxy.c (pwdencrypt): Fix bug with User-Password's of a lengthLinus Nordberg2010-05-261-40/+7
* * radsecproxy.c (extractattr): Bug! When s is changed, update len. This mig...Linus Nordberg2010-05-251-5/+6
* * radsecproxy.c (extractattr): Fix bug where 'name' part was lost (inLinus Nordberg2010-05-251-1/+1
* * radsecproxy.c (addrewrite): Add some detail to error printouts.Linus Nordberg2010-05-251-5/+5
* * radsecproxy.c (makevendortlv): Free attr when it's been copied.Linus Nordberg2010-05-251-6/+15
* * radsecproxy.c: Fix typo introduced in 4779686 making rewrite a nullLinus Nordberg2010-05-241-12/+10
* (dorewrite): Do modattrs even if addattrs fails. Do modattrs beforelinus2010-03-311-19/+79
* Add LoopPrevention per server (RADSECPROXY-1).linus2010-03-311-1/+5
* Add Emacs local variable for stroustrup style.linus2010-03-231-0/+4
* Reindent and remove trailing whitespace.linus2010-03-081-225/+225
* Missing parantheses bug spotted by Daniel Bertolokolla2010-01-131-9/+10
* Creditskolla2009-09-111-0/+1
* Added Stefan's UDP fragmentation fixkolla2009-09-111-0/+3
* Contribution acknowledgementskolla2009-07-221-0/+2
* From: Simon Leinen <simon.leinen@switch.ch>Simon Leinen2009-07-221-4/+4
* Added contributed patch by Maja Wolniewicz <mgw@umk.pl>kolla2009-04-241-8/+8
* Shorter way to accomplish the samekolla2009-04-031-8/+2
* Individual messages per msg typekolla2009-04-031-3/+7
* Ouptut "replyh: passing reply to client" as WARN (level 2) when reply messagekolla2009-04-021-1/+5
* adjusted some log levels, log level 2 default, preparing for 1.3 releasevenaas2009-03-121-17/+17
* added -i option for pid file, HUP for reopening log filevenaas2009-02-131-8/+26
* set dynamic timeout to 5venaas2009-02-051-1/+1
* timeout for connectvenaas2009-02-051-1/+0
* allowing multiple host statements in client and server blocksvenaas2009-02-031-18/+65
* minor fixes to hostport stuffvenaas2009-01-291-7/+7