freeradius.git
2015-01-27 Alan T. DeKokRearrange code to quiet cppcheck
2015-01-27 Alan T. DeKokfix cppcheck warnings
2015-01-26 Alan T. DeKokun-confuse cppcheck
2015-01-26 Alan T. DeKokchecks for start_tls were accidentally deleted
2015-01-26 Alan T. DeKokShut up C compiler by including header files
2015-01-26 Alan T. DeKoksigned int issues
2015-01-26 Alan T. DeKokShut up cppcheck
2015-01-26 Alan T. DeKokSimplify many #ifdef's
2015-01-26 Alan T. DeKokEnsure we close FILEs.
2015-01-26 Alan T. DeKokEnsure we initialize variables
2015-01-26 Alan T. DeKokEnsure we initialize variables
2015-01-26 Alan T. DeKokRemove unneeded assertion.
2015-01-26 Arran Cudbard... #ifdef out CURLOPT_PROTOCOLS if not defined
2015-01-26 Alan T. DeKokAs found on the net
2015-01-26 Arran Cudbard... Fix nested #ifdef HAVE_SETUID
2015-01-26 Arran Cudbard... Merge pull request #890 from kokel/dict-perle
2015-01-26 Tobias Hachmeradd perle dictionary
2015-01-26 Arran Cudbard... Move suid* functions to util.c so they're included...
2015-01-26 Arran Cudbard... Helps to write the result to the result buffer...
2015-01-26 Arran Cudbard... Move socket permissions code into fr_server_domain_socket
2015-01-26 Arran Cudbard... Partially revert "call rad_mkdir to make the path for...
2015-01-26 Arran Cudbard... Address (some) potential TOCTOU attack vectors in rad_mkdir
2015-01-26 Arran Cudbard... Rename directory to dir in rad_mkdir, and add doxygen...
2015-01-25 Alan T. DeKokCleanups to match the rest of the server formatting
2015-01-25 Alan T. DeKokMinor cleanups
2015-01-25 Nicolas Cdhcpclient - allow to specify interface and send/recv...
2015-01-25 Alan T. DeKokHonor Packet-Src-Port in radclient. Fixes #889
2015-01-25 Alan T. DeKokThese variables are "static"
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
next