[Burp-users] burp-1.3.2 is now available
Brought to you by:
grke
|
From: Graham K. <ke...@sp...> - 2012-03-30 12:47:44
|
Hello, I have uploaded burp-1.3.2 to sourceforge. Here is the link: http://sourceforge.net/projects/burp/files/ 1.3.2 is now the 'latest' version. 1.3.0 remains the 'stable' version. 1.2.2 remains the 'old stable' version. 2012-03-31 Changes in burp-1.3.2: * Add options for the client to automatically generate a certificate signing request, have the server sign and return it, and have the client use the new certificate. Remove old default SSL certificates because they should no longer be needed. See docs/burp_ca.txt for more information. * Add ability for conf files to point to more conf files to read. * Fix status server segfault when deleting files from clientconfdir. * Allow directories in clientconfdir. * Add the ability for the server to set the client include/excludes. * Simulate browsing backups with the use of "-a l/L -d path". * Add ability to set up a restore on the server side. * Add ability to specify child processes separately to status child process with new max_status_children option. * Status monitor - make keypresses more responsive. * Fix bug where old clients that didn't leave an incexc file on the server meant that resume would not start. * Add 'include_ext' option, which excludes all files unless their names end in the given extension. * Fall back to using the client or server name if ssl_peer_cn is unset on the server or client. * Don't try to chuser/chgrp in the child if the user/group settings are the same as the parent (fixes bug where setting user/group in the server wouldn't work, because it would try to chuser/chgrp twice). * Windows installer: add comment about poll interval '0' means that the scheduled job isn't installed. * Windows installer: don't install the scheduled task when doing an upgrade. * Unlock the client directory after server_script_post has run instead of before. * Fix bug where the wrong arg count was being given to the server post script. * Make sure status snapshot exits when there are no backup clients. * Ability to dump logs and paths in backups using '-a S' (useful for making a gui that browses backup contents). * Bug fixes to ssl_extra_checks_script. * Bug fix: initialise network_timeout properly. * Fix typos in docs/burp_ca.txt. * Add 'export LANG=C' to the timer script, so that timer_arg days are always expected in English. * Add config file option to turn syslog logging on/off. * Bug fix for 'compression = gzip[0-9]'. * Pass the server version to the client. The main things this month were: * The automated certificate authority and client certificate signing stuff. See docs/burp_ca.txt for more information. * The ability for conf files to point to more conf files to read. * The ability for the server to set includes/excludes. * The ability for the server to initiate a restore. * The ability to dump logs and paths in backups using '-a S' (useful for making a gui that browses backup contents). Special thanks go to the following donor for financially supporting burp during March: * £5.00 Łukasz P. |