List the files that debhelper should install as man pages.
[freeradius.git] / src /
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...
2007-07-03 aland Added and documented "virtual_server" config for PEAP...
2007-07-02 aland Copy inst->xlat_name from module name
2007-07-02 aland allow '-' in filenames, too
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 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 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 aland Permit Cleartext-Password, too
2007-06-27 aland Print out warnings if we see User-Password == ...
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 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 Use -DLDAP_DEPRECATED
2007-06-26 aland Handle CONF_DATA, too
2007-06-25 aland More IPv6 macros
2007-06-24 aland Don't check for appending attributes if the attribute was
2007-06-23 aland Pull Virtual-Server checks from ttls.c
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-20 aland Be more particular about what can be in a "redundant...
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
next