freeradius.git
2007-07-02 aland Added module return codes to conditions in unlang
2007-07-02 aland We don't set the ephemeral RSA keys option, so it...
2007-06-30 aland Proxy sockets don't have servers
2007-06-29 aland More radlog -> cf_log_err
2007-06-29 aland Insert things into the name2 tree, even if name2 is...
2007-06-29 aland Sample inner tunnel server. Untested.
2007-06-29 aland Move Status-Server to accounting section, not session
2007-06-29 aland We now have a default "server {}" section
2007-06-29 aland Pass CONF_SECTION to listen_init(), for better error...
2007-06-29 aland Set default port for VMPS
2007-06-29 aland Server sections don't require a name
2007-06-29 aland Don't free server, it's taken from the config structures
2007-06-29 aland Move "authorize", etc. into a default server{} block.
2007-06-29 aland Parse error, rather than assert
2007-06-29 aland If we're a fake request, AND the parent says to stop
2007-06-29 aland Use -DLDAP_DEPRECATED to prevent crashes
2007-06-29 aland Removed unused variable
2007-06-29 aland Refuse to start if a listen section points to a server...
2007-06-29 aland in find_name2(), if name2 is NULL, look for a matching...
2007-06-29 aland Use mainconfig.config
2007-06-28 pnixon%{%foo:-%bar} fixes and break lines at 80 chars. (Thank...
2007-06-28 aland prototype for cf_log_err()
2007-06-28 aland Pass correct arguments
2007-06-28 aland More uses of cf_log_err(), which cleans up the rest...
2007-06-28 aland Added cf_log_err() function, which simplifies common...
2007-06-28 aland Pass CONF_SECTION to setup_modules(), in preparation for
2007-06-28 aland Pull more build commands from src/modules/rules.mak
2007-06-27 pnixonMixed case issues should be resolved. Long lines have...
2007-06-27 aland Permit Cleartext-Password, too
2007-06-27 aland Renamed "check" to "control", to match "man unlang"
2007-06-27 aland Added note on "check:"
2007-06-27 aland Print out warnings if we see User-Password == ...
2007-06-27 pnixonbreak a line at 80 chars
2007-06-27 pnixonupdate the queries significantly
2007-06-27 pnixonchange check: to control:
2007-06-27 pnixoncorrect the mysql conf file (which commented by default...
2007-06-27 pnixonAdd a mysql schema for rlm_sqlippool from the suggestio...
2007-06-26 aland Added support for Client-Shortname
2007-06-26 aland Allow per-server clients only if there actually are...
2007-06-26 aland Removed overlap between this document and "man unlang"
2007-06-26 aland Moved conditional syntax to %{%{foo}:-%{bar}}, which...
2007-06-26 aland Wild... Filter-Id = "foo \" bar" *never* worked. ...
2007-06-26 aland Fix for udpfromto issues
2007-06-26 aland Handle CONF_DATA, too
2007-06-25 pnixonsed -i 's/User-Password/Cleartext-Password/g' users
2007-06-25 pnixonsed -i 's/User-Password/Cleartext-Password/g' users
2007-06-25 aland More IPv6 macros
2007-06-24 aland Don't check for appending attributes if the attribute was
2007-06-24 pnixon*** empty log message ***
2007-06-23 aland Pull Virtual-Server checks from ttls.c
2007-06-23 aland Make MSCHAP a synonym for MS-CHAP, for future & backwards
2007-06-23 aland Look for Virtual-Server in configuration items. If...
2007-06-23 aland Print server, not request->listener
2007-06-22 aland Print out *why* opening the mapping file failed.
2007-06-21 aland If no value is set, allow it to be NULL.
2007-06-21 aland Corrected compiler warnings
2007-06-21 aland Corrected typo
2007-06-20 aland As posted to the list
2007-06-20 aland Be more particular about what can be in a "redundant...
2007-06-20 aland Move more documentation into the "man" page
2007-06-19 aland Added an example of a virtual server
2007-06-19 aland Clean up the client preference:
2007-06-19 aland More use of new cf_section_filename(cs) API
2007-06-19 aland Use new conf filename api
2007-06-19 aland Add filename to CONF_ITEM, so that the error messages...
2007-06-19 aland Be a little more careful
2007-06-19 aland listen sections in the default config can point to...
2007-06-19 aland Moved some "listen" directives into the "server" secti...
2007-06-19 aland Corrected typo
2007-06-19 aland It's "default", not "default.conf"
2007-06-19 aland Moved "authorize", "accounting", etc into the "default"
2007-06-19 aland Rename "identity" to "server", for virtual server...
2007-06-19 aland Templates for EAP TLS tests, assuming that eapol_test is
2007-06-19 aland Added "identity" field to the REQUEST struct. It...
2007-06-19 aland Print out which listeners are using what identity
2007-06-19 aland Added missing ':' to error messages
2007-06-18 aland Add missing "break" for ':'
2007-06-18 aland Strip embedded LF's and CR's
2007-06-18 aland Add listener to fake requests, too
2007-06-18 aland when we receive a conflicting packet, FIRST check...
2007-06-18 aland Cleaned up detail file reader. It should now be much...
2007-06-18 aland Call detail_send even if there's no reply. It's neces...
2007-06-16 aland Better checks for no OpenSSL
2007-06-16 aland No longer relevant
2007-06-16 aland space may be NULL
2007-06-15 aland Corrected typo
2007-06-15 aland Added latest RFC
2007-06-15 aland Cleaned up compiler warnings
2007-06-15 aland listen sections find clients by:
2007-06-15 aland Update request->username && request->password if they...
2007-06-15 aland Updated based on their web site
2007-06-14 aland New "identy" support, where authorize, etc. can be...
2007-06-14 aland Print out identity, if it exists
2007-06-14 aland Make spaces 'const char *', rather than 'int', in...
2007-06-14 aland Remember which entries in the "to" list have been...
2007-06-14 aland Print out correct names for NULL groups
2007-06-14 aland Permit per-request configuration to NOT reply to Acces...
2007-06-14 aland Added support for "<=" and ">=". Made the conf file...
2007-06-14 aland Prefixed pairmove debug messages with :::
2007-06-14 aland More instances of rlm_always
next