freeradius.git
2001-05-17 cmillerUpdated info about non-US, and set date on changelog. debian_version_0_1+20010517-1
2001-05-17 aland Only hack Cisco-AVPair attributes, not other Cisco...
2001-05-17 aland moved quote to proper place.
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-14 cmillerdebian: moving to non-US, to keep postgresql.
2001-05-11 cmillerRestored aclocal.m4 and ADDED configure. Wild.
2001-05-11 cmillerPlatform-independent pthread_cancel()ling instead of...
2001-05-11 cmillerRecommitted debian changes of krb and Suggests.
2001-05-07 aland changed example operator so that it won't complain. release_0_1_0
2001-05-07 mmachadoApplied Orable fixed provided by Vladimir Krymov <krymo...
2001-05-07 aland Added note saying that this file is deprecated
2001-05-07 pamRemoved unnecessary duplication of code, now rlm_ldap...
2001-05-06 cmillerdebian: Added interpreter lines in postinst & prerm.
2001-05-06 cmillerdebian: updated changelog listing.
2001-05-06 cmillerdebian: fork ldap, postgresql, and mysql modules into...
2001-05-06 cmillerdebian: removed date until I'm ready to release.
2001-05-05 cmillerdebian: make long line continuation where same environm...
2001-05-05 cmillerdebian: build-dep on debhelper.
2001-05-05 cmillerdebian: fixed sid dependencies.
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 cmillerdebian: Set date and version number.
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-27 aland Added dictionary.erx, from Terje Krogdahl <tekr@nextra...
2001-04-27 aland Merged Cistron changes with updates from Ed Bacher
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-24 aland removed annoying -Waggregate-return warning
2001-04-23 aland removed unused functions
2001-04-23 aland Enabled configurable control of whether or not unrespo...
2001-04-22 aland On any error, ensure that we release the SQL socket...
2001-04-20 aland Corrected message warning about unresponsive children...
2001-04-20 aland Make escaped string buffer large enough.
2001-04-20 aland Patch to allow non-standard SQL ports.
2001-04-20 aland Corrected error messages, based on comments from
2001-04-20 aland Moved MySQL checks out of top-level configure, and...
2001-04-20 cmillergetspnam() in libc didn't define HAVE_GETSPNAM. My...
2001-04-17 pamMake configure SMART - use AC_SMART_CHECK_* instead.
2001-04-17 pamPer-module configure is inheriting CFLAGS and LIBS...
2001-04-16 cmillerDebian: Add user to own log files. (User 'nobody...
2001-04-16 cmillerPrinting a pid should be unsigned.
2001-04-15 aland Initialize all elements of the data structure
2001-04-13 aland Correct the spec file to allow RPM's to be built
2001-04-13 pamSmall fixes to configure and configure.in to detect...
2001-04-12 aland Fixed memory leak.
2001-04-12 aland When doing Add-Port-To-IP-Address, do NOT over-write...
2001-04-12 aland Updated SQL time string to be compatible with Postgresql.
2001-04-12 aland removed unneeded text
2001-04-12 cmillerPut ldflags correctly in Makefile. define HAVE_MYSQL_H...
2001-04-11 aland Added patch from Bernhard Herzog <bh@intevation.de>
2001-04-11 aland Patch from Bernhard Herzog <bh@intevation.de> to make it
2001-04-11 cparker updated 'generate_realms' and 'generate_clients' to...
2001-04-10 aland Start using the new 'AC_SMART_CHECK_LIB' and 'AC_SMART...
2001-04-10 aland export CFLAGS and LIBS, so that sub-module configurati...
2001-04-10 aland include all of the available dictionaries by default
2001-04-10 aland commented out values where no attribute for them was...
2001-04-10 aland Updated to make it load
2001-04-10 aland moved #if 0 / #endif, so that the useful code gets...
2001-04-09 aland Auto-detect new modules when doing 'configure', even...
2001-04-05 cmillerAdded autoconf to mysql. Improved LDAP autoconf.
2001-04-05 aland Added braces to prevent an infinite loop.
2001-04-05 cmillerBetter documented example.
2001-04-05 cmillerAdded autoconf.
2001-04-05 cmillerAdded autoconf to rlm_unix.
2001-04-05 cmillerFixed a "/*" to "*/" .
2001-04-04 cmiller'config.status' is another file to remove on cleans.
2001-04-04 cmillerFound appropriate test for k5crypto library.
2001-04-04 cmillerAdded PAM autoconfig.
2001-04-04 cmillerMoved clean of config stuff to 'clean' rule, from ...
2001-04-04 cmillerPut in necessary commas.
2001-04-04 cmillerAdded LDAP autoconf stuff.
2001-04-04 cmillerI spell 'dependency' differently on prime-numbered...
2001-04-04 cmillerAdded krb5 autoconf.
2001-04-04 aland Patch from "Nikolay P. Romanyuk" <mag@ns.dti.ru>
2001-04-03 aland Define a new autoconf macro: AC_LOCATE_DIR(). It...
2001-04-02 aland When using threads, do NOT kill unresponsive children.
2001-04-02 aland If the pairs don't match, then return NOTFOUND, instea...
2001-04-01 cmillerAdded a short HOWTO on submitting a bug report.
2001-03-29 aland When parsing the input, remove comments (anything...
2001-03-28 mmachadoQuoted delayed attribute to keep it from barfing when...
2001-03-28 mmachadoUser-Name needed to be convirted to SQL-User-Name for...
2001-03-28 aland check the socket return code for errors
2001-03-28 aland Upgrade DB to be same as others
next