freeradius.git
2005-05-03 aland Moved socket code from radiusd.c & mainconfig.c to...
2005-05-03 aland Add entry for new per-socket receive function.
2005-05-03 aland Delete last fix, it was wrong.
2005-05-03 aland Set AF
2005-05-03 aland Call normal functions to turn host/ip into struct
2005-05-03 aland Include proper headers
2005-04-28 mgriegoAdded a section in proccess_groups to allow for no...
2005-04-28 aland Don't call read_radius_conf, which means that we don...
2005-04-28 aland make radlog_stdout = 0, so that memset will make logs...
2005-04-28 aland clear out mainconfig, too
2005-04-28 aland radrelay doesn't need read_radius_conf, it needs conf_...
2005-04-27 aland Moved support for Client-IP-Address to xlat.c, where...
2005-04-27 aland Fixed typo
2005-04-27 aland Bug fixes for code which implements unavailable functions
2005-04-27 aland One more RFC describing standards
2005-04-27 aland Don't complain about passwords if the request is going to
2005-04-27 aland If we're asked to delete the tree root, then delete...
2005-04-27 aland include autoconf.h
2005-04-27 aland More libradius.h fixes
2005-04-27 aland Make it build on non-IPv6-aware systems.
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-04-27 aland Don't include libradius.h, we're including radiusd...
2005-04-27 aland include missing.h BEFORE libradius.h
2005-04-26 nbk Re-arrange the code in the sql_userparse() function.
2005-04-25 raghu Thread safe rentrant gethostby{name/addr} functions...
2005-04-23 aland cl->shortname may now be NULL
2005-04-23 aland cl->nastype may now be NULL
2005-04-23 aland cl->shortname may now be NULL
2005-04-22 aland document that there are essentially no limits on the...
2005-04-22 aland remove length restrictions on strings in RADCLIENT...
2005-04-22 aland fix dumb error
2005-04-22 aland clean up the parsing code a little more
2005-04-22 aland Fix compiler warning.
2005-04-22 aland renamed queue mutex to make it clearer what's going on
2005-04-22 aland re-align text
2005-04-22 aland corrected typo in define
2005-04-22 kkalevIn lib/sql/attrmap.php3, only register variables once...
2005-04-22 aland Added a bunch of 'const', and cf_pair_parse(), which...
2005-04-21 aland one-character typo fix
2005-04-21 aland allow IPv6 in listen{} sections.
2005-04-21 aland Better debug/error messages
2005-04-21 aland Preparations for IPv6 done.
2005-04-21 aland look for struct addrinfo
2005-04-21 aland Check for struct sockaddr_storage
2005-04-21 aland Catch IPv6-mapped IPv4 address.
2005-04-21 aland Define PW_NAS_IP6_ADDRESS and use it in rlm_preprocess
2005-04-21 aland socklen_t is already defined in autoconf.h
2005-04-21 raghu Protocol Independent wrapper function only for IPv4.
2005-04-21 raghu Protocol independent functions for IPv4.
2005-04-21 aland Minor fixes to make new rad_recfrom function return...
2005-04-21 aland Implement [ipv6add]:port
2005-04-21 raghu More IPv6 stuff.
2005-04-21 aland rad_listen_t now has lrad_ipaddr_t instead of uint32_t
2005-04-20 aland Fixed debugging messages
2005-04-20 aland Add -4 && -6 command line options, to force IPv6/IPv6.
2005-04-20 aland Define Packet-Src/Dst-IPv6-Address
2005-04-20 aland Changes to radclient which should (theoretically)...
2005-04-20 aland Don't do #ifdef AF_INET6, as it's always defined now
2005-04-20 aland inet_pton && inet_ntop fixes
2005-04-20 aland We now always have inet_ntop, even if it's our own...
2005-04-20 aland Forgot from last commit
2005-04-20 aland define struct in6_addr if it's not defined. This...
2005-04-20 aland If we have AF_INET6, use new API's to look up IPv6...
2005-04-20 aland Use new API for hostname lookups
2005-04-19 aland Do DNS lookups (or not) for IPv6 names, too
2005-04-19 aland Call new functions to do DNS lookups
2005-04-19 aland Look the server up with IPv6 aware code, too
2005-04-19 aland Now builds with new IPv6 code.
2005-04-19 aland Don't use ip_getaddr, use new ip_hton
2005-04-19 aland check for getaddrinfo() && getnameinfo(), which both...
2005-04-19 raghu Initialize salen before calling getsockname
2005-04-19 aland configure gets excited about $@, and tries to replace...
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-04-19 aland compiler warnings & fixes
2005-04-19 aland typo
2005-04-19 aland document radwho && radzap changes
2005-04-19 aland One-character fix for typo
2005-04-19 aland req is a REQUEST*, not a RADIUS_PACKET*.
2005-04-19 aland Fix brackets. Bug noted by Richard Arkner
2005-04-19 kkalevIn time2strclock also show days if applicable
2005-04-19 aland C++ comments are bad
2005-04-19 aland Removed unused variables
2005-04-18 aland libtool to build, libtool to install
2005-04-18 aland corrected typo in last commit
2005-04-18 aland Make SERVER_OBJS depend on INCLUDES, and clean up...
2005-04-18 aland Delete dependency on configure.ac, which isn't in...
2005-04-15 aland Fixed typo in comment
2005-04-15 kkalevAdd a ?> at the end of user_admin.php3
2005-04-15 kkalevFix a bug with user_admin and da_sql_limit
2005-04-15 aland configure in libltdl, if LIBLTDLPATH is set
2005-04-15 raghu Add files which help libltdl to build
2005-04-14 aland Hack AC_LIBLTDL_INSTALLABLE so it sets LIBLTDLPATH...
2005-04-14 kkalevFix a small bug in lib/sql/drivers/mysql/functions...
2005-04-14 kkalevFix a small typo
2005-04-14 kkalevUse the correct max results variable in lib/*/find...
2005-04-14 fcusack Change x99_pw_valid() to x99_pwe_cmp(), and coalesce...
2005-04-14 fcusack restore data zero-ing removed in 1.41; parser works...
2005-04-13 nbk Free the avp if we return without adding it in the...
2005-04-13 fcusackcompiler warnings
next