freeradius.git
2007-04-12 aland it's high release_1_1_6
2007-04-12 aland Updated copyright date
2007-04-12 aland Updated version number
2007-04-08 aland Note latest changes
2007-04-08 aland Pulled dictionary.rfc4679 from CVS head
2007-04-08 aland SSL_want_read() isn't an error. Print it out only...
2007-04-08 alandfile dictionary.rfc4679 was added on branch branch_1_1...
2007-04-08 aland Add more LDAP escaping rules from RFC 2253
2007-04-08 aland Leak memory rather than dying on HUP.
2007-04-08 aland Note recent changes
2007-04-08 aland Pulled new dictionaries from the CVS head
2007-04-08 aland Corrected typo
2007-04-08 aland Use memcmp rather than doing the check by hand.
2007-04-08 aland Corrected typo
2007-04-08 aland Don't print errors if the error is zero.
2007-04-07 aland We treat openbraces as normal.
2007-04-07 aland Border-line case where cache may be NULL...
2007-04-07 aland Don't de-reference NULL on exec
2007-04-07 aland If we failed to create a VP on OOM, exit from the...
2007-04-07 aland Complain if we get an error reading the radutmp file.
2007-04-07 aland One-liner to quiet Coverity
2007-04-07 aland Should use (sizeof(array)/sizeof(array[0]) for looping...
2007-04-07 aland On continuation, die if the buffer is nearing full.
2007-04-07 aland call fclose() on error.
2007-04-07 aland free(c) on parse error
2007-04-07 aland free handler on OOM.
2007-04-07 aland free(inst) on OOM
2007-04-07 aland On failed open, free memory.
2007-04-07 aland free strdup'd memory on error.
2007-04-07 aland free(c) on error.
2007-04-07 aland free(c) on error.
2007-04-07 aland free(this) on error.
2007-04-07 aland If we've run out of memory, free(challenge), too.
2007-04-07 aland free(vp) on decoding error.
2007-04-07 aland free(newhash) on error.
2007-04-07 aland dict_init() && my_dict_init() require a non-NULL ...
2007-04-07 aland sql_poolfree dereferences inst->config, too. Move...
2007-04-07 aland Move free of xlat_name into section that checks for...
2007-04-07 aland Free dval on error reading the dictionary files, or...
2007-04-07 aland prev_eap_ds might be NULL. Check it, too.
2007-04-07 alandfile dictionary.rfc4675 was added on branch branch_1_1...
2007-04-07 alandfile dictionary.rfc4372 was added on branch branch_1_1...
2007-04-05 nbk Regenerate from configure.in.
2007-04-04 nbk Add support for "./configure --without-docdir" which...
2007-03-30 nbk otppasswd.sample is no longer used.
2007-03-26 aland Update version number
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-19 nbk Add libtool-ltdl-devel as a prerequisite for building.
2007-03-16 aland Use braces. This closes #429
2007-03-14 aland Hmm.. why was this patch added?
2007-03-12 aland port fix from cvs head
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 aland latest updates
2007-03-01 aland Don't retransmit accounting packets. The NAS should...
2007-02-27 pnixonadd rlm_sqlhpwippool from cvs head
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 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-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 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 When we have a tunneled MS-CHAP2-Success attribute...
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-13 aland Note recent changes
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 Port Status-Server requirements for Message-Authenticator
2007-02-13 aland Free all REQUEST's on exit
2007-02-12 aland Pull 1.7 -> 1.8 patch from CVS head
next