- fixed UA masquerading which was always set ("foobar")
This commit is contained in:
parent
f2c98485f8
commit
95b457ad42
@ -1,6 +1,7 @@
|
|||||||
0.8.1
|
0.8.1
|
||||||
=====
|
=====
|
||||||
09-Jan-2011: - use CFLAGS -Wall only with GCC compiler
|
09-Jan-2011: - use CFLAGS -Wall only with GCC compiler
|
||||||
|
- fixed UA masquerading which was always set ("foobar")
|
||||||
14-Oct-2010: - fixed a number of compiler warnings (by Norm Brandinger)
|
14-Oct-2010: - fixed a number of compiler warnings (by Norm Brandinger)
|
||||||
[3086593,3086371,3086351]
|
[3086593,3086371,3086351]
|
||||||
03-Oct-2010: - use getifaddrs() to get the IP address of local interfaces.
|
03-Oct-2010: - use getifaddrs() to get the IP address of local interfaces.
|
||||||
|
|||||||
@ -81,7 +81,6 @@ static cfgopts_t main_cfg_opts[] = {
|
|||||||
{ "default_expires", TYP_INT4, &configuration.default_expires, {DEFAULT_EXPIRES, NULL} },
|
{ "default_expires", TYP_INT4, &configuration.default_expires, {DEFAULT_EXPIRES, NULL} },
|
||||||
{ "autosave_registrations",TYP_INT4, &configuration.autosave_registrations, {0, NULL} },
|
{ "autosave_registrations",TYP_INT4, &configuration.autosave_registrations, {0, NULL} },
|
||||||
{ "ua_string", TYP_STRING, &configuration.ua_string, {0, NULL} },
|
{ "ua_string", TYP_STRING, &configuration.ua_string, {0, NULL} },
|
||||||
{ "ua_string", TYP_STRING, &configuration.ua_string, {0, "foobar"} },
|
|
||||||
{ "use_rport", TYP_INT4, &configuration.use_rport, {0, NULL} },
|
{ "use_rport", TYP_INT4, &configuration.use_rport, {0, NULL} },
|
||||||
{ "obscure_loops", TYP_INT4, &configuration.obscure_loops, {0, NULL} },
|
{ "obscure_loops", TYP_INT4, &configuration.obscure_loops, {0, NULL} },
|
||||||
{ "plugindir", TYP_STRING, &configuration.plugin_dir, {0, NULL} },
|
{ "plugindir", TYP_STRING, &configuration.plugin_dir, {0, NULL} },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user