Commit Graph

45 Commits

Author SHA1 Message Date
gavin@gavinsharp.com
b3d82c5fd9 bug 432332: improve handling of duplicate chunks in url classifier client request, patch by Dave Camp <dcamp@mozilla.com>, r=tony, a=beltzner 2008-05-06 18:51:11 -07:00
dcamp@mozilla.com
9b2901c0db Bug 429755: Apply some random fuzz to safebrowsing backoff intervals. r=tony, a=beltzner 2008-04-23 09:57:55 -07:00
dcamp@mozilla.com
6121393e00 Tests for bug 428548. r=tony, a=mconnor 2008-04-16 14:23:38 -07:00
dcamp@mozilla.com
6f47640c0b Bug 427862: Don't use cached full-hash entries without a successful safebrowsing update. r=tony, a1.9=beltzner 2008-04-15 15:39:44 -07:00
gavin@gavinsharp.com
8820cfbbe2 Tweak function definition to include parameter (bug 428358) 2008-04-13 21:58:07 -07:00
gavin@gavinsharp.com
8d870ce7a2 Fix incorrect nsIUrlClassifierDBService.idl implementation in test (bug 428358) 2008-04-12 23:09:58 -07:00
reed@reedloden.com
ac89e9bc4e Bug 419794 - "work out key API for nsICryptoHMAC" (API use nsIKeyObject + fix nsKeyModule + nsICryptoHMAC usage fix) [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=rrelyea sr=dveditz a=blocking1.9+] 2008-03-18 12:45:40 -07:00
dcamp@mozilla.com
6a4e998241 Bug 420380: Allow safebrowsing gethash responses that don't match table name/chunk id. r=tony, blocking-firefox3=beltzner 2008-03-04 15:39:37 -08:00
dcamp@mozilla.com
183798c9c7 Bug 420370: nsUrlClassifierHashCompleter not configured immediately at startup. r=tony, blocking-firefox3=beltzner 2008-03-04 14:05:05 -08:00
dcamp@mozilla.com
95700b502a Bug 419751: Implement a safebrowsing protocol command to reset the db. r=tony, a1.9b4=beltzner 2008-02-29 16:46:43 -08:00
dcamp@mozilla.com
9d06b2c6f1 Bug 360387: Verify HMAC of safebrowsing updates. r=tony, blocking-firefox3=beltzner 2008-02-27 00:51:02 -08:00
dcamp@mozilla.com
ee910b1d12 Bug 419117: Add noise to safebrowsing gethash requests. r=tony, blocking-firefox3=beltzner 2008-02-26 21:51:28 -08:00
dcamp@mozilla.com
aa446af396 Bug 406856: url-classifier not properly handling expiration chunk lists. r=tony, blocking-firefox3=mconnor 2008-02-15 14:47:16 -08:00
dcamp@mozilla.com
2768d7cf9c Bug 414074: Cache the results of safebrowsing gethash requests. r=tony, a1.9=beltzner 2008-01-29 18:26:44 -08:00
dcamp@mozilla.com
3e8c1eb798 Bug 402611: Deal with changes to the safebrowsing v2 protocol. r=tony, a1.9=beltzner 2008-01-29 12:57:18 -08:00
dcamp@mozilla.com
6306732342 Back out bug 402611 for bloat-test orange 2008-01-28 17:58:15 -08:00
dcamp@mozilla.com
7112110cef Bug 402611: Deal with changes to the safebrowsing v2 protocol. r=tony, a1.9=beltzner 2008-01-28 15:04:43 -08:00
dcamp@mozilla.com
03b3eb6925 Bug 402610: Allow safebrowsing servers to specify separate URLs for chunk data. r=tony, blocking=beltzner 2008-01-12 14:22:03 -08:00
dcamp@mozilla.com
6dc0a74495 Bug 407759: Support subtractions in the safebrowsing protocol that arrive before their associated add. r=tony, blocking=mconnor 2008-01-12 13:32:01 -08:00
dcamp@mozilla.com
0c2b0ae6f3 Bug 406856: handle expiring safebrowsing chunk ranges in addition to individual chunks. r=tony, a=dsicore 2007-12-04 16:16:41 -08:00
dcamp@mozilla.com
96f51a6327 Bug 394525: don't try to malware check uris with no hostname. r=tony 2007-11-27 12:08:02 -08:00
dcamp@mozilla.com
f25d1acc8d fix url-classifier checks against bare-domain entries. b=402435, r=tony 2007-11-05 11:31:55 -08:00
dcamp@mozilla.com
e631ed7cbd Update the url-classifier request format test. b=400635, r=tony 2007-11-02 14:22:24 -07:00
dcamp@mozilla.com
76a4befc6a handle query parameters and full-string queries as specified in the updated safebrowsing protocol. b=395377, r=tony, a=mconnor 2007-10-01 16:53:53 -07:00
dcamp@mozilla.com
a5c43e3212 tests for bug 387196 2007-07-25 23:39:22 -07:00
dcamp@mozilla.com
532a82cb78 try landing new safebrowsing protocol again. b=387196, r=tony, r=vlad (for new fixes) 2007-07-25 23:38:43 -07:00
dcamp@mozilla.com
c91142ec8a backout patch for 387196 2007-07-25 20:11:43 -07:00
dcamp@mozilla.com
70459fd73f tests for bug 387196 2007-07-25 18:50:27 -07:00
dcamp@mozilla.com
791945185f implement the new google safebrowsing protocol. b=387196, r=tony 2007-07-25 18:49:20 -07:00
jwalden@mit.edu
6d7584839a Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
tony%ponderer.org
e7ba49093b Bug 368998: when normalizing hostnames, we don't properly escape non-alphanumerics
patch: move host encoding to c++ (url classifier utils component)
r=bryner
2007-03-05 05:58:05 +00:00
tony%ponderer.org
63435386a0 remove unused test_* files 2007-03-02 19:27:34 +00:00
tony%ponderer.org
d3e9baa7a9 Bug 368998: when normalizing hostnames, we don't properly escape non-alphanumerics
patch: refactor to allow unittesting
r=bryner
2007-03-01 06:18:06 +00:00
tony%ponderer.org
503bd3cbcb cause unittest to stop build on failure (makes tinderboxen burn on failure) 2007-03-01 02:12:13 +00:00
tony%ponderer.org
ac5d588d7c really fix the build 2007-02-28 00:14:22 +00:00
tony%ponderer.org
1a5400a8e6 fix compile warning in test on release builds 2007-02-28 00:01:32 +00:00
tony%ponderer.org
9a4f57b7eb Bug 370860: A very long URI hangs under phishing protection code
patch:  v4: move canonicalizeURL to c++
r=bryner,sr=darin
2007-02-27 23:49:44 +00:00
tony%ponderer.org
3ff09be502 bug 371409: canonicalNum_ fails with 7 hex digits
patch: fixes to parseIPAddress and canonicalNum_
r=bryner
2007-02-26 21:03:54 +00:00
tony%ponderer.org
37183633fa another attempt to fix mochitests, re-enabling tests with fix 2007-02-17 17:50:13 +00:00
tony%ponderer.org
81e22a3593 try to fix mochi test by backing out tests 2007-02-17 10:17:37 +00:00
tony%ponderer.org
7ce2a8faaa backing out tests due to mochitest breakage (bug 370446) 2007-02-17 07:24:10 +00:00
tony%ponderer.org
779153e138 Bug 370446 ��� Should strip \x00 in hostnames
patch: add \x00 to regex and move mochi tests around
r=bryner
2007-02-17 02:07:55 +00:00
brettw%gmail.com
f27a00d7e8 Bug 333894 (for tony@ponderer.org) r+a=ben
flesh out details interfaces for managing black/white lists
2006-05-02 21:57:35 +00:00
brettw%gmail.com
554d27c6a6 Bug 335564 (for tony@ponderer.org) r=brettw a=ben Rename url classifier variables for clarity 2006-04-27 00:24:19 +00:00
brettw%gmail.com
6e1b8d9b6e Bug 335032 (for tony@ponderer.org) r=bsmedberg a=ben Rename protection to url-classifier 2006-04-25 23:00:12 +00:00