Add autoconf script for freetds
[freeradius.git] / src / include /
2013-02-26 Alan T. DeKokRemoved old Makefiles, no longer used
2013-02-26 Arran Cudbard-BellMerge pull request #193 from candlerb/candlerb/redis_fi...
2013-02-26 Brian CandlerRemove quotes from quoted argv entries
2013-02-26 Brian CandlerFactor out argv splitting into rad_expand_xlat
2013-02-22 Arran Cudbard-BellReformat base64 code, use library base64 functions...
2013-02-20 Arran Cudbard-BellMerge pull request #203 from alanbuxey/master
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. DeKokFIx build errors
2013-02-19 Arran Cudbard-BellRemove last reference to cf_section_parse_free
2013-02-19 Alan T. DeKokAssociate client lists with a parent section.
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-19 Alan T. DeKokMove all conf file stuff to talloc
2013-02-19 Alan T. DeKokMove all pair* to talloc
2013-02-19 Arran Cudbard-BellAdd context pointer to pairalloc
2013-02-19 Arran Cudbard-BellAdd talloc memory report on -M
2013-02-19 Alan T. DeKokUse talloc
2013-02-18 Alan T. DeKokMore debug macros
2013-02-18 Alan T. DeKokRemove L_CONS
2013-02-18 Arran Cudbard-BellQuick hack for colourising log output to stderr/stdout
2013-02-17 Arran Cudbard-BellUpdate autoconf.h.in
2013-02-17 Alan T. DeKokEOL is EOL
2013-02-17 Alan T. DeKokpairparsevalue() returns int, not VALUE_PAIR*
2013-02-16 Arran Cudbard-BellRemove redundant flags and fields from VALUE_PAIR
2013-02-16 Arran Cudbard-BellMisc whitespace fixes in libradius.h
2013-02-16 Arran Cudbard-BellRemove pairmake_xlat
2013-02-16 Arran Cudbard-BellModify pair read so that it parses values into a more...
2013-02-16 Arran Cudbard-BellRename some arguments to be more consistent in pair...
2013-02-16 Arran Cudbard-BellAdd radius_xlat_do and rename pairxlatmove to radius_xl...
2013-02-16 Arran Cudbard-BellAdd pairmark_xlat
2013-02-16 Alan T. DeKokUse new RADIUS decoder.
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-02-16 Alan T. DeKokMove tag out of "flags" struct.
2013-02-16 Alan T. DeKokUpdate vp->da in pairalloc(), and update dictionary...
2013-02-16 Alan T. DeKokMade Vendor-Specific to be of data tyoe "vsa"
2013-02-16 Alan T. DeKokUpdated dictionary functions in preparation for new...
2013-02-16 Alan T. DeKokAdded DICT_ATTR* to VALUE_PAIR, in preparation for...
2013-02-13 Arran Cudbard-BellUse xlat for generating the OTP challenge reply-message
2013-02-12 Arran Cudbard-BellAdd CONST to functions that return DICT_ATTR
2013-02-12 Arran Cudbard-Bellfree_dict_attr should set pointer to NULL after freeing
2013-02-12 Arran Cudbard-BellAdd function to create unknown attributes from text...
2013-02-12 Arran Cudbard-BellAdditional dictionary functions for working with dynami...
2013-02-12 Alan T. DeKokAdded radmin command "hup main.log". Closes issue...
2013-02-12 Alan T. DeKokAdded dict_attrbytype(attr, vendor, type)
2013-02-12 Arran Cudbard-BellRename unknown_attr to is_unkown (like is_tlv)
2013-02-12 Arran Cudbard-BellAdd dict_attrunknown function for when we don't have...
2013-02-12 Alan T. DeKokAdded dict_attrbyparent()
2013-02-12 Arran Cudbard-BellDefine value types as an enum
2013-02-07 Alan T. DeKokAlways send Message-Authenticator for proxied Access...
2013-02-06 Arran Cudbard-BellStartup check for mismatched OpenSSL library versions
2013-01-24 Arran Cudbard-BellMerge pull request #171 from arr2036/master
2013-01-24 Arran Cudbard-BellSet sticky bit properly on dir creation
2013-01-20 Arran Cudbard-BellUse of 'op' instead of 'operator', and declare it as...
2013-01-20 Arran Cudbard-BellRemove @version, doxygen seems to parse $id ok
2013-01-16 Arran Cudbard-BellDynamically resolve dictionary entrys for control attrs
2013-01-16 Arran Cudbard-BellSwitch to using explicit template types
2013-01-15 Arran Cudbard-BellUpdate attrmap functions to be more flexible, and add...
2013-01-15 Arran Cudbard-BellAdd function for printing lists to request debug log
2013-01-11 Arran Cudbard-BellMove license declarations outside of file descriptions
2013-01-11 Arran Cudbard-BellFix minor formatting issue
2013-01-11 Arran Cudbard-BellAdd documentation to modules.h
2013-01-07 Arran Cudbard-BellAdd documentation for the connection pool API
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-12-27 Alan T. DeKokRestructure how attributes are packed
2012-12-20 Alan T. DeKokAdd IPv4prefix data type for RFC 6572
2012-12-10 Arran Cudbard-BellAdd increment operator for LDAP
2012-12-10 Arran Cudbard-BellRename cfree to rad_cfree
2012-12-09 Arran Cudbard-BellAdd cfree for freeing consts
2012-12-06 Alan DeKokMerge pull request #143 from tobiasbrunner/eap-ttls...
2012-12-05 Arran Cudbard-BellMore debugging improvements
2012-12-03 Arran Cudbard-BellFix memory leak in radius_get_vp
2012-12-02 Arran Cudbard-BellMove code that modifies request when looking up home_se...
2012-12-02 Arran Cudbard-BellAdd module failure message to rlm_exec
2012-12-01 Arran Cudbard-BellVPT should be const in callback
2012-12-01 Arran Cudbard-BellAdd attribute mapping functions to valuepair.c, and...
2012-12-01 Arran Cudbard-BellDA should be const in pairalloc
2012-12-01 Arran Cudbard-BellAdd cf_pair_value_type function to return whether the...
2012-11-29 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-11-28 Alan T. DeKokMake rbtree's thread-safe.
2012-11-27 Arran Cudbard-BellWITH_TLS not defined if we don't have openssl
2012-11-26 Alan T. DeKokMore dependencies
2012-11-23 Arran Cudbard-BellMinor installation fixes
2012-11-23 Arran Cudbard-BellAdd version definitions to installed headers
2012-11-21 Alan T. DeKokjlibtool depends on HEADERS
2012-11-20 Arran Cudbard-BellSay when were building headers
2012-11-20 Arran Cudbard-BellFix minor typos and errors
2012-11-19 Arran Cudbard-BellMerge pull request #133 from arr2036/master
2012-11-18 Arran Cudbard-BellUpdate src/include/all.mk
2012-11-18 Arran Cudbard-Bellinstall-sh -d barfs if the directory has a trailing...
2012-11-15 Arran Cudbard-BellUse BREs when greping for feature definitions
2012-11-15 Alan T. DeKokGrep doesn't need -o
2012-11-12 Arran Cudbard-Bell.PHONY:
2012-11-12 Arran Cudbard-BellMark clean targets as .PHONY
2012-11-12 Arran Cudbard-BellMerge pull request #129 from arr2036/master
2012-11-12 Arran Cudbard-BellAllow src ipaddr to be set on a per client basis
2012-11-12 Arran Cudbard-BellAdd proper clean rules
2012-11-12 Arran Cudbard-BellAdd Makefile fixes to the old build system too
2012-11-12 Alan T. DeKokFix build rules to have proper dependencies
next