Remove dead code
[freeradius.git] / scripts / jlibtool.c
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.