use struct sockaddr_storage, not struct sockaddr.
[freeradius.git] / src /
2006-10-05 aland use struct sockaddr_storage, not struct sockaddr.
2006-10-05 aland don't call librad_log
2006-10-03 aland ./scripts/min-includes +n <files listed here>
2006-10-03 aland margin notes on which tokens have what numbers
2006-10-03 pnixonMoved schema to main sql files
2006-10-03 pnixonAdd new module to do configurable logging of accounting...
2006-10-03 pnixonso that we dont leak on a HUP
2006-10-03 pnixonNew patch for configurable logging
2006-10-03 pnixonRollback this patch.
2006-10-03 pnixonLogging update
2006-09-30 mgriegoSleep for 1 second if the child hasn't returned yet...
2006-09-30 fcusack another state->radstate fix
2006-09-30 fcusack s/bad state/bad radstate/ to be clear that it's not...
2006-09-28 aland Set component and module when processing a request...
2006-09-27 aland Call proxy_listener->send, not listener->send
2006-09-27 mgriegoFix a race condition when running in threaded mode...
2006-09-22 pnixonKill this stupid check for NULL username.
2006-09-21 pnixonRemove mutexes and log Called/Calling-Station-Id when...
2006-09-20 mgriegoIf we're using syslog, we have to parse the log {}...
2006-09-18 aland Calculate reply digest for Disconnect && CoA packets...
2006-09-18 pnixonUpdate to check the error codes properly so we only...
2006-09-14 aland Reverted the change from 1.36 -> 1.37.
2006-09-14 aland Commited a fix for bug #390
2006-09-14 aland Reverted change 1.38 -> 1.39. pairmove() uses operato...
2006-09-14 aland Don't NULL self->request until after we're done using it
2006-09-13 aland When walking over a section, handle the case of CONF_DATA
2006-09-13 bjordanovFixed bug id #390 Removed pairfree and Updated to use...
2006-09-11 aland get rid of race condition on proxying by moving the...
2006-09-11 aland abstract IP address comparisons
2006-09-06 aland Pick a proxy port for radrelay
2006-09-05 aland Don't call cf_section_read() recursively. Instead...
2006-09-05 aland Catch more cases of start section without end, and...
2006-09-05 aland 'X' means 'print output to stdout'
2006-09-05 aland Separate reading of a file from $INCLUDEing a file.
2006-09-05 aland Cleartext-Password is a "known good" password, too
2006-09-04 pnixonPort module to new API (To stop it core dumping) and...
2006-09-01 aland All components and indices for module calling are...
2006-09-01 aland Move the module lists to hash tables, which are simple...
2006-09-01 aland cf_section_read() is called from two places:
2006-08-30 bjordanovNew Future: Modify the operator for VP
2006-08-28 aland Over-write existing vp's with new ones.
2006-08-24 aland Corrected comment
2006-08-24 aland In pairmove(), do NOT blindly move all of the attribut...
2006-08-24 aland Don't copy User-Password to Cleartext-Password, if...
2006-08-24 aland If debugging, set output to stdout.
2006-08-23 aland Until we read radiusd.conf, all errors should go to...
2006-08-22 aland Be a little more paranoid about initialization.
2006-08-22 aland Allow empty check lines.
2006-08-22 aland Be a little more aggressive about shrinking the TLS...
2006-08-22 aland Free more entries in the config.
2006-08-21 nbk Install new files hash.h and packet.h too and remove...
2006-08-18 aland Pulled from branch_1_1
2006-08-18 aland Use correct catch for lines that are too long\18
2006-08-17 aland Don't free cs if it was uninitialized
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-08-16 nbk Regenerate radpaths.h if a later run of ./configure...
2006-08-16 nbk Regenerate radpaths.h if a later run of ./configure...
2006-08-16 aland Verify Access-Challenge, too. Bug found by Mitaine...
2006-08-16 aland Verify Access-Challenge, too. That's a dumb bug,...
2006-08-16 pnixonMajor updates to module to make it standalone. It no...
2006-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-08-15 aland Added Password-With-Header, so we don't have too many...
2006-08-15 aland Replaced EAP-MD5-Password with Cleartext-Password
2006-08-15 aland Define Cleartext-Password, for general consumption
2006-08-14 aland Don't complain about Auth-Type Accept or Reject
2006-08-01 aland allow number of days, too
2006-07-28 aland Be smarter and faster about aliases.
2006-07-28 aland Added support for native "byte" and "short", which...
2006-07-24 aland More checks for diameter length
2006-07-24 aland Decode multiple Diameter attributes from inside one...
2006-07-17 aland Check header length, too
2006-07-17 aland Check length of Diameter headers, too
2006-07-16 nbk Update the comments to document the current nas_query...
2006-07-14 aland Add Alvarion hack to preaccounting
2006-07-14 aland Add Alvarion hack to preaccounting
2006-07-13 aland Yank & de-allocate ID after verifying signature, not...
2006-07-13 aland Hack for Breezecom nonsense
2006-07-13 aland Hack for breezecom nonsense. Untested.
2006-07-13 aland return NULL not 0 for consistency
2006-07-13 aland Make VENDOR publicly accessible, it's needed.
2006-07-13 aland Pull off the top bit, too for VENDOR, due to recent...
2006-07-13 aland Don't go up too far in open braces. Otherwise:
2006-07-13 aland Rename index to count, to avoid compiler warnings.
2006-07-12 aland Implement initial support for Extended-Attribute,...
2006-07-07 aland When reading the detail file, look for Packet-Src...
2006-07-07 aland Add "log_packet_header" config, which will log src...
2006-07-07 aland Be a little more forgiving about accepting attributes...
2006-07-07 aland When printing IPv6 address, print IPv6 ones...
2006-07-07 aland un-break last change
2006-07-07 aland Remove ${srcdir} stuff, which isn't necessary, and...
2006-07-07 fcusack Update for branch_1_1 (vp_strvalue, FR header locations).
2006-07-06 aland make reconfig
2006-07-06 aland A better way to do "make reconfig", that doesn't miss...
2006-07-06 aland A better way to do "make reconfig".
2006-07-06 aland Add reconfig target
2006-07-06 aland Pull reconfig from head
2006-07-06 aland Add reconfig target
2006-07-06 aland port reconfig target from head
2006-07-06 aland Add reconfig target, make it recursive, and use it...
2006-07-06 nbk Move the test for "deletestalesessions". (closes ...
next