freeradius.git
2007-03-26 aland port fix from branch_1_1
2007-03-26 aland corrected typo
2007-03-26 aland close socket only if it's unconnected
2007-03-25 nbk Compile the file sql_fbapi.c, too.
2007-03-21 nbk The libpq manpage says the PGconn pointer should not...
2007-03-21 nbk The libpq manpage says the PGconn pointer should not...
2007-03-21 fcusack document removal of delete_blocked_requests
2007-03-21 fcusack regenerate
2007-03-21 fcusack re-apply ltdl.c#1.8:
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusack Shoot. ltdl.h#1.4 was not unmodified libltdl-1.5...
2007-03-21 fcusackimport from branch_1_1:
2007-03-20 fcusack remove delete_blocked_requests option due to unsafe...
2007-03-20 fcusack lowercase URL
2007-03-19 nbk Add libtool-ltdl-devel as a prerequisite for building.
2007-03-19 nbk Add libtool-ltdl-devel as a prerequisite for building.
2007-03-16 aland Use braces. This closes #429
2007-03-16 aland be a little more forgiving about format
2007-03-16 aland pass filenames via argv
2007-03-14 aland Hmm.. why was this patch added?
2007-03-14 aland With updates from the last release
2007-03-14 aland From Chillispot's web site
2007-03-12 aland We malloc(len + 1), so strlcpy(..., len + 1), rather...
2007-03-12 aland third argument to strlcpy is the size of the first...
2007-03-12 aland strcpy doesn't need a '-1' in the sizeof
2007-03-12 aland Initialize pd. Return 0 on error, rather than -1
2007-03-12 aland port fix from cvs head
2007-03-09 aland be a little more flexible in cf_section_parse_free
2007-03-09 nbk Newer version of rlm_sql_firebird, as posted to the...
2007-03-06 nbkUpdate version number for 1.1.5 release.
2007-03-05 aland More updates release_1_1_5
2007-03-05 aland In preparation for 1.1.5
2007-03-05 aland This would be useful
2007-03-05 aland Don't de-reference packet->vps if there's no packet.
2007-03-05 aland Free packet on successful return, too.
2007-03-05 aland Free packet if the contents are badly formatted. ...
2007-03-05 aland Free resources when using Exec-Program && Exec-Program...
2007-03-05 aland Free clients on error. Mostly a theoretical bug,...
2007-03-05 aland Free packet on error.
2007-03-05 aland Free packet if there was an allocation problem.
2007-03-05 aland Catch a corner case where use of Exec-Program and...
2007-03-05 aland Don't allow escapes (\\) if the input buffer is full
2007-03-05 aland Turned an assert into a run-time check, as it can...
2007-03-05 pnixonrewrite, using latest python C api thanks to Paul P...
2007-03-05 aland prev_eap_ds may be NULL. Don't dereference it.
2007-03-05 aland "randvp", not "rand".
2007-03-05 aland updated version to 1.1.5, and re-generated configure
2007-03-05 aland Read for 1.1.5, I think
2007-03-05 aland We're at 1.1.5
2007-03-05 aland Fix base64 decoding
2007-03-01 pnixonEnable threaded mode again
2007-03-01 aland latest updates
2007-03-01 aland Don't retransmit accounting packets. The NAS should...
2007-03-01 aland remove the old attribute from the value tree, too
2007-02-27 pnixonUse new find_module_instance interface
2007-02-27 pnixonFix the includes to work with new structure
2007-02-27 pnixonadd rlm_sqlhpwippool from cvs head
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-25 pnixonfile sqlhpwippool.sql was added on branch branch_1_1...
2007-02-25 pnixonfile rlm_sqlhpwippool.c was added on branch branch_1_1...
2007-02-25 pnixonfile configure.in was added on branch branch_1_1 on...
2007-02-25 pnixonAdd rlm_sqlhpwippool (hierarchical, prioritized, weight...
2007-02-25 pnixonfile configure was added on branch branch_1_1 on 2007...
2007-02-25 pnixonfile config.h.in was added on branch branch_1_1 on...
2007-02-25 pnixonfile Makefile.in was added on branch branch_1_1 on...
2007-02-25 nbk Fix a typo in log message.
2007-02-25 nbk Fix a typo in log message.
2007-02-24 pnixonAdd additional attributes from voy.com/41165/3969.html
2007-02-23 aland If we find Cleartext-Password but not User-Password...
2007-02-23 aland Pull fix from branch_1_1
2007-02-23 aland type.data is malloc'd by everyone BUT radeapclient...
2007-02-21 aland Cleaned up sample entries to remove most uses of Auth...
2007-02-17 pnixonUpdate for 1.1.5 release
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-16 aland When we have a tunneled MS-CHAP2-Success attribute...
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-15 aland Handle Client-Error code. If the client sends us...
2007-02-14 aland Port OpenSSL locking mutexes from the CVS head
2007-02-14 aland Free allocated memory
2007-02-14 aland Removed all free(inst->foo) where "foo" comes from...
2007-02-14 aland Don't free the ID, it's allocated as part of a larger...
2007-02-14 aland Added call to dict_free(). valgrind now shows no...
2007-02-13 aland Remove diameter hack. The new radext extended attribu...
2007-02-13 aland Casts to quiet the compiler
2007-02-13 aland Minor casts to quiet the compiler
2007-02-13 aland replace strncpy strlcpy `cat filelist`
2007-02-13 aland replace local StrnCpy with strlcpy
2007-02-13 aland strNcpy is no longer used. Delete it
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2007-02-13 aland un-register things
2007-02-13 aland Free allocated memory
2007-02-13 aland Note recent changes
2007-02-13 aland Permissions are now 750 for directories, and 644 for...
2007-02-13 aland Permissions are now 750 for directories, and 644 for...
2007-02-13 aland Pull fixes from the head
2007-02-13 aland Use definitions for Tunnel-Medium-Type from RFC 2868...
2007-02-13 aland New text for Status-Server, saying it's useful.
2007-02-13 aland Port Status-Server requirements for Message-Authenticator
2007-02-13 aland Message-Authenticator is required in Status-Server...
2007-02-13 aland Free all REQUEST's on exit
next