More autoheader updates
[freeradius.git] / src /
2004-12-29 phampsonMore autoheader updates
2004-12-29 phampsonMore autoheader cleanups. Use autoheader for modules...
2004-12-28 pnixonoops. typo
2004-12-26 pnixonUse Timestamp in Accttime field
2004-12-23 phampsonApply patch from Bugzilla #149 to process REJECT post...
2004-12-21 kkalevAlso add a Makefile.in
2004-12-21 kkalevAdd the first version of a request caching module....
2004-12-19 phampsonChange big-endian detection to use the autoconf-defined...
2004-12-19 phampsonRerun autogen.sh after changes to build system
2004-12-18 phampsonAdd support so using autoheader to generate autoconf...
2004-12-17 aland Remove rlm_x99_token. There's no maintainer, and...
2004-12-15 aland Fix minor typos
2004-12-15 aland Unlock mutex after updating structure, not before
2004-12-15 aland Unblock SIGCHLD when returning.
2004-12-14 aland Updated error messages for %{config:...}
2004-12-14 aland Made the name search a little more forgiving, so it...
2004-12-14 aland Update dict_attrbyname() to accept
2004-12-14 aland Additional comments about things we should eventually do
2004-12-14 wichertInclude crypt.h if it is available so we get a prototyp...
2004-12-14 wichertChange return type of ip_ntoa and ipv6_ntoa to const...
2004-12-13 kkalevVersion 1.0 of radsqlrelay.c No Makefile additions...
2004-12-08 aland Calling policies is now done by foo(), not by "call...
2004-12-08 aland Look in /usr/include/et for krb5 headers, so that...
2004-12-07 kkalevAdd a return-attribute directive. That way we can send...
2004-12-06 aland whitespace
2004-12-06 kkalevPrint out statistics every so many packets if we are...
2004-12-06 kkalevinline ms_sleep and isdateline
2004-12-06 aland All policies have to be in named policies...
2004-12-05 aland Parse load-balance groups by parsing them as normal...
2004-12-05 aland Added some support for load balancing sections. Some...
2004-12-04 aland First pass at a "policy language"
2004-12-03 aland Get less excited about % in strings...
2004-12-03 aland Change $(INSTALL) to $(LIBTOOL) --mode=install $(INSTALL)
2004-12-01 aland Added Request-Processing-Stage as an xlat, in which...
2004-12-01 aland Line-based log module.
2004-11-30 kkalev* Add a default '1' in the priority column definition...
2004-11-30 pnixonUse freeradius Timestamp field as it implicitly has...
2004-11-26 pnixonClearer stats notification and some minor logic changes...
2004-11-25 pnixoncleanups and random hacking.
2004-11-24 pnixonFairly major update to support Cisco Gatekeeper billing...
2004-11-24 pnixonMinor logging change
2004-11-23 aland In paircompare, don't get excited if the first attribute
2004-11-23 aland Added support for Time-Of-Day, which takes HH:MM[:SS]
2004-11-21 aland Make "use_tunneled_reply" work properly for PEAP,...
2004-11-21 aland Make "use_tunneled_reply" work for MS-CHAPv2
2004-11-21 aland Added xlat support for Packet-Authentication-Vector
2004-11-20 aland Use /dev/urandom, if it exists.
2004-11-10 aland radeapclient is built using libtool, so it should...
2004-11-10 aland Added future note
2004-11-09 kkalevInstead of a 'SELECT *' for the nas table support which...
2004-11-08 pnixonSupport (FreeRADIUS Style) Quintum VSAs
2004-10-30 aland s/T_INVALID/T_OP_INVALID/g
2004-10-21 pnixonAdded selectable database support
2004-10-21 aland Removed unnecessary if statement
2004-10-20 aland Don't mark a request finished until the post-proxy...
2004-10-20 aland include parsing for new proxy fail directive, which...
2004-10-20 aland Include request_process into radiusd
2004-10-20 aland Move yet more code around.
2004-10-20 aland move rad_respond() to threads.c. It's not the perfect...
2004-10-20 aland If we've rejected a request because it's taken too...
2004-10-20 aland More debug messages in request_reject
2004-10-20 aland When we're rejecting a request, include the reason...
2004-10-20 aland Updated debugging messages
2004-10-15 aland Allow modules in "authorize", etc. to have subsections...
2004-10-12 aland s/T_INVALID/T_OP_INVALID/
2004-10-07 pnixonSupport Quintum VSA's in the same manner as Cisco VSA...
2004-10-05 aland Removed extraneous bracket
2004-10-05 aland Use mutexes only if we have pthread.h
2004-10-04 aland Build pton/ntop if the functions exist, AND AF_INET6...
2004-10-01 pnixonUpdate all mentions of h323confid to callid to match...
2004-09-29 aland If we're told to log passwords, and there's no User...
2004-09-29 aland May have failed to read a VP.
2004-09-29 kkalevIn sql_set_user in the radius_xlat don't call the escap...
2004-09-27 aland Remember that we initialized the pool
2004-09-24 aland Declaring zero-sized arrays is bad
2004-09-23 aland Added a few more "magic" server-side expansions:
2004-09-22 aland Moved label to a point where it made sense
2004-09-22 aland Include code to make udpfromto work.
2004-09-21 aland strlen doesn't return 'char', so don't put...
2004-09-19 pnixonBring the sample VIEWs and FUNCTIONs inline with the...
2004-09-17 aland Rearranged the code to do:
2004-09-17 3APA3A! fixed: MS-CHAP MPPE key is not generated if authentic...
2004-09-16 aland Experimental file to replace rlm_radutmp.c, if it...
2004-09-10 mgriegoUse T_INVALID since T_OP_INVALID isn't defined. Also...
2004-09-10 aland Allow ldap.attrmap to have an extra field, which defin...
2004-09-10 aland Deleted log in the comments, "cvs log" may be used...
2004-09-10 aland One last fix for the fix.
2004-09-10 aland Perform the duplicate check BEFORE adding the attribute to
2004-09-09 aland Define a macro for max regex matches, so we don't...
2004-09-07 aland Added rbtree_deletebydata()
2004-09-04 phampsonSilently drop packets with a bad Message-Authenticator...
2004-09-03 aland Added debug message to explain what people are doing...
2004-09-02 kkalevStore the LDAP-UserDN attribute in the check item list...
2004-09-01 mgriegoCall openlog on the first syslog()'d message to set...
2004-08-31 mgriegoNew SQL methodology: SELECT the grouplist, then iterat...
2004-08-31 mgriegoNew MySQL schema for use with new rlm_sql methodology.
2004-08-31 mgriegoIf we're not done with the handshake, don't return...
2004-08-31 aland Put the eap sessions into a tree, so that looking...
2004-08-31 aland Removed extraneous -shared
2004-08-27 aland When returning after failed to decrypt attributes...
next