freeradius.git
2000-07-18 aland replace '-nt' with 'find -newer', as per comments...
2000-07-05 aland updated for list which doesn't exist any more.
2000-06-25 aland corrected definition of ipaddr variable, as pointed...
2000-06-25 aland the macro NO_SUCH_CHILD_PID should be cast to child_pi...
2000-06-02 pamAdded LDAP_USERDN define as rlm_ldap private attribute...
2000-06-01 pamAdded Ldap-UserDn internal attribute for rlm_ldap module
2000-06-01 pamNew threaded version of rlm_ldap module. Depends on...
2000-05-17 aland patch the parsing of returned attributes/commas from...
2000-05-17 aland one more try to update the SQL module
2000-05-16 aland configuration file strings are dynamically allocated
2000-05-15 aland check if we have a User-Name AND a Password attribute...
2000-05-15 aland check if the request has a User-Name attribute AND...
2000-05-15 aland allow requests with NO User-Name attribute, as pointed...
2000-05-15 aland allow requests with NO User-Name attribute, as pointed...
2000-05-11 aland added 'magic' to REQUEST structure (if we're debugging...
2000-05-09 aland allow for the possibility of having the configuration...
2000-05-08 accdiasaccdias: Rewrited Cyclades PathRAS routine to make...
2000-05-05 aland added note for the future
2000-05-05 aland corrected names, as pointed out on the list
2000-05-05 aland use 'radlib_dir', and parse it from the configuration...
2000-05-05 aland added global config 'lib_dir', in preparation for...
2000-05-05 aland added definition of LIBDIR, so that we can use it...
2000-05-05 aland added file needed by libltdl for installation, as...
2000-05-04 aland fixed assertion bug, as pointed out on the list by
2000-05-04 aland make an authentication module FAIL condition to be...
2000-05-03 mmachadoAdded accounting stuff and fixed up conf file stuff...
2000-05-03 aland renamed functions to avoid polluting the global name...
2000-05-03 aland added configuration for unix module.
2000-05-03 aland use the new configuration file & parser for module...
2000-05-03 aland removed '-c' option (but '-c is ignored for politeness)
2000-05-03 mmachadoModule now uses the internal configuration library...
2000-05-03 aland allow '#' as the last bit of text on an attribute...
2000-05-03 aland added token T_HASH, for '#'. Enabled the pairread...
2000-05-03 aland added more text and examples (as posted to the Cistron...
2000-05-03 aland added names for Login-TCP-Port
2000-05-02 aland document the fact that there's no documentation for
2000-05-02 aland document the dictionary file, too
2000-05-02 aland added example configuration for the example module.
2000-05-02 aland added example of how to find the module configuration
2000-05-02 aland allow spaces in configuration strings, too.
2000-05-02 aland configuration values for the proxy server.
2000-05-02 aland allow the user to selectively turn off proxying, and...
2000-05-02 aland print 'auth: NAME', and not 'auth: ' with anonymous...
2000-05-01 aland added more LDAP schema mappings to RADIUS attributes,
2000-05-01 aland radius_pid is 'pid_t', not 'int'
2000-05-01 aland cleaned up code re: new module interface
2000-05-01 aland more cleanups, deletions of useless code, additions...
2000-05-01 aland check for sigprocmask()
2000-05-01 aland block sig HUP in child threads.
2000-05-01 aland do the IP ntoa conversion ourselves. It's easier.
2000-05-01 aland code clean-ups, and use new configuration files
2000-04-27 aland prefer /usr/ccs/bin to whatever the user has in $PATH...
2000-04-27 aland corrected behaviour of 'pairadd' function, to NOT...
2000-04-26 aland allow pair comparisons for type 'octets' and 'abinary...
2000-04-26 aland converted a number of attributes from 'string' to...
2000-04-25 aland enable inclusion of libltdl in the configuration process
2000-04-25 aland added libltdl target, to prepare for libltdl inclusion.
2000-04-25 aland included 'libltdl' source, so that we can build cross...
2000-04-25 aland add checks for missing autoconf, autoheader, and aclocal.
2000-04-25 aland shell script wrapper for a number of common missing...
2000-04-25 aland regularized the module return codes to RLM_MODULE_...
2000-04-24 aland when doing a $INCLUDE file, ensure that the 'file...
2000-04-24 aland updated for latest pairread() functionality
2000-04-24 aland more sanity checking of commas, etc. on the PAIRLIST...
2000-04-23 aland moved include of <sys/resource.h> to make it work...
2000-04-22 aland one last change to make shared libraries install happily
2000-04-22 aland moved the 'install' rules from the Makefile to 'rules...
2000-04-22 aland added commands in the 'install' rule, so that modules...
2000-04-21 aland if we can't open the logging directory, then complain...
2000-04-21 aland re-arranged some code to allow the configuration param...
2000-04-21 aland cleaned up for compiler warnings
2000-04-21 aland use strerror(errno) on failure of fopen, so we get...
2000-04-20 aland added installation rules for the man pages
2000-04-20 aland moving these over to the 'man' directory
2000-04-20 aland moved the man pages to the 'man' directory, and out...
2000-04-19 aland removed extraneous 'n' from the command-line option...
2000-04-18 aland sys/wait.h checks
2000-04-18 aland checks for <sys/wait.h>, as recommended by the autocon...
2000-04-18 aland checks for sys/wait.h
2000-04-18 aland don't add a Proxy-To-Realm attribute if it's a LOCAL...
2000-04-18 aland removed <time.h> and <sys/time.h>, to let "libradius...
2000-04-18 aland removed <sys/time.h> and <time.h>, to let "libradius...
2000-04-18 aland checks for <time.h> and <sys/time.h>, as described...
2000-04-18 aland use autoconf checks for <sys/time.h>, and <time.h...
2000-04-17 aland added bind_address directive
2000-04-17 aland parse IP addresses in the configuration file, too.
2000-04-17 aland print out WHICH IP address it's binding to, and allow the
2000-04-17 aland moved the 'write pid' code to a point where it writes the
2000-04-17 aland added lots more text describing what the configuration...
2000-04-17 aland updated the configuration file parser so that it no...
2000-04-17 aland let the user-specific '-p port' on the command-line...
2000-04-17 aland check the authentication vector of replies, too.
2000-04-17 aland have the server actually check the authentication...
2000-04-14 aland when rad_respond() is finished handling the request...
2000-04-14 aland if the server cannot handle the request (thread spawn...
2000-04-13 aland more paranoid 'const'
2000-04-13 aland added 'const' to statically defined constant character...
2000-04-13 aland added more 'const' to ensure that constant buffers...
2000-04-13 aland updated to allow 'make distclean' to sort of work...
2000-04-13 aland make rad_respond() take over all of the work of checki...
next