Be moe forgiving about the Digest attributes.
[freeradius.git] / src /
2010-08-04 Alan T. DeKokBe moe forgiving about the Digest attributes.
2010-08-04 Alan T. DeKokAdded -t option
2010-08-04 Alan T. DeKokRemoved extraneous fprintf
2010-08-02 Alan T. DeKokManual merge of aec08bce7f
2010-08-02 Alan T. DeKokstrcpy to a NULL pointer is bad.
2010-08-02 Alan T. DeKokNotes on binding to interfaces for DHCP
2010-08-02 Alan T. DeKokMore descriptive error messages.
2010-07-30 Alan T. DeKokAPI fixes for 2.2.0
2010-07-30 Alan T. DeKokCheck sockets against home servers for proxy loops
2010-07-30 Alan T. DeKokUpdate Oracle Autoconf scripts. Closes bug #57
2010-07-30 Alan T. DeKokPut SSL errors into Module-Failure-Message
2010-07-27 Alan T. DeKokFix for 2.2.0 API
2010-07-26 Alan T. DeKokUse MS-CHAP-User-Name in MS-CHAP module.
2010-07-26 Alan T. DeKokCreate MS-CHAP-User-Name, which is taken from the MS...
2010-07-26 Alan T. DeKokFix changes pulled from v2.1.x for new API
2010-07-26 Alan T. DeKokBetter fix for unlinking control sockets
2010-07-26 Alan T. DeKokRevert "Delete control socket when the server exits."
2010-07-26 Alan T. DeKokBe more careful freeing memory in detail reader
2010-07-26 Alan T. DeKokDelete control socket when the server exits.
2010-07-22 Alan T. DeKokAdded CLIENT_MULTI_STATEMENTS
2010-07-22 Alan T. DeKokAllow for spaces to be escaped in exec program.
2010-07-22 Alan T. DeKokFix parameters passed by Novell code in post-auth.
2010-07-22 Alan T. DeKokAdd undocumented keepalive configuration
2010-07-20 Alan T. DeKokPrint all decoded TLVs, not just the first one.
2010-07-19 Alan T. DeKokUse correct return code
2010-07-19 Alan T. DeKokFixed a few bugs using tests posted to the list.
2010-07-19 Alan T. DeKokDon't "originate" CoA requests if the packet is a CoA...
2010-07-19 Alan T. DeKokUpdated Password-With-Header handling to make it more...
2010-07-16 Alan T. DeKokFix long-standing memory leak as found by Jerry Nichols
2010-07-16 Alan T. DeKokRe-enabled Exec-Program and Exec-Program-Wait for accou...
2010-07-15 Alan T. DeKokAllow 'octet' attributes to have a fixed length.
2010-07-15 Alan T. DeKokFix arguments to paircreate
2010-07-08 Alan T. DeKokerrorcode may be NULL. Ignore it if so.
2010-07-08 Alan T. DeKokPack DHCP-BootFilename into header
2010-07-08 Alan T. DeKokRe-worked PEAP state machine to be clearer
2010-07-08 Alan T. DeKokMoved eappeap_identity to its own function.
2010-07-08 Alan T. DeKokChanged multiple "if" statements to switch.
2010-07-07 Alan T. DeKokPatches for EAP-FAST as posted to the list 2010-01-19
2010-07-07 Alan T. DeKokEnable passwd in coa send/recv
2010-07-07 Alan T. DeKokMap all types of attrs, not just int/string
2010-07-05 Alan T. DeKokReturn on error
2010-07-05 Alan T. DeKokRemoved "password_header" configuration
2010-07-05 Alan T. DeKokRemove "auto_header" flag.
2010-07-02 Alan T. DeKokHandle detail files differently.
2010-07-01 Alan T. DeKokDon't use libltdl if we're using dlopen()
2010-07-01 Alan T. DeKokMore provisions for dlopen'ing self.
2010-07-01 Alan T. DeKokRemove restrictions on TLVs must be WiMAX. It's not...
2010-07-01 Alan T. DeKokProvisions for RTLD_SELF, when all of the modules are...
2010-07-01 Alan T. DeKokAllow exec in recv/send coa sections
2010-06-30 Alan T. DeKokDo not delete "old" requests until they are free.
2010-06-30 Alan T. DeKokChange default lifetime for dynamic clients from 1d...
2010-06-30 Alan T. DeKokScan the number, not the leading \
2010-06-30 Alan T. DeKokALWAYS save the MPPE keys for later.
2010-06-28 Alan T. DeKokRegister SQL-Group only if the query is defined
2010-06-28 Alan T. DeKokFix debug messages for incorrect shared secret
2010-06-28 Alan T. DeKokAdded more eapol_test tests
2010-06-28 Alan T. DeKokBuild on systems without setuid
2010-06-28 Alan T. DeKokBuild on systems without fcntl
2010-06-28 Alan T. DeKokBuild on systems without sys/un.h
2010-06-28 Alan T. DeKokBuild on systems without fcntl
2010-06-28 Alan T. DeKokinterface is a #define on Mingw
2010-06-28 Alan T. DeKokAdd <instance>-SQL-Group, just like the LDAP module
2010-06-26 Alan T. DeKokCorrect logic in pairmove2 now that we have vendor...
2010-06-15 Alan T. DeKokMore descriptive error messages
2010-06-11 Alan T. DeKokFixes to make more modules build
2010-06-10 Alan T. DeKokEnsure we do PINGs only for UDP packets.
2010-06-10 Alan T. DeKokMade ONE caller for request_stats_final.
2010-06-10 Alan T. DeKokCatch "ping" packets before
2010-06-10 Alan T. DeKokCleaned up debug output to be readable
2010-06-10 Alan T. DeKokEnable MS-CHAPv1 support in radclient.
2010-06-10 Alan T. DeKokMove MS-CHAP code to separate files.
2010-06-10 Alan T. DeKokShorten debug message
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
next