freeradius.git
2007-04-20 aland RADCLIENT is not const, as it gets updated for SNMP...
2007-04-20 aland Added rad_recv_header() function, which calls MSG_PEEK...
2007-04-20 aland Removed "lvalue" from the VALUE_PAIR structure. This...
2007-04-20 aland run "can_handle_new_request" on all packets, not just...
2007-04-19 aland more lvalue to vp_* changes
2007-04-19 aland More lvalue to vp_integer changes
2007-04-19 aland vp->lvalue to vp->vp_integer changes
2007-04-19 aland Use brackets
2007-04-19 aland cf_data_add() sends us a static string. cf_data_add_i...
2007-04-19 aland Set tree_num to NULL after freeing it
2007-04-19 aland If free'ing mainconfig.clients, set it to NULL.
2007-04-18 aland Catch clients added by rlm_sql
2007-04-18 aland Move components to tree rather than hash, which is...
2007-04-18 aland Be more careful about not doing SNMP stats if its...
2007-04-18 aland Squeeze a few more cycles out of the event handler...
2007-04-18 aland Cache DICT_VALUE for inst->name, so we don't call...
2007-04-18 aland Cache the base 256 attributes again, as they're looked up
2007-04-18 aland New function to return rbnode_t * when a node is inserted.
2007-04-18 aland Move event free to before free_mainconfig, as it needs the
2007-04-18 aland Now that we're caching request->ev, ensure it's update...
2007-04-18 aland lvalue -> vp_integer
2007-04-17 aland Corrected typo. Found by Kevin Bonner
2007-04-17 aland Clean up event stuff... add event ptr to request ...
2007-04-17 aland It's not a conflicting request if the old request...
2007-04-17 aland Moved more common "create VALUE_PAIR" code to one...
2007-04-17 aland Rename vp->lvalue to vp->vp_*, as appropriate.
2007-04-17 aland Define SHA1-Password, as the documentation references it.
2007-04-17 aland Remember per-listener clients in the "tree by number...
2007-04-17 aland removed unused variable
2007-04-17 aland Reduce the verbosity of SNMP when in debug level 2
2007-04-17 aland Remove array of old configs on HUP
2007-04-17 aland Remember the tree of clients by number.
2007-04-17 aland More replace vp->lvalue with vp->vp_*
2007-04-17 aland Replace vp->lvalue with vp->vp_*, in preparation for...
2007-04-17 aland When done, return the last result.
2007-04-17 aland C files depend on libradius.h, too
2007-04-16 aland Don't skip over SMUX registration on HUP
2007-04-16 aland Allow HUPs to work from debugging mode, and to NOT...
2007-04-16 aland Don't do SNMP counters for detail file
2007-04-16 aland Try to keep SNMP going on HUP.
2007-04-16 nbk Link libradius to radsniff, too.
2007-04-16 nbk Declare a prototype for xlat_free().
2007-04-16 nbk Remove dead link from the documentation. (closes:...
2007-04-16 aland Move libradius to link BEFORE the other libraries...
2007-04-16 aland Allow non-regex matches to work, too
2007-04-16 aland Added pair compare's for packet src/dst IP, src/dst...
2007-04-16 aland Add check for gettimeofday
2007-04-16 nbk Include missing header "udpfromto.h".
2007-04-14 aland Update timers when moving request from one home server to
2007-04-14 aland revert earlier change
2007-04-14 aland Ensure reset_signal returns something (not that the...
2007-04-14 aland Take care of more missing functions
2007-04-14 aland When building without pthreads, call correct function
2007-04-14 aland open is a function, not a variable name
2007-04-14 aland Define gettimeofday() for systems that don't have it
2007-04-14 aland Clean up header files
2007-04-14 aland Clean up header files
2007-04-14 aland Don't build the module if there's no regex.h
2007-04-14 aland Check for more #ifdef's
2007-04-14 aland Added more header files && libraries
2007-04-14 aland Check for pwd.h && grp.h, and don't build rlm_unix...
2007-04-14 aland We don't need pwd.h or grp.h
2007-04-14 aland Include getaddrinfo, too
2007-04-14 aland Corrected typos, etc. so it builds
2007-04-14 aland Removed unused label
2007-04-14 aland Third argument to strlcpy is size of output buffer...
2007-04-13 aland Clean up some header files
2007-04-13 aland Clean up header files
2007-04-12 aland Don't re-initialize SNMP on HUP.
2007-04-12 aland It's OK if we can't create a Post-Auth-Type = Reject.
2007-04-12 aland Use new lrad_ipaddr_cmp() function
2007-04-11 aland move lrad_ipaddr_cmp() from packet.c to misc.c, make...
2007-04-11 aland pairfree(&vp) on parse error.
2007-04-11 aland Update more SNMP counters after double-checking them.
2007-04-11 aland Note new SNMP support
2007-04-11 aland Don't return c->ipaddr, it's a struct. Return c-...
2007-04-11 aland removed rad_postauth_reject(), and multiple...
2007-04-11 aland Quench reject_delay to be no less than zero
2007-04-11 aland Allow cleanup_delay() to be called with REQUEST_DONE...
2007-04-10 aland Set no such child PID for reject/cleanup requests
2007-04-10 aland Keep SNMP statistics for packets we receive from clien...
2007-04-10 aland Remember the new home server
2007-04-10 aland Moved SNMP socket handling to listen.c, in preparation for
2007-04-10 aland make ':-' work again
2007-04-10 aland cleaned up debug messages
2007-04-10 aland Update the copyright years
2007-04-10 aland rad_panic never returns
2007-04-10 aland*** empty log message ***
2007-04-09 aland use sizeof()
2007-04-08 aland Added RFC 4679 dictionary
2007-04-08 aland Added DSL forum informational RFC
2007-04-08 aland Pulled new RFC's from IETF.org
2007-04-08 aland Add more LDAP escaping rules from RFC 2253
2007-04-08 aland Corrected typo
2007-04-08 aland Use memcmp, rather than doing the comparison by hand.
2007-04-08 aland Force response to be in uppercase
2007-04-08 aland Corrected typo.
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-08 aland Don't print errors if the error is zero.
2007-04-07 aland We treat openbraces as normal.
next