Allow reading the shared secret from a file, to make it more secret.
[freeradius.git] / src /
2001-08-07 aland Allow reading the shared secret from a file, to make...
2001-08-07 aland deleted references to HAVE_THREAD_POOL. We now assume...
2001-08-02 aland On accounting, if NO proxy packet, do preacct, acct...
2001-07-31 aland Patch from rob <rob@work.gb.com> to avoid freeing... release_0_2_0
2001-07-30 aland Patch for Cisco L2TP tunnels, from Paul Khavkine ...
2001-07-28 aland configure with-rlm-krb5-lib/include-dir
2001-07-28 aland Corrected typo
2001-07-28 aland Added options 'with-rlm-ldap-lib-dir' and 'with-rlm...
2001-07-28 aland Added 'reconfig' target so that the configure scripts...
2001-07-28 cparkerUpdated to use rad_check_return to correctly return...
2001-07-28 cparkerUpdated to include prototype for new function in auth...
2001-07-28 cparkerAdded new function to 'auth.c' called 'rad_check_return...
2001-07-26 aland Preliminary EAP patch from Raghu <raghud@hereuare...
2001-07-25 aland Patch based on one from Matthew Sayler <sayler@speedsi...
2001-07-24 aland Patch from Steve Langasek <vorlon@netexpress.net>.
2001-07-23 aland Update child thread code, so that it minimizes the...
2001-07-20 aland Patch from David Kerry <davidk@navahonetworks.com>
2001-07-17 pamQuiten one compiler warning
2001-07-17 pamApplied patch to ldap_pairget() eliminating ldap_first_...
2001-07-17 pamAdded check for missing 'server' directive in config...
2001-07-13 cmillerClean up better. (Makefiles, and distclean depends...
2001-07-13 cmillerAdded Kostas Kalevras' <kkalev@noc.ntua.gr> attr_rewrit...
2001-07-13 cmillerRoland H\"anel <roland.haenel@qsc.de> reported that...
2001-07-12 cmillerCosmetic change.
2001-07-12 aland quench log messages for unresponsive children
2001-07-11 cmillerTest for CC and CPP in the configure scripts, so basic...
2001-07-11 cmillerAdded AC_PROG_CC to see if it solves DK's problem.
2001-07-11 cmillerDavid Kerry's patch to detect Oracle.
2001-07-06 cmillerDon't check how GDBM behaves if it's obviously not...
2001-07-06 cmillerneeds_child_cleanup was unreachable, and DS' return...
2001-07-05 cparker Patch to correct the behaviour of proxy-acct packets...
2001-07-05 cmillerInserted #include to prevent compoler warning of memset()
2001-07-05 cmillerWrap child spawning and registration in a plain vanilla...
2001-07-05 cmillerCorrected an interminable loop that happened when an...
2001-07-04 cmillerIntegrated phil@bolthole.com's patch for Oracle8i....
2001-07-04 cmillerNew configure for the autoconfless.
2001-07-04 cmillerTesting for libclient8 and libclntsh in addition to...
2001-07-04 cmillerRemoved superfluous AC_DEFINE()
2001-07-04 cmillerIn preparation for patching how the oracle detection...
2001-07-03 cmillerCommitted Rob Jones' <rob@work.gb.com> CHAP support...
2001-07-03 cmillerAssume (correctly) that AV pairs' strings are null...
2001-07-01 cmillerIntegrated Kostas Kalevras' rlm_counter code, plus...
2001-07-01 cmillerGive more useful information (in a clearer format)...
2001-06-30 cmillerAlexei Ivanov <radius@novoch.ru> pointed out (in a...
2001-06-29 pamProfile support for user object via attribute specified...
2001-06-27 pamAdded code by Kostas Kalevras <kkalev@noc.ntua.gr>...
2001-06-25 pamAdded fix by Kostas Kalevras <kkalev@noc.ntua.gr> to...
2001-06-21 miquels* src/main/timestr.c: hmm, ifdeffed some more debug...
2001-06-21 miquels* src/main/timestr.c: debugging not meant for end-user
2001-06-18 cmillerIn GCC 3.0, printf is a macro, so the mid- printf(...
2001-06-13 pamYet another plug for memory leak.
2001-06-13 pamFixed some memory leaks. Thanks to Peter Foreman <p...
2001-06-08 aland Patch from Eddie Stassen <eddies@saix.net>
2001-06-08 pamUse ldap_memfree() as this Right Thing (R), docs mentio...
2001-06-06 pamFixed bug in ignoring timeout value for LDAP search...
2001-06-06 aland one attempt to solve the 'unresponsive child thread...
2001-06-06 cmillerFixed indefinite ldap query timeout.
2001-06-04 aland minor mods to see if it compiles.
2001-06-04 aland moved 'xprintf' to standard-type 'DEBUG2'
2001-06-04 aland Patch from Vesselin Atanasov <vesselin@bgnet.bg>,...
2001-06-04 miquels* Updated cisco_snmp in checkrad.pl
2001-06-02 cmillerAdded fix for password length mismatching what user...
2001-06-02 cmillerPrevent stripping of executables, when devel flags...
2001-06-01 aland if we're doing synchronous proxies, then do NOT send...
2001-06-01 cmillerCorrected configure output for counter module failure.
2001-05-29 aland If we've already sent a reply to the NAS, then do...
2001-05-29 cmillerRemoved comment at corrected parenthesis placement.
2001-05-28 cmillerKristina pointed out that the sense of the comparison...
2001-05-28 cmillerPrints integer values as unsigned numbers. Bug reporte...
2001-05-24 aland Updated 'ignored' messages, to accurately describe...
2001-05-18 aland Updated 'short' names to be the same as the ones used...
2001-05-17 aland Only hack Cisco-AVPair attributes, not other Cisco...
2001-05-16 aland Minor updates to get rid of warnings
2001-05-16 aland moved HAVE_PTHREAD_H to HAVE_SEMAPHORE_H, where it...
2001-05-16 aland checks for <semaphore.h> and sem_init() to the main...
2001-05-16 pamFixed stupid bug, allowing logins with null password
2001-05-15 cmillerAvoid dereferencing NULL when client doesn't send a...
2001-05-15 cmillerAdded prototype for radlog_iswritable().
2001-05-15 cmillerWe delay giving up root until after we can test for...
2001-05-15 cmillerNew: Make directories if they don't exist. Iff the...
2001-05-14 cmillerRemoved old comment.
2001-05-14 cmillerAdding a version several weeks old. :(
2001-05-11 cmillerPlatform-independent pthread_cancel()ling instead of...
2001-05-07 mmachadoApplied Orable fixed provided by Vladimir Krymov <krymo...
2001-05-07 pamRemoved unnecessary duplication of code, now rlm_ldap...
2001-05-05 cmillerMy cpp didn't know of #ifne, so I assumed #ifndef was...
2001-05-04 aland Removed pthread_mutex stuff, as the sem_trywait()...
2001-05-04 aland centralized the handling of the version number, prior...
2001-05-04 cmillerAdded support for DES-encrypted passwords in SQL db.
2001-05-02 cmillerMerged duplicate code: sql_select_query into sql_query.
2001-05-02 cmillerAdded more polite startup when SQL db is unreachable...
2001-05-01 aland If we're using local snprintf, ensure that we include...
2001-04-26 aland Print out 'host=', too.
2001-04-26 aland removed old documentation.
2001-04-26 aland The second argument to 'bind' is 'struct sockaddr...
2001-04-26 aland We no longer have an accounting process, so it can...
2001-04-24 aland (reversed LOG messages) ...plus eliminate unnecessary...
2001-04-24 aland Recollecting wrong assumption in sql_select_query...
2001-04-23 aland removed unused functions
2001-04-23 aland Enabled configurable control of whether or not unrespo...
next