Note 2.1.3
[freeradius.git] / src /
2008-12-03 Alan T. DeKokAllow all ports to be used. Closes #559
2008-12-02 Alan T. DeKokDon't leak memory on error conditions.
2008-12-02 Alan T. DeKokSimplify handling of structs.
2008-12-01 Alan T. DeKokDie if we failed to allocate memory
2008-12-01 Alan T. DeKok"name" cannot be NULL
2008-12-01 Alan T. DeKoklog_file may be NULL
2008-12-01 Alan T. DeKokRequest may be NULL
2008-12-01 Alan T. DeKokSet "found" to first server.
2008-12-01 Alan T. DeKoksecret is NULL for LOCAL realms.
2008-12-01 Alan T. DeKokvirtual_server can't be NULL
2008-12-01 Alan T. DeKokOne more check for NULL.
2008-12-01 Alan T. DeKokMore memory initialization
2008-12-01 Alan T. DeKokfree structure on error.
2008-12-01 Alan T. DeKoklisten.lo depends on listen.c, too
2008-12-01 Alan T. DeKokFree fake on unknown packet.
2008-12-01 Alan T. DeKokDon't allocate structure twice.
2008-12-01 Alan T. DeKokEnsure there's room for a trailing 0
2008-12-01 Alan T. DeKokAssert that comp < count, not <= count
2008-12-01 Alan T. DeKokDe-reference ptr after checking it.
2008-12-01 Alan T. DeKokMark entry=NULL after free'ing it.
2008-11-27 Alan T. DeKokPermanently switch UID only if we succeed in doing...
2008-11-26 Alan T. DeKokCorrect the attribute numbers for client accounting...
2008-11-26 Alan T. DeKokUse "ln -s" rather than "cp" for in-tree operation
2008-11-25 Alan T. DeKokAdd EVP_sha256 for WiMAX certificates
2008-11-25 Alan T. DeKokDo "rm -rf lib" on "make clean".
2008-11-25 Alan T. DeKokInclude <ltdl.h>
2008-11-18 Alan T. DeKokCheck return codes for more instances of regcomp
2008-11-18 Alan T. DeKokCheck the return code of regcomp
2008-11-06 Alan T. DeKokPass copy of debug_condition pointer to evalute
2008-10-23 Alan T. DeKokUse SUN_LEN here, too
2008-10-15 Alan T. DeKokRe-run autoconf
2008-10-15 Alan T. DeKokRemoved thread pool from Perl module.
2008-10-15 Alan T. DeKoklibreadline is a library, not a dependency
2008-10-15 Alan T. DeKokstart sending Status-Server messages earlier
2008-10-15 Alan T. DeKokTemporarily drop permissions
2008-10-15 Alan T. DeKokUse SUN_LEN, which fixes portability issues
2008-10-15 Alan T. DeKokFix typos in previous commit
2008-10-15 Alan T. DeKokInitialize nas_address to INADDR_NONE
2008-10-15 Alan T. DeKokParse attributes that are string
2008-10-15 Alan T. DeKokInitialize pool to zero
2008-10-15 Alan T. DeKokfake->server may be NULL
2008-09-24 Alan T. DeKokGet session resumption working for EAP-TLS, too
2008-09-24 Alan T. DeKokRenumber MSK and EMSK to match the rest of the code
2008-09-24 Alan T. DeKokMove "unknown" client code to common area
2008-09-23 Alan T. DeKokCreate MIP4 keys.
2008-09-23 Alan T. DeKokExpose MSK and EMSK
2008-09-23 Alan T. DeKokMore relay oddness
2008-09-23 Alan T. DeKokFix handling for relays.
2008-09-23 Alan T. DeKokdefine DEBUG4
2008-09-22 Alan T. DeKokDon't free strings parsed by the config API
2008-09-21 Alan T. DeKokRemoved duplicate variable definitions
2008-09-21 Alan T. DeKokFixed compile warnings
2008-09-21 Alan T. DeKokBuild the module only if manually configured
2008-09-21 Alan T. DeKokFixed compiler warnings
2008-09-21 Alan T. DeKokMore wrappers around debug_packet
2008-09-20 Alan T. DeKokBuild on systems without pthread
2008-09-18 Alan T. DeKokI'm not an idiot. I'm just pretending to be one.
2008-09-18 Alan T. DeKokAdd echo. Don't strip TOO many spaces
2008-09-18 Alan T. DeKokPrint home servers, too
2008-09-18 Alan T. DeKokOne more \n
2008-09-18 Alan T. DeKokAdd line # to error, and add home2, not home
2008-09-17 Alan T. DeKokglobal home server stats && server version
2008-09-17 Alan T. DeKokCall sql_escape_func
2008-09-17 Alan T. DeKokExpose sql_escape_func
2008-09-17 Alan T. DeKokDon't need the \r
2008-09-17 Alan T. DeKokDecode WiMAX non-TLV's properly.
2008-09-17 Alan T. DeKokTLV's are 0x
2008-09-16 Alan T. DeKokMore printf's
2008-09-15 Alan T. DeKokOutput to file
2008-09-15 Alan T. DeKokMore info for home server list
2008-09-15 Alan T. DeKokAdded -i <file>, and ignore comments
2008-09-15 Alan T. DeKokadded "outstanding" to home_server stats
2008-09-15 Alan T. DeKokSimplify code some more
2008-09-15 Alan T. DeKokGet/set home server state alive/dead
2008-09-14 Alan T. DeKokMore checks for weird systems
2008-09-14 Alan T. DeKokCorrected typo
2008-09-14 Alan T. DeKokBuild on systems without MSG_DONTWAIT
2008-09-14 Alan T. DeKokmore #ifdef wrappers
2008-09-14 Alan T. DeKokMore #ifdef wrappers
2008-09-14 Alan T. DeKokRemoved need for global NO_SUCH_CHILD_PID
2008-09-14 Alan T. DeKokRemoved need for NO_SUCH_CHILD_PID
2008-09-14 Alan T. DeKokeof -> at_eof
2008-09-14 Alan T. DeKokCorrect placement of bracket for non-IPv6 systems
2008-09-14 Alan T. DeKokDon't insert message type twice
2008-09-14 Alan T. DeKokANSI prototypes
2008-09-14 Alan T. DeKokClean up XML output
2008-09-14 Alan T. DeKokRearrange XML output
2008-09-14 Alan T. DeKokAdded help
2008-09-14 Alan T. DeKokadd client file <filename>
2008-09-14 Alan T. DeKokOne more flag to client_read
2008-09-13 Alan T. DeKokUse macro for debug_packet
2008-09-13 Alan T. DeKokMake buffer really large
2008-09-13 Alan T. DeKokLoads more commands for clients && home servers
2008-09-13 Alan T. DeKokDump config as-read to FILE*
2008-09-13 Alan T. DeKokAdded more 'const'
2008-09-13 Alan T. DeKokRemoved "show config". It's a duplicate
2008-09-13 Alan T. DeKokadded many more commands
2008-09-13 Alan T. DeKokAdded declaration for proxy stats
2008-09-13 Alan T. DeKokAdded API to manage home servers by internal number
2008-09-13 Alan T. DeKokSet r/w mode, and mark commands as read or write
next