freeradius.git
2005-06-02 aland Add more copyright statements
2005-06-01 aland Don't log endless informational messages.
2005-06-01 aland Update pointers for proxy types. Whoops...
2005-05-31 aland Move net/if.h
2005-05-31 aland Updates, reformatting, etc
2005-05-31 aland Add re-transmits of accounting packets back in, that...
2005-05-31 aland Don't send Proxy-State from home server in reply,...
2005-05-30 nbk This Perl script tails a SQL logfile and forwards...
2005-05-30 nbk Man page for module rlm_sql_log
2005-05-30 nbk Generated from configure.in revison 1.1 using autoconf...
2005-05-30 nbk File necessary to build the module
2005-05-30 nbk This module appends the SQL queries in a log file...
2005-05-28 aland More fixes to refresh_request.
2005-05-27 aland Afte rre-config
2005-05-27 aland re-autogen
2005-05-27 aland See "man radrelay.conf"
2005-05-27 aland Document radrelay.conf
2005-05-27 aland Rename structure elements for sanity
2005-05-27 aland Moved per-type data for rad_listen_t to dynamically...
2005-05-27 aland Expose rad_encode() and rad_sign()
2005-05-27 aland Added simple, fast, non-cryptographic hash function
2005-05-27 aland clean up ifdef's and too many variables
2005-05-27 aland Update rad_sendto && rad_recvfrom, to not call udpfrom...
2005-05-27 aland set recv/send/update for "bind_address", too
2005-05-27 aland Break rad_send() into rad_encode(), rad_sign(), and...
2005-05-26 aland detail'd packets have a random vector.
2005-05-26 aland Fix offset for xlat_config
2005-05-26 aland Make new request_list_t structure, and return it from...
2005-05-26 aland More work to get rid of "static" variables.
2005-05-26 aland cf_data_add calls cf_item_add.
2005-05-26 aland complain about naslist only if we read data from it
2005-05-26 aland A bit better method for seeing if addresses are equal
2005-05-26 fcusack generated from configure.in#1.1
2005-05-26 fcusack rename from x99 to otp to reflect broader scope
2005-05-26 aland delete testing stuff
2005-05-26 aland add radrelay.conf.in
2005-05-25 aland Ignore RADIUS clients by keying off of the listeners...
2005-05-25 aland Set "name", via '-n'
2005-05-24 aland For accounting requests which came from a detail liste...
2005-05-24 aland Look for, and set, timestamp & client IP, so that...
2005-05-24 aland One more 'const'
2005-05-24 aland One more "const", to get "size modcall.o" to zero...
2005-05-24 aland Updated cf_section_sub_find_name2 to be a little smart...
2005-05-23 aland Enabled "bind to device" functionality.
2005-05-23 fcusack re-add rlm_x99_token; no problems were found. Maybe...
2005-05-20 aland Abstracted listen parse/free/send/recv into callbacks...
2005-05-18 nbk Add a test in sql_escape_func() to check buffer bound...
2005-05-17 aland left over from last commit
2005-05-17 aland Add name for "radiusd.conf" to mainconfig, so that...
2005-05-17 aland remove bad message
2005-05-16 aland Don't even bother looking for "authorize", etc., if...
2005-05-13 aland Include "identity" in the listen{} section, so that...
2005-05-13 aland Note that RFC 3748 allows multiple EAP types in the...
2005-05-13 aland Debug information.
2005-05-13 aland Make auth/acct_socket_send into different functions...
2005-05-13 nbk Replace code which doesn't compile anymore in generate...
2005-05-13 raghuAdded inet_pton6() (Got the code from internet) and...
2005-05-13 raghuUse more generic sockaddr_storage structure instead...
2005-05-13 raghuOpen the socket() for the right (IPv4/IPv6) family.
2005-05-13 nbk Use the new locking algorithm from Alan and Miquel.
2005-05-13 nbk Include autoconf.h, too
2005-05-13 aland -Wformat-nonliteral
2005-05-13 aland Type check fixes.
2005-05-12 aland Open the detail.work, or detail file (if possible...
2005-05-12 aland Implemented a "max_outstanding" directive for detail...
2005-05-12 fcusack trivial comment updates
2005-05-12 aland use rad_listen_t here, too.
2005-05-12 aland Multiple integrated patches:
2005-05-12 raghuIPv4 prefix must be compared on network byte order
2005-05-12 raghuBind to the specified IP address and Port if
2005-05-12 aland First pass at have a "listen" directive for reading...
2005-05-12 aland make max_queue_size configurable, in preparation for...
2005-05-11 aland Removed most everything from the main "dictionary...
2005-05-11 fcusackimprovements so that all relevant targets are made...
2005-05-11 raghuIPv6 enabled clients configuration and prefix rules...
2005-05-11 raghuNetmask is replaced with Prefix that can be used for...
2005-05-11 raghuIPv6 clients can now be configured, listened and respon...
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
next