commit 0922276cab4dcccb673cd8fe4cdc58b12667f09e
parent a34d9a30416d6a01b2882a7b33f231b64078043d
Author: George Danezis <gdane@microsoft.com>
Date: Fri, 29 Aug 2008 10:25:56 +0000
Added 2 papers from Gergely Toth, and corrected a parsing bug in BibTex.py
svn:r293
Diffstat:
2 files changed, 29 insertions(+), 9 deletions(-)
diff --git a/BibTeX.py b/BibTeX.py
@@ -619,7 +619,7 @@ def TeXescapeURL(s):
RE_LONE_AMP = re.compile(r'&([^a-z0-9])')
RE_LONE_I = re.compile(r'\\i([^a-z0-9])')
RE_ACCENT = re.compile(r'\\([\'`~^"c])([^{]|{.})')
-RE_LIGATURE = re.compile(r'\\(AE|ae|OE|oe|AA|aa|O|o|ss|)([^a-z0-9])')
+RE_LIGATURE = re.compile(r'\\(AE|ae|OE|oe|AA|aa|O|o|ss)([^a-z0-9])')
ACCENT_MAP = { "'" : 'acute',
"`" : 'grave',
"~" : 'tilde',
diff --git a/anonbib.bib b/anonbib.bib
@@ -3336,17 +3336,37 @@ Information Networking and Applications-Volume 1 (AINA'06)-Volume 01},
www_section = comm,
}
-@article{toth11aca,
- title={{The {APROB} Channel: adaptive semi-real-time anonymous communication}},
- author={G. Toth and Z. Hornak},
- journal={Security and Privacy in Dynamic Environments--Proceedings of
-the IFIP TC-11 21st International Information Security Conference (SEC
-2006)},
+%@article{toth11aca,
+% title={{The {APROB} Channel: adaptive semi-real-time anonymous communication}},
+% author={G. Toth and Z. Hornak},
+% journal={Security and Privacy in Dynamic Environments--Proceedings of
+%the IFIP TC-11 21st International Information Security Conference (SEC
+%2006)},
+% year = {2006},
+% volume={201},
+% www_section = stream,
+%}
+
+@inproceedings{TH06a,
+ title = {{The APROB Channel: adaptive semi-real-time anonymous communication}},
+ author = {Gergely T\'oth and Zolt\'an Horn\'ak},
+ booktitle = {Proceedings of I-NetSec'06 Privacy and Anonymity Issues in Networked and Distributed, Karlstad, Sweden},
year = {2006},
- volume={201},
- www_section = stream,
+ www_section = {stream},
+ www_pdf_url = {http://home.mit.bme.hu/~tgm/phd/publikaciok/2005/inetsec/inetsec-2006-APROB-Channel.pdf},
}
+@inproceedings{TH06b,
+ title = {{The Chances of Successful Attacks against Continuous-time Mixes}},
+ author = {Gergely T\'oth and Zolt\'an Horn\'ak},
+ booktitle = {Proceedings of the 11th Nordic Workshop on Secure IT-systems, Link\:oping, Sweden},
+ year = {2006},
+ www_section = {Traffic analysis},
+ www_pdf_url = {http://home.mit.bme.hu/~tgm/phd/publikaciok/2006/nordsec06/tg_nordsec2006_06_final-reviewed.pdf},
+}
+
+
+
@article{10.1109/IWNAS.2006.40,
author = {Yingwu Zhu},
title = {Resilient P2P Anonymous Routing by Using Redundancy},