Add Moonshot-COI and Moonshot-APC attributes
[freeradius.git] / scripts /
2014-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
2014-06-01 Alan T. DeKokDon't use Perl
2014-06-01 Alan T. DeKokAuto-generate headers from dictionarty.freeradius.internal
2014-05-31 Alan T. DeKokUse -fPIC for Solaris
2014-05-22 Arran Cudbard-BellNeed to pass CPPFLAGS to the analyser too
2014-05-22 Arran Cudbard-BellBackport boiler.mk from master
2014-05-22 Arran Cudbard-BellWhitespace
2014-05-02 Arran Cudbard-BellRemove apple SDK hacks. There's now the option to insta...
2014-05-02 Arran Cudbard-BellSwitch scan output format to html
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-03-27 Arran Cudbard-BellSwap defined(sun) for defined(__sun) which is apparentl...
2014-02-18 Alan T. DeKokAdd missing -o to analyze rule
2014-02-13 Alan T. DeKokthe value for User-Name requires quotes around it.
2014-02-12 Alan T. DeKok"group" is now in the "security" section
2014-02-04 Sam HartmanMerge tag 'release_3_0_1' into tr-integ
2014-01-22 Alan T. DeKokReturn error if the exec'd program exited via a signal
2014-01-03 Alan T. DeKokFix for clean rules with libtool, too
2014-01-03 Alan T. DeKokThe "add relink target" code should also add a clean...
2014-01-03 Arran Cudbard-BellFix more debian package paths
2014-01-01 Arran Cudbard-BellReorganise the scripts directory
2013-11-04 Arran Cudbard-BellMerge pull request #459 from jlohiser/v3.0.x_rpm_spec_fixes
2013-10-31 Alan T. DeKokFix typo
2013-10-30 Alan T. DeKokIf installdir is "", don't install the program
2013-10-30 Alan T. DeKokBetter handler for --mode=execute
2013-10-25 Arran Cudbard-BellBasic fixes to jlibtool which are unlikely to break...
2013-10-25 Alan T. DeKokMove @.. to $(Q)...
2013-10-25 Alan T. DeKokFix clang build under mavericks (OSX 10.9)
2013-10-14 Arran Cudbard-BellBetter way of detecting clang
2013-10-14 Alan T. DeKokAdd target-specific scan rules
2013-10-14 Alan T. DeKokClean rules for scan
2013-10-14 Alan T. DeKokRules for clang analyzer
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-30 Arran Cudbard-BellTypo in libtool.mk
2013-07-21 Alan Buxeymyriad of spelling mistakes and corrected some document...
2013-07-21 Arran Cudbard-BellAlways pass -export-dynamic as a direct linker argument
2013-07-21 Arran Cudbard-BellRemove -rdynamic again
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-03 Arran Cudbard-BellFormatting
2013-06-26 Arran Cudbard-BellUse nas_type consistently
2013-05-31 Arran Cudbard-BellRevert "Remove -rdynamic"
2013-05-31 Alan T. DeKokRemove -rdynamic
2013-04-20 Arran Cudbard-BellRevert "Hack for clang"
2013-04-19 Alan T. DeKokHack for clang
2013-04-01 Arran Cudbard-BellThat should be the last of the UNUSED warnings
2013-04-01 Arran Cudbard-BellCheck if were using CLANG which shows up as GCC compati...
2013-04-01 Arran Cudbard-BellDon't pass -rdynamic if were using clang
2013-03-29 Alan T. DeKokFix typo and do chrgrp of radiusd (if applicable)
2013-03-17 Alan T. DeKokObjects depend on the Makefile
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-02 Alan T. DeKokRemove dead code
2013-03-02 Alan T. DeKokUse correct argument
2013-02-25 Alan T. DeKokFix typo
2013-02-25 Alan T. DeKokMove scripts directory to boilermake
2013-02-23 Arran Cudbard-BellMore formatting
2013-02-23 Arran Cudbard-BellFix const free warnings
2013-02-23 Arran Cudbard-BellMore jlibtool cleanups
2013-02-23 Arran Cudbard-BellPreliminary fix for linking in DynaLoader
2013-02-23 Arran Cudbard-BellFixup formatting
2013-02-18 Alan T. DeKokOlder systems don't have strlcpy
2013-02-18 Alan T. DeKokFix coverity errors
2013-02-17 Alan T. DeKokCheck for NULL before incrementing
2013-02-17 Alan T. DeKokUse sizeof instead of strlen
2013-02-17 Alan T. DeKokd_namlen is BSD, not posix
2013-02-17 Alan T. DeKokRemove dead code
2013-02-17 Alan T. DeKokRemove dead code.
2013-02-17 Arran Cudbard-BellFix for coverity (potential segv for very long libpaths...
2013-02-17 Arran Cudbard-BellFix for coverity (potential segv for argument names...
2013-02-17 Arran Cudbard-BellFix for coverity (fix potential buffer overflow in...
2013-02-17 Arran Cudbard-BellFix const warning in jlibtool
2013-02-17 Arran Cudbard-BellFix for coverity (don't leak memory on run_mode)
2013-02-17 Arran Cudbard-BellFix for coverity (fix run command so it doesn't leak...
2013-02-17 Arran Cudbard-BellFix for coverity (fix load_install_path so it doesn...
2013-02-17 Arran Cudbard-BellFix for coverity (fix cleanup_tmp_dir so it doesn't...
2013-02-17 Arran Cudbard-BellFix for coverity (don't leak memory if the object doesn...
2013-02-17 Arran Cudbard-BellFix for coverity (don't leak memory if we can't find...
2013-02-17 Arran Cudbard-BellFix for coverity (don't leak memory in add_rpath_noinstall)
2013-02-17 Arran Cudbard-BellFix for coverity (may pass NULL char pointer to strstr)
2013-02-17 Arran Cudbard-BellDon't warn if the dir already exists
2013-02-17 Arran Cudbard-BellFix for coverity (warn if mkdir fails)
2013-02-17 Arran Cudbard-BellFix for coverity
2012-12-14 Alan T. DeKokAllow for multiple inserts in one transaction.
2012-12-03 Arran Cudbard-BellPatch freeradius.monitrc file so it works out of the...
2012-12-01 Alan T. DeKokSimplify rules
2012-11-22 Alan T. DeKokRe-order directories for sanity
2012-11-22 Alan DeKokMerge pull request #135 from mcnewton/remove_rlm_smb
2012-11-21 Alan T. DeKokUse strcpy instead of strcat
2012-11-21 Alan T. DeKokAll objects depend on jlibtool
2012-11-21 Alan T. DeKokInclude PRLIBS
2012-11-20 Alan T. DeKokUse PRLIBS not PREREQS for dependencies
2012-11-19 Alan T. DeKokRules should never depend on directories
2012-11-19 Alan T. DeKokFix MAN installation rules
2012-11-07 Arran Cudbard-BellFixup .gitignore files to ignore more things
2012-11-04 Arran Cudbard-BellBasic language definition for bbedit
2012-11-03 Alan T. DeKokSkip compile sources if they won't be linked to a lib/exe
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-28 Arran Cudbard-BellMerge pull request #95 from alanbuxey/master
2012-09-27 Alan DeKokMerge pull request #92 from philmayers/sess-persist
next