freeradius.git
2004-03-18 aland Don't de-reference proxy when asked to look at proxy...
2004-03-18 aland No proxy packet or proxy reply, don't do anything
2004-03-18 pnixonChange all CalledID and CallingID fields to VARCHAR...
2004-03-18 pnixonChange CiscoNASPort from BOOL to Varchar(1) to fix...
2004-03-18 pnixonChanged StopTelephony column h323RemoteAddress from...
2004-03-17 pnixonUpdate to SuSE build files to include files in /etc...
2004-03-16 aland Removed unnecessary character
2004-03-16 aland Flush the buffer after writing to it
2004-03-16 mgriegoCheck return value from registered xlat functions....
2004-03-15 aland If input ends in one or more blank lines, don't get...
2004-03-15 aland Moved EAP section to its own configuration file, as...
2004-03-15 cparker Added two realm module configure options. Ignore_defa...
2004-03-14 cparker More man pages for commonly used modules.
2004-03-12 aland A little better way of dealing with DICT_VALUEs that...
2004-03-12 aland Get rid of "long" types. They're not needed.
2004-03-12 aland Don't bother fixing these things up incorrectly
2004-03-12 aland Look for post-proxy for tunneled session, and do it...
2004-03-12 aland Added instance, so that we can control with_ntdomain_hack,
2004-03-12 aland After we've called MS-CHAP for authentication, delete...
2004-03-12 aland If the tunneled EAP session returned early because...
2004-03-12 aland Minor formatting
2004-03-12 aland A little prettier printing for -Xx
2004-03-10 aland Padding is "NOT unaligned data", not "aligned data"
2004-03-10 kkalevAdd a force directive in log_badlogins. If uncommented...
2004-03-09 aland Added attributes as posted to the list today
2004-03-08 aland Export rad_postauth()
2004-03-08 aland Added submodule tunnel callback
2004-03-08 aland Expose rad_postauth
2004-03-08 aland -X means debug_flag +=2.
2004-03-08 aland Added 'const', for paranoia
2004-03-08 aland More updates
2004-03-08 aland If this VP isn't a LEAP thing, go to the next one.
2004-03-05 aland Catch people who type 1 character hex strings
2004-03-05 aland eapttls_process() was sometimes returning PW_FOO,...
2004-03-05 aland If we've found openssl/ssl.h, then set -I$OPENSSL_INCLUDE
2004-03-04 aland Added docs for cisco_accounting_username_bug
2004-03-04 aland Nope... Panther doesn't like this, either.
2004-03-03 aland Explicitly link to -lradius, to get functions defined...
2004-03-03 aland The encryption of the MPPE keys is done by tunnel_pwen...
2004-03-03 aland added gtc{} to eap{}
2004-03-03 aland Added another debug message about which section it...
2004-03-02 mgriegoAdded cisco_accouting_username_bug to the rlm_eap_t.
2004-03-02 mgriegoMust have a semicolon at the end of the line.
2004-03-02 mgriegoMake 'radiusd -s' not daemonize like the man page says...
2004-03-02 aland Print out a warning message for groups which are empty.
2004-03-02 aland Re-arrange send_one_packet, based on comments from...
2004-03-02 aland Got rid of radsend_walk function, and moved the code...
2004-03-02 aland Be less annoying about messages.
2004-03-02 aland Cisco AP1230B firmware 12.2(13)JA1 has a bug. When...
2004-03-02 aland When proxying synchronously, if retry_delay * retry_count
2004-03-02 aland Clean up the code a little more.
2004-03-02 kkalevIn log_badlogins add a newline after every sql query...
2004-02-29 kkalevIf we are passed an empty password log a module failure...
2004-02-29 kkalevAlso be able to use Crypt-Password attribute.
2004-02-29 kkalevAlso update radiusd.conf
2004-02-29 kkalevAdd a timestamp and a timeout attribute in ippool_info...
2004-02-29 kkalevReplace user with username in postauth table. Patch...
2004-02-29 kkalev* Add a patch from Neil McCalden to not put spaces...
2004-02-27 aland Clean up the "done request" logic.
2004-02-27 aland If no -f is specified, we're reading from stdin.
2004-02-27 aland print out an error for people who specify an Auth...
2004-02-26 aland Now that EAP-GTC works with Meetinghouse, include it
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-26 aland Better deal with netmasks of 0.
2004-02-26 aland Fix a HUGE bug in ltdl, which would give the wrong...
2004-02-26 aland Added LOCAL realm to the standard configuration
2004-02-26 aland Add EAP-Type to the request packet pairs, even if...
2004-02-25 aland Multiple packets from a file are sent in series. ...
2004-02-25 aland Read multiple packets from one file.
2004-02-25 aland Restore old functionality: reading multiple packets...
2004-02-25 aland Move the packets to send into a list, rather than...
2004-02-25 aland NIL != NULL
2004-02-25 aland Fix a boundary condition. When the pair to replace...
2004-02-24 aland When using the tunneled reply, don't include Proxy...
2004-02-24 aland Some fairly serious changes to radclient. It still...
2004-02-24 aland If users set Proxy-To-Realm, and the realm is LOCAL...
2004-02-24 aland Added serv-side attribute Packet-Dst-Port, to set...
2004-02-24 aland More calls to free
2004-02-24 aland Updated debug messages
2004-02-24 aland Pull changelog from 0.9.3, for historical archiving
2004-02-24 aland Use the trapeze networks dictionary, too
2004-02-24 aland With the updated "hints" file handling, we shouldn...
2004-02-24 phampsonDebian: Correct build-dependancy on debhelper.
2004-02-23 aland Updates from Trapeze Networks
2004-02-23 aland Move code from main() to function send_request()
2004-02-23 aland Continue processing requests, even if the server doesn...
2004-02-23 aland Re-iterate the fact that they are Trapeze-specific...
2004-02-23 aland As posted to the list by Guy Davies
2004-02-23 aland After finding a request in the proxy tree, remove...
2004-02-23 aland Added node2data function.
2004-02-23 aland If the host isn't found, die.
2004-02-23 aland If nothing is in the buffer, deal with it.
2004-02-23 aland It's string, not integer.
2004-02-22 hartwick* Fix a couple of typos
2004-02-20 aland Set Message-Authenticator to a known value.
2004-02-20 aland Add "proxy_tunneled_request_as_eap" configuration...
2004-02-20 aland Clear RAD_REQUEST_OPTION_PROXY_EAP if we're not done...
2004-02-20 aland Define RAD_REQUEST_OPTION_PROXY_EAP, and don't get...
2004-02-20 cparker Added comment to explain that failover is not possible...
2004-02-19 aland Added rl_add_proxy() to request_list.c, and made radiu...
next