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