Allow spaces in shared secret, as posted to the list.
[freeradius.git] / src / main /
2010-04-26 Alan T. DeKokAdded WITH_PROXY to allow it to build without proxying
2010-04-16 Alan T. DeKokDon't block when doing 'exec wait', and reading from...
2010-04-14 Alan T. DeKokFixed typo. This should help divorce CoA from normal...
2010-04-14 Alan T. DeKokMake request->number unsigned
2010-04-08 Alan T. DeKokOn DHCP Discover fail, don't send a NAK
2010-03-31 Alan T. DeKokCatch corner case of update disconnect in post-auth
2010-03-31 Alan T. DeKokMade 'reconfig' target use PHONY subdirectories, too
2010-03-30 Alan T. DeKokMinor change to error output for clarity
2010-03-30 Alan T. DeKokRe-open log file after HUP.
2010-03-17 Alan T. DeKokFix merge for struct names changed in 2.2.0
2010-03-09 Alan T. DeKokMove struct definition to the correct place
2010-03-06 Alan T. DeKokAllow IPv6 to bind to interface with scope.
2010-03-06 Alan T. DeKokWork around implementation-dependent shift results
2010-03-06 Alan T. DeKokCalculate IPv6 netmask correctly.
2010-03-06 Alan T. DeKokReceive CoA packets when they have been separated from...
2010-03-06 Alan T. DeKokClean up log file handling. Fixes bug #63
2010-03-06 Alan T. DeKokSwitch default for acct realms to "no_response_fail"
2010-02-11 Alan T. DeKokAdd more information to warning message
2010-02-11 Alan T. DeKokDo waitpid() for ALL children, even if there are no...
2010-02-04 Alan T. DeKokFixes to build without TCP
2010-02-04 Alan T. DeKokAdded more 'const', and changed stats to %u
2010-02-04 Alan T. DeKokAdded more 'const'
2010-02-04 Alan T. DeKokAdd statistics for detail listeners, too
2010-02-04 Alan T. DeKokCheck for allocation failure
2010-02-04 Alan T. DeKokBe more careful about handling of temporary packet
2010-02-04 Alan T. DeKokPrint the request number on every log line.
2010-01-05 Alan T. DeKokProperly account for accounting responses from a home...
2010-01-04 Alan T. DeKokReset ping variables in home server when marking it...
2009-12-21 Alan T. DeKokMake integers unsigned 32-bit, rather than signed
2009-12-18 Alan T. DeKokSimplify stats code, and keep track of dropped versus...
2009-12-18 Alan T. DeKokMake "dropped packet" message debugging
2009-12-17 Alan T. DeKokRemoved unnecessary debug message
2009-12-17 Alan T. DeKokSimplified use of llvm checker
2009-12-15 Alan T. DeKokInitialize value
2009-12-15 Alan T. DeKokCatch possible NULL pointer on editing attribute list
2009-12-15 Alan T. DeKokCatch situations where COA may be NULL
2009-12-15 Alan T. DeKokIf we have "user=foo", and we're ALREADY running as...
2009-12-09 Alan T. DeKokTemplate code to use lt_dladvise()
2009-12-08 Alan T. DeKokComplain about too many sockets earlier
2009-12-07 Alan T. DeKokAdd %{Attribute-Name#}
2009-12-07 Alan T. DeKokMake more errors non-fatal
2009-12-06 Alan T. DeKokRemoved re-definition of detail structure
2009-12-06 Alan T. DeKokMoved detail structure defs to a public header file
2009-12-05 Alan T. DeKokFix code so that corner cases of %{%{foo}:-%{bar}}...
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-12-01 Alan T. DeKokSimplify use of fr_event_now
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. DeKokUse new home_server_find API
2009-11-27 Alan T. DeKokAdd tcp/udp to CLI for home_servers
2009-11-26 Alan T. DeKokChange some DEBUG to radlog
2009-11-26 Alan T. DeKokLog more messages, rather than just doing debug with...
2009-11-22 Alan T. DeKokMore warnings
2009-11-17 Alan T. DeKokMove user/group/chroot/core to bootstrap config
2009-11-14 Alan T. DeKokMake templates work again
2009-11-13 Alan T. DeKokAllow !* to work
2009-11-12 Alan T. DeKokPrint commands from radmin when in debug mode
2009-10-21 Alan T. DeKokRemoved recursive mutexes.
2009-10-20 Alan T. DeKokAlways initialize proto
2009-10-20 Alan T. DeKokInitialize proto for old-style realms
2009-10-20 Alan T. DeKokInitialize via attr
2009-10-20 Alan T. DeKokRetry if there was no response to the packet.
2009-10-18 Alan T. DeKokPrint env vars in parent, not child
2009-10-18 Alan T. DeKokDefine names
2009-10-13 Alan T. DeKokWrite the PID file as late as possible
2009-10-12 Alan T. DeKokFix typo
2009-10-12 Alan T. DeKokMake client/port/key-balance more like fail-over
2009-10-06 Alan T. DeKokEnsure that there is a cleanup event for proxied packets
2009-10-06 Alan T. DeKokAdded more debugging messages
2009-10-06 Alan T. DeKokMark home server dead if it doesn't respond to pings
2009-10-05 Alan T. DeKokSet broadcast && reuseaddr before binding to socket
2009-10-03 Alan T. DeKokMore detailed debugging for detail
2009-10-03 Alan T. DeKokBe more restrictive on bad input
2009-10-01 Alan T. DeKokevent.c frees the listener, so we don't need to
2009-09-27 Alan T. DeKokAssign variable before using it
2009-09-27 Alan T. DeKokUse new API
2009-09-27 Alan T. DeKokInclude proto in API, no matter what build options
2009-09-25 Alan T. DeKokRemoved unnecessary line
2009-09-25 Alan T. DeKokBe more flexible about parsing detail files
2009-09-25 Alan T. DeKokClean up state machine so it's more forgiving
2009-09-24 Alan T. DeKokJumbo patch to clean up socket handling
2009-09-17 Alan T. DeKokFix arguments to client_find
2009-09-16 DanteMore plumbing to get the server to listen on TCP sockets.
2009-09-16 DanteMore plumbing to get to home servers via TCP
2009-09-16 DanteFree tcp structure, too
2009-09-16 DanteAllow outgoing TCP connections to home servers.
2009-09-16 DanteAdd scaffolding for proxy listeners.
2009-09-15 DanteMore ifdef's and assertions for checkign TCP != UDP
2009-09-15 DanteTrack the number of outstanding packets on a TCP connec...
2009-09-15 DanteStop processing packets when the socket is closed.
2009-09-15 DanteAllow radclient to send/receive RADIUS over TCP
2009-09-15 DanteAllow clients to use TCP
2009-09-15 DanteAllow home servers to use TCP
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
next