freeradius.git
2005-05-10 aland keep it up to date
2005-05-10 fcusack Make cardops layer a true object layer! Re-implement...
2005-05-09 aland By default, try to prevent v4 to v6 mapping
2005-05-09 aland Don't allow * for IPv6, we have :: for it instead
2005-05-08 fcusack compiler boo-boos
2005-05-08 fcusack Simplify!
2005-05-08 fcusack minor logging tweaks
2005-05-07 fcusack When deciding if we should protect the State attribute...
2005-05-06 aland Many attribute types can't have "encrypt" flags, so...
2005-05-06 aland Add support for IPv6prefix type
2005-05-06 aland call freeaddrinfo, so we don't leak memory
2005-05-06 aland Check for problems, rather than assertions
2005-05-05 fcusack import cardops layer from pam_x99_auth
2005-05-05 aland Allow for IPv6, and correct a typo
2005-05-05 aland Include autoconf.h, too
2005-05-05 aland Got rid of more "static" variables, and in the process...
2005-05-05 fcusack Update comments re: radius State replay attack suppres...
2005-05-05 fcusack improve ewindow2 docs, remove extraneous (and incorrec...
2005-05-05 fcusack change x99_token_t.name to const char *, for main...
2005-05-05 fcusack fix #includes problems introduced with some recent...
2005-05-05 fcusack update TG-24-1999 (X9.9 withdrawal) URL
2005-05-04 aland Allow IPv6 for clients, too.
2005-05-04 aland Prototypes for functions in main/listen.c
2005-05-04 aland make ip_hton() [our host to IP address wrapper] call...
2005-05-04 aland If we get a bare IPv6 address, it has two or more...
2005-05-04 aland Corrected typo in #ifdef
2005-05-04 aland Look for "struct sockaddr_in6", too
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...
next