Added additional fix for #348 - each instance will have its own interp and this
[freeradius.git] / src /
2006-04-04 bjordanovAdded additional fix for #348 - each instance will...
2006-03-31 mgriegoAdd option to specify TLS cipher list
2006-03-30 aland Catch non-files, and complain
2006-03-30 bjordanovAdd '+=' functionality for the %RAD_REPLY hash used...
2006-03-29 fcusack add undocumented useauthtok option for PAM
2006-03-23 fcusack FSF address whitespace
2006-03-23 fcusack update otp_hotp() to support 6,7,8,9 digit otp's
2006-03-23 nbk Restore the previous form of the "libtool --mode=insta...
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-17 aland Fix bug #348
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-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 Pull fix from the head
2006-03-07 aland Added debug message when setting Auth-Type
2006-03-07 aland Pull fix from the head
2006-03-07 aland Additional sanity checks
2006-03-07 aland Pull CoA fixes from the head
2006-03-07 aland Document coa
2006-03-07 aland Change CoF-* to CoA-*, because that's the proper name.
2006-03-06 fcusackimport from HEAD:
2006-03-06 fcusack add stdlib.h
2006-03-06 aland Pull patches from the head
2006-03-06 aland Added tests and updated digest code from Phillippe...
2006-03-03 fcusackimport from HEAD:
2006-03-03 fcusack Make the site transform optional (leave undocumented!).
2006-02-18 nbkPull from CVS head:
2006-02-17 fcusackimport from HEAD:
2006-02-17 fcusack Append first 2 username chars to challenge. The previ...
2006-02-16 aland Update date in copyright
2006-02-10 nbk Update usage of $(OPENSSL_LIBS) after change of the...
2006-02-10 nbkPull from CVS head:
2006-02-10 nbkPull from CVS head:
2006-02-10 nbkPull from CVS head:
2006-02-10 nbk It's "reject_delay" and not "delayed_reject". (closes...
2006-02-09 fcusackimport from HEAD:
2006-02-09 fcusack otp_authenticate(): malloc raw_state before using it
2006-02-09 nbk maxfd might have been uninitialized.
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 Pull digest fix from CVS head
2006-02-08 aland Use Digest-HA1 for the encrypted password, not Digest-MD5
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusack otp_authorize(): fix trivial State to be non-NUL,...
2006-02-08 fcusackimport from HEAD:
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 fcusackimport from HEAD:
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_authorize(): support LP64 when generating State
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusack otp_authenticate(): expected length of State...
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusack otp_authenticate(): initialize challenge
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusack unconditionally #include <sys/un.h> (not required...
2006-02-08 fcusack expandtab
2006-02-07 aland Replaced INFO level logging with debug logging. 99...
2006-02-07 nbkPull from CVS head:
2006-02-07 nbk Fix the location of the configuration file in the...
2006-02-06 nbkPull from CVS head:
2006-02-06 nbkPull from CVS head:
2006-02-06 nbkPull from CVS head:
2006-02-04 nbk Regenerate from configure.in 1.229 using Autoconf...
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_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_oracle/db_ora...
2006-02-04 nbk Move src/modules/rlm_sql/drivers/rlm_sql_mysql/db_mysq...
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-30 aland Don't increment num_elements too often
2006-01-30 aland Update warning message
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 nbkPull from CVS head:
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 Minimalist Makefile to build the module.
2006-01-23 nbk This module doesn't need any autoconf test which is...
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 Be a little more libtool-friendly and always use ...
next