Move MySQL no warnings message
[freeradius.git] / src /
2015-02-01 Arran Cudbard-BellMove MySQL no warnings message
2015-02-01 Alan T. DeKokDelay may be NULL. Closes CID #1267741
2015-02-01 Alan T. DeKokMore tests for Attr-26
2015-01-31 Arran Cudbard-BellFix argument order
2015-01-31 Arran Cudbard-BellMove inst->config->xlat_name to inst->name
2015-01-31 Arran Cudbard-BellEnhance rlm_sql logging to pull more errors back from...
2015-01-31 Arran Cudbard-BellRemove junk boilerplate text and whitespace from sql...
2015-01-31 Arran Cudbard-BellWe now allow unix sockets and other schemes as well
2015-01-31 Arran Cudbard-BellRERROR, RWARN, RINFO should all go to the main server...
2015-01-31 Arran Cudbard-BellFormatting
2015-01-30 Arran Cudbard-BellIgnore bad Acct-Delay-time values
2015-01-30 Alan T. DeKokDisallow creation of 'Vendor-Specific = ..' Fixes...
2015-01-30 Alan T. DeKokEnsure output is initialized. Closes CID #1267457
2015-01-29 Arran Cudbard-BellMySQL error messages contain single quotes, so don...
2015-01-29 Arran Cudbard-BellPrint the user/group we were using when we tried to...
2015-01-29 Arran Cudbard-BellError out if we can't set LDAP options
2015-01-28 Alan T. DeKokAdded simple dynamic xlat tests
2015-01-28 Arran Cudbard-BellWe don't need to check for a User-Name in the request...
2015-01-28 Arran Cudbard-BellFix -Winitialize in ippool tool
2015-01-28 Arran Cudbard-BellBecause GCC 4.4.7 apparently doesn't support the 'noret...
2015-01-28 Arran Cudbard-BellNormalise indentation in rlm_ldap configure script
2015-01-28 Arran Cudbard-BellLink to libldap instead of libldap_r
2015-01-27 Alan T. DeKokbuild cleanly WITH_GCD
2015-01-27 Arran Cudbard-BellSet query timeout correctly in the MySQL driver
2015-01-27 Arran Cudbard-BellDisable MySQL autoreconnect
2015-01-27 Alan T. DeKokFix cppcheck complaints
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-Bell#ifdef out CURLOPT_PROTOCOLS if not defined
2015-01-26 Arran Cudbard-BellFix nested #ifdef HAVE_SETUID
2015-01-26 Arran Cudbard-BellMove suid* functions to util.c so they're included...
2015-01-26 Arran Cudbard-BellHelps to write the result to the result buffer...
2015-01-26 Arran Cudbard-BellMove socket permissions code into fr_server_domain_socket
2015-01-26 Arran Cudbard-BellPartially revert "call rad_mkdir to make the path for...
2015-01-26 Arran Cudbard-BellAddress (some) potential TOCTOU attack vectors in rad_mkdir
2015-01-26 Arran Cudbard-BellRename 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-23 Alan T. DeKokFix typo
2015-01-23 Alan T. DeKokThe old name is deprecated, not the new one
2015-01-22 Alan T. DeKokDon't dereference NULL. Fixes #888
2015-01-22 Arran Cudbard-BellInitialise ldapai_info_version field of LDAPAPIInfo...
2015-01-22 Arran Cudbard-BellSanitize curl-config cflags
2015-01-22 Arran Cudbard-BellFix typo in base64 docs
2015-01-22 Arran Cudbard-BellPass through LIBCURL_CPPFLAGS
2015-01-22 Arran Cudbard-BellSet 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-Belladd assert to normify_with_header, checking vp type
2015-01-21 Arran Cudbard-BellSkip if the server wasn't build with OpenSSL
2015-01-21 Arran Cudbard-BellAdd support for SSHA2 - Original patch by PDD
2015-01-21 Arran Cudbard-BellMinor fixes in rlm_pap
2015-01-21 Arran Cudbard-BellDocument and rename some configuration structure fields...
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-19 Arran Cudbard-BellMax pending should be unsigned
2015-01-19 Arran Cudbard-BellFix weird indentation in connection.c
2015-01-19 Alan T. DeKokRate-limit new connections after a failed attempt.
2015-01-19 Arran Cudbard-BellUse chmod permissions macros
2015-01-19 Arran Cudbard-BellFix coverity issues
2015-01-18 Arran Cudbard-Bellcall 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-BellFix control socket permissions control for none Linux...
2015-01-18 Arran Cudbard-BellFix stupid redundant getgr* and getpw* functions
2015-01-18 Arran Cudbard-BellFixup rlm_ldap to use bind credentials from the module...
2015-01-18 Arran Cudbard-BellAdd %{ldapquote:} to escape special chars in filters...
2015-01-18 Arran Cudbard-BellTypo
2015-01-18 Arran Cudbard-BellOptimise tmpl_expand to avoid copying to intermediary...
2015-01-18 Arran Cudbard-BellShould be jsonquote to match urlquote (not tojson)
2015-01-18 Arran Cudbard-Bellxlat.h needs conffile.h for xlat_register_redundant
2015-01-18 Arran Cudbard-BellRemove restriction on assigning return codes only to...
2015-01-18 Arran Cudbard-BellNo more hacks for xlat
2015-01-18 Arran Cudbard-Bellcf_item_parse type should be unsigned to match PW_TYPE...
2015-01-17 Arran Cudbard-BellSwitch relevant config items in rlm_ldap to tmpls
2015-01-17 Arran Cudbard-BellAdd PW_TYPE_TMPL which parses a conf item directly...
2015-01-17 Arran Cudbard-BellMove xlat functions into a separate header file
2015-01-17 Arran Cudbard-BellAdd nexttime xlat, for calculating number of seconds...
2015-01-17 Arran Cudbard-BellFix for CID #1104360
2015-01-17 Arran Cudbard-BellCorrect 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
next