Fixed typo
[freeradius.git] / src / lib /
2010-04-29 Alan T. DeKokWork around for bug #35.
2010-04-14 Alan T. DeKokFix node comparison on delete
2010-03-31 Alan T. DeKokMade 'reconfig' target use PHONY subdirectories, too
2010-03-06 Alan T. DeKokAdd IPv6 "scope" for link-local addresses.
2010-03-06 Alan T. DeKokCheck for AF_INET6, not HAVE_AF_INET6
2010-02-11 Alan T. DeKokQuiet compiler warnings
2010-02-04 Alan T. DeKokFixes to build without TCP
2010-02-04 Alan T. DeKokin pairmake_any(), value may be NULL
2010-02-04 Alan T. DeKokMore useful errors
2009-12-17 Alan T. DeKokSimplified use of llvm checker
2009-12-15 Alan T. DeKokEnsure that len > 0
2009-12-02 Alan T. DeKokUse intermediate buffer for error messages.
2009-11-30 Alan T. DeKokCleanups and simplifications.
2009-11-12 Alan T. DeKokFix WiMAX encoding bug introduced in 326a68b90a1a
2009-10-20 Alan T. DeKokCheck src_port, not dst_port
2009-10-05 Alan T. DeKokCheck for undefined types, too
2009-10-05 Alan T. DeKokSimplify the code
2009-10-05 Alan T. DeKokBe more restrictive on bad input
2009-10-05 Alan T. DeKokStart simplifying the code that encodes attributes
2009-09-30 Alan T. DeKokAllow old-style dictionary formats, too
2009-09-27 Alan T. DeKokInclude proto in API, no matter what build options
2009-09-24 Alan T. DeKokJumbo patch to clean up socket handling
2009-09-24 Alan T. DeKokChanged order of code to avoid race conditions
2009-09-16 DanteAllow the packet API to auto-discover TCP
2009-09-16 DanteAllow TCP code to build if WITH_TCP is defined
2009-09-16 DanteHeader file and protocol handler for RADIUS over TCP
2009-08-19 Alan T. DeKokDisallow NULL for regex comparisons
2009-08-18 Alan T. DeKokFix more typos
2009-08-18 Alan T. DeKokFixed typo
2009-08-18 Alan T. DeKokTurn off the DF bit.
2009-08-15 Alan T. DeKokFix typo in last commit
2009-08-14 Alan T. DeKokChave the hash comparison algorithm to avoid timing...
2009-08-12 Alan T. DeKokRemove final restrictions on attributes > 32767
2009-08-12 Alan T. DeKokMove restrictions on vendor ID from 32767 to 65535
2009-08-12 Alan T. DeKokMove "attr" to unsigned int
2009-08-12 Alan T. DeKokAdd "const" and remove compiler warningsy
2009-07-03 Alan T. DeKokUse new name
2009-07-03 Alan T. DeKokAllow UTF-8 in SQL log
2009-06-15 Alan T. DeKokMake it work on Mac OS X
2009-05-27 Alan T. DeKokFixe typo
2009-05-27 Alan T. DeKokRead all of the packet using MSG_PEEK for dynamic clients
2009-05-26 Alan T. DeKokDon't walk over empty trees
2009-05-21 Alan T. DeKokAllow src_ipaddr to be specified for home servers
2009-05-20 Niko Tynimake_passwd: only use 'inlen' bytes of the input string
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2009-03-17 Alan T. DeKokAdded API to allocate a reply packet from a request...
2009-03-06 Alan T. DeKokScan src/lib, too
2009-03-06 Alan T. DeKokSkip creation of zero-sized VSAs
2009-02-26 Alan T. DeKokExport packet code table
2009-01-30 Alan T. DeKokSave string for regexes
2009-01-30 Alan T. DeKokCorrected typo
2008-12-15 Alan T. DeKokIf it's not a known option, it's an error.
2008-12-15 Alan T. DeKokSuppress trailing NULs properly.
2008-12-15 Alan T. DeKokpairparsevalue() cannot be passed a NULL value.
2008-12-01 Alan T. DeKokMore memory initialization
2008-10-06 Alan T. DeKokMove socket listening code to plugin modules.
2008-10-04 Alan T. DeKokFix typos in previous commit
2008-10-03 Alan T. DeKokParse attributes that are string
2008-09-30 Alan T. DeKokInitialize pool to zero
2008-09-23 Alan T. DeKokMore relay oddness
2008-09-23 Alan T. DeKokFix handling for relays.
2008-09-17 Alan T. DeKokDecode WiMAX non-TLV's properly.
2008-09-17 Alan T. DeKokTLV's are 0x
2008-09-14 Alan T. DeKokDon't insert message type twice
2008-09-14 Alan T. DeKokANSI prototypes
2008-09-13 Alan T. DeKokAdded more 'const'
2008-09-10 Alan T. DeKokCorrect conversion of WiMAX attributes to VP's
2008-09-03 Alan T. DeKokHandle changed / deleted fd's a bit better
2008-08-28 Alan T. DeKokCorrected typo.
2008-08-26 Alan T. DeKokUse thread-local storage for log messages
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-08-24 Alan T. DeKokRegular expressions are compiled at run-time, not compi...
2008-08-21 Alan T. DeKokPack/unpack WiMAX attributes into RADIUS packets
2008-08-21 Alan T. DeKokRead combo-ip, signed, and tlv types from dictionaries
2008-08-21 Alan T. DeKokParse, process, and free signed, combo-ip, and tlv...
2008-08-21 Alan T. DeKokPrint signed and TLV types
2008-08-21 Alan T. DeKokDon't double-escape strings in pairread()
2008-07-18 Alan T. DeKokBuild on systems without IPv6 support
2008-06-29 aland Allow Inform. Delete unused code
2008-06-21 aland Some dhcp relays (e.g. udhcp) discard packets larger...
2008-06-20 aland OR flags set by admin into the packet
2008-06-19 aland Remove length restrictions on dictionary names
2008-06-18 aland Hacks for relay ports
2008-06-18 aland Initialize variable..
2008-06-18 aland Copy gateway IP from original packet
2008-06-10 aland Use new functions to copy sockaddr to ipaddr
2008-06-10 aland Corrected typos
2008-06-10 aland Use new functions to copy sockaddr to ipaddr
2008-06-10 aland Use new functions to copy sockaddr to ipaddr
2008-06-10 aland There are more and more conversions from sockaddr to
2008-06-05 aland Compile-time flag for WITH_OPENSSL_SHA1
2008-06-05 aland Compile-time flag of WITH_OPENSSL_MD4
2008-06-05 aland Compile-time flag of WITH_OPENSSL_MD5 causes us to...
2008-06-05 aland Build only if ASCEND_BINARY is defined
2008-05-29 aland Use memcpy to avoid strict C aliasing. In this case,
2008-05-28 aland Client HW address is ethernet. We don't support anyth...
2008-04-30 aland Clean up memory on exit
2008-04-20 aland Include encode/decode packet stuff. Dp5
2008-04-20 aland Send/receive packets. Dp3
next