freeradius.git
2015-01-25 Alan T. DeKokfix compiler warnings
2015-01-24 Arran Cudbard... Exit with the status of FreeRADIUS for debugging
2015-01-24 Arran Cudbard... Make Debian and RHEL scripts output the same message...
2015-01-24 Arran Cudbard... Bring suse init script into line with other init script...
2015-01-24 Arran Cudbard... Unused
2015-01-24 Arran Cudbard... Typo
2015-01-23 Alan T. DeKokFix typo
2015-01-23 Alan T. DeKokThe old name is deprecated, not the new one
2015-01-23 Arran Cudbard... Fix capitalisation in ssha2passwd
2015-01-23 Arran Cudbard... Modernise logrotate configuration files and use copytru...
2015-01-22 Alan T. DeKokDon't dereference NULL. Fixes #888
2015-01-22 Arran Cudbard... Initialise ldapai_info_version field of LDAPAPIInfo...
2015-01-22 Arran Cudbard... Sanitize curl-config cflags
2015-01-22 Arran Cudbard... Fix typo in base64 docs
2015-01-22 Arran Cudbard... Pass through LIBCURL_CPPFLAGS
2015-01-22 Arran Cudbard... Set src/dst IP address prefix lengths correctly when...
2015-01-21 Alan T. DeKokRemove extraneous semicolon
2015-01-21 Alan T. DeKokAttempt to remove failing test when there's no OpenSSL
2015-01-21 Alan T. DeKokRemove unused variable
2015-01-21 Alan T. DeKokAdded rpad && lpad
2015-01-21 Alan T. DeKokRemove wrong assertion. "out" can be NULL
2015-01-21 Arran Cudbard... add assert to normify_with_header, checking vp type
2015-01-21 Arran Cudbard... Skip if the server wasn't build with OpenSSL
2015-01-21 Arran Cudbard... Add support for SSHA2 - Original patch by PDD
2015-01-21 Arran Cudbard... Minor fixes in rlm_pap
2015-01-21 Arran Cudbard... Document and rename some configuration structure fields...
2015-01-20 Matthew Newtonupdate rlm_passwd
2015-01-20 Matthew Newtonupdate rlm_always
2015-01-20 Alan T. DeKokNote that break means "break now"
2015-01-20 Alan T. DeKokModules cannot be named for reserved words in unlang
2015-01-20 Arran Cudbard... Build debug package
2015-01-20 Arran Cudbard... Typo
2015-01-20 Arran Cudbard... Update redhat init scripts
2015-01-19 Arran Cudbard... Max pending should be unsigned
2015-01-19 Arran Cudbard... Fix weird indentation in connection.c
2015-01-19 Alan T. DeKokRate-limit new connections after a failed attempt.
2015-01-19 Arran Cudbard... Use chmod permissions macros
2015-01-19 Arran Cudbard... Fix coverity issues
2015-01-18 Arran Cudbard... Need H: arg
2015-01-18 Arran Cudbard... call rad_mkdir to make the path for the control socket...
2015-01-18 Alan T. DeKokRemove UNUSED where the parameter is actually used
2015-01-18 Arran Cudbard... Fix control socket permissions control for none Linux...
2015-01-18 Arran Cudbard... Fix stupid redundant getgr* and getpw* functions
2015-01-18 Arran Cudbard... Fixup rlm_ldap to use bind credentials from the module...
2015-01-18 Arran Cudbard... Add %{ldapquote:} to escape special chars in filters...
2015-01-18 Arran Cudbard... Typo
2015-01-18 Arran Cudbard... Optimise tmpl_expand to avoid copying to intermediary...
2015-01-18 Arran Cudbard... Should be jsonquote to match urlquote (not tojson)
2015-01-18 Arran Cudbard... xlat.h needs conffile.h for xlat_register_redundant
2015-01-18 Arran Cudbard... Remove restriction on assigning return codes only to...
2015-01-18 Arran Cudbard... No more hacks for xlat
2015-01-18 Arran Cudbard... cf_item_parse type should be unsigned to match PW_TYPE...
2015-01-17 Arran Cudbard... Switch relevant config items in rlm_ldap to tmpls
2015-01-17 Arran Cudbard... Add PW_TYPE_TMPL which parses a conf item directly...
2015-01-17 Arran Cudbard... Move xlat functions into a separate header file
2015-01-17 Arran Cudbard... Add nexttime xlat, for calculating number of seconds...
2015-01-17 Arran Cudbard... More useful default control policies
2015-01-17 Arran Cudbard... Fix for CID #1104360
2015-01-17 Arran Cudbard... Correct fix for #878
2015-01-16 Alan T. DeKokSet length correctly. Fixes #878
2015-01-16 Alan T. DeKokSave session-state after proxying. Fixes #854
2015-01-16 Alan T. DeKokTest for "return { ...}"
2015-01-16 Alan T. DeKokReturn on parse error for break / return
2015-01-16 Arran Cudbard... Add tojson xlat for escaping json strings
2015-01-16 Arran Cudbard... Print out info for MySQL server and libmysql client...
2015-01-16 Arran Cudbard... Stop server INFOing about empty sections
2015-01-16 Arran Cudbard... Return updated if rlm_ldap updated the request
2015-01-16 Arran Cudbard... Change severity and return code for DN not found
2015-01-16 Arran Cudbard... Typo
2015-01-16 Alan T. DeKokAllow action over-rides for all modules. Fixes #876
2015-01-15 Arran Cudbard... Fix marked unused complains in mysql driver
2015-01-14 Alan T. DeKokCheck for destination IP, too. Closes #873
2015-01-14 Alan T. DeKokhome_pool may be NULL when packets go directly to an IP
2015-01-14 Arran Cudbard... Add connection timeout for rlm_rest
2015-01-14 Arran Cudbard... Doxygen
2015-01-14 Arran Cudbard... Support subsecond timeout values in rlm_rest
2015-01-14 Arran Cudbard... Add explode xlat %{explode:&ref <delim>}
2015-01-14 Arran Cudbard... Revert "Convert error to warning. So we don't break...
2015-01-14 Arran Cudbard... SQL counter query should be xlat'd
2015-01-14 Arran Cudbard... Add support for PATCH in rest
2015-01-14 Arran Cudbard... Markup sqlippol fields as xlat
2015-01-14 Arran Cudbard... Markup more fields in rlm_sql as xlat'd
2015-01-14 Arran Cudbard... Markup xlat'd fields in rlm_ldap
2015-01-13 Alan T. DeKokConvert error to warning. So we don't break configs
2015-01-13 Alan T. DeKokStrings NOT dynamically expanded shouldn't have %{...
2015-01-13 Alan T. DeKokMark more strings as dynamically expanded
2015-01-13 Alan T. DeKokSignal the main detail thread if we get a bad packet
2015-01-13 Alan T. DeKokSet prefix for CoA, too
2015-01-13 Alan T. DeKokHandle CoA packets, too
2015-01-13 Alan T. DeKokCopy the VPs earlier, so that we can access them
2015-01-13 Arran Cudbard... Cleanup PAM code, and use the correct logging functions
2015-01-13 Arran Cudbard... Fix typo in VQP license
2015-01-13 Alan T. DeKokFix license to be GPLv2.
2015-01-13 Alan T. DeKokFix license erroneously updated by commit 23d838445
2015-01-13 Alan T. DeKoks/if/of/ in the GPL license
2015-01-13 Alan T. DeKokDefine "Auth-Type foo" before loading the modules.
2015-01-13 Alan T. DeKokDon't install rlm_test
2015-01-12 Alan DeKokMerge pull request #871 from pwdng/master
2015-01-12 Philippe WoodingLink libfreeradius-server against openssl to that linke...
2015-01-12 Arran Cudbard... Add test script for radclient
next