freeradius.git
2007-01-05 aland notes about existing users release_1_1_4
2007-01-04 aland Noted changes to rlm_pap
2007-01-04 aland Updated version number
2006-12-19 aland Note changes to rlm_pap
2006-12-19 aland Updated functionality for rlm_pap
2006-12-12 pnixonoops. invalid syntax.. Test things before you commit...
2006-12-09 aland Defined Cleartext-Password and Password-With-Header...
2006-11-30 aland Added recent notes
2006-11-29 aland Vista workarounds
2006-11-28 aland Print out more information about bad packets
2006-11-28 aland Updated names so that upper/lower case matches...
2006-11-27 aland Pull -r1.23 -> -r1.24 from CVS head
2006-11-26 aland Parse a VALUE as an integer only if ALL of its characters
2006-11-26 aland VALUEs can only be defined for 'string' and 'octets...
2006-11-26 aland ATTRIBUTEs of type STRING shouldn't have VALUEs
2006-11-26 aland Correct definitions for stats, from
2006-11-26 aland Include dictionary.sofaware
2006-11-26 aland As posted to the list by Jacques Bourdeau
2006-11-22 aland Permit EAP-Message and State from the home server...
2006-11-20 nbk Update the types that were mistakenly inversed. (close...
2006-11-19 nbkPull from CVS head:
2006-11-19 nbk Update for 1.1.4
2006-11-18 nbk Update for 1.1.4.
2006-11-18 nbk Fix a corner case where the proxy port isn't set either in
2006-11-18 nbkPull from CVS head:
2006-11-18 nbkPull from CVS head:
2006-11-18 nbkPull from CVS head:
2006-11-17 aland Corrected typo
2006-11-16 aland More attributes, from bug #408
2006-11-16 aland Check return code of malloc
2006-11-16 aland Check return code of malloc in testing code
2006-11-15 aland Corrected typo
2006-11-14 pnixonImplement draft-schulzrinne-sipping-radius-accounting...
2006-11-13 pnixondictionary.digest should actually be dictionary.rfc4590
2006-11-13 pnixonIncorrect attribute name as reported by "Duane Cox"
2006-10-26 aland Removed double free. This fixes bug #404
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusack add new header ident.h
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusack typo
2006-10-24 fcusack no longer used
2006-10-24 fcusack document rlm_otp fd leak fix
2006-10-24 fcusack otp_putfd(): add disconnect arg, to allow just mutex...
2006-10-24 fcusack remove trailing "\n"s from some radlog() calls
2006-10-20 aland fix stdarg.h
2006-10-20 pnixonCleanup
2006-10-20 fcusackfile ident.h was added on branch branch_1_1 on 2006...
2006-10-20 fcusack prevent rcsid from being optimized out
2006-10-19 fcusack no longer appropriate
2006-10-19 fcusack typo
2006-10-18 aland Send MS-CHAP2-Success, which makes EAP-TTLS/MSCHAP...
2006-10-18 aland Send MS-CHAP2-Success, which makes EAP-TTLS/MSCHAP...
2006-10-18 aland Print ntlm_auth failure reason in Module-Failure-Message
2006-10-18 aland Added preliminary code to support Firebird. Untested!
2006-10-18 aland Pull notes from CVS head
2006-10-18 aland Check return codes. This fixes bug #394
2006-10-14 pnixonFurther cleanup of the config file
2006-10-09 aland re-arrange the "apply priority" code so that it does...
2006-10-09 aland print out module return code, too. This appears to...
2006-10-08 pnixonspelling error
2006-10-06 aland Pull code from CVS head to split argv BEFORE radius_xl...
2006-10-05 aland use struct sockaddr_storage, not struct sockaddr.
2006-10-05 aland don't call librad_log
2006-10-05 pnixonrename to radrelay
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 aland Removed references to Livingston
2006-10-03 pnixonMoved schema to main sql files
2006-10-03 pnixonAdd some indexes for sqlippool
2006-10-03 pnixonradiusd is currently crashing for us in threaded mode...
2006-10-03 pnixonAdd acctlog config section
2006-10-03 pnixonAdd new module to do configurable logging of accounting...
2006-10-03 pnixonAdd config options for configurable logging
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-10-02 aland Perl script (hokey as heck) to minimize the number...
2006-10-02 pnixonRFC 2865: The String field is one or more octets. ...
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-29 pnixonRename to symlink to avoid problems with startproc
2006-09-28 aland Added a few more 16-bit vsa's
2006-09-28 aland Set component and module when processing a request...
2006-09-28 pnixonUpdate paths to new doc/examples dir
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 pnixonRename table for consistency
2006-09-22 pnixonKill this stupid check for NULL username.
2006-09-21 aland Fix it more
2006-09-21 aland Added rfc4590 to the the list
2006-09-21 aland Added for Digest authentication
2006-09-21 aland Be a little politer about what we print
2006-09-21 pnixonChange %{P} to %{check:Pool-Name} to improve query...
2006-09-21 pnixonRemove mutexes and log Called/Calling-Station-Id when...
2006-09-20 pnixonSome additional docs
next