Re-set FP after closing it
[freeradius.git] / src /
2009-12-05 Alan T. DeKokRe-set FP after closing it
2009-12-02 Alan T. DeKokUse intermediate buffer for error messages.
2009-12-02 Alan T. DeKokRemoved erroneous 'break'
2009-12-02 Alan T. DeKokFixed string copying in sub variable.
2009-12-01 Alan T. DeKokFixed typo
2009-11-30 Alan T. DeKokFix build problem
2009-11-30 Alan T. DeKokPrint out more useful debugging messages
2009-11-30 Alan T. DeKokCleanups and simplifications.
2009-11-30 Alan T. DeKokClean up "dead" child if there's no thread associated...
2009-11-29 Alan T. DeKokClean up state machine.
2009-11-27 Alan T. DeKokL_INFO, "PROXY:... --> L_PROXY, "...
2009-11-27 Alan T. DeKokInitialize timers for Status-Server
2009-11-27 Alan T. DeKokFixed log messages
2009-11-26 Alan T. DeKokRemove erroneous handling of option 82
2009-11-26 Alan T. DeKokPrint names for unsupported eap types
2009-11-22 Alan T. DeKokMore warnings
2009-11-22 Alan T. DeKokCheck for NULL
2009-11-22 Alan T. DeKokAs posted to the list
2009-11-22 Alan T. DeKokRevert "errormsg may be NULL"
2009-11-22 Alan T. DeKokMove user/group/chroot/core to bootstrap config
2009-11-14 Alan T. DeKokMake templates work again
2009-11-14 Alan T. DeKokAllow !* to work
2009-11-14 Alan T. DeKokPrint commands from radmin when in debug mode
2009-11-14 Alan T. DeKokFix WiMAX encoding bug introduced in 326a68b90a1a
2009-10-30 Alan T. DeKokRemoved recursive mutexes
2009-10-30 Alan T. DeKokerrormsg may be NULL
2009-10-30 Alan T. DeKokIf the port is already used, try another.
2009-10-20 Alan T. DeKokStart simplifying the code that encodes attributes
2009-10-20 Alan T. DeKokRetry if there was no response to the packet.
2009-10-20 Alan T. DeKokPrint env vars in parent, not child
2009-10-20 Alan T. DeKokChanged stop packet msg to debug rather than error
2009-10-20 Alan T. DeKokDefine names
2009-10-20 Alan T. DeKokCall detach only if function exists
2009-10-20 Alan T. DeKokWrite the PID file as late as possible
2009-10-20 Alan T. DeKokFix typo
2009-10-20 Alan T. DeKokDon't use source IP for EAP packets.
2009-10-20 Alan T. DeKokMake client/port/key-balance more like fail-over
2009-10-20 Alan T. DeKokReturn rather than use the same ptr twice
2009-10-20 Alan T. DeKokEnsure that there is a cleanup event for proxied packets
2009-10-20 Alan T. DeKokAdded more debugging messages
2009-10-20 Alan T. DeKokMark home server dead if it doesn't respond to pings
2009-10-20 Alan T. DeKokCheck for undefined types, too
2009-10-20 Alan T. DeKokSimplify the code
2009-10-20 Alan T. DeKokMore detailed debugging for detail
2009-10-20 Alan T. DeKokBe more restrictive on bad input
2009-10-20 Alan T. DeKokPrint more descriptive error message for too many EAP...
2009-10-20 Alan T. DeKokAllow old-style dictionary formats, too
2009-10-20 Alan T. DeKokUse packet codes from libradius
2009-10-20 Alan T. DeKokBe more flexible about parsing detail files
2009-10-20 Alan T. DeKokFixed compile error
2009-10-20 bduncan64-bit fixes.
2009-10-20 bduncanCheck for NOOP from opendir.c
2009-10-20 bduncan64-bit fixes and return NOOP for AD users.
2009-10-20 bduncanGet private key passphrase from keychain using certadmi...
2009-10-20 Alan T. DeKokChanged order of code to avoid race conditions
2009-10-20 Alan T. DeKokEnsure that cached SSL sessions have data
2009-09-14 Alan T. DeKokPrint out a little more information
2009-09-14 Alan T. DeKokMove "set state" to before log message
2009-09-13 Alan T. DeKokRemoved redundant code
2009-09-11 Alan T. DeKokMake a better name
2009-09-11 Alan T. DeKokWrap crap with more crap
2009-09-09 Alan T. DeKokCheck value of Fall-Through, too
2009-09-08 Alan T. DeKokBe less forgiving about the allowed operators.
2009-09-07 Alan T. DeKokWrap header file in protective #ifdef
2009-09-07 Alan T. DeKokNo need to include modules.h twice
2009-09-06 Alan T. DeKokCheck for the proper number of arguments to rebind
2009-09-05 Alan T. DeKokReplace references to <ltdl.h> with <freeradius-devel...
2009-09-05 Alan T. DeKokFirst stab at removing libltdl.
2009-09-05 Alan T. DeKokFirst stab at removing libltdl.
2009-09-05 Alan T. DeKokReference $(INCLTDL) instead of fixed link
2009-09-05 Alan T. DeKokWork around insane retarded libtool && libltdl issues.
2009-09-01 Alan T. DeKokSet DF flag for packets from the server, too
2009-08-29 Alan T. DeKokAdded comments and simplified code
2009-08-20 Alan T. DeKokAllow 100% to mean "read as fast as possible"
2009-08-20 Alan T. DeKokPacket may not exist, so check for that, too
2009-08-19 Alan T. DeKokDisallow NULL for regex comparisons
2009-08-18 Alan T. DeKokFix more typos
2009-08-18 Alan T. DeKokFixed typo
2009-08-18 Alan T. DeKokTurn off the DF bit.
2009-08-18 Alan T. DeKokFix args to printfy
2009-08-17 Alan T. DeKokAllow "no response" to DHCPy
2009-08-17 Alan T. DeKokCatch non-fatal race conditions
2009-08-15 Alan T. DeKokFix typo in last commit
2009-08-14 Alan T. DeKokChave the hash comparison algorithm to avoid timing...
2009-08-13 Alan T. DeKokInternal functions should be static
2009-08-13 Alan T. DeKokAdded query_timeout parameter. For now, it does nothing.
2009-08-13 Alan T. DeKokAlpha version from Gabriel Blanchard
2009-08-12 Alan T. DeKokFix minor issue
2009-08-12 Alan T. DeKokLook up home servers by type, too.
2009-08-12 Alan T. DeKokRemove final restrictions on attributes > 32767
2009-08-12 Alan T. DeKokMove restrictions on vendor ID from 32767 to 65535
2009-08-12 Alan T. DeKokMoved prototypes to a better place
2009-08-12 Alan T. DeKokMove "attr" to unsigned int
2009-08-12 Alan T. DeKokAdd "const" and remove compiler warningsy
2009-08-11 Alan T. DeKokMake code consistent with examples.
2009-08-10 Alan T. DeKokrequest may be NULL
2009-08-09 Alan T. DeKokCache module lists for VMPS and DHCP
2009-08-03 Alan T. DeKokAllow home_server_pools to exist without realms
2009-07-30 Boian JordanovMoved pthread keys to the "perl_inst" struct. Keys...
2009-07-29 Alan T. DeKokLog reasons for failure.
next