Mercurial > docs > diploma
annotate thesis/bib/thesis.bib @ 217:d645ac015c3b
a lot of rework
author | meillo@marmaro.de |
---|---|
date | Sun, 04 Jan 2009 22:36:53 +0100 |
parents | 0fb60ac9610f |
children | 21cc12eef982 |
rev | line source |
---|---|
209 | 1 @book{brooks95, |
39 | 2 author = "Brooks, Jr., Frederick P.", |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
3 title = "The mythical man-month: essays on software engineering", |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
4 year = "1995", |
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
5 publisher = "Addison-Wesley" |
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", |
10 title = "The UNIX Programming Environment", | |
11 year = "1984", | |
12 publisher = "Prentice-Hall" | |
13 } | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
14 |
209 | 15 @book{rochkind85, |
39 | 16 author = "Marc J. Rochkind", |
17 title = "Advanced UNIX Programming", | |
18 year = "1985", | |
19 publisher = "Prentice-Hall" | |
20 } | |
21 | |
190 | 22 @book{kernighan99, |
39 | 23 author = "Brian W. Kernighan and Rob Pike", |
24 title = "The Practice of Programming", | |
25 year = "1999", | |
26 publisher = "Addison-Wesley" | |
27 } | |
28 | |
54
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
29 @book{k&r, |
39 | 30 author = "Brian W. Kernighan and Dennis M. Ritchie", |
31 title = "The C Programming Language", | |
32 edition = "Second", | |
33 year = "1988", | |
34 publisher = "Prentice-Hall" | |
35 } | |
36 | |
190 | 37 @book{raymond99, |
50 | 38 author = "Eric S. Raymond", |
39 title = "The Cathedral \& the Bazaar", | |
40 year = "1999", | |
41 publisher = "O'Reilly Media", | |
113 | 42 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 | 43 } |
39 | 44 |
190 | 45 @book{raymond03, |
46 author = "Eric~S.\ Raymond", | |
47 title = "The Art of UNIX Programming", | |
48 year = "2003", | |
49 publisher = "Addison-Wesley Professional", | |
50 note = "ISBN: 0-13-142901-9. Also available online at {\small\url{http://catb.org/esr/writings/taoup/} (2008-12-30)}", | |
51 } | |
52 | |
71
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
53 @book{costales97, |
54
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
54 author = "Bryan Costales and Eric Allman", |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
55 title = "sendmail", |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
56 year = "1997", |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
57 edition = "Second", |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
58 publisher = "O'Reilly \& Associates, Inc", |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
59 note = "ISBN: 1-56592-222-0", |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
60 } |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
61 |
71
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
62 @book{vixie01, |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
63 author = "Paul A. Vixie and Frederick M. Avolio", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
64 title = "Sendmail: Theory and Practice", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
65 year = "2001", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
66 edition = "Second", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
67 publisher = "Digital Press", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
68 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
|
69 } |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
70 |
54
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
71 |
113 | 72 @book{powerof2x2, |
73 author = "Alex Lowy and Phil Hood", | |
74 title = "The Power of the 2 x 2 Matrix: Using 2 x 2 Thinking to Solve Business Problems and Make Better Decisions", | |
75 publisher = "Jossey-Bass", | |
76 year = "2004", | |
77 note = "ISBN: 0-78797-292-4", | |
78 pages = "129--131", | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
79 } |
113 | 80 |
81 @article{wired:hype, | |
82 author = "Jesse Freund", | |
83 title = "\emph{Hype List}", | |
84 journal = "Wired Magazine", | |
85 month = "June", | |
86 year = "1998", | |
87 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
|
88 } |
39 | 89 |
113 | 90 @techreport{panda:email-threats, |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
91 key = "Panda", |
113 | 92 institution = "Panda Security and Commtouch", |
93 author = "", | |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
94 title = "\emph{Q2 2008 Email Threats Trend Report}", |
113 | 95 note = "Also available online at: {\small\url{http://www.pandasecurity.com/emailhtml/oxygen/Q2_08%20Email_Threats%20-%20Panda.pdf} (2008-11-26)}", |
96 year = "2008", | |
97 month = "July", | |
98 } | |
99 | |
100 @techreport{ironport:zombie-computers, | |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
101 key = "Ironport", |
113 | 102 institution = "{IronPort Systems Inc.}", |
103 type = "Press Release", | |
104 author = "", | |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
105 title = "\emph{Spammers Continue Innovation: IronPort Study Shows Image-based Spam, Hit \& Run, and Increased Volumes Latest Threat to Your Inbox}", |
113 | 106 month = "June", |
107 year = "2006", | |
108 note = "Also available online at: {\small\url{http://ironport.com/company/ironport_pr_2006-06-28.html} (2008-11-26)}", | |
109 } | |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
110 |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
111 |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
112 @incollection{lenke95, |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
113 author = "Nils Lenke and Peter Schmitz", |
148 | 114 title = "\emph{Geschwätz im `Globalen Dorf' -- Kommunikation im Internet}", |
115 booktitle = "Osnabrücker Beiträge zur Sprachtheorie: Neue Medien", | |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
116 publisher = "Ulrich Schmitz", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
117 volume = "50", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
118 year = "1995", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
119 pages = "117--141", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
120 note = "(In German language)", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
121 } |
121
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
122 |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
123 @mastersthesis{hafiz05, |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
124 author = "Munawar Hafiz", |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
125 title = "\emph{Security architecture of mail transfer agents}", |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
126 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
|
127 year = "2005", |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
128 month = "June", |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
129 note = "Also available online at: {\small\url{FIXME} (2008-12-04)}", |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
130 } |
127 | 131 |
132 | |
133 @article{shearer06, | |
134 author = "Dan Shearer", | |
135 title = "\emph{MTA Comparison}", | |
136 journal = "Linux Weekly News", | |
137 month = "August", | |
138 year = "2006", | |
139 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)}", | |
140 } | |
141 | |
132 | 142 |
138 | 143 @book{gancarz95, |
132 | 144 author = "Mike Gancarz", |
138 | 145 title = "\emph{The UNIX Philosophy}", |
146 year = "1995", | |
147 publisher = "Digital Press" | |
132 | 148 } |
149 | |
133
653ff21b89be
the last commit had a bad message better is:
meillo@marmaro.de
parents:
132
diff
changeset
|
150 |
155 | 151 % fixme: literature kind |
214 | 152 @unpublished{lifewithqmail, |
155 | 153 author = "Dave Sill", |
154 title = "\emph{Life with qmail}", | |
181 | 155 year = "2007", |
155 | 156 howpublished = "On the Internet: {\small\url{http://lifewithqmail.org} (2008-10-18)}", |
181 | 157 note = "Version 2007-11-30", |
155 | 158 } |
159 | |
160 @misc{jdebp, | |
161 author = "Jonathan de Boyne Pollard", | |
162 title = "\emph{Unix Mail Transport Systems reviewed by JdeBP}", | |
163 year = "1998--2004", | |
164 howpublished = "On the Internet: {\small\url{http://homepages.tesco.net/~J.deBoynePollard/Reviews/UnixMTSes/} (2008-10-18)}", | |
165 } | |
166 | |
167 @misc{email:griffiths, | |
168 author = "Richard T. Griffiths", | |
169 title = "\emph{History of the Internet, Internet for Historians (and just about everyone else)}", | |
170 chapter = "3", | |
171 year = "FIXME", | |
172 howpublished = "On the Internet: {\small\url{http://www.let.leidenuniv.nl/history/ivh/chap3.htm} (2008-10-23)}", | |
173 } | |
174 | |
175 @misc{email:crocker, | |
176 author = "Dave Crocker", | |
177 title = "\emph{Email History, How Email Was Invented}", | |
178 year = "FIXME", | |
179 howpublished = "On the Internet: {\small\url{http://www.livinginternet.com/e/ei.htm} (2008-10-23)}", | |
180 } | |
181 | |
182 @misc{email:vleck, | |
183 author = "Tom van Vleck", | |
184 title = "\emph{The History of Electronic Mail}", | |
185 year = "FIXME", | |
186 howpublished = "On the Internet: {\small\url{http://www.multicians.org/thvv/mail-history.html} (2008-10-23)}", | |
187 } | |
188 | |
189 @misc{email:akkad, | |
190 author = "Jay Akkad", | |
191 title = "\emph{The History of Email}", | |
192 year = "FIXME", | |
193 howpublished = "On the Internet: {\small\url{http://www.cs.ucsb.edu/~almeroth/classes/F04.176A/homework1_good_papers/jay-akkad.html} (2008-10-23)}", | |
194 } | |
195 | |
196 @misc{email:murakami, | |
197 author = "Gary J. Murakami", | |
198 title = "\emph{The History of ihnp4 and The Growth of the Email Network}", | |
199 year = "FIXME", | |
200 howpublished = "On the Internet: {\small\url{http://www.nobell.org/~gjm/about/ihnp4.html} (2008-10-23)}", | |
201 } | |
202 | |
203 @misc{email:tomlinson, | |
204 author = "Ray Tomlinson", | |
205 title = "\emph{The First Network Email}", | |
206 year = "FIXME", | |
207 howpublished = "On the Internet: {\small\url{http://openmap.bbn.com/~tomlinso/ray/firstemailframe.html} (2008-10-23)}", | |
208 } | |
209 | |
210 @misc{osterman08, | |
211 author = "Michael Osterman", | |
212 title = "\emph{How do you define `unified communications'?}", | |
213 month = "February", | |
214 year = "2008", | |
215 howpublished = "On the Internet: {\small\url{http://www.networkworld.com/newsletters/gwm/2008/0225msg1.html} (2008-11-26)}", | |
216 } | |
217 | |
218 @misc{plug:mtas, | |
219 author = "Rick Moen and Ted Cabeen and Bastian Blank and Sean Burlington and Simon Cooper and J. C. Lawrence", | |
220 title = "Subject: \emph{email server question...}", | |
221 year = "2002--2003", | |
222 howpublished = "This is a discussion on the mailing list \emph{plug@lists.q-linux.com} in Fall 2002.", | |
223 note = "Available on the Internet: {\small\url{http://linuxmafia.com/faq/Mail/mtas.html} (2008-12-09)}", | |
224 } | |
225 | |
226 | |
227 @article{simpson07, | |
228 author = "Ken Simpson and Stas Bekman", | |
229 title = "\emph{Fingerprinting the World's Mail Servers}", | |
230 year = "2007", | |
231 month = "May", | |
232 publisher = "O'ReillyNet", | |
233 howpublished = "On the Internet: {\small\url{http://oreillynet.com/lpt/a/6849} (2008-12-11)}", | |
234 } | |
235 | |
214 | 236 @unpublished{bernstein01, |
199 | 237 author = "Daniel~J. Bernstein", |
155 | 238 title = "\emph{Internet host SMTP server survey}", |
239 year = "2001", | |
240 month = "October", | |
241 howpublished = "A posting to the news group comp.mail.misc", | |
242 note = "Available on the Internet: {\small\url{http://cr.yp.to/surveys/smtpsoftware6.txt} (2008-12-11)}", | |
243 } | |
244 | |
245 | |
214 | 246 @misc{venema:postfix-growth, |
155 | 247 author = "Wietse Venema", |
248 title = "\emph{The Postfix mail server as a secure programming example}", | |
249 year = "FIXME", | |
250 howpublished = "On the Internet: {\small\url{http://www.eurecom.fr/teaching/engineering/page40379/file40059.pdf} (2008-12-11)}", | |
251 } | |
252 | |
253 | |
254 @book{dent04, | |
255 author = "Kyle D. Dent", | |
199 | 256 title = "\emph{Postfix: The Definitive Guide}", |
155 | 257 year = "2004", |
258 publisher = "O'Reilly Media", | |
259 note = "ISBN: 0-596-00212-2", | |
260 } | |
261 | |
262 @book{graff03, | |
263 author = "Mark G. Graff and Kenneth R. van Wyk", | |
199 | 264 title = "\emph{Secure Coding: Principles and Practices}", |
155 | 265 year = "2003", |
266 publisher = "O'Reilly Media", | |
267 note = "ISBN: 0-596-00242-4", | |
268 } | |
269 | |
270 @book{eisentraut05, | |
271 author = "Peter Eisentraut and Alexander Wirt", | |
199 | 272 title = "\emph{Mit Open Source-Tools Spam und Viren bekämpfen}", |
155 | 273 year = "2005", |
274 publisher = "O'Reilly Verlag", | |
275 note = "ISBN: 3-89721-377-X. (In German language)", | |
276 } | |
277 | |
278 @book{heinlein02, | |
279 author = "Peer Heinlein", | |
199 | 280 title = "\emph{Das Postfix-Buch: sichere Mailserver mit Linux}", |
155 | 281 year = "2002", |
282 publisher = "SuSE-Press", | |
283 note = "ISBN: 3-935922-41-8. (In German language)", | |
284 } | |
285 | |
286 @book{hildebrandt08, | |
287 author = "Ralf Hildebrandt and Patrick Ben Koetter", | |
199 | 288 title = "\emph{Postfix: Einrichtung, Betrieb und Wartung}", |
155 | 289 year = "2008", |
290 publisher = "dpunkt.verlag", | |
291 note = "ISBN: 3-89864-518-8. (In German language)", | |
292 } | |
293 @book{hildebrandt0X, | |
294 author = "Ralf Hildebrandt and Patrick Ben Koetter", | |
199 | 295 title = "\emph{The Book of Postfix}", |
155 | 296 year = "XX", |
297 publisher = "No Starch Press", | |
298 note = "ISBN: 1-59327-001-1", | |
299 } | |
300 | |
301 | |
190 | 302 @book{spinellis03, |
303 author = "Diomidis Spinellis", | |
199 | 304 title = "\emph{Code Reading: The Open Source Perspective}", |
190 | 305 year = "2003", |
306 publisher = "Addison-Wesley Professional", | |
307 note = "ISBN: 0-201-79940-5", | |
308 } | |
155 | 309 |
190 | 310 @book{spinellis06, |
311 author = "Diomidis Spinellis", | |
199 | 312 title = "\emph{Code Quality: The Open Source Perspective}", |
190 | 313 year = "2006", |
314 publisher = "Addison-Wesley Professional", | |
315 note = "ISBN: 0-321-16607-8", | |
316 } | |
317 | |
191 | 318 @book{kan03, |
319 author = "Stephen~H. Kan", | |
199 | 320 title = "\emph{Matrics and Models in Software Quality Engineering}", |
191 | 321 year = "2003", |
322 publisher = "Addison-Wesley", | |
323 edition = "Second", | |
324 note = "ISBN: 0-201-72915-6", | |
325 } | |
326 | |
199 | 327 @book{sill02, |
328 author = "Dave Sill", | |
329 title = "\emph{The qmail Handbook}", | |
330 year = "2002", | |
331 publisher = "Apress", | |
332 note = "ISBN: 1-893115-40-2", | |
333 } | |
334 | |
209 | 335 @inproceedings{candea03, |
336 author = "George Candea and Armando Fox", | |
337 title = "\emph{Crash-Only Software}", | |
338 booktitle = "Workshop on Hot Topics in Operating Systems", | |
339 volume = "9", | |
340 year = "2003", | |
341 note = "On the Internet: {\small\url{} (2009-01-04)}", | |
342 } | |
343 | |
214 | 344 @unpublished{wheeler03, |
345 author = "David~A.\ Wheeler", | |
346 title = "\emph{Countering Spam with Ham-Authenticated Email and the Guarded Email Protocol}", | |
347 year = "2003", | |
348 howpublished = "On the Internet: {\small\url{http://www.dwheeler.com/guarded-email/guarded-email.html} (2009-01-04)}", | |
349 } | |
350 | |
351 @techreport{back02, | |
352 author = "Adam Back", | |
353 title = "\emph{Hashcash -- A Denial of Service Counter-Measure}", | |
354 year = "2002", | |
355 month = "August", | |
356 howpublished = "On the Internet: {\small\url{http://hashcash.org/papers/hashcash.pdf} (2009-01-04)}", | |
357 } | |
358 | |
216 | 359 @book{hazel01, |
360 author = "Philip Hazel", | |
361 title = "Exim: The Mail Transfer Agent", | |
362 year = "2001", | |
363 publisher = "O'Reilly", | |
364 note = "ISBN: 0-596-00098-7", | |
365 } | |
366 |