Clear all allocated memory. Closes bug #518
[freeradius.git] / src /
2008-03-05 aland Clear all allocated memory. Closes bug #518
2008-03-05 aland Don't make old log_foo over-ride new one. This closes...
2008-03-04 aland Update the log message to make it excruciating clear...
2008-03-03 aland Move if/elsif/.... to switch
2008-02-27 aland added preliminary syslog support
2008-02-26 aland Corrected typo
2008-02-26 aland Clean up warning messages.
2008-02-26 aland Corrected typo. Closes bug #521
2008-02-26 aland Corrected typo. Close bug #522
2008-02-25 aland use strncmp, not memcmp
2008-02-19 aland Clean up handling of detail files && events. It's...
2008-02-19 aland Initialize buffer properly...
2008-02-18 aland Set fake->request->src_ipaddr from request->packet...
2008-02-16 aland Move offsetof into missing.h, where it really belongs
2008-02-15 aland add #else for non-GCC and non-SUN compilers
2008-02-15 aland Allow server[foo] references as singles.
2008-02-14 aland Corrected behavior to match documentation.
2008-02-14 aland strncat is useless. Use strlcpy instead
2008-02-13 aland Deleted code handling massaging of sockets on HUP...
2008-02-12 aland Sanity checks for port ranges in listen sections.
2008-02-12 aland Print out "listening on proxy", too
2008-02-12 aland Print out more error messages on failure
2008-02-11 aland Added signal self for new proxy fd's, so that we will...
2008-02-11 aland Be fail-safe on multiple inserts
2008-02-10 aland Fall back to using DEFAULT realm. Based on patch...
2008-02-10 aland Singles in authenticate{} return immediately. Sections
2008-02-10 aland Properly initialize random context. This solves the
2008-02-09 aland Use name2 for debug messages, not name1
2008-02-09 aland Corrected debug output
2008-02-09 aland Re-build from configure.in to add -DLDAP_DEPRECATED...
2008-02-07 aland Print more on "failed to remember handler"
2008-02-06 aland Clean up detail file handling again
2008-02-06 aland Permit inner tunnel EAP things to be proxied, too
2008-02-05 aland Don't print out internal attributes when sending packets
2008-02-05 aland Allow raw attributes to be sent if the server was...
2008-02-04 aland Corrected typos
2008-02-04 aland select() returns nothing if we're just before EOF.
2008-02-04 aland With -i && -n, also read listen sections from "server...
2008-01-31 aland Don't create attributes of zero length.
2008-01-30 aland Track name_len for unknown attributes. This fixes...
2008-01-21 aland Parse log_* && log{} before doing anything else.
2008-01-21 aland Pass REQUEST to paircompare()
2008-01-21 aland request may be NULL
2008-01-20 aland Test for value to be NULL
2008-01-16 aland Do comparisons of octet strings properly
2008-01-16 aland Don't leave MS-CHAP2-Success in the reply packet....
2008-01-15 aland Initialize variables
2008-01-15 aland It's unsigned, not signed
2008-01-15 aland Allow:
2008-01-15 aland Permit *known* attributes to be sent as hex via 0x...
2008-01-12 aland Set operator
2008-01-12 aland Permit Client-IP-Address to work
2008-01-10 aland If no ca_file, don't set CA list for client certificates
2008-01-10 aland One more for -Wunused
2008-01-10 aland Don't use mkdir -p
2008-01-10 aland Make directory before copying files to it
2008-01-10 aland Fix compile warnings on some platforms
2008-01-10 aland Allow in-tree tests
2008-01-10 aland Updated copyright
2008-01-09 aland When we have attributes in the config files, AND the...
2008-01-09 aland Match "hints" on DEFAULT or on matching User-Name.
2008-01-09 aland Audit the code for other uses of 'now' where it might...
2008-01-09 aland Update 'now' in the function. This means that if...
2008-01-09 aland Update calling pointer to be NULL, too
2008-01-09 aland Removed dead code
2008-01-09 aland Free alloc'd memory
2008-01-09 aland Remember the listen head in mainconfig, so it's not...
2008-01-09 aland Comment out code that isn't used, and doesn't do anything.
2008-01-09 aland xlat_name = cf_section_name*() means that it's free...
2008-01-09 aland Ensure that EAP-TNC can only run AFTER the user has...
2008-01-08 aland Expand %{config: ...} sub-strings
2008-01-07 aland If we're building experimental modules, go into a...
2008-01-06 nbk client->nastype may be freed later by client_free()
2008-01-06 nbk Add missing case T_OP_GE
2008-01-06 nbk Fix some compiler warnings.
2008-01-06 nbk Fix more signedness warnings.
2008-01-06 nbk Fix some compiler warnings.
2008-01-06 nbk Prototype for function client_listener_find() in main...
2008-01-06 nbk Corrected typo.
2008-01-05 nbk Fix some compiler warnings.
2008-01-05 nbk Fix more signedness warnings.
2008-01-05 nbk Include udpfromto.h
2008-01-05 nbk Regenerate from configure.in
2008-01-05 nbk Update configure scripts of the SQL submodules so...
2008-01-05 pnixonRemove freetds from the docs as we no longer have it
2008-01-05 pnixonGet rid of freetds as we no longer have that code in...
2008-01-05 aland Added RCSID macros
2008-01-05 aland Catch corner cases / race conditions on no...
2008-01-05 nbk Declare variables before code
2008-01-05 aland Cleaned up error messages.
2008-01-05 nbk Note unused parameters with a gcc attribute.
2008-01-05 aland Removed unused variables
2008-01-05 aland Be a little more forgiving about parsing realms.
2008-01-05 aland Re-arrange parsing of things so that people's existing
2008-01-05 nbk Declare variables before code
2008-01-04 aland Make installation directories before installing stuff...
2008-01-04 aland Declare variables before code
2008-01-04 aland Declare buffers before code
2008-01-04 aland Client may be IPv6, too
2008-01-04 aland Patches from Apple to build without <membershipPriv.h>
next