freeradius.git
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...
1999-08-26 aland updated realms, clients, and naslist reading routines
1999-08-25 miquels*** empty log message ***
1999-08-25 aland patch from Chris Shenton <chris@shenton.org>: UNTESTED
1999-08-23 aland defined secret radius_packet_t in the library, and...
1999-08-23 aland force WRONG passwords to be passed through librad_safe...
1999-08-23 miquels*** empty log message ***
1999-08-23 aland add additional text describing where to download GNU...
1999-08-23 aland fix typos and URL
1999-08-23 aland added more sanity checking to rad_recv(), so it compla...
1999-08-21 miquelsHmm, how does this work? My changelog is in doc/ChangeLog
1999-08-20 tsettleSee post to list
1999-08-20 tsettleThis is just a prototype dictionary to get some feedbac...
1999-08-19 aland vp_prints now returns the number of characters it...
1999-08-18 mmachadosmall changes
1999-08-18 mmachadoComming work until I get a chance to work on it again
1999-08-18 mmachadoworking toward abstraction layer between radius sql...
1999-08-18 aland made a number of functions static, as they're not...
1999-08-18 aland moved stuff around
1999-08-18 aland return error messages on recvfrom() socket error
1999-08-18 aland look up port names "radius" and "radacct", so that...
1999-08-18 aland added ldap. Who knows if it works?
1999-08-18 aland there's no use checking for 'WITH_PAM' define, as...
1999-08-18 aland include a sample snip of over-riding the TARGET definition
1999-08-18 aland bring out the dict_init() error messages to the user...
1999-08-18 aland use the right define for librad_errstr: it's NOT a...
1999-08-18 aland allowed for the possibility we might be logging log...
1999-08-18 mmachadoSorry Alan! Added stuff to use checkconfig to see if...
1999-08-18 aland moved the 'add attribute' and 'add vendor' code out to
1999-08-18 aland added new option to radclient: -f.
1999-08-17 aland allow server variables/functions to be exported to...
1999-08-17 aland don't hard-code which modules to make. Instead,
1999-08-17 aland allow for the possibility that some peopke might not...
1999-08-17 mmachadorlm_mysql.c now compiles. Had to move over to new REQUE...
1999-08-17 aland added more errors and warning messages for malformed...
1999-08-17 aland Timeout fixes from Stephen Langasek, with one or two...
1999-08-17 aland spelling corrections.
1999-08-17 aland modifications to allow better making of modules
1999-08-17 aland Wrote LOTS of documentation in the example Makefile.
1999-08-17 aland updated everything to use alanconf.
1999-08-17 mmachadoStill A LOT of work to be done. I need to review the...
1999-08-16 alandlibradius.h dies if it's included without a <sys/types...
1999-08-16 aland added more error messages to valuepair.c
1999-08-16 mmachadoadding mysql module based on icradius 0.8
1999-08-16 alandInitial revision origin/aland