freeradius.git
2007-04-25 aland Corrected typos
2007-04-25 aland Note new method
2007-04-25 aland Added "bootstrap" script for creating initial certificates
2007-04-25 aland Don't call radius_xlat if there's no request pointer
2007-04-25 aland If the server is built without OpenSSL, do not load...
2007-04-25 aland Note CSR stuff
2007-04-25 aland Added better dependencies
2007-04-24 aland Qualify "make distclean" so that it's almost impossibl...
2007-04-24 aland These horrible things are no longer needed
2007-04-24 aland Install the new certificate scripts, not the old ones
2007-04-24 aland Noted new, sane, method to create certificates
2007-04-24 aland Deleted old certificates, and added new OpenSSL config...
2007-04-24 aland Run Status-Server packets through Autz-Type or Acct...
2007-04-24 aland Suppress responses to Status-Server if there's no...
2007-04-24 aland Added configurable timeouts specifically for ping...
2007-04-24 aland Rename "ping" check to "status" check. This means...
2007-04-24 aland added functions to peek at the head of the queue,...
2007-04-23 aland Now that we're handling queues by priority, remember...
2007-04-23 aland Remove assertion that there's no child thread. We...
2007-04-23 aland Remove assertion that there's no child thread processi...
2007-04-23 aland Keep array in sync with defs in radiusd.h
2007-04-23 aland Now that we have priorities for thread queues, push the
2007-04-23 aland Re-ordered RAD_LISTEN_TYPE by priority, and added...
2007-04-23 aland Use new radius_paircreate() function.
2007-04-23 aland Note new Post-Proxy-Type Fail section.
2007-04-23 aland corrected typos
2007-04-23 aland Clean up post-proxy-type fail handlers. They make...
2007-04-23 aland New function post_proxy_fail(), which runs the request...
2007-04-23 aland Moved 'hash' to before 'vector', as it was right next...
2007-04-23 aland We don't need to hash the ID twice
2007-04-23 aland Move SNMP increments to earlier in the request handlin...
2007-04-23 aland Start removing request->timestamp, now that we have
2007-04-23 aland Added RADCLIENT* pointer to the REQUEST structure...
2007-04-20 aland Use new radius_paircreate() function.
2007-04-20 aland New radius_paircreate() function that takes a REQUEST...
2007-04-20 aland Can't remove lvalue completely until we've audited...
2007-04-20 aland IPv6 is now supported
2007-04-20 aland Note warnings if there's no DH, and how to fix it.
2007-04-20 aland Note command to create DH file
2007-04-20 aland Removed the "verified" field from RADIUS_PACKET, as...
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
next