The variable "rcsid" is defined twice.
[freeradius.git] / src /
2007-04-02 nbk The variable "rcsid" is defined twice.
2007-03-27 aland use sizeof(), rather than hard-coded number
2007-03-27 aland with strlcpy, we don't need an extra -1
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 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-03-20 fcusack remove delete_blocked_requests option due to unsafe...
2007-03-16 aland Use braces. This closes #429
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-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 Fix base64 decoding
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 pnixonAdd rlm_sqlhpwippool (hierarchical, prioritized, weight...
2007-02-25 nbk Fix a typo in log message.
2007-02-25 nbk Fix a typo in log message.
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-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 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
2007-02-12 aland Pass the correct arguments to packet list walk in...
2007-02-12 aland call paircompare_unregister
2007-02-12 aland Unregister PW_TIME_OF_DAY, too
2007-02-12 aland We register Expiration, not Current-Time.
2007-02-12 aland Don't free strings allocated by cf_section_parse()
2007-02-12 aland Free the parsed data prior to calling the modules...
2007-02-12 aland Don't free formatstring on instantiate, free it on...
2007-02-12 aland Added code to free module configuration automagically.
2007-02-12 aland Free allocated memory
2007-02-12 aland Corrected typo
2007-02-12 aland Free allocated memory
2007-02-12 aland Added '-m' option from 1.1
2007-02-12 aland Don't initialize the wait hash if we're not threaded
2007-02-12 aland Correctly parse Base64 encoded strings
2007-02-12 aland Include filenames, too
2007-02-12 aland Added 'base' and 'variables' to CONF_SECTION, so that the
2007-02-12 aland Free allocated memory
2007-02-12 aland use chap->foo, not request->password->foo
2007-02-12 aland Added 'base' and 'variables' to a CONF_SECTION, which...
2007-02-12 aland Added undocumented '-m' so that for debugging, CTRL...
2007-02-12 aland free another tree
2007-02-09 aland Be more aggressive about freeing memory on clean exit.
2007-02-09 aland Free memory on detach
2007-02-09 aland Free memory on detach
2007-02-09 aland Free more stuff on exit
2007-02-09 aland Define dict_free
2007-02-09 aland When a duplicate attribute is found, delete the old one
2007-02-09 aland When a duplicate attribute is found, delete the old one
2007-02-09 aland Fix lrad_hash_table_free()
2007-02-09 aland Fix lrad_hash_table_free()
2007-02-09 aland request->password is User-Password or CHAP-Password.
2007-02-09 aland Caching request->password is probably a bad idea
next