If the password we get from the database exists, but is of zero
[freeradius.git] / src /
2002-12-09 aland If the password we get from the database exists, but...
2002-12-09 aland Use the proper variable for error messages.
2002-12-06 aland Perform an 'sql close' on sockets before trying reconn...
2002-12-04 aland If there's no query, don't annoy the driver with empty...
2002-12-03 aland New types conditionally compiled
2002-12-03 aland Deleted unnecessary code.
2002-11-29 aland Pull fixes from the head.
2002-11-29 aland Pull fixes for crypt() linking from the head.
2002-11-29 aland Pull dictionary parsing fixes from revision 1.31 of...
2002-11-29 aland Pull fixes into the 0.8 branch, in cast we want a...
2002-11-14 aland AIX weirdness patch, from Mark E. Jezioro
2002-11-13 fcusack authorize module handling doesn't work the way I thought.
2002-11-13 fcusack In authorize(), support any Auth-Type that *starts...
2002-11-12 aland Trying to fix permissions...
2002-11-12 aland trying to fix perms...
2002-11-12 aland Removed unused file
2002-11-12 aland Made Status-Server support configurable, so that peopl...
2002-11-12 aland reconnect patch from Peter Nixon
2002-11-12 aland If we call do_xlat(), then we HAVE found an xlat for...
2002-11-12 aland Added pre/post-proxy, and post-auth handlers.
2002-11-11 aland Moved finish query in sql_xlat, so that the rows aren...
2002-11-08 cparkerMove 'op' column to between Attribue and Value columns...
2002-11-08 cparkerMove 'op' column to between Attribue and Value columns...
2002-11-08 aland Added big evil annoying stupid error message if the...
2002-11-08 aland Updated queries and schema, based on a patch sent...
2002-11-08 aland Link against the python library
2002-11-08 pnixonPatch from Wichert Akkerman to fix a NULL pointer in...
2002-11-07 aland Updated use of autoconf cache
2002-11-05 aland Re-arranged functions to get rid of compiler warnings.
2002-11-05 aland Normalized error messages
2002-11-05 aland Normalized error messages
2002-11-05 aland Normalized error messages
2002-11-04 aland Added /usr/include/pgsql, which works for Suse.
2002-11-04 fcusack Don't encode MS-CHAP-MPPE-Keys; handled in library.
2002-11-01 kkalevSet LDAP version to V3 before binding. Now freeradius...
2002-11-01 aland Include netinet/in.h before radius specific stuff
2002-11-01 aland Moved core dump handling back to radiusd.c
2002-11-01 aland Delete submodules from the list. The modules which...
2002-10-31 aland Use the new mainconfig.clients, instead of the old...
2002-10-31 fcusack only log unknown user events once instead of 4x.
2002-10-30 aland Clear the main config, before reading radiusd.conf
2002-10-30 aland Made read_radius_conf_file() return the actual CONF_SE...
2002-10-30 aland Made read_radius_conf_file() return the actual CONF_SE...
2002-10-30 aland Delayed commit from yesterday, as part of cleaning...
2002-10-30 aland SQL fail-over patch, based on one supplied by
2002-10-30 aland Don't go into all of the SQL sub-directories. Instead...
2002-10-30 aland New 'free mainconfig' function, to remove more code...
2002-10-30 fcusack Change ewindow2 logic so that a repeat of the same
2002-10-30 vorlonUpdate rlm_krb5 configure script to use AC_SMART_CHECK_...
2002-10-29 aland Massive changes to configuration handling (re-arrangin...
2002-10-29 aland Removed unused variable.
2002-10-28 aland Be a little more selective about RADIUS replies. ...
2002-10-28 aland Changed default caching of /etc/passwd files to 'no'.
2002-10-28 aland Moved the 'clients', 'realms', and 'config' variables...
2002-10-28 aland It's a good policy to initialize variables.
2002-10-28 aland Removed sig_stats() on SIGUSR1. We should be able...
2002-10-28 aland A little better rule for 'make clean', bu Paul Hampson
2002-10-28 kkalevSkip Auth-Type and Autz-Type in paircmp
2002-10-27 aland Correct stupid typos in the use of 'kill'
2002-10-25 aland Disallow packet codes of 0 (nothing defined in the...
2002-10-25 aland Updated killing of children when the server receives...
2002-10-23 aland Don't include $(LIBLTDL) in the list of dependencies...
2002-10-22 kkalevOnly destroy the mutex if we have PAP as encryption...
2002-10-21 aland If asked to exit, ALWAYS exit, even if there are packe...
2002-10-21 aland Enable SIGTERM to shut down the server a little more...
2002-10-20 kkalevAdd an snmpwalk() function. Add snmp timeout and retrie...
2002-10-19 kkalevUse the MAX_FAILED_CONNS_* in ldap_authenticate() when...
2002-10-18 aland Deleted unused functions.
2002-10-18 aland Got rid of the call to nas_find(), and replaced it...
2002-10-18 aland Now that the 'naslist' is read in before the 'clients...
2002-10-18 aland Read the old-style 'naslist' file, before reading...
2002-10-17 aland Added Status-Server support, stolen shamelessly from...
2002-10-17 kkalevAdd an append control in attr_rewrite.
2002-10-15 aland Add a missing 'p++'
2002-10-15 aland Don't do sub-modules from the top-level directory.
2002-10-15 aland Removed all knowledge of the pre-processor define...
2002-10-15 aland Made the call to checkrad use the new thread-safe...
2002-10-15 aland Read the location of 'checkrad' from the configuration...
2002-10-15 aland Use Session-Id values in max40xx finger routine.
2002-10-15 aland Fix USR-Hiper SNMP code to match the cisco snmp bit.
2002-10-15 aland Minor reformatting.
2002-10-15 aland Define a 'last' token, so we know how many tokens...
2002-10-15 aland Removed duplicate function 'sm_prints', and replaced...
2002-10-13 kkalevDisable cache after searching for the default profile
2002-10-11 kkalevDo a memset(0) on the key.nas before doing searches...
2002-10-09 aland Make the installation directories BEFORE recursing...
2002-10-08 aland Don't over-write pointers to allocated memory when...
2002-10-07 aland Deleted the freetds SQL sub-module, as it's nowhere...
2002-10-07 aland Added the new expression module
2002-10-03 cmillerInserted names of stable "submodules" into stable list.
2002-10-03 aland Remember what the main module list is..
2002-10-02 fcusack change some 'password' refs to 'passcode'
2002-10-02 3APA3A! Commited patch from Jorge Boncompte [DTI2] <jorge...
2002-10-02 aland Simplify the 'add to end of list' code
2002-10-02 aland Fix simple mistake in checking return value from userp...
2002-10-01 cparkerPatch to add support for a 'round_robin' load balancing...
2002-10-01 aland Implemented pre-proxy callbacks. The proxy_send(...
2002-10-01 aland Added configuration and documentation for the expressi...
2002-09-30 aland Use the numeric NAS-Port attribute, and not the string...
2002-09-30 aland Minor additions for HPUX support
next