freeradius.git
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
2005-08-17 aland This module is no longer necessary, and no longer...
2005-08-17 aland Make the PAP module handle {crypt}, etc. headers,...
2005-08-17 aland Added function cf_section_parse_free_strings, which...
2005-08-17 aland Catch the case where someone deletes a directory that...
2005-08-16 aland Darwin support
2005-08-16 aland Fix for MAC OS X
2005-08-16 aland More signed->unsigned fixes
2005-08-16 aland Patch for bug #255
2005-08-13 nbk Delete authorize in rlm_attr_filter. It's been depreca...
2005-08-12 aland re-add patch from version 1.44, after playing with...
2005-08-12 nbk The list of text files isn't up-to-date with the conte...
2005-08-12 nbk Regenerate from configure.in 1.14
2005-08-12 nbk Make the options --with-rlm-ldap-include-dir and
2005-08-12 nbk Add a comment "No Exec-Program, use rlm_exec" and...
2005-08-11 nbk Compile the file 'exec.c', too.
2005-08-11 nbk Move the file 'exec.c' from src/main to src/modules...
2005-08-11 nbk File 'exec.c' isn't needed anymore in the server core.
2005-08-11 nbk Delete deprecated attributes 'Exec-Program' and 'Exec...
2005-08-11 nbk Replace examples about 'Exec-Program' with examples...
2005-08-11 aland Removed {lower,nospace}_{user,pass}. They're terrible...
2005-08-11 aland Fix for bug #241
2005-08-11 nbk Remove special case for attribute 'Callback-Id'.
2005-08-11 aland Removed O(N^2) dependency in cf_item_add.
2005-08-10 aland After "make format"
2005-08-10 aland Put vendors into rbtree_t, too.
2005-08-10 aland Use hex, so it's more obvious what's going on
2005-08-10 aland From ericsson, with guesses
2005-08-10 aland More attributes
2005-08-10 nbk Print a warning if people are still using the deprecated
2005-08-10 nbk Remove the old directives "port" and "bind_address...
2005-08-10 nbk Delete the global variable 'auth_port'.
2005-08-10 nbk Minor fix in listen_init(): proxy socket was listening...
2005-08-10 aland More attributes, as found on the net
2005-08-09 aland More utilities to hack dictionaries
2005-08-09 aland Even more
2005-08-09 aland More attributes, as found on the net
2005-08-09 aland New dictionaries, as found on the net
2005-08-09 aland In CVS, but not used until the server can handle 16...
2005-08-09 nbk Fix compilation warnings.
2005-08-08 nbk Delete post_proxy_authorize. The modules dealing with...
2005-08-08 aland change passwd_rad_attr to PW_USER_PASSWORD
2005-08-08 aland More reformatting
2005-08-08 aland More fixes
2005-08-08 aland Run the dictionaries through the new formatting program,
2005-08-08 aland Be a little nicer
2005-08-08 aland Script to format dictionaries in a consistent manner...
2005-08-06 aland Reformatted & added attributes
2005-08-05 aland From ethereal
2005-08-05 aland From ethereal
2005-08-05 aland More attributes, as found on the net
2005-08-04 aland More attributes, as found on the net
2005-08-04 aland Added more attributes, as found on the net
2005-08-04 aland Include new Lucent dictionary for Taos16
2005-08-04 aland Added 4-octet VSA's, but commented out, because they...
2005-08-04 aland More attributes, as found on the net
2005-08-04 aland More attributes
2005-08-04 aland Lucent 16-bit VSA's. No VALUE's yet.
2005-08-04 aland More attributes, as found on the net
2005-08-04 aland More attributes, as found on the net
2005-08-04 aland Corrected typo
2005-08-03 aland Don't set auth-type. It's almost always wrong
2005-08-03 phampsondpatch-2 patches
2005-08-03 phampsonForward port all the interesting things from FreeRADIUS...
2005-08-03 aland Don't have a 2-byte over-run read
2005-08-02 aland Latest set of changes
2005-08-02 aland Parse Lucent 16-bit VSA's in rad_decode, too
2005-08-02 aland Create Lucent-style VSA's, too
2005-08-02 aland More sanity checking on the attribute numbers, so...
next