Ensure directory name always ends with "/"
[freeradius.git] / src /
2013-03-01 Alan T. DeKokEnsure directory name always ends with "/"
2013-03-01 Alan T. DeKokEnsure that the directory name always ends with /
2013-03-01 Alan T. DeKokRemove extraneous fprintf
2013-03-01 Alan T. DeKokProperly track absolute / relative paths
2013-03-01 Alan T. DeKokProperly track relative / absolute filenames
2013-03-01 Arran Cudbard-BellThe linker arguments still go through gcc...
2013-03-01 Arran Cudbard-BellRename SQL data types so they don't conflict with drivers
2013-03-01 Arran Cudbard-BellBe extremely verbose about where were looking for things
2013-03-01 Arran Cudbard-BellAdd extra search location for db2
2013-02-27 Alan T. DeKokClean up test build rules
2013-02-27 Arran Cudbard-BellAdd missing state definitions
2013-02-27 Arran Cudbard-BellAdd configure scripts for rlm_securid
2013-02-27 Alan T. DeKokShouldn't have removed this
2013-02-27 Alan T. DeKokNo longer needed
2013-02-27 Arran Cudbard-BellFix sybase enough that it builds
2013-02-27 Arran Cudbard-BellAdd autoconf script for sybase (which also uses freetds...
2013-02-27 Arran Cudbard-BellAdd autoconf script for freetds
2013-02-27 Arran Cudbard-BellRemove cruft from rlm_sql configure script, and inherit...
2013-02-26 Arran Cudbard-BellFix quoting in rlm_ldap autoconf file
2013-02-26 Alan T. DeKokRemoved Makefile.in, no longer needed
2013-02-26 Alan T. DeKokRemoved old Makefiles, no longer used
2013-02-26 Alan T. DeKokMoved raddb/ to use boilermake
2013-02-26 Alan T. DeKokq is char*, not PAIR_LIST*
2013-02-26 Arran Cudbard-BellMerge pull request #193 from candlerb/candlerb/redis_fi...
2013-02-26 Brian CandlerRemove superfluous redis_escape_func
2013-02-26 Brian Candlerrlm_redis argument splitting
2013-02-26 Brian CandlerRemove quotes from quoted argv entries
2013-02-26 Brian CandlerFactor out argv splitting into rad_expand_xlat
2013-02-26 Arran Cudbard-BellFix redis configure script
2013-02-26 Arran Cudbard-BellFix library path in tests
2013-02-26 Arran Cudbard-BellDon't crash on server exit
2013-02-26 Arran Cudbard-BellOutput last few lines of radius.log on error
2013-02-26 Arran Cudbard-BellAdd configure script
2013-02-26 Arran Cudbard-BellOverwrite digest da *after* packing the TLV
2013-02-26 Arran Cudbard-BellPass port to runtest.sh
2013-02-26 Arran Cudbard-BellImprove rlm_digest debug messages
2013-02-25 Arran Cudbard-BellFix rlm_mschap builds on OSX
2013-02-25 Arran Cudbard-BellFix test scripts [ci skip]
2013-02-25 Arran Cudbard-BellFirst attempt at integrating Travis
2013-02-25 Arran Cudbard-BellFix typo
2013-02-25 Arran Cudbard-BellFix eap-tnc configure script
2013-02-25 Arran Cudbard-BellFix typos
2013-02-25 Arran Cudbard-BellOutput required libcurl version
2013-02-25 Arran Cudbard-BellRemove reference to lvalue (when was this module last...
2013-02-25 Arran Cudbard-BellCheck for OpenSSL support
2013-02-25 Alan T. DeKokFix typos
2013-02-25 Arran Cudbard-BellDependencies need to be passed as LIBS
2013-02-25 Arran Cudbard-BellTry adding openssl libs to linkerflags when testing...
2013-02-25 Arran Cudbard-BellFix eap-ikev2 configure script
2013-02-24 Alan T. DeKokMove EAP types (sub-modules) to use talloc
2013-02-22 Arran Cudbard-BellMake rlm_perl configure script more verbose
2013-02-22 Arran Cudbard-BellNot needed as were using C99 types
2013-02-22 Arran Cudbard-BellReformat base64 code, use library base64 functions...
2013-02-21 Alan T. DeKokFix error strings to make more sense
2013-02-21 Alan T. DeKokStatic declarations of structures belong in C files...
2013-02-21 Alan T. DeKokmark unused
2013-02-21 Alan T. DeKokdup may return < 0
2013-02-21 Alan T. DeKokfix for coverity
2013-02-21 Alan T. DeKokfix for coverity
2013-02-21 Alan T. DeKokFix for coverity
2013-02-21 Alan T. DeKokSkip encrypted, tagged, etc. attrs for zero-length CUI
2013-02-21 Alan T. DeKokCheck for !cs before expanding variables
2013-02-21 Alan T. DeKokFree variables on exit
2013-02-21 Alan T. DeKokFix typo
2013-02-21 Alan T. DeKokForce buffer to be terminated
2013-02-20 Arran Cudbard-BellFix typo
2013-02-20 Arran Cudbard-BellUse talloc to alloc conn memory
2013-02-20 Arran Cudbard-BellRemove conn
2013-02-20 Arran Cudbard-BellMerge pull request #203 from alanbuxey/master
2013-02-20 Arran Cudbard-BellAvoid calling fr_connection_reconnect if were in a...
2013-02-20 Arran Cudbard-BellMore docs, rename struct from auth_req to request
2013-02-20 Alan T. DeKokNo longer need LT_OBJDIR
2013-02-20 Arran Cudbard-BellSome documentation for the request struct
2013-02-20 Alan T. DeKokLast fix to colourise stuff
2013-02-20 Alan T. DeKokreset only if we changed the colors
2013-02-20 Alan T. DeKokColorise only if we mean to
2013-02-20 Alan T. DeKokiUpdate configure to have AC_OUTPUT
2013-02-20 Alan T. DeKokFIx build errors
2013-02-20 Arran Cudbard-BellRevert "Unlock mutex when we find a matching connection"
2013-02-20 Alan T. DeKokRe-run autoconf
2013-02-20 Alan T. DeKokRemove the old build system.
2013-02-20 Alan T. DeKokMake EAP-Key-Name things work
2013-02-20 Alan T. DeKokSimplify warning message
2013-02-20 Alan T. DeKokFix compiler warning
2013-02-20 Alan T. DeKokRemove compiler warning
2013-02-20 Alan T. DeKokUnknown types in CONF_PARSER are catastrophic failures
2013-02-19 Arran Cudbard-BellRemove last reference to cf_section_parse_free
2013-02-19 Arran Cudbard-BellFixup documentation
2013-02-19 Alan T. DeKokAssociate client lists with a parent section.
2013-02-19 Alan T. DeKok-M implies -m, too
2013-02-19 Alan T. DeKokRemove compile warnings
2013-02-19 Alan T. DeKokRe-add TGT_PREREQS for libfreeradius-radius
2013-02-19 Alan T. DeKokUse destructor
2013-02-19 Alan T. DeKokShouldn't be any config when we boot
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-19 Arran Cudbard-BellTalloc REQUESTs
2013-02-19 Alan T. DeKokMove virtual servers to talloc
2013-02-19 Alan T. DeKokClean up modules, etc. before freeing mainconfig
2013-02-19 Alan T. DeKokUse talloc for clients.c
next