freeradius.git
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-15 nbk Update the LGPL copy with the new address of the FSF.
2006-03-15 nbk Update the LGPL boilerplate with the new address of...
2006-03-08 aland Removed silly use of magic cvs $ Log $ stuff
2006-03-07 aland Updates for 7.1.
2006-03-07 aland Added debug message when setting Auth-Type
2006-03-07 aland Additional sanity checks
2006-03-07 aland Document coa
2006-03-07 aland Change CoF-* to CoA-*, because that's the proper name.
2006-03-06 fcusack add stdlib.h
2006-03-06 aland Added tests and updated digest code from Phillippe...
2006-03-06 aland Passport 8000 attributes
2006-03-03 pnixonThis schema change and trigger updates fills in the...
2006-03-03 fcusack Make the site transform optional (leave undocumented!).
2006-03-02 pnixonOpps. Missed MS SQL. Update it to match Postgresql...
2006-03-02 pnixonBring Oracle and MySQL inline with Postgresl by setting...
2006-02-17 fcusack Append first 2 username chars to challenge. The previ...
2006-02-14 nbk Include fortinet dictionary, too.
2006-02-10 aland More attributes, as found in
2006-02-10 nbk It's "reject_delay" and not "delayed_reject". (closes...
2006-02-09 fcusack otp_authenticate(): malloc raw_state before using it
2006-02-09 aland HA1 is string (32 hex digits), not "octets"
2006-02-09 nbk maxfd might have been uninitialized.
2006-02-09 nbk The database schema is now at doc/examples/postgresql.sql
2006-02-09 nbk The option -DOPENSSL_NO_KRB5 is added by autoconf...
2006-02-08 aland Allow multiple references to %{1} & friends.
2006-02-08 aland Use Digest-HA1 for the encrypted password, not Digest-MD5
2006-02-08 fcusack otp_authorize(): fix trivial State to be non-NUL,...
2006-02-08 fcusack otp_authenticate(): set e_length correctly
2006-02-08 fcusack generate State as ASCII to workaround Cisco bug
2006-02-08 fcusack support cryptocard "phone" modes --- 7 digit mode...
2006-02-08 fcusack otp_authorize(): support LP64 when generating State
2006-02-08 fcusack otp_authenticate(): expected length of State...
2006-02-08 fcusack otp_authenticate(): initialize challenge
2006-02-08 fcusack unconditionally #include <sys/un.h> (not required...
2006-02-08 fcusack expandtab
2006-02-05 nbk Fix ownership of /var/log/freeradius/* more efficiently.
2006-02-05 nbk Update dependencies to build on both etch and sarge.
2006-02-05 nbk Update installation of docs & examples to match new...
2006-02-04 nbk Regenerate from configure.in 1.229 using Autoconf...
2006-02-04 nbk Update version number to 2.0.0-pre0, as 1.1.x has...
2006-02-04 nbk ${abs_top_builddir} is a variable preset by the Autoco...
2006-02-04 nbk Use ${srcdir}/... to locate files within the source...
2006-02-04 nbk The database schema is now at doc/examples/mssql.sql
2006-02-04 nbk The schema is now at doc/examples/mysql.sql
2006-02-04 nbk Install the schema examples for a set of backends.
2006-02-04 nbk Install documentation under ${prefix}/share/doc/freeradius
2006-02-04 nbk Delete this file because it is (1) obviously broken...
2006-02-04 nbk Move doc/ldapv3-iplanet-schema.ldif to doc/examples...
2006-02-04 nbk Move doc/RADIUS-LDAP-iPlanet.schema to doc/examples...
2006-02-04 nbk Move doc/RADIUS-LDAPv3.schema to doc/examples/openldap...
2006-02-04 nbk Move src/modules/rlm_sql/drivers/rlm_sql_freetds/db_ms...
2006-02-04 nbk Move src/modules/rlm_sql/drivers/rlm_sql_postgresql...
2006-02-04 nbk Move src/modules/rlm_sql/drivers/rlm_sql_oracle/db_ora...
2006-02-04 nbk Move src/modules/rlm_sql/drivers/rlm_sql_mysql/db_mysq...
2006-02-03 nbk Minimalist Makefile to build the module.
2006-02-03 nbk This module doesn't need any autoconf test which is...
2006-02-03 nbk Regenerate from configure.in using Autoconf 2.59.
2006-02-03 nbk Print a message when testing for OpenSSL.
2006-01-31 nbk Don't enter any subdirectory when the target is empty...
2006-01-31 nbk CFLAGS += $(OPENSSL_INCLUDE)
2006-01-31 nbk Don't compile files with SSL content if there is no...
2006-01-31 nbk Fix the tests for OpenSSL: the macros FR_SMART_CHECK_...
2006-01-30 aland Don't increment num_elements too often
2006-01-30 aland Update warning message
2006-01-29 nbk Make the schema more consistent with RFC 2865.
2006-01-28 nbk Fix typos.
2006-01-27 aland Added notes on Active Directory
2006-01-26 aland As posted to the list
2006-01-25 aland Pull rad_verify() out of rad_decode(), and update...
2006-01-25 nbk Use $(LDFLAGS) and $(RLM_LDFLAGS) when linking the...
2006-01-25 nbk Undelete lines which were needed to build a static...
2006-01-24 aland Moved copied code in radsniff.c to rad_packet_ok()
2006-01-24 aland Don't make radiusd depend on $(MODULE_LIBS), that...
2006-01-24 aland Be a little more paranoid about checking packet codes
2006-01-23 nbk Install stand-alone binaries with libtool, too.
2006-01-23 nbk "make clean" must delete lib/*.o files, too.
2006-01-23 nbk Minimalist Makefile to build the module.
2006-01-23 nbk This module doesn't need any autoconf test which is...
2006-01-22 nbk libeap is a shared library, not a module, therefore...
2006-01-22 nbk Be a little more libtool-friendly and always use...
2006-01-22 nbk Wipe out last vestiges of static/dynamic rules.
2006-01-21 nbk Be a little more libtool-friendly and always use ...
2006-01-21 nbk We don't need to link the libradius with -lcrypt anymo...
2006-01-20 nbk Build radsniff, too.
2006-01-20 nbk Check for pcap library and pcap includes.
2006-01-20 nbk Structures and defines for the RADIUS sniffer.
2006-01-20 nbk This is a debug tool to display the RADIUS traffic...
2006-01-17 nbk Reorder the list of directories to be searched for...
2006-01-17 nbk Some simplifications and reformatting.
2006-01-17 nbk Simplify the path of a few filenames.
2006-01-16 nbk Fix a typo in dict_valbyname()
2006-01-15 nbk Add/update the downstream files from Suse.
2006-01-15 nbk Add/update the downstream files from Suse.
2006-01-12 nbk Fix a SEGV in back-quote expansion.
2006-01-11 nbk Fix a build problem on Mac OS X. (closes: #310)
2006-01-10 nbk Fix build problems on Mac OS X.
2006-01-10 nbk Fix a build problem on Mac OS X (thanks to Steven...
2006-01-09 aland Don't de-reference NULL points on dict_get*byname...
2006-01-08 nbk Delete the variable RLM_EAP_LINK_MODE support. This...
next