Add Moonshot-COI and Moonshot-APC attributes
[freeradius.git] / configure.ac
2014-06-26 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-06-26 Arran Cudbard-BellDefine __APPLE_USER_RFC_2292 so the IPv6 socket options...
2014-06-25 Arran Cudbard-BellOnly register fr_fault signal handlers if we're not...
2014-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
2014-06-10 Arran Cudbard-BellHmm, setting _X_OPEN_SOURCE breaks everything
2014-06-10 Arran Cudbard-BellMore fixes for Betriebssystemschwein
2014-06-09 Arran Cudbard-BellFix sig_t check
2014-06-09 Arran Cudbard-BellTypo in autoconf (check for htonlll not htonll)
2014-06-04 Arran Cudbard-BellCheck for htonll and htonlll (you never know)
2014-05-24 Arran Cudbard-BellAdd check for limits.h
2014-05-21 Arran Cudbard-BellAdd autoconf checks for builtins, __has_builtin doesn...
2014-05-15 Arran Cudbard-BellScribble over alloced and freed memory on platforms...
2014-05-02 Arran Cudbard-BellBackport radsniff and additional required library code...
2014-04-08 Arran Cudbard-BellRevert "Patch for OpenSSL insanity"
2014-04-07 Alan T. DeKokPatch for OpenSSL insanity
2014-04-03 Arran Cudbard-BellFix merge issues in configure.ac
2014-04-03 Arran Cudbard-BellMake execinfo check smarter, so it requires the headers...
2014-03-23 Arran Cudbard-BellCheck and define sig_t if it's not in signals.h
2014-03-05 Arran Cudbard-BellThat's BIG_ENDIAN and LITTLE_ENDIAN
2014-03-05 Arran Cudbard-BellRevert "Configure rules to look for <endian.h>"
2014-03-05 Arran Cudbard-BellChange names of endian definitions in autoconf
2014-03-05 Alan T. DeKokConfigure rules to look for <endian.h>
2014-02-27 Arran Cudbard-BellFix ntohll so that it works on big endian systems
2014-02-10 Arran Cudbard-BellAdd missed header check for features.h
2014-02-05 Arran Cudbard-BellAllow dictdir to be set via ./configure
2014-02-04 Sam HartmanMerge tag 'release_3_0_1' into tr-integ
2014-01-26 Alan T. DeKokWe no longer need to auto-generate raddb/dictionary
2014-01-26 Arran Cudbard-BellBackport debug functions
2014-01-23 Arran Cudbard-BellAdd version consistency checks between applications...
2014-01-05 Arran Cudbard-BellDon't always add $(OPENSSL_LIBS) to LIBS, this makes...
2014-01-05 Arran Cudbard-BellAllow user to specify locations of libpcap includes...
2014-01-04 Arran Cudbard-BellCustom openssl include dir should be included with...
2014-01-01 Arran Cudbard-BellReorganise the scripts directory
2013-10-25 Alan T. DeKokFix clang build under mavericks (OSX 10.9)
2013-10-25 Alan T. DeKokChange way we use OpenSSL.
2013-10-14 Arran Cudbard-BellBetter way of detecting clang
2013-09-10 Arran Cudbard-BellUDP fromto should be on by default
2013-09-10 Arran Cudbard-BellCorectly left justify helptext in configure
2013-09-09 Alan T. DeKokMake modconfdir expand in Makefile, not in the shell
2013-09-04 Arran Cudbard-BellFix shared-libs
2013-08-30 Arran Cudbard-BellRecord whether the server was built with NDEBUG in...
2013-07-30 Arran Cudbard-Bellre-enable option to disable shared libraries (which...
2013-07-15 Arran Cudbard-BellCheck for _talloc in libtalloc, this adds the library...
2013-07-11 Arran Cudbard-Bell-lregex is required for mingw, but is apparently not...
2013-07-10 Arran Cudbard-Bell-lpcreposix must be listed in linker arguments before...
2013-07-10 Arran Cudbard-Bellpcreposix manual says both -lpcre and -lpcreposix need...
2013-07-10 Arran Cudbard-BellCopy paste error
2013-07-09 Arran Cudbard-BellFix PCRE checks, and make code build cleanly without...
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-06-27 Arran Cudbard-BellRestructure raddb dir
2013-06-24 Arran Cudbard-BellFix qunused-arguments check
2013-06-23 Arran Cudbard-BellRename configure.in to configure.ac