Added empty opendirectory module
[freeradius.git] / src /
2010-06-10 Alan T. DeKokUse correct variable to look up attributes in the dicti...
2010-06-10 Alan T. DeKokFix proxying of inner tunneled requests
2010-06-10 Alan T. DeKokIf we've parsed " in a string, set the length to the...
2010-06-10 Alan T. DeKokAllow parsing of IPv6 addresses as domain names
2010-06-10 Alan T. DeKokTell OpenSSL to NOT do "no session Id" sessions
2010-06-10 Alan T. DeKokBe more careful about parsing comments after bare words
2010-06-10 Alan T. DeKokFix typo
2010-06-10 Alan T. DeKokPlain EAP-MSCHAPv2 should return the MPPE keys.
2010-06-01 Alan T. DeKokMove retransmits + proxy failover into child thread
2010-06-01 Alan T. DeKokClean up code related to requests in child thread
2010-06-01 Alan T. DeKokDelay decoding of packet until we are in the child...
2010-05-31 Alan T. DeKokBump the module magic number.
2010-05-31 Alan T. DeKokMake MSCHAP attribute lookups use Microsofts vendor-id
2010-05-31 Alan T. DeKokMake it closer to v2.1.x for consistency
2010-05-31 Alan T. DeKokRemove all references to "vp->attribute & 0xffff"
2010-05-31 Alan T. DeKokFix args to dict_addattr()
2010-05-31 Alan T. DeKokAdded back label 'stop_processing'
2010-05-31 Alan T. DeKokRemove all limitations on vendor IDs being less than 64K
2010-05-31 Alan T. DeKokFix argument to pairfind
2010-05-31 Alan T. DeKokUse new API
2010-05-31 Alan T. DeKokMake this unsigned, too
2010-05-31 Alan T. DeKokOnly WiMAX attributes can be of type tlv
2010-05-31 Alan T. DeKokNested TLVs 4 deep now work...
2010-05-31 Alan T. DeKokFix to encode properly
2010-05-31 Alan T. DeKokEnforce limitations
2010-05-31 Alan T. DeKokUse external array for shifting attributes to VPs
2010-05-31 Alan T. DeKokFirst stab at parameterizing tlv nonsense
2010-05-31 Alan T. DeKokFix VSA tunnel encryption. Allow sub-TLVs to be encrypted
2010-05-31 Alan T. DeKokRenamed evil function to be less evil
2010-05-31 Alan T. DeKokDecode 3-level TLVs
2010-05-31 Alan T. DeKokNow properly handles continuation without memcmp &...
2010-05-31 Alan T. DeKokNow packing WiMAX TLVs, too
2010-05-31 Alan T. DeKokAdded support for non-TLV WiMAX VSAs
2010-05-31 Alan T. DeKokFirst stab at rewrite of vp2attr.
2010-05-31 Alan T. DeKokSimplify RFC format attributes
2010-05-31 Alan T. DeKokStart separating encoding of data from headers
2010-05-31 Alan T. DeKokNew macro
2010-05-31 Alan T. DeKokAdd support for THREE layers of TLVs
2010-05-31 Alan T. DeKokDon't do memcmp, it's stupid.
2010-05-31 Alan T. DeKokEnforce order on WiMAX VSAs, just like original code
2010-05-31 Alan T. DeKokAbstract wimax insanity on encoding into another function
2010-05-31 Alan T. DeKokDecode attributes properly
2010-05-31 Alan T. DeKokWe seem to have the encoding down pat.
2010-05-31 Alan T. DeKokSimplify handling of TLVs by post-facto corrections
2010-05-31 Alan T. DeKokBe more stringent about encoding TLVs
2010-05-31 Alan T. DeKokEnforce WiMAX continuations.
2010-05-31 Alan T. DeKokRemoved WiMAX continuation hacks.
2010-05-31 Alan T. DeKokvp2attr now takes an explicit buffer size
2010-05-31 Alan T. DeKokAdd mask to vp2tlv
2010-05-31 Alan T. DeKokFixed typo.
2010-05-31 Alan T. DeKokAllow nested TLVs to be read from the dictionary.
2010-05-31 Alan T. DeKokFirst hack to get second level TLVs working
2010-05-31 Alan T. DeKokReset vendorcode AFTER creating attribute
2010-05-31 Alan T. DeKokFix WiMAX encoding
2010-05-31 Alan T. DeKokFixed comparisons to be correct
2010-05-31 Alan T. DeKokFixes to build
2010-05-31 Alan T. DeKokMiracle of miracles... it seems to work
2010-05-31 Alan T. DeKokAll of the modules now build.
2010-05-31 Alan T. DeKokMany more changes to get it to build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-05-31 Alan T. DeKokMoved API to (attr, vendor), instead of just attr
2010-05-31 Alan T. DeKokPrint out more request numbers
2010-05-29 Alan T. DeKokPrint out DHCP attributes sent / received
2010-05-29 Alan T. DeKokFix endless loop when there are multiple DHCP options
2010-05-29 Alan T. DeKokSet line buf on stdout/err when logs go there
2010-05-24 Alan T. DeKokIf an integer is surrounded by whitespace, it's still...
2010-05-19 Alan T. DeKokSource files shouldn't have the executable bit set.
2010-05-19 Alan T. DeKokPrint out section name for empty sections
2010-05-11 Alan T. DeKokMade connected / disconnected messages into informational
2010-05-04 Alan T. DeKokEnable core dumps after suid_down
2010-05-04 Alan T. DeKokTreat bad records as EOF.
2010-04-30 Alan T. DeKokUse pairadd() properly.
2010-04-29 Alan T. DeKokMore debugging messages
2010-04-29 Alan T. DeKokRemoved unnecessary fflush()
2010-04-29 Alan T. DeKokRegenerated after last change
2010-04-29 Alan T. DeKokLarge code cleanups.
2010-04-29 Alan T. DeKokMake dhcp_socket_t structure fall in line with listen_s...
2010-04-29 Alan T. DeKokFixed typo
2010-04-29 Alan T. DeKokUse readline only if we have the header files
2010-04-29 Alan T. DeKokFix error message for people who don't understand it
2010-04-29 Alan T. DeKokTry to fix link issues, as posted to the list
2010-04-29 Alan T. DeKokUse rebind_proc only if args==3
2010-04-29 Alan T. DeKokWork around for bug #35.
2010-04-26 Alan T. DeKokRemove from proxy hash after packet has been verified
2010-04-26 Alan T. DeKokAdded prototype
2010-04-26 Alan T. DeKokMore WITH_PROXY fixes
2010-04-26 Alan T. DeKokAttributes for "cisco vsa hack" don't need to be string
2010-04-26 Alan T. DeKokBetter error messages for missing brace
2010-04-26 Alan T. DeKokAllow to build without pthreads
2010-04-26 Alan T. DeKokFix build error
2010-04-26 Alan T. DeKokPrint out helpful error if a realm regex can't be parsed
2010-04-26 Alan T. DeKokPrefer IPv4.
2010-04-26 Alan T. DeKokAdded WITH_PROXY to allow it to build without proxying
2010-04-16 Alan T. DeKokDon't block when doing 'exec wait', and reading from...
2010-04-14 Alan T. DeKokappend tunneled reply, rather than moving it
2010-04-14 Alan T. DeKokFix node comparison on delete
2010-04-14 Alan T. DeKokFixed typo. This should help divorce CoA from normal...
2010-04-14 Alan T. DeKokPrint out hex for invalid data in PEAP tunnel.
2010-04-14 Alan T. DeKokMake request->number unsigned
2010-04-09 Alan T. DeKokEnsure correct build order
next