freeradius.git
2005-09-08 aland Added digest test
2005-09-08 aland Check buffer len, just to be safe
2005-09-08 nbk Include "autoconf.h", too.
2005-09-08 aland Added hash table implement that mirrors rbtree stuff...
2005-09-04 nbk Don't use vsprintf() anymore, but the replacement...
2005-09-02 aland Clear out socket information after we've allocated it.
2005-09-02 aland New function: rl_yank(). It works like rl_delete...
2005-09-02 kkalevChange the order of OID's used in snmpfinger for cisco...
2005-09-01 aland Update the way we handle parsing subsections, to avoid...
2005-09-01 aland Updated vp_filter.
2005-09-01 aland octets fixes
2005-09-01 aland octets fixes
2005-09-01 aland octets fixes
2005-09-01 aland Octets fixes.
2005-09-01 aland octets fixes
2005-09-01 aland More octets fixes
2005-09-01 aland Use octets in more places
2005-09-01 aland Use vp_octets in more places. "char" may be signed...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-09-01 aland Churn the random pool less often
2005-09-01 aland Don't make values with high bit set, it confuses rad_c...
2005-09-01 nbk #ifdef HAVE_VSNPRINTF isn't needed, as we have a repla...
2005-09-01 nbk snprintf() and vsnprintf() replacements were not compi...
2005-08-31 aland Don't return NULL from a function that returns 'int'
2005-08-31 aland Compiler warning fixes
2005-08-31 aland uint8_t fixes
2005-08-31 aland Signed/unsigned issues. Use "uint8_t" in more places.
2005-08-31 aland Added note on OID for machine authentication
2005-08-31 nbk Resize the buffer for the SQL-User-Name, and update the
2005-08-30 aland More sanity checks on the dictionary. VSA's can't...
2005-08-30 aland Add "internal" structs for attributes, etc. Use a...
2005-08-30 fcusack fix bug #278: connection status must not be tested...
2005-08-30 aland We don't have differences between vendorpec & vendorco...
2005-08-29 aland Don't call rad_malloc() from sql_error(), it leaks...
2005-08-29 bjordanovPatches from bug #267 Enhancements for rlm_perl
2005-08-29 bjordanovPatch from bug #267 Enhancements for rlm_perl
2005-08-28 pnixonAdd SUSE version tag to rpm packages
2005-08-28 nbk Move the "read_groups" and "read_clients" items to...
2005-08-28 nbk Fix a typo in function name. (closes #274)
2005-08-27 nbk Fix ldap_pairget() to copy characters after any space...
2005-08-27 nbk Fix typo line 109. (closes: #272)
2005-08-26 aland Use per-system max fd to close, rather than hard-coded...
2005-08-26 aland Escape more characters
2005-08-26 aland Don't add too many attributes
2005-08-26 aland Added comments
2005-08-26 aland Account for space AND trailing NULL
2005-08-26 nbk Fix an off-by-one error in the function getthing().
2005-08-26 fcusack typos
2005-08-26 fcusack accomodate FR-1.0.5 removal of module init() and destr...
2005-08-26 aland Zero allocated memory. This should fix bug #271
2005-08-25 aland Now that NIL is 'const', do more checks on pointers...
2005-08-25 aland Dang typos
2005-08-25 aland Don't de-reference a NULL pointer if the auth-type...
2005-08-24 nbk Use %S instead of NOW() because the value is wrong...
2005-08-24 nbk Use the same case-insensitives queries as postgresql...
2005-08-24 nbk Delete the assertion (reply->value_size < 256) because an
2005-08-24 nbk Fix compilation warnings in code from Novell.
2005-08-23 aland Make rad_check_password 'static', as no one else needs it
2005-08-23 aland Use proper name in #ifdef
2005-08-23 nbk The maximum password length is 128, not 253. (closes...
2005-08-23 nbk Escape the SQL queries to prevent possible SQL injection
2005-08-23 nbk If strftime(3) returns 0, the contents of the string...
2005-08-23 nbk Remove 'clients', 'naslist', 'x99.conf' and 'x99passwd...
2005-08-23 nbk Fix typo line 781.
2005-08-23 aland Migrate subsections, too.
2005-08-23 aland Move crypt.c to src/main. Library functions shouldn...
2005-08-22 aland Remove more unused, and unnecesary functions
2005-08-22 aland Get rid of ip_hostname, which is an old IPv4-only...
2005-08-22 aland Removed support for old-style "naslist" file, and...
2005-08-22 aland Removed support for old-style "clients" file, as it...
2005-08-22 nbk Add an assertion (n > 0) in strNcpy(), it may help...
2005-08-22 nbk Regenerate from configure.in 1.15
2005-08-22 nbk Mostly rewrite the autoconf tests for libldap. OpenLDAP
2005-08-21 nbk Replace sprintf(3) by snprintf(3) because they can...
2005-08-21 nbk ctime_r(3) always use 26 characters, and may write...
2005-08-21 nbk Fix an off-by-one error in xlat_copy().
2005-08-21 nbk Comply with RFC2865 where username and password are...
2005-08-20 nbk RFC2865 states that Nas-Port attribute is 32bits unsig...
2005-08-20 nbk Add index examples if case insensitive usernames are...
2005-08-19 aland use PW_TYPE_FILENAME
2005-08-19 nbk Use 'lower' instead of 'ilike' or 'strcmp'.
2005-08-19 aland Correct typo in driver name.
2005-08-19 aland Mark filenames in CONF_PARSER as PW_TYPE_FILENAME...
2005-08-19 aland Set authentication vector to zero for more packet...
2005-08-19 aland Calculate Message-Authenticator properly for Accountin...
2005-08-19 nbk Regenerate from configure.in 1.218
2005-08-19 aland Foundation for allowing modules to tell the configurat...
2005-08-19 aland return correct return code on error
2005-08-19 nbk Regenerate after changes to acinclude.m4
2005-08-19 nbk Try first any user-specified directory, otherwise...
2005-08-18 aland On HUP, migrate the module configuration from the...
2005-08-18 aland Removed extraneous debug message
2005-08-18 aland Got rid of read_radius_conf(), as it's no longer needed
2005-08-18 bjordanovMoved checking and allocation for interp from init_pool...
2005-08-18 aland Now that we have 1000's of ATTRIBUTE's and VALUE's...
2005-08-18 aland Moved call to setup_modules() from server core to...
2005-08-18 aland Move modules back to static struct, in preparation...
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-08-17 aland Fix bug
2005-08-17 aland Add notes about future FIXME's
next