freeradius.git
2002-06-18 kkalevAdd the ability to do a paircmp on the check items...
2002-06-18 aland Fix use of 'test'
2002-06-18 3APA3A! netinet/in.h moved after sys/types.h in sha1.c to...
2002-06-18 3APA3A! Fixed rad_tunnel_pwdecode for passwords longer than...
2002-06-18 aland Define top_srcdir, too, for new libtool.
2002-06-17 aland Removed checks for unused programs
2002-06-17 aland Allow lines without \n, when at the end of the file.
2002-06-17 fcusack valid type is actually 2, not 1.
2002-06-14 aland Make a soft link in two steps.
2002-06-14 aland Added initial handlers for pre-proxy, post-proxy,...
2002-06-14 aland Include more header files.
2002-06-12 aland Minor changes to follow the RFC's. If we receive...
2002-06-11 aland Add Freeradius-Proxied-To attribute as a VSA in the...
2002-06-11 aland Minor changes to simplify the rules
2002-06-11 aland Patch to add radrelay (from the Cistron server) to...
2002-06-11 aland Preliminary driver for sybase database, from mattias...
2002-06-11 aland Corrected typo in last commit
2002-06-11 kkalev* html fixes in user_finger.php3
2002-06-11 aland Don't assert things are working, check for error codes.
2002-06-11 fcusack -spam
2002-06-10 fcusack quiet compiler
2002-06-10 fcusack uhh sql_select_query() should actually return the...
2002-06-10 fcusack quiet compiler
2002-06-10 fcusack quiet compiler (auth_name -> auth_type to avoid shadow...
2002-06-10 fcusack add missing <string.h>, add (void) arg to usage()...
2002-06-10 fcusack quiet compiler
2002-06-10 fcusack vradlog() prototype no longer needed
2002-06-10 fcusack add prototype for vradlog()
2002-06-10 fcusack fix type for lt_dlhandle
2002-06-10 fcusack add <stdlib.h> for free(),atoi(),exit()
2002-06-10 fcusack fix arg for pairread()
2002-06-10 fcusack quiet compiler
2002-06-10 fcusack cleaner removal of mppe_gen_respkey()
2002-06-10 fcusack oops, that <stdlib.h> should have been <netinet/in...
2002-06-10 fcusack <stdlib.h> for free()
2002-06-10 fcusack lt_dlopenext() returns an lt_dlhandle, not lt_dlhandle *;
2002-06-10 fcusack signal handlers take an int arg
2002-06-10 fcusack add missing <stdlib.h> for free()
2002-06-10 fcusack add missing <string.h>
2002-06-10 fcusack quite (incorrect) compiler warning
2002-06-10 fcusack add missing <stdlib.h> for free()
2002-06-10 fcusack quiet compiler
2002-06-10 fcusack fix install rule for empty target
2002-06-10 fcusack Fix for freeradius' location for mkinstalldirs
2002-06-10 fcusack Fix up a poor attempt to make libtool do something...
2002-06-10 fcusack no changes, documentation only.
2002-06-10 fcusack DESTDIR = $(R)
2002-06-10 fcusack updated for libtool-1.4.2
2002-06-10 fcusack update libtool to 1.4.2
2002-06-07 aland Added : and space to list of un-escaped characters.
2002-06-07 aland Correct variable declaration to get rid of compile...
2002-06-07 aland Removed unused variables
2002-06-07 fcusack tweak noreplace settings per Marko Myllynen.
2002-06-06 aland Added 'AND AcctStopTime = 0' to queries. This means...
2002-06-06 cparker Added VSA Ascend-Auth-Delay to dictionary. This is...
2002-06-06 aland crypt() may fail, so we check for that.
2002-06-06 aland Copy sql user name over.
2002-06-06 aland Use -liodbc, not -lodbc
2002-06-05 aland Remove the garbage Proxy-Reply attributes which we...
2002-06-05 aland Removed iodbc configuration checks from the top-level...
2002-06-05 ramooreCorrecting problem of bad patch of simultaneous use...
2002-06-04 ramooreAdded simultaneous use checking capability to rlm_sql
2002-06-04 aland Attributes for SIP accounting, from sipd:
2002-06-04 aland Moved sql_set_user() to rlm_sql.c, which allows us...
2002-06-04 cparker Correct order of arguments to debug statement.
2002-06-04 aland When parsing tags, only allow numeric tags. If we...
2002-06-03 aland Added preliminary list of changes in 0.6
2002-06-03 aland In refresh_request(), if the home server never respond...
2002-06-03 aland Don't bother reprocessing usernames/passwords through the
2002-06-03 aland Do NOT call rad_free(). Instead, call free(). rad_fr...
2002-06-03 aland In request_free(), assert that there is no thread...
2002-06-03 aland Added note on '-d raddb'
2002-06-03 aland Added '-d' command line option, to find out where...
2002-05-31 aland Added '@' to the list of un-escaped characters
2002-05-30 aland Set SQL user name for ALIVE packets, too.
2002-05-30 aland Look for radcheck and if the user isn't found, try...
2002-05-30 fcusack changes for PAM portability + add a module message...
2002-05-30 fcusack Move PW_X99_FAST and reserve it's id in the dictionary
2002-05-29 fcusack Change Module-Message to Module-Failure-Message,
2002-05-29 aland Include autoconf.h BEFORE any other includes.
2002-05-29 aland Added checks for uint16_t, which is used by the EAP...
2002-05-29 aland Use port-specific checking for realms, now that we...
2002-05-29 cparker Fixed typo in examples. ( dstpost --> dstpoRt )
2002-05-29 kkalevIf perform_search fails check the ld != NULL before...
2002-05-29 fcusack -release is ignored for static archives; remove to...
2002-05-28 aland Change -- to -
2002-05-28 aland Added note on when/where we should translate and split the
2002-05-28 aland Added '.' to the list of un-escaped characters, for...
2002-05-28 3APA3A! we do not encrypt MS-MPPE-Send-Key MS-MPPE-Recv-Key...
2002-05-28 3APA3A! MS-MPPE-Send-Key and MS-MPPE-Recv-Key are changed...
2002-05-27 3APA3A! rad_tunnel_pwencode changed to produce unique salt...
2002-05-26 fcusack Move struct x99_token_t to x99.h for PAM use.
2002-05-26 aland Updated log message when re-sending packets to say...
2002-05-26 fcusack added the 'd' on /var/run/radiusd
2002-05-26 fcusack Change run_dir default from /var/run to /var/run/radiusd.
2002-05-26 fcusack Load versioned libs.
2002-05-26 fcusack x99_log() and x99 radius-specific header separation
2002-05-26 fcusack Use x99_log() in favor of radlog(), to make some of...
2002-05-25 fcusack Rename do_log() to vradlog(), and export it, it will...
2002-05-24 aland Don't bother locking the FD ourselves, as it appears...
next