freeradius.git
2005-04-11 aland 'exit 1' to 'exit $?', which is better
2005-04-08 aland 'static' to 'static const'
2005-04-08 aland 'static' to 'static const'
2005-04-08 aland 'static' to 'static const'
2005-04-08 aland 'static' to 'static const'
2005-04-08 aland 'static' to 'static const'
2005-04-08 aland Added CVS Id
2005-04-08 aland radzap is now a shell-script wrapper around radwho...
2005-04-08 kkalevUpdate ippool configuration with the key directive
2005-04-08 kkalevInstead of nas/port keep an MD5 of an xlated string...
2005-04-07 aland Updated for latest functionality
2005-04-07 aland Added support for server name of "-", and looking for
2005-04-07 aland Added URL & CVS Id
2005-04-07 aland Added dictionary.waverider, as posted to the list...
2005-04-07 aland Minor fixes to "zap" functionality, and documentation
2005-04-07 aland Escape '"' when printing. It's weird that this wasn...
2005-04-06 aland Let's print the correct values for attributes...
2005-04-06 aland Tiny code changes turn radwho into a radzap clone...
2005-04-06 aland Added RADIUS attribute output, so we can make "radzap"
2005-04-06 aland -l hasn't worked for years now. Delete it.
2005-04-06 aland radwho no longer calls read_mainconfig(), which makes...
2005-04-05 kkalevCount online users correctly (through a separate query...
2005-04-04 kkalevFix a typo
2005-04-03 nbk Add a test to prevent division by zero.
2005-04-01 fcusackreplace a goto label with a conditional block
2005-04-01 fcusackremove allocation failure check and data zeroing from...
2005-03-31 aland document redundant-load-balance section.
2005-03-31 aland In addition to groups
2005-03-31 aland Quote args to grep, so Solaris grep doesn't get excited.
2005-03-30 aland made xlat_find() check if the "module" is a RADIUS...
2005-03-30 aland Move docs to man page
2005-03-30 aland One-line fix to auto-discover NS-MTA-MD5 passwords...
2005-03-29 aland Added support for NS-MTA-MD5-Passwords. This means...
2005-03-29 aland return on error, don't call exit()
2005-03-29 mgriegoRevert to using the pointer names in sizeof's. Be...
2005-03-29 aland Don't print warning if we found a passwd
2005-03-29 aland print line numbers, too
2005-03-29 aland Don't put libtldl in single quotes, it confuses /bin/sh
2005-03-28 mgriegoAllow for :- default xlat returns for module calls.
2005-03-28 mgriegoMoved the RLM_INSTALL line to the beginning of the...
2005-03-28 nbk Re-arrange the states in the loop() function. The...
2005-03-28 mgriegoRemove the EAP submodule locking.
2005-03-28 mgriegoChanged the malloc's for the inst->conns and inst-...
2005-03-26 phampsonRerun autogen.sh (skipping libtoolize) with autoconf...
2005-03-26 phampsonUpdate Debian build process to link eap types staticall...
2005-03-26 phampsonDon't automatically generate aclocal.m4 every time...
2005-03-26 phampsonMake sure autoconf 2.50+ is required here as well....
2005-03-26 phampsonEscape function names when defining
2005-03-26 aland radsqlrelay needs $(INCLTDL)
2005-03-25 pnixonReformat postgresql queries to remove TABS so that...
2005-03-25 pnixonActually calculate (if AcctStartTime exists) the AcctSe...
2005-03-25 mgriegoDon't call SSL_CTX_load_verify_locations. This functio...
2005-03-25 mgriegoPOSIX says that if a signal handler returns from handli...
2005-03-25 mgriegoImplement OpenSSL static locking callbacks. This will...
2005-03-25 phampson-lkstat fix was commited to the (autogenerated) aclocal...
2005-03-24 aland If weird EAP link mode, then link libeap, tls, ttls...
2005-03-24 aland fix references to record_plus & friends
2005-03-24 aland Cleaned up libeap/Makefile, so it uses the module...
2005-03-24 aland use: LINK_MODE += foo
2005-03-24 aland Use REQUEST_MAX_REGEX, and fix same regex bug...
2005-03-24 aland Replace everything in libltdl, to "upgrade" to a newer...
2005-03-24 pnixonAdd a verbose logging option
2005-03-24 pnixonInsert a uniqueid into AcctSessionId field also, as...
2005-03-24 pnixonAdd Oracle comments
2005-03-24 pnixonAdd Oracle support
2005-03-24 pnixonAdd support for Oracle
2005-03-24 bjordanovChanged SvTRUE(sv) with SvOK(sv). SvTRUE is _NOT_ what...
2005-03-24 aland Deleted "component_names" and friends from modules...
2005-03-23 pnixonTurn off the build dependency for Oracle "Instant Clien...
2005-03-23 aland More debug messages to clarify what's going on
2005-03-23 aland Minor code cleanups. No functional changes
2005-03-23 bjordanovFixed rlm_perl hash issue. Now we support not only...
2005-03-22 pnixonForce set NLS_TIMESTAMP_TZ_FORMAT='YYYY-MM-DD HH24...
2005-03-22 aland Removed all references to exit() from the file. We...
2005-03-22 aland catch another record_init, missed by the previous...
2005-03-22 aland Removed record_* functions from global visibility.
2005-03-22 aland Moved record_* functions to tls_session_t structure...
2005-03-21 pnixonOoops. Add another space.
2005-03-21 pnixonFix calls to da_sql_limit
2005-03-21 pnixonFix the calls to da_sql_limit
2005-03-21 aland "exit $?" instead of "exit 1", to keep error codes
2005-03-21 aland Stop if we encounter an error
2005-03-21 kkalevRename the badusers date field to incidentdate to avoid...
2005-03-21 kkalevCreate a new function da_sql_limit() and use that to...
2005-03-21 pnixonTrim semicolon from the end of the query if it exists.
2005-03-20 nbk The "proxy" and "proxy_reply" cases were missing when...
2005-03-20 pnixonLook for Oracle10g "Instant Client" installed from RPM
2005-03-20 pnixonAdd native oracle support (Using the PHP OCI8 driver...
2005-03-20 pnixonChange from DATE to TIMESTAMP WITH TIMEZONE for to...
2005-03-20 pnixonAdd an extra trigger to make dialupadmin work
2005-03-19 nbk When rewriting a attribute of type INTEGER or IPADDR...
2005-03-19 pnixonhopefully final table schema
2005-03-19 pnixonFix datatype
2005-03-19 pnixonpg_exec() has been replaced with pg_query()
2005-03-18 pnixontotacct for Oracle
2005-03-18 pnixonmtotacct for Oracle
2005-03-18 pnixonbadusers for oracle
2005-03-18 pnixonuserinfo.sql for oracle
2005-03-18 phampsonFix inversion of test, so the mutex is initialised...
2005-03-18 kkalevDon't use $num in stats.php3, change it to $stats_num
next