Mercurial > docs > diploma
annotate thesis/bib/thesis.bib @ 180:d75bd7a72d8b
wrote about IPC, drawed picture of new arch
author | meillo@marmaro.de |
---|---|
date | Sat, 27 Dec 2008 19:25:06 +0100 |
parents | 0b17f6e5edae |
children | 5dc8ad30760e |
rev | line source |
---|---|
54
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
1 @book{mmm, |
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 |
39 | 8 @book{unixprogenv, |
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 |
39 | 15 @book{advunixprog, |
16 author = "Marc J. Rochkind", | |
17 title = "Advanced UNIX Programming", | |
18 year = "1985", | |
19 publisher = "Prentice-Hall" | |
20 } | |
21 | |
22 @book{practiceprog, | |
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 | |
50 | 37 @book{catb, |
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 |
71
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
45 @book{costales97, |
54
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
46 author = "Bryan Costales and Eric Allman", |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
47 title = "sendmail", |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
48 year = "1997", |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
49 edition = "Second", |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
50 publisher = "O'Reilly \& Associates, Inc", |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
51 note = "ISBN: 1-56592-222-0", |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
52 } |
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
53 |
71
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
54 @book{vixie01, |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
55 author = "Paul A. Vixie and Frederick M. Avolio", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
56 title = "Sendmail: Theory and Practice", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
57 year = "2001", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
58 edition = "Second", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
59 publisher = "Digital Press", |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
60 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
|
61 } |
49b6b611c3d6
reworked and completed chapter 1; added references
meillo@marmaro.de
parents:
54
diff
changeset
|
62 |
54
da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
meillo@marmaro.de
parents:
52
diff
changeset
|
63 |
113 | 64 @book{powerof2x2, |
65 author = "Alex Lowy and Phil Hood", | |
66 title = "The Power of the 2 x 2 Matrix: Using 2 x 2 Thinking to Solve Business Problems and Make Better Decisions", | |
67 publisher = "Jossey-Bass", | |
68 year = "2004", | |
69 note = "ISBN: 0-78797-292-4", | |
70 pages = "129--131", | |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
71 } |
113 | 72 |
73 @article{wired:hype, | |
74 author = "Jesse Freund", | |
75 title = "\emph{Hype List}", | |
76 journal = "Wired Magazine", | |
77 month = "June", | |
78 year = "1998", | |
79 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
|
80 } |
39 | 81 |
113 | 82 @techreport{panda:email-threats, |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
83 key = "Panda", |
113 | 84 institution = "Panda Security and Commtouch", |
85 author = "", | |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
86 title = "\emph{Q2 2008 Email Threats Trend Report}", |
113 | 87 note = "Also available online at: {\small\url{http://www.pandasecurity.com/emailhtml/oxygen/Q2_08%20Email_Threats%20-%20Panda.pdf} (2008-11-26)}", |
88 year = "2008", | |
89 month = "July", | |
90 } | |
91 | |
92 @techreport{ironport:zombie-computers, | |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
93 key = "Ironport", |
113 | 94 institution = "{IronPort Systems Inc.}", |
95 type = "Press Release", | |
96 author = "", | |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
97 title = "\emph{Spammers Continue Innovation: IronPort Study Shows Image-based Spam, Hit \& Run, and Increased Volumes Latest Threat to Your Inbox}", |
113 | 98 month = "June", |
99 year = "2006", | |
100 note = "Also available online at: {\small\url{http://ironport.com/company/ironport_pr_2006-06-28.html} (2008-11-26)}", | |
101 } | |
118
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
102 |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
103 |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
104 @incollection{lenke95, |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
105 author = "Nils Lenke and Peter Schmitz", |
148 | 106 title = "\emph{Geschwätz im `Globalen Dorf' -- Kommunikation im Internet}", |
107 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
|
108 publisher = "Ulrich Schmitz", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
109 volume = "50", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
110 year = "1995", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
111 pages = "117--141", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
112 note = "(In German language)", |
078fb8ac6bf8
added reference to classification by Lenke and Schmitz; minor stuff
meillo@marmaro.de
parents:
113
diff
changeset
|
113 } |
121
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
114 |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
115 @mastersthesis{hafiz05, |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
116 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
|
117 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
|
118 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
|
119 year = "2005", |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
120 month = "June", |
0d34a3283c1c
added masters thesis by Munawar Hafiz, but text talking about it is still missing
meillo@marmaro.de
parents:
118
diff
changeset
|
121 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
|
122 } |
127 | 123 |
124 | |
125 @article{shearer06, | |
126 author = "Dan Shearer", | |
127 title = "\emph{MTA Comparison}", | |
128 journal = "Linux Weekly News", | |
129 month = "August", | |
130 year = "2006", | |
131 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)}", | |
132 } | |
133 | |
132 | 134 |
138 | 135 @book{gancarz95, |
132 | 136 author = "Mike Gancarz", |
138 | 137 title = "\emph{The UNIX Philosophy}", |
138 year = "1995", | |
139 publisher = "Digital Press" | |
132 | 140 } |
141 | |
133
653ff21b89be
the last commit had a bad message better is:
meillo@marmaro.de
parents:
132
diff
changeset
|
142 |
155 | 143 % fixme: literature kind |
144 @misc{lifewithqmail, | |
145 author = "Dave Sill", | |
146 title = "\emph{Life with qmail}", | |
147 year = "FIXME", | |
148 howpublished = "On the Internet: {\small\url{http://lifewithqmail.org} (2008-10-18)}", | |
149 } | |
150 | |
151 @misc{jdebp, | |
152 author = "Jonathan de Boyne Pollard", | |
153 title = "\emph{Unix Mail Transport Systems reviewed by JdeBP}", | |
154 year = "1998--2004", | |
155 howpublished = "On the Internet: {\small\url{http://homepages.tesco.net/~J.deBoynePollard/Reviews/UnixMTSes/} (2008-10-18)}", | |
156 } | |
157 | |
158 @misc{email:griffiths, | |
159 author = "Richard T. Griffiths", | |
160 title = "\emph{History of the Internet, Internet for Historians (and just about everyone else)}", | |
161 chapter = "3", | |
162 year = "FIXME", | |
163 howpublished = "On the Internet: {\small\url{http://www.let.leidenuniv.nl/history/ivh/chap3.htm} (2008-10-23)}", | |
164 } | |
165 | |
166 @misc{email:crocker, | |
167 author = "Dave Crocker", | |
168 title = "\emph{Email History, How Email Was Invented}", | |
169 year = "FIXME", | |
170 howpublished = "On the Internet: {\small\url{http://www.livinginternet.com/e/ei.htm} (2008-10-23)}", | |
171 } | |
172 | |
173 @misc{email:vleck, | |
174 author = "Tom van Vleck", | |
175 title = "\emph{The History of Electronic Mail}", | |
176 year = "FIXME", | |
177 howpublished = "On the Internet: {\small\url{http://www.multicians.org/thvv/mail-history.html} (2008-10-23)}", | |
178 } | |
179 | |
180 @misc{email:akkad, | |
181 author = "Jay Akkad", | |
182 title = "\emph{The History of Email}", | |
183 year = "FIXME", | |
184 howpublished = "On the Internet: {\small\url{http://www.cs.ucsb.edu/~almeroth/classes/F04.176A/homework1_good_papers/jay-akkad.html} (2008-10-23)}", | |
185 } | |
186 | |
187 @misc{email:murakami, | |
188 author = "Gary J. Murakami", | |
189 title = "\emph{The History of ihnp4 and The Growth of the Email Network}", | |
190 year = "FIXME", | |
191 howpublished = "On the Internet: {\small\url{http://www.nobell.org/~gjm/about/ihnp4.html} (2008-10-23)}", | |
192 } | |
193 | |
194 @misc{email:tomlinson, | |
195 author = "Ray Tomlinson", | |
196 title = "\emph{The First Network Email}", | |
197 year = "FIXME", | |
198 howpublished = "On the Internet: {\small\url{http://openmap.bbn.com/~tomlinso/ray/firstemailframe.html} (2008-10-23)}", | |
199 } | |
200 | |
201 @misc{osterman08, | |
202 author = "Michael Osterman", | |
203 title = "\emph{How do you define `unified communications'?}", | |
204 month = "February", | |
205 year = "2008", | |
206 howpublished = "On the Internet: {\small\url{http://www.networkworld.com/newsletters/gwm/2008/0225msg1.html} (2008-11-26)}", | |
207 } | |
208 | |
209 @misc{plug:mtas, | |
210 author = "Rick Moen and Ted Cabeen and Bastian Blank and Sean Burlington and Simon Cooper and J. C. Lawrence", | |
211 title = "Subject: \emph{email server question...}", | |
212 year = "2002--2003", | |
213 howpublished = "This is a discussion on the mailing list \emph{plug@lists.q-linux.com} in Fall 2002.", | |
214 note = "Available on the Internet: {\small\url{http://linuxmafia.com/faq/Mail/mtas.html} (2008-12-09)}", | |
215 } | |
216 | |
217 | |
218 @article{simpson07, | |
219 author = "Ken Simpson and Stas Bekman", | |
220 title = "\emph{Fingerprinting the World's Mail Servers}", | |
221 year = "2007", | |
222 month = "May", | |
223 publisher = "O'ReillyNet", | |
224 howpublished = "On the Internet: {\small\url{http://oreillynet.com/lpt/a/6849} (2008-12-11)}", | |
225 } | |
226 | |
227 @article{bernstein01, | |
228 author = "Daniel J. Bernstein", | |
229 title = "\emph{Internet host SMTP server survey}", | |
230 year = "2001", | |
231 month = "October", | |
232 howpublished = "A posting to the news group comp.mail.misc", | |
233 note = "Available on the Internet: {\small\url{http://cr.yp.to/surveys/smtpsoftware6.txt} (2008-12-11)}", | |
234 } | |
235 | |
236 | |
237 @article{venema:postfix-growth, | |
238 author = "Wietse Venema", | |
239 title = "\emph{The Postfix mail server as a secure programming example}", | |
240 year = "FIXME", | |
241 howpublished = "On the Internet: {\small\url{http://www.eurecom.fr/teaching/engineering/page40379/file40059.pdf} (2008-12-11)}", | |
242 } | |
243 | |
244 | |
245 @book{dent04, | |
246 author = "Kyle D. Dent", | |
247 title = "Postfix: The Definitive Guide", | |
248 year = "2004", | |
249 publisher = "O'Reilly Media", | |
250 note = "ISBN: 0-596-00212-2", | |
251 } | |
252 | |
253 @book{graff03, | |
254 author = "Mark G. Graff and Kenneth R. van Wyk", | |
255 title = "Secure Coding: Principles and Practices", | |
256 year = "2003", | |
257 publisher = "O'Reilly Media", | |
258 note = "ISBN: 0-596-00242-4", | |
259 } | |
260 | |
261 @book{eisentraut05, | |
262 author = "Peter Eisentraut and Alexander Wirt", | |
263 title = "Mit Open Source-Tools Spam und Viren bekämpfen", | |
264 year = "2005", | |
265 publisher = "O'Reilly Verlag", | |
266 note = "ISBN: 3-89721-377-X. (In German language)", | |
267 } | |
268 | |
269 @book{heinlein02, | |
270 author = "Peer Heinlein", | |
271 title = "Das Postfix-Buch: sichere Mailserver mit Linux", | |
272 year = "2002", | |
273 publisher = "SuSE-Press", | |
274 note = "ISBN: 3-935922-41-8. (In German language)", | |
275 } | |
276 | |
277 @book{hildebrandt08, | |
278 author = "Ralf Hildebrandt and Patrick Ben Koetter", | |
279 title = "Postfix: Einrichtung, Betrieb und Wartung", | |
280 year = "2008", | |
281 publisher = "dpunkt.verlag", | |
282 note = "ISBN: 3-89864-518-8. (In German language)", | |
283 } | |
284 @book{hildebrandt0X, | |
285 author = "Ralf Hildebrandt and Patrick Ben Koetter", | |
286 title = "The Book of Postfix", | |
287 year = "XX", | |
288 publisher = "No Starch Press", | |
289 note = "ISBN: 1-59327-001-1", | |
290 } | |
291 | |
292 | |
293 book{dent04, | |
294 author = "Kyle D. Dent", | |
295 title = "Postfix: The Definitive Guide", | |
296 year = "2004", | |
297 publisher = "O'Reilly Media", | |
298 note = "ISBN: 0-596-00212-2", | |
299 } | |
300 | |
301 | |
302 |