Mercurial > docs > diploma
annotate thesis/bib/thesis.bib @ 409:ca763bd8c809 default tip
Added tag final version which I handed in for changeset ee7211546c02
author | meillo@marmaro.de |
---|---|
date | Wed, 11 Feb 2009 08:55:32 +0100 |
parents | ee7211546c02 |
children |
rev | line source |
---|---|
209 | 1 @book{brooks95, |
39 | 2 author = "Brooks, Jr., Frederick P.", |
380 | 3 title = "\textit{The mythical man-month: essays on software engineering}", |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
4 year = "1995", |
408
ee7211546c02
added paragraph about hikernet; fixed some bib entries
meillo@marmaro.de
parents:
396
diff
changeset
|
5 publisher = "Addison-Wesley", |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
6 } |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
7 |
209 | 8 @book{kernighan84, |
39 | 9 author = "Brian W. Kernighan and Rob Pike", |
380 | 10 title = "\textit{The UNIX Programming Environment}", |
39 | 11 year = "1984", |
408
ee7211546c02
added paragraph about hikernet; fixed some bib entries
meillo@marmaro.de
parents:
396
diff
changeset
|
12 publisher = "Prentice-Hall", |
379 | 13 note = "ISBN: 0-13-937681-X", |
39 | 14 } |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
15 |
209 | 16 @book{rochkind85, |
39 | 17 author = "Marc J. Rochkind", |
380 | 18 title = "\textit{Advanced UNIX Programming}", |
39 | 19 year = "1985", |
408
ee7211546c02
added paragraph about hikernet; fixed some bib entries
meillo@marmaro.de
parents:
396
diff
changeset
|
20 publisher = "Prentice-Hall", |
379 | 21 note = "ISBN: 0-13-011800-1", |
39 | 22 } |
23 | |
190 | 24 @book{kernighan99, |
39 | 25 author = "Brian W. Kernighan and Rob Pike", |
380 | 26 title = "\textit{The Practice of Programming}", |
39 | 27 year = "1999", |
408
ee7211546c02
added paragraph about hikernet; fixed some bib entries
meillo@marmaro.de
parents:
396
diff
changeset
|
28 publisher = "Addison-Wesley", |
379 | 29 note = "ISBN: 0-201-61586-X", |
39 | 30 } |
31 | |
54
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
32 @book{k&r, |
39 | 33 author = "Brian W. Kernighan and Dennis M. Ritchie", |
380 | 34 title = "\textit{The C Programming Language}", |
39 | 35 edition = "Second", |
36 year = "1988", | |
408
ee7211546c02
added paragraph about hikernet; fixed some bib entries
meillo@marmaro.de
parents:
396
diff
changeset
|
37 publisher = "Prentice-Hall", |
379 | 38 note = "ISBN: 0-13-110362-8", |
39 | 39 } |
40 | |
190 | 41 @book{raymond99, |
50 | 42 author = "Eric S. Raymond", |
380 | 43 title = "\textit{The Cathedral \& the Bazaar}", |
50 | 44 year = "1999", |
45 publisher = "O'Reilly Media", | |
113 | 46 note = "ISBN: 1-56592-724-9. Also available online at {\small\url{http://catb.org/esr/writings/cathedral-bazaar/cathedral-bazaar/} (2008-10-14)}", |
50 | 47 } |
39 | 48 |
190 | 49 @book{raymond03, |
50 author = "Eric~S.\ Raymond", | |
380 | 51 title = "\textit{The Art of UNIX Programming}", |
190 | 52 year = "2003", |
53 publisher = "Addison-Wesley Professional", | |
379 | 54 note = "ISBN: 0-13-142901-9. Also available online at {\small\url{http://catb.org/esr/writings/taoup/html/} (2008-12-30)}", |
190 | 55 } |
56 | |
71
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
57 @book{costales97, |
54
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
58 author = "Bryan Costales and Eric Allman", |
380 | 59 title = "\textit{sendmail}", |
54
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
60 year = "1997", |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
61 edition = "Second", |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
62 publisher = "O'Reilly \& Associates, Inc", |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
63 note = "ISBN: 1-56592-222-0", |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
64 } |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
65 |
71
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
66 @book{vixie01, |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
67 author = "Paul A. Vixie and Frederick M. Avolio", |
380 | 68 title = "\textit{Sendmail: Theory and Practice}", |
71
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
69 year = "2001", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
70 edition = "Second", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
71 publisher = "Digital Press", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
72 note = "ISBN: 1-55558-229-X. The first chapter ``Background and History'' is available online at {\small\url{http://smtap.al.org/ch01.pdf} (2008-10-23)}", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
73 } |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
74 |
54
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
75 |
113 | 76 @book{powerof2x2, |
77 author = "Alex Lowy and Phil Hood", | |
380 | 78 title = "\textit{The Power of the 2 x 2 Matrix: Using 2 x 2 Thinking to Solve Business Problems and Make Better Decisions}", |
113 | 79 publisher = "Jossey-Bass", |
80 year = "2004", | |
81 note = "ISBN: 0-78797-292-4", | |
82 pages = "129--131", | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
83 } |
113 | 84 |
85 @article{wired:hype, | |
86 author = "Jesse Freund", | |
380 | 87 title = "\textit{Hype List}", |
113 | 88 journal = "Wired Magazine", |
89 month = "June", | |
90 year = "1998", | |
91 note = "Also available online at: {\small\url{http://www.wired.com/wired/archive/6.06/hypelist.html} (2008-11-26)}", | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
92 } |
39 | 93 |
113 | 94 @techreport{panda:email-threats, |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
95 key = "Panda", |
113 | 96 institution = "Panda Security and Commtouch", |
97 author = "", | |
380 | 98 title = "\textit{Q2 2008 Email Threats Trend Report}", |
113 | 99 note = "Also available online at: {\small\url{http://www.pandasecurity.com/emailhtml/oxygen/Q2_08%20Email_Threats%20-%20Panda.pdf} (2008-11-26)}", |
100 year = "2008", | |
101 month = "July", | |
102 } | |
103 | |
104 @techreport{ironport:zombie-computers, | |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
105 key = "Ironport", |
113 | 106 institution = "{IronPort Systems Inc.}", |
107 type = "Press Release", | |
108 author = "", | |
380 | 109 title = "\textit{Spammers Continue Innovation: IronPort Study Shows Image-based Spam, Hit \& Run, and Increased Volumes Latest Threat to Your Inbox}", |
113 | 110 month = "June", |
111 year = "2006", | |
112 note = "Also available online at: {\small\url{http://ironport.com/company/ironport_pr_2006-06-28.html} (2008-11-26)}", | |
113 } | |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
114 |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
115 |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
116 @incollection{lenke95, |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
117 author = "Nils Lenke and Peter Schmitz", |
380 | 118 title = "\textit{Geschw{\"a}tz im `Globalen Dorf' -- Kommunikation im Internet}", |
319
24c000287497
new entries and umlauts in ascii representation
meillo@marmaro.de
parents:
299
diff
changeset
|
119 booktitle = "Osnabr{\"u}cker Beitr{\"a}ge zur Sprachtheorie: Neue Medien", |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
120 publisher = "Ulrich Schmitz", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
121 volume = "50", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
122 year = "1995", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
123 pages = "117--141", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
124 note = "(In German language)", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
125 } |
121
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
126 |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
127 @mastersthesis{hafiz05, |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
128 author = "Munawar Hafiz", |
380 | 129 title = "\textit{Security architecture of mail transfer agents}", |
121
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
130 school = "University of Illinois", |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
131 year = "2005", |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
132 month = "June", |
379 | 133 note = "Also available online at: {\small\url{http://netfiles.uiuc.edu/mhafiz/www/research/mastersthesis/thesis.pdf} (2009-02-03)}", |
121
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
134 } |
127 | 135 |
136 | |
137 @article{shearer06, | |
138 author = "Dan Shearer", | |
380 | 139 title = "\textit{MTA Comparison}", |
127 | 140 journal = "Linux Weekly News", |
141 month = "August", | |
142 year = "2006", | |
143 note = "Available online at: {\small\url{http://shearer.org/MTA_Comparison} (2008-12-09)} or {\small\url{http://lwn.net/Articles/196711} (2008-12-09)}", | |
144 } | |
145 | |
132 | 146 |
138 | 147 @book{gancarz95, |
132 | 148 author = "Mike Gancarz", |
380 | 149 title = "\textit{The UNIX Philosophy}", |
138 | 150 year = "1995", |
408
ee7211546c02
added paragraph about hikernet; fixed some bib entries
meillo@marmaro.de
parents:
396
diff
changeset
|
151 publisher = "Digital Press", |
379 | 152 note = "ISBN: 1-55558-123-4", |
132 | 153 } |
154 | |
133
653ff21b89be
the last commit had a bad message better is:
meillo@marmaro.de
parents:
132
diff
changeset
|
155 |
233 | 156 @misc{lifewithqmail, |
155 | 157 author = "Dave Sill", |
380 | 158 title = "\textit{Life with qmail}", |
181 | 159 year = "2007", |
155 | 160 howpublished = "On the Internet: {\small\url{http://lifewithqmail.org} (2008-10-18)}", |
181 | 161 note = "Version 2007-11-30", |
155 | 162 } |
163 | |
164 @misc{jdebp, | |
165 author = "Jonathan de Boyne Pollard", | |
380 | 166 title = "\textit{Unix Mail Transport Systems reviewed by JdeBP}", |
155 | 167 year = "1998--2004", |
168 howpublished = "On the Internet: {\small\url{http://homepages.tesco.net/~J.deBoynePollard/Reviews/UnixMTSes/} (2008-10-18)}", | |
169 } | |
170 | |
171 @misc{email:griffiths, | |
172 author = "Richard T. Griffiths", | |
380 | 173 title = "\textit{History of the Internet, Internet for Historians (and just about everyone else)}", |
155 | 174 chapter = "3", |
175 year = "FIXME", | |
176 howpublished = "On the Internet: {\small\url{http://www.let.leidenuniv.nl/history/ivh/chap3.htm} (2008-10-23)}", | |
177 } | |
178 | |
179 @misc{email:crocker, | |
180 author = "Dave Crocker", | |
380 | 181 title = "\textit{Email History, How Email Was Invented}", |
155 | 182 year = "FIXME", |
183 howpublished = "On the Internet: {\small\url{http://www.livinginternet.com/e/ei.htm} (2008-10-23)}", | |
184 } | |
185 | |
186 @misc{email:vleck, | |
187 author = "Tom van Vleck", | |
380 | 188 title = "\textit{The History of Electronic Mail}", |
155 | 189 year = "FIXME", |
190 howpublished = "On the Internet: {\small\url{http://www.multicians.org/thvv/mail-history.html} (2008-10-23)}", | |
191 } | |
192 | |
193 @misc{email:akkad, | |
194 author = "Jay Akkad", | |
380 | 195 title = "\textit{The History of Email}", |
155 | 196 year = "FIXME", |
197 howpublished = "On the Internet: {\small\url{http://www.cs.ucsb.edu/~almeroth/classes/F04.176A/homework1_good_papers/jay-akkad.html} (2008-10-23)}", | |
198 } | |
199 | |
200 @misc{email:murakami, | |
201 author = "Gary J. Murakami", | |
380 | 202 title = "\textit{The History of ihnp4 and The Growth of the Email Network}", |
155 | 203 year = "FIXME", |
204 howpublished = "On the Internet: {\small\url{http://www.nobell.org/~gjm/about/ihnp4.html} (2008-10-23)}", | |
205 } | |
206 | |
207 @misc{email:tomlinson, | |
208 author = "Ray Tomlinson", | |
380 | 209 title = "\textit{The First Network Email}", |
155 | 210 year = "FIXME", |
211 howpublished = "On the Internet: {\small\url{http://openmap.bbn.com/~tomlinso/ray/firstemailframe.html} (2008-10-23)}", | |
212 } | |
213 | |
214 @misc{osterman08, | |
215 author = "Michael Osterman", | |
380 | 216 title = "\textit{How do you define `unified communications'?}", |
155 | 217 month = "February", |
218 year = "2008", | |
219 howpublished = "On the Internet: {\small\url{http://www.networkworld.com/newsletters/gwm/2008/0225msg1.html} (2008-11-26)}", | |
220 } | |
221 | |
222 @misc{plug:mtas, | |
223 author = "Rick Moen and Ted Cabeen and Bastian Blank and Sean Burlington and Simon Cooper and J. C. Lawrence", | |
380 | 224 title = "Subject: \textit{email server question...}", |
155 | 225 year = "2002--2003", |
380 | 226 howpublished = "This is a discussion on the mailing list \textit{plug@lists.q-linux.com}", |
155 | 227 note = "Available on the Internet: {\small\url{http://linuxmafia.com/faq/Mail/mtas.html} (2008-12-09)}", |
228 } | |
229 | |
230 | |
231 @article{simpson07, | |
232 author = "Ken Simpson and Stas Bekman", | |
380 | 233 title = "\textit{Fingerprinting the World's Mail Servers}", |
155 | 234 year = "2007", |
235 month = "May", | |
363 | 236 journal = "O'ReillyNet", |
237 note = "On the Internet: {\small\url{http://oreillynet.com/lpt/a/6849} (2008-12-11)}", | |
155 | 238 } |
239 | |
233 | 240 @misc{bernstein01, |
199 | 241 author = "Daniel~J. Bernstein", |
380 | 242 title = "\textit{Internet host SMTP server survey}", |
155 | 243 year = "2001", |
244 month = "October", | |
245 howpublished = "A posting to the news group comp.mail.misc", | |
246 note = "Available on the Internet: {\small\url{http://cr.yp.to/surveys/smtpsoftware6.txt} (2008-12-11)}", | |
247 } | |
248 | |
249 | |
214 | 250 @misc{venema:postfix-growth, |
155 | 251 author = "Wietse Venema", |
380 | 252 title = "\textit{The Postfix mail server as a secure programming example}", |
299
70689a77dd88
inserted correct year of venema presentation
meillo@marmaro.de
parents:
283
diff
changeset
|
253 year = "2006", |
155 | 254 howpublished = "On the Internet: {\small\url{http://www.eurecom.fr/teaching/engineering/page40379/file40059.pdf} (2008-12-11)}", |
255 } | |
256 | |
257 | |
258 @book{dent04, | |
259 author = "Kyle D. Dent", | |
380 | 260 title = "\textit{Postfix: The Definitive Guide}", |
155 | 261 year = "2004", |
262 publisher = "O'Reilly Media", | |
263 note = "ISBN: 0-596-00212-2", | |
264 } | |
265 | |
266 @book{graff03, | |
267 author = "Mark G. Graff and Kenneth R. van Wyk", | |
380 | 268 title = "\textit{Secure Coding: Principles and Practices}", |
155 | 269 year = "2003", |
270 publisher = "O'Reilly Media", | |
271 note = "ISBN: 0-596-00242-4", | |
272 } | |
273 | |
274 @book{eisentraut05, | |
275 author = "Peter Eisentraut and Alexander Wirt", | |
380 | 276 title = "\textit{Mit Open Source-Tools Spam und Viren bek{\"a}mpfen}", |
155 | 277 year = "2005", |
278 publisher = "O'Reilly Verlag", | |
279 note = "ISBN: 3-89721-377-X. (In German language)", | |
280 } | |
281 | |
282 @book{heinlein02, | |
283 author = "Peer Heinlein", | |
380 | 284 title = "\textit{Das Postfix-Buch: sichere Mailserver mit Linux}", |
155 | 285 year = "2002", |
286 publisher = "SuSE-Press", | |
287 note = "ISBN: 3-935922-41-8. (In German language)", | |
288 } | |
289 | |
290 @book{hildebrandt08, | |
291 author = "Ralf Hildebrandt and Patrick Ben Koetter", | |
380 | 292 title = "\textit{Postfix: Einrichtung, Betrieb und Wartung}", |
155 | 293 year = "2008", |
294 publisher = "dpunkt.verlag", | |
295 note = "ISBN: 3-89864-518-8. (In German language)", | |
296 } | |
297 @book{hildebrandt0X, | |
298 author = "Ralf Hildebrandt and Patrick Ben Koetter", | |
380 | 299 title = "\textit{The Book of Postfix}", |
155 | 300 year = "XX", |
301 publisher = "No Starch Press", | |
302 note = "ISBN: 1-59327-001-1", | |
303 } | |
304 | |
305 | |
190 | 306 @book{spinellis03, |
307 author = "Diomidis Spinellis", | |
380 | 308 title = "\textit{Code Reading: The Open Source Perspective}", |
190 | 309 year = "2003", |
310 publisher = "Addison-Wesley Professional", | |
311 note = "ISBN: 0-201-79940-5", | |
312 } | |
155 | 313 |
190 | 314 @book{spinellis06, |
315 author = "Diomidis Spinellis", | |
380 | 316 title = "\textit{Code Quality: The Open Source Perspective}", |
190 | 317 year = "2006", |
318 publisher = "Addison-Wesley Professional", | |
319 note = "ISBN: 0-321-16607-8", | |
320 } | |
321 | |
191 | 322 @book{kan03, |
323 author = "Stephen~H. Kan", | |
380 | 324 title = "\textit{Matrics and Models in Software Quality Engineering}", |
191 | 325 year = "2003", |
326 publisher = "Addison-Wesley", | |
327 edition = "Second", | |
328 note = "ISBN: 0-201-72915-6", | |
329 } | |
330 | |
199 | 331 @book{sill02, |
332 author = "Dave Sill", | |
380 | 333 title = "\textit{The qmail Handbook}", |
199 | 334 year = "2002", |
335 publisher = "Apress", | |
336 note = "ISBN: 1-893115-40-2", | |
337 } | |
338 | |
209 | 339 @inproceedings{candea03, |
340 author = "George Candea and Armando Fox", | |
380 | 341 title = "\textit{Crash-Only Software}", |
209 | 342 booktitle = "Workshop on Hot Topics in Operating Systems", |
343 volume = "9", | |
344 year = "2003", | |
379 | 345 note = "On the Internet: {\small\url{http://dslab.epfl.ch/pubs/crashonly/crashonly.pdf} (2009-02-03)}", |
209 | 346 } |
347 | |
363 | 348 @misc{wheeler03, |
214 | 349 author = "David~A.\ Wheeler", |
380 | 350 title = "\textit{Countering Spam with Ham-Authenticated Email and the Guarded Email Protocol}", |
214 | 351 year = "2003", |
352 howpublished = "On the Internet: {\small\url{http://www.dwheeler.com/guarded-email/guarded-email.html} (2009-01-04)}", | |
353 } | |
354 | |
355 @techreport{back02, | |
356 author = "Adam Back", | |
380 | 357 title = "\textit{Hashcash -- A Denial of Service Counter-Measure}", |
214 | 358 year = "2002", |
359 month = "August", | |
233 | 360 note = "On the Internet: {\small\url{http://hashcash.org/papers/hashcash.pdf} (2009-01-04)}", |
214 | 361 } |
362 | |
216 | 363 @book{hazel01, |
364 author = "Philip Hazel", | |
380 | 365 title = "\textit{Exim: The Mail Transfer Agent}", |
216 | 366 year = "2001", |
367 publisher = "O'Reilly", | |
368 note = "ISBN: 0-596-00098-7", | |
369 } | |
370 | |
233 | 371 @misc{cole07, |
372 author = "William~K.\ Cole", | |
380 | 373 title = "\textit{Blacklists, Blocklists, DNSBL's, and survival}", |
233 | 374 year = "2007", |
375 howpublished = "On the Internet: {\small\url{http://scconsult.com/bill/dnsblhelp.html} (2009-01-10)}", | |
376 } | |
377 | |
378 @techreport{levine08, | |
379 author = "John~R.\ Levine", | |
380 | 380 title = "\textit{DNS Blacklists and Whitelists draft-irtf-asrg-dnsbl-08}", |
233 | 381 institution = "Anti-Spam Research Group", |
382 year = "2008", | |
383 month = "November", | |
384 note = "On the Internet: {\small\url{http://tools.ietf.org/html/draft-irtf-asrg-dnsbl-08} (2009-01-10)}", | |
385 } | |
386 | |
387 @misc{harris03, | |
388 author = "Evan Harris", | |
380 | 389 title = "\textit{The Next Step in the Spam Control War: Greylisting}", |
233 | 390 year = "2003", |
391 howpublished = "On the Internet: {\small\url{http://projects.puremagic.com/greylisting/whitepaper.html} (2009-01-10)}", | |
392 } | |
393 | |
394 @misc{graham02, | |
395 author = "Paul Graham", | |
380 | 396 title = "\textit{A Plan for Spam}", |
233 | 397 year = "2002", |
398 month = "August", | |
399 howpublished = "On the Internet: {\small\url{http://paulgraham.com/spam.html} (2009-01-10)}", | |
400 } | |
401 | |
235 | 402 @techreport{venema92, |
403 author = "Wietse Venema", | |
380 | 404 title = "\textit{TCP WRAPPER: Network monitoring, access, control, and booby traps.}", |
235 | 405 institution = "Eindhoven University of Technology", |
406 year = "1992", | |
407 month = "July", | |
408 note = "On the Internet: {\small\url{http://www.vtcif.telstra.com.au/pub/docs/security/tcp_wrapper.txt} (2009-01-10)}", | |
409 } | |
410 | |
283 | 411 @book{tanenbaum02, |
412 author = "Andrew~S.\ Tanenbaum and Maarten van Steen", | |
380 | 413 title = "\textit{Distributed Systems: Principles and Paradigms}", |
283 | 414 year = "2002", |
415 edition = "International", | |
416 publisher = "Prentice-Hall", | |
417 note = "ISBN: 0-13-121786-0", | |
418 } | |
419 | |
319
24c000287497
new entries and umlauts in ascii representation
meillo@marmaro.de
parents:
299
diff
changeset
|
420 @misc{blanco05, |
24c000287497
new entries and umlauts in ascii representation
meillo@marmaro.de
parents:
299
diff
changeset
|
421 author = "Elena Blanco", |
380 | 422 title = "\textit{Open source and the postmaster}", |
319
24c000287497
new entries and umlauts in ascii representation
meillo@marmaro.de
parents:
299
diff
changeset
|
423 publisher = "OSS Watch", |
24c000287497
new entries and umlauts in ascii representation
meillo@marmaro.de
parents:
299
diff
changeset
|
424 year = "2005", |
24c000287497
new entries and umlauts in ascii representation
meillo@marmaro.de
parents:
299
diff
changeset
|
425 month = "August", |
24c000287497
new entries and umlauts in ascii representation
meillo@marmaro.de
parents:
299
diff
changeset
|
426 howpublished = "On the Internet: {\small\url{http://www.oss-watch.ac.uk/resources/postmaster.xml} (2009-01-22)}", |
24c000287497
new entries and umlauts in ascii representation
meillo@marmaro.de
parents:
299
diff
changeset
|
427 } |
24c000287497
new entries and umlauts in ascii representation
meillo@marmaro.de
parents:
299
diff
changeset
|
428 |
324 | 429 @techreport{cabral01, |
430 author = "Jim Cabral", | |
380 | 431 title = "\textit{Securing Email Through Proxies: Smap and Stunnel}", |
324 | 432 institution = "SANS Institute", |
433 year = "2001", | |
434 month = "July", | |
363 | 435 note = "On the Internet: {\small\url{http://www.sans.org/reading_room/whitepapers/email/securing_email_through_proxies_smap_and_stunnel_579} (2009-01-22)}", |
324 | 436 } |
437 | |
338 | 438 @misc{sox, |
380 | 439 title = "\textit{Sarbanes-Oxley Act}", |
338 | 440 author = "United States Public Laws", |
441 year = "2002", | |
442 howpublished = "PL 107-204, 116 Stat 745, 2002 Enacted HR.3763", | |
443 note = "On the Internet: {\small\url{http://frwebgate.access.gpo.gov/cgi-bin/getdoc.cgi?dbname=107_cong_bills&docid=f:h3763enr.tst.pdf} (2009-01-26)}", | |
444 } | |
445 | |
446 | |
447 @misc{finch-sendmail, | |
448 author = "Tony Finch", | |
380 | 449 title = "\textit{The sendmail command}", |
338 | 450 year = "2006", |
451 month = "February", | |
452 howpublished = "On the Internet: {\small\url{http://fanf.livejournal.com/50917.html} (2009-01-26)}", | |
380 | 453 note = "Part 1 of the series ``\textit{How not to design an MTA}'' which is accessable at: {\small\url{http://dotat.at/writing/mta-arch}}.", |
338 | 454 } |
455 | |
456 @misc{finch-queue, | |
457 author = "Tony Finch", | |
380 | 458 title = "\textit{Spool file logistics}", |
338 | 459 year = "2006", |
460 month = "September", | |
461 howpublished = "On the Internet: {\small\url{http://fanf.livejournal.com/65203.html} (2009-01-26)}", | |
380 | 462 note = "Part 5 of the series ``\textit{How not to design an MTA}'' which is accessable at: {\small\url{http://dotat.at/writing/mta-arch}}. His articles ``\textit{More about log-structured queues}'' and ``\textit{More log-structured queues}'' discuss the idea in more detail.", |
338 | 463 } |
341 | 464 |
465 | |
466 @misc{justman:bugtraq, | |
467 author = "Ian~R. Justman", | |
380 | 468 title = "Subject: \textit{setuid vs. setgid}", |
341 | 469 year = "1999", |
470 month = "January", | |
380 | 471 howpublished = "This is a post to the \textit{Bugtraq} mailing list \textit{bugtraq@securityfocus.com}", |
341 | 472 note = "Available on the Internet: {\small\url{http://seclists.org/bugtraq/1999/Jan/0099.html} (2009-01-26)}", |
473 } | |
474 | |
475 | |
345 | 476 @article{mcilroy78, |
477 author = "Doug McIlroy and others", | |
380 | 478 title = "\textit{Unix Time-Sharing System Forward}", |
345 | 479 journal = "The Bell System Technical Journal", |
480 year = "1978", | |
481 volume = "volume 57, number 6, part 2, page 1902", | |
482 } | |
483 Doug McIlroy The Bell System Technical Journal. Bell Laboratories. M. D. McIlroy, E. N. Pinson, and B. A. Tague. ``Unix Time-Sharing System Forward''. 1978. 57 (6, part 2). p. 1902. | |
341 | 484 |
485 | |
370
664716b256e1
applied changes that were suggested by schaeffter
meillo@marmaro.de
parents:
363
diff
changeset
|
486 @misc{fsf:gpl, |
664716b256e1
applied changes that were suggested by schaeffter
meillo@marmaro.de
parents:
363
diff
changeset
|
487 author = "Free Software Foundation, The", |
380 | 488 title = "\textit{The GNU General Public License, version 2}", |
376 | 489 year = "1991", |
490 note = "Available on the Internet: {\small\url{http://gnu.org/licenses/gpl-2.0.html} (2009-01-31)}", | |
370
664716b256e1
applied changes that were suggested by schaeffter
meillo@marmaro.de
parents:
363
diff
changeset
|
491 } |
664716b256e1
applied changes that were suggested by schaeffter
meillo@marmaro.de
parents:
363
diff
changeset
|
492 |
664716b256e1
applied changes that were suggested by schaeffter
meillo@marmaro.de
parents:
363
diff
changeset
|
493 @misc{fsf:freesw-definition, |
664716b256e1
applied changes that were suggested by schaeffter
meillo@marmaro.de
parents:
363
diff
changeset
|
494 author = "Free Software Foundation, The", |
380 | 495 title = "\textit{The Free Software Definition}", |
370
664716b256e1
applied changes that were suggested by schaeffter
meillo@marmaro.de
parents:
363
diff
changeset
|
496 year = "last updated in December 2008", |
664716b256e1
applied changes that were suggested by schaeffter
meillo@marmaro.de
parents:
363
diff
changeset
|
497 note = "Available on the Internet: {\small\url{http://gnu.org/philosophy/free-sw.html} (2009-01-31)}", |
664716b256e1
applied changes that were suggested by schaeffter
meillo@marmaro.de
parents:
363
diff
changeset
|
498 } |
664716b256e1
applied changes that were suggested by schaeffter
meillo@marmaro.de
parents:
363
diff
changeset
|
499 |
664716b256e1
applied changes that were suggested by schaeffter
meillo@marmaro.de
parents:
363
diff
changeset
|
500 |
664716b256e1
applied changes that were suggested by schaeffter
meillo@marmaro.de
parents:
363
diff
changeset
|
501 |
395 | 502 @incollection{johnson79, |
503 author = "Stephen~C. Johnson", | |
504 title = "\textit{YACC: Yet Another Compiler-Compiler}", | |
505 booktitle = "UNIX Programmer's Manual", | |
506 volume = "2", | |
507 year = "1979", | |
508 note = "Available on the Internet: {\small\url{http://dinosaur.compilertools.net/yacc/yacc.ps} (2009-02-07)}", | |
509 } | |
396 | 510 |
511 @article{saltzer75, | |
512 author = "Jerome~H. Saltzer and Michael~D. Schroeder", | |
513 title = "\textit{The Protection of Information in Computer Systems}", | |
514 journal = "Proceedings of the IEEE", | |
515 volume = "63", | |
516 number = "9", | |
517 year = "1975", | |
518 pages = "1278--1308", | |
519 note = "Available on the Internet: {\small\url{http://web.mit.edu/Saltzer/www/publications/protection/} (2009-02-07)}", | |
520 } | |
521 | |
522 @manual{sendmail:config, | |
523 author = "Eric Allman", | |
524 organization = "Sendmail Consortium, The", | |
525 title = "\textit{Sendmail Configuration Files}", | |
526 year = "2006", | |
527 note = "Available on the Internet: {\small\url{http://sendmail.org/m4/readme.html} (2009-02-07)}", | |
528 } | |
529 | |
530 | |
531 | |
408
ee7211546c02
added paragraph about hikernet; fixed some bib entries
meillo@marmaro.de
parents:
396
diff
changeset
|
532 @techreport{leister04, |
ee7211546c02
added paragraph about hikernet; fixed some bib entries
meillo@marmaro.de
parents:
396
diff
changeset
|
533 author = "Wolfgang Leister", |
ee7211546c02
added paragraph about hikernet; fixed some bib entries
meillo@marmaro.de
parents:
396
diff
changeset
|
534 title = "\textit{Hikernet: Peer-to-Peer Messaging in an Ad-Hoc Network}", |
ee7211546c02
added paragraph about hikernet; fixed some bib entries
meillo@marmaro.de
parents:
396
diff
changeset
|
535 institution = "Norsk Regnesentral", |
ee7211546c02
added paragraph about hikernet; fixed some bib entries
meillo@marmaro.de
parents:
396
diff
changeset
|
536 year = "2004", |
ee7211546c02
added paragraph about hikernet; fixed some bib entries
meillo@marmaro.de
parents:
396
diff
changeset
|
537 month = "December", |
ee7211546c02
added paragraph about hikernet; fixed some bib entries
meillo@marmaro.de
parents:
396
diff
changeset
|
538 number = "DART/10/04", |
ee7211546c02
added paragraph about hikernet; fixed some bib entries
meillo@marmaro.de
parents:
396
diff
changeset
|
539 note = "Available on the Internet: {\small\url{http://publications.nr.no/hikernet.pdf} (2009-02-08)}", |
ee7211546c02
added paragraph about hikernet; fixed some bib entries
meillo@marmaro.de
parents:
396
diff
changeset
|
540 } |