freeradius.git
1999-10-19 aland updated rcsid[] strings
1999-10-19 aland src/main/valuepair.c - code to call regular expression...
1999-10-15 aland more bug fixes
1999-10-15 aland more changes to export MODULE_NEED_USCORE to the autoc...
1999-10-15 aland lots more changes to dynamic library stuff. This...
1999-10-15 aland use new DYNAMIC_MODULES directive.
1999-10-15 aland added 'DYNAMIC_MODULES' definition to see if we're...
1999-10-14 aland output commented out defines, even if they're not...
1999-10-14 aland ensure that RTLD_GLOBAL is defined, even if it isn't.
1999-10-14 aland more checks to ensure that src/include/radpaths.h...
1999-10-14 aland one more test for dlopen. Also include crypt tests...
1999-10-14 aland moved HAVE_LIBDL definition to HAVE_DLOPEN. The subst...
1999-10-14 aland added check for DLFN_H, and changes to use CVS's $Id$
1999-10-14 aland check for dlopen in libdl. If not, check to see if...
1999-10-14 aland we now type 'make reconfig' from the top directory
1999-10-14 aland added check for include file <dlfcn.h>, which is a...
1999-10-14 aland added #ifdef for GETOPT_H, as per
1999-10-14 aland added define for RTLD_GLOBAL on FreeBSD, as per
1999-10-08 aland flush stdout if we're using it for log output. That...
1999-10-07 aland updated for changes to proxy 'hints' processing
1999-10-05 aland log FAILED and CORRECT passwords if '-yz' flags are set
1999-10-05 aland corrected typo that prevented modules from loading
1999-10-05 aland ensure we don't overflow the buffer
1999-10-05 aland added strerror(errno) to complaint if unable to open...
1999-10-05 aland always build static libraries for the modules.
1999-10-05 aland define our own md5 functions, which are "librad_MD5Foo...
1999-10-05 aland removed 'static' defs from MD5 functions, and moved...
1999-10-01 aland added ascend 'abinary' definitions
1999-10-01 aland added an initial BAy-Networks vendor dictionary
1999-09-30 aland allow configurable support for enabling or disabling...
1999-09-30 aland whoops! forgot a ')'
1999-09-30 aland set core file size limit to 0 if NOT debugging. This...
1999-09-29 aland rad_getpwnam() now uses strNcopy() and sizeof(), instead
1999-09-29 aland added support for BEGIN-VENDOR / END-VENDOR blocks...
1999-09-28 miquels * Changed some strcpy()s over to strNcpy. It...
1999-09-28 aland updated for RCS 'Id' string
1999-09-28 aland if one of the children dies with an uncaught signal,
1999-09-27 aland fixed functions declarations so their arguments and...
1999-09-24 ivanfmSmall changes in the sample config.
1999-09-24 ivanfmSmall fix in pipe opening.
1999-09-24 ivanfmIncluded option to pipe log to another program.
1999-09-24 ivanfmIncluded dynamic logging. with a simple text file confi...
1999-09-24 ivanfmSample config file for dynamic logs
1999-09-24 ivanfmNew options to be used in log files
1999-09-23 aland cleaned up unnecessary header files. (at least on...
1999-09-23 alandnclude/libradius.h defines for u_char, u_short, and...
1999-09-22 alandmain/util.c build_reply: packet->reply = rp
1999-09-22 mmachadoOk, ready for a test
1999-09-21 alandinclude/libradius.h RADIUS_PACKET now has a sockfd...
1999-09-21 aland fix bug caused by (presumably) check in of temporary...
1999-09-21 aland reformatted to fit standard style
1999-09-21 ivanfmInitial version of README for compiling FreeRADIUS...
1999-09-21 ivanfmCalling command processor to execute checkrad script...
1999-09-21 mmachadoFirst successful build! Now need to get rid of warnings... first-build
1999-09-20 ivanfmnew xlat with some extra options, and corrected one...
1999-09-20 ivanfmNow using vp_prints_value and receiving the output...
1999-09-20 ivanfmfunction vp_prints splited in vp_prints and vp_prints_value
1999-09-20 ivanfmIncluded definition of vp_prints_value()
1999-09-20 ivanfmMany formatting changes and optimizations based on...
1999-09-20 mmachadoAdding sql_finish_query and sql_select_finish_query
1999-09-20 ivanfmTranslation routine to be checked - 1999-09-20 - ivanfm
1999-09-20 miquels * Use uname to detect OS/2
1999-09-20 ivanfmIncluded radlog_dir - 1999-09-20 - ivanfm
1999-09-20 aland use librad error messages when complaining about parse...
1999-09-20 aland don't need LOGDIR here any more.
1999-09-20 miquels * Added LIBPREFIX, set to "" on OS/2 and "lib" on...
1999-09-20 aland check for /etc/passwd, and do NOT build rlm_unix if...
1999-09-19 miquels * Added some functions to missing.c: str[n]casecmp,
1999-09-19 ivanfmInclude missing.h - ivanfm - 1999-09-19
1999-09-19 ivanfmIncluded missing.h - ivanfm - 1999-09-19
1999-09-19 ivanfm*** empty log message ***
1999-09-18 miquels * Really removed makelist.sh this time
1999-09-18 miquels * Renamed some more Makefile.in files to plain Makefile
1999-09-18 miquelsChange a couple of Makefile.ins to plain Makefiles
1999-09-17 mmachadoMoving over to SQLSOCK structs
1999-09-09 mmachadoTrying to accomodate the different db API's by only...
1999-09-06 stangrzeFixed bug with Reply-Message in build_reply.
1999-09-06 stangrzeAdded integer translations for Service-Type to radius.h
1999-09-05 stangrzeFixed bug with devnull.
1999-09-05 mmachadoGot most of the structure names moved over now need...
1999-09-02 mmachadoGetting closer! Still have to do a few more mysql conv...
1999-09-02 aland added bitch about check-items in the reply-item list.
1999-09-01 aland rad_send() can now be called multiple times with the...
1999-08-31 aland make sure fgets() gets the sizeof the buffer, and...
1999-08-31 aland made the library code support generic 'octets' type...
1999-08-30 aland update so everyone else can build things, too.
1999-08-30 aland updated 'radtest' for new 'radclient' command-line...
1999-08-30 aland removed dumb PRINTF 'debugging' code.
1999-08-30 aland corrected minor problems (filter was defined to be...
1999-08-30 aland updated for better printing, some more IPX printing
1999-08-30 aland made rad_send() encode the Password attribute.
1999-08-30 aland server now prints an error if rad_recv() returns NULL
1999-08-29 aland updated rad_recv() to look for attributes having lengt...
1999-08-27 aland right after we enter rad_authenticate(), decrypt the...
1999-08-26 aland don't print out as much information.
1999-08-26 aland more updates for header files
1999-08-26 aland added preliminary ascend binary support
1999-08-26 miquelsNew file: build-radpaths-h.in
1999-08-26 mmachadoworking toward single sql interface
1999-08-26 aland renamed STRIPPED_USERNAME to STRIPPED_USER_NAME to...
next