Use Painless Security signing key
[freeradius.git] / scripts / jlibtool.c
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-11-30 Alan T. DeKokBetter sun fixes
2015-11-30 Alan T. DeKokFixes for GCC on Solaris
2015-11-09 Alan T. DeKokSet FR specific library path.
2015-10-07 Arran Cudbard-BellFormatting
2014-05-31 Alan T. DeKokUse -fPIC for Solaris
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-01-22 Alan T. DeKokReturn error if the exec'd program exited via a signal
2013-11-04 Arran Cudbard-BellMerge pull request #459 from jlohiser/v3.0.x_rpm_spec_fixes
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-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-21 Arran Cudbard-BellAlways pass -export-dynamic as a direct linker argument
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-03 Arran Cudbard-BellFormatting
2013-04-01 Arran Cudbard-BellThat should be the last of the UNUSED warnings
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-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-11-22 Alan DeKokMerge pull request #135 from mcnewton/remove_rlm_smb
2012-11-21 Alan T. DeKokUse strcpy instead of strcat
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
2012-09-22 Alan T. DeKokIf we can't install, print error rather than SEGV
2012-09-16 Alan T. DeKokBetter errors. Use install path, if it exists
2012-09-13 Alan T. DeKokAccept --quiet as a synonym for --silent
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-07-17 Arran Cudbard-BellMerge pull request #59 from sionescu/master
2012-06-11 Alan T. DeKokFix typo
2012-02-06 Alan T. DeKokSync with upstream
2012-02-06 Alan T. DeKokAdd FreeRADIUS-specific output file
2012-02-06 Alan T. DeKokSync with original github project
2012-01-31 Alan T. DeKokPrint out one value for --config=value
2012-01-31 Alan T. DeKokNote errors if trying to build shared libs without...
2012-01-30 Alan T. DeKokFix compiler warning
2012-01-24 Alan DeKokMerge pull request #45 from mcnewton/build-tidy
2012-01-24 Alan T. DeKokadd_rpath is static
2012-01-23 Alan T. DeKokA libtool-style wrapper.