- initial version of rlm_jradius with directions and dictionary
[freeradius.git] / src /
2007-09-24 dwbird- initial version of rlm_jradius with directions and...
2007-09-24 aland Cleaned up proxy handling, trying to get away from...
2007-09-24 aland Generalized the module handling even more, which allow...
2007-09-24 aland Removed a number of function call arguments that are...
2007-09-24 aland Clean up auto-creation of dictionary types
2007-09-19 aland Set up the filter after initializing the dictionaries
2007-09-19 aland Print out IP addresses, too.
2007-09-19 aland Added debug flag.
2007-09-17 aland Put text of assertion into error message
2007-09-17 aland Flush stdout
2007-09-17 aland Relaxed the constraints around a default server block
2007-09-17 aland client->server over-rides listener->server.
2007-09-17 aland Renamed data structures to correspond to their usagewq
2007-09-10 aland Errors are < 0
2007-09-10 aland Unconfigured strings are NULL, not ""
2007-09-09 aland Corrected typo
2007-09-07 aland Change "prefix" to "netmask"
2007-09-06 aland Re-factor "allocate pool" code, to prepare for cool...
2007-09-06 aland Clearer error message
2007-09-05 aland Added more EAP tests
2007-09-04 aland Allow new syntax:
2007-09-04 aland Don't key off of the values of the IP addresses for...
2007-09-04 aland Print listening socket IP, port, and server name for...
2007-09-04 aland Clients are found by:
2007-09-04 aland No idea what the old code did... this is better
2007-09-04 aland Moved code that turns a conf-reference into a CONF_ITE...
2007-09-03 aland Deal with overflow in total requests sent
2007-09-03 aland Keep track of total requests sent to a home server.
2007-09-03 aland Check values of hs_type and hs_check before using...
2007-09-03 aland Whoops.. old-style realms tried to create pools sized...
2007-08-30 aland After ldap_authorize, if there's no "known good" password,
2007-08-30 aland Port fix from 1.1.x.
2007-08-30 aland time_t may be 64 bits, so we can't pass &vp->vp_date...
2007-08-30 aland Replaced calls to exit(1) with better code
2007-08-30 aland Removed one more call to exit()
2007-08-30 aland Moved more code into common section
2007-08-30 aland Moved more paircreate() to radius_paircreate()
2007-08-30 aland Replaced exit(1) with return -1;
2007-08-28 aland Add check for delimitst < 0 back in.
2007-08-28 aland Allow valid UTF-8 characters when printing things.
2007-08-28 aland Updated error message
2007-08-28 aland Removed extraneous "hostname" configuration entry...
2007-08-28 aland Fail the build if there's no krb5.h
2007-08-27 aland Added debug message about duplicate clients
2007-08-25 aland Moved detail file handling to its own source file
2007-08-25 aland Referenced from src/main/vmps.c
2007-08-25 aland Cleaned up socket print routine
2007-08-24 aland Expand regular expressions, too
2007-08-17 aland Corrected typos. Fixes bug #469
2007-08-17 aland Patch to fix bug #474
2007-08-15 aland Reference ltdl include directory
2007-08-15 aland Set stopreq->listener
2007-08-13 aland Allow multiple !* in one entry in the "users" file
2007-08-13 aland Free old %{1} etc only if the current one matched
2007-08-13 aland Pulled fix from branch_1_1
2007-08-13 aland On regex comparison, delete ALL previous %{0}.
2007-08-09 aland Corrected typo
2007-08-03 aland Set self->request to NULL before exiting
2007-08-03 aland Patch was for 1.1.4, which has vp->strvalue. We now use
2007-08-03 aland Whoops... forgot semi-colon
2007-08-03 aland Catch corner cases
2007-08-03 aland Define DARWIN
2007-08-03 aland OpenDirectory support from Apple Inc. Their patch...
2007-08-01 aland Mash operators so that the "detail" module (among...
2007-07-31 aland Allow !~ to work, too
2007-07-27 nbk Fix the read_groups directive.
2007-07-20 nbk When there is nonsense in the database, we may stop...
2007-07-20 nbk When there is nonsense in the database, we may stop...
2007-07-18 pnixonAdd rlm_sqlippool to stable modules list
2007-07-17 pnixonadd call to sql_set_user in sqlippool_command also
2007-07-17 pnixonadd a call to sql_set_user in sqlippool_command also
2007-07-17 aland Look for Cleartext-Password, too
2007-07-17 pnixonMake %{SQL-User-Name} work in rlm_sqlippool
2007-07-17 pnixonMake %{SQL-User-Name} in rlm_sqlippool
2007-07-17 aland Reverted last two commits
2007-07-17 aland Reverted last commit
2007-07-16 aland Added "keyed-balance", which allows load balancing...
2007-07-16 aland Delete radeapclient, too. Fixes bug #446
2007-07-15 aland Corrected typo
2007-07-15 nbk Regenerate from configure.in
2007-07-15 nbk Regenerate from configure.in
2007-07-15 nbk Fix test for -lk5crypto.
2007-07-15 nbk Fix test for -lk5crypto.
2007-07-14 aland Made "control" a synonym for "check", in line with 2.0
2007-07-13 aland Fix for use_tunneled_reply
2007-07-13 aland Fix for use_tunneled_reply
2007-07-13 aland Port fix for use_tunneled_reply from 1.1.x
2007-07-13 aland Allow tunneled reply to over-ride user name
2007-07-11 pnixonspelling fix
2007-07-06 aland Try to link with libperl, using the command-line flags...
2007-07-06 aland Skip checking return code when the "else" wasn't taken.
2007-07-05 aland Don't permit "ok = 1", etc. in sections. They're...
2007-07-05 aland if, else, elsif don't change the module return code
2007-07-05 aland Use new cf_log_err function
2007-07-05 aland Removed strtok. It doesn't matter *too* much, because...
2007-07-05 aland Don't just blindly print out the server pool definition,
2007-07-05 aland Removed use of cf_section_value_find(). We now do...
2007-07-04 aland Use correct value for inst->auth_type
2007-07-04 aland Added $-INCLUDE, which will include the file only...
2007-07-04 aland Double-check use of if/elsif. If they're not in a...
next