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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
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
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
8 @book{unixprogenv,
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
9 author = "Brian W. Kernighan and Rob Pike",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
10 title = "The UNIX Programming Environment",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
11 year = "1984",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
12 publisher = "Prentice-Hall"
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
13 }
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
14
39
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
15 @book{advunixprog,
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
16 author = "Marc J. Rochkind",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
17 title = "Advanced UNIX Programming",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
18 year = "1985",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
19 publisher = "Prentice-Hall"
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
20 }
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
21
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
22 @book{practiceprog,
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
23 author = "Brian W. Kernighan and Rob Pike",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
24 title = "The Practice of Programming",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
25 year = "1999",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
26 publisher = "Addison-Wesley"
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
27 }
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
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
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
30 author = "Brian W. Kernighan and Dennis M. Ritchie",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
31 title = "The C Programming Language",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
32 edition = "Second",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
33 year = "1988",
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
34 publisher = "Prentice-Hall"
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
35 }
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
36
50
f944ca6dd688 added CATB cite; added unbreakable spaces
meillo@marmaro.de
parents: 39
diff changeset
37 @book{catb,
f944ca6dd688 added CATB cite; added unbreakable spaces
meillo@marmaro.de
parents: 39
diff changeset
38 author = "Eric S. Raymond",
f944ca6dd688 added CATB cite; added unbreakable spaces
meillo@marmaro.de
parents: 39
diff changeset
39 title = "The Cathedral \& the Bazaar",
f944ca6dd688 added CATB cite; added unbreakable spaces
meillo@marmaro.de
parents: 39
diff changeset
40 year = "1999",
f944ca6dd688 added CATB cite; added unbreakable spaces
meillo@marmaro.de
parents: 39
diff changeset
41 publisher = "O'Reilly Media",
113
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
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
f944ca6dd688 added CATB cite; added unbreakable spaces
meillo@marmaro.de
parents: 39
diff changeset
43 }
39
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
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
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
64 @book{powerof2x2,
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
65 author = "Alex Lowy and Phil Hood",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
66 title = "The Power of the 2 x 2 Matrix: Using 2 x 2 Thinking to Solve Business Problems and Make Better Decisions",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
67 publisher = "Jossey-Bass",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
68 year = "2004",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
69 note = "ISBN: 0-78797-292-4",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
70 pages = "129--131",
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
71 }
113
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
72
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
73 @article{wired:hype,
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
74 author = "Jesse Freund",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
75 title = "\emph{Hype List}",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
76 journal = "Wired Magazine",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
77 month = "June",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
78 year = "1998",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
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
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 15
diff changeset
81
113
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
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
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
84 institution = "Panda Security and Commtouch",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
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
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
87 note = "Also available online at: {\small\url{http://www.pandasecurity.com/emailhtml/oxygen/Q2_08%20Email_Threats%20-%20Panda.pdf} (2008-11-26)}",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
88 year = "2008",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
89 month = "July",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
90 }
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
91
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
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
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
94 institution = "{IronPort Systems Inc.}",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
95 type = "Press Release",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
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
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
98 month = "June",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
99 year = "2006",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
100 note = "Also available online at: {\small\url{http://ironport.com/company/ironport_pr_2006-06-28.html} (2008-11-26)}",
37ee90a25d4b added new literature
meillo@marmaro.de
parents: 71
diff changeset
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
5f7beb2142d6 small corrections
meillo@marmaro.de
parents: 138
diff changeset
106 title = "\emph{Geschwätz im `Globalen Dorf' -- Kommunikation im Internet}",
5f7beb2142d6 small corrections
meillo@marmaro.de
parents: 138
diff changeset
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
af2008ba7a65 new references
meillo@marmaro.de
parents: 121
diff changeset
123
af2008ba7a65 new references
meillo@marmaro.de
parents: 121
diff changeset
124
af2008ba7a65 new references
meillo@marmaro.de
parents: 121
diff changeset
125 @article{shearer06,
af2008ba7a65 new references
meillo@marmaro.de
parents: 121
diff changeset
126 author = "Dan Shearer",
af2008ba7a65 new references
meillo@marmaro.de
parents: 121
diff changeset
127 title = "\emph{MTA Comparison}",
af2008ba7a65 new references
meillo@marmaro.de
parents: 121
diff changeset
128 journal = "Linux Weekly News",
af2008ba7a65 new references
meillo@marmaro.de
parents: 121
diff changeset
129 month = "August",
af2008ba7a65 new references
meillo@marmaro.de
parents: 121
diff changeset
130 year = "2006",
af2008ba7a65 new references
meillo@marmaro.de
parents: 121
diff changeset
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)}",
af2008ba7a65 new references
meillo@marmaro.de
parents: 121
diff changeset
132 }
af2008ba7a65 new references
meillo@marmaro.de
parents: 121
diff changeset
133
132
a83a29e10b10 new books
meillo@marmaro.de
parents: 127
diff changeset
134
138
73854683195a updated bib
meillo@marmaro.de
parents: 133
diff changeset
135 @book{gancarz95,
132
a83a29e10b10 new books
meillo@marmaro.de
parents: 127
diff changeset
136 author = "Mike Gancarz",
138
73854683195a updated bib
meillo@marmaro.de
parents: 133
diff changeset
137 title = "\emph{The UNIX Philosophy}",
73854683195a updated bib
meillo@marmaro.de
parents: 133
diff changeset
138 year = "1995",
73854683195a updated bib
meillo@marmaro.de
parents: 133
diff changeset
139 publisher = "Digital Press"
132
a83a29e10b10 new books
meillo@marmaro.de
parents: 127
diff changeset
140 }
a83a29e10b10 new books
meillo@marmaro.de
parents: 127
diff changeset
141
133
653ff21b89be the last commit had a bad message better is:
meillo@marmaro.de
parents: 132
diff changeset
142
155
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
143 % fixme: literature kind
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
144 @misc{lifewithqmail,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
145 author = "Dave Sill",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
146 title = "\emph{Life with qmail}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
147 year = "FIXME",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
148 howpublished = "On the Internet: {\small\url{http://lifewithqmail.org} (2008-10-18)}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
149 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
150
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
151 @misc{jdebp,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
152 author = "Jonathan de Boyne Pollard",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
153 title = "\emph{Unix Mail Transport Systems reviewed by JdeBP}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
154 year = "1998--2004",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
155 howpublished = "On the Internet: {\small\url{http://homepages.tesco.net/~J.deBoynePollard/Reviews/UnixMTSes/} (2008-10-18)}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
156 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
157
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
158 @misc{email:griffiths,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
159 author = "Richard T. Griffiths",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
160 title = "\emph{History of the Internet, Internet for Historians (and just about everyone else)}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
161 chapter = "3",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
162 year = "FIXME",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
163 howpublished = "On the Internet: {\small\url{http://www.let.leidenuniv.nl/history/ivh/chap3.htm} (2008-10-23)}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
164 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
165
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
166 @misc{email:crocker,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
167 author = "Dave Crocker",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
168 title = "\emph{Email History, How Email Was Invented}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
169 year = "FIXME",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
170 howpublished = "On the Internet: {\small\url{http://www.livinginternet.com/e/ei.htm} (2008-10-23)}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
171 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
172
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
173 @misc{email:vleck,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
174 author = "Tom van Vleck",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
175 title = "\emph{The History of Electronic Mail}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
176 year = "FIXME",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
177 howpublished = "On the Internet: {\small\url{http://www.multicians.org/thvv/mail-history.html} (2008-10-23)}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
178 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
179
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
180 @misc{email:akkad,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
181 author = "Jay Akkad",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
182 title = "\emph{The History of Email}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
183 year = "FIXME",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
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)}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
185 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
186
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
187 @misc{email:murakami,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
188 author = "Gary J. Murakami",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
189 title = "\emph{The History of ihnp4 and The Growth of the Email Network}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
190 year = "FIXME",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
191 howpublished = "On the Internet: {\small\url{http://www.nobell.org/~gjm/about/ihnp4.html} (2008-10-23)}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
192 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
193
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
194 @misc{email:tomlinson,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
195 author = "Ray Tomlinson",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
196 title = "\emph{The First Network Email}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
197 year = "FIXME",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
198 howpublished = "On the Internet: {\small\url{http://openmap.bbn.com/~tomlinso/ray/firstemailframe.html} (2008-10-23)}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
199 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
200
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
201 @misc{osterman08,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
202 author = "Michael Osterman",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
203 title = "\emph{How do you define `unified communications'?}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
204 month = "February",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
205 year = "2008",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
206 howpublished = "On the Internet: {\small\url{http://www.networkworld.com/newsletters/gwm/2008/0225msg1.html} (2008-11-26)}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
207 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
208
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
209 @misc{plug:mtas,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
210 author = "Rick Moen and Ted Cabeen and Bastian Blank and Sean Burlington and Simon Cooper and J. C. Lawrence",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
211 title = "Subject: \emph{email server question...}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
212 year = "2002--2003",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
213 howpublished = "This is a discussion on the mailing list \emph{plug@lists.q-linux.com} in Fall 2002.",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
214 note = "Available on the Internet: {\small\url{http://linuxmafia.com/faq/Mail/mtas.html} (2008-12-09)}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
215 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
216
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
217
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
218 @article{simpson07,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
219 author = "Ken Simpson and Stas Bekman",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
220 title = "\emph{Fingerprinting the World's Mail Servers}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
221 year = "2007",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
222 month = "May",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
223 publisher = "O'ReillyNet",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
224 howpublished = "On the Internet: {\small\url{http://oreillynet.com/lpt/a/6849} (2008-12-11)}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
225 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
226
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
227 @article{bernstein01,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
228 author = "Daniel J. Bernstein",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
229 title = "\emph{Internet host SMTP server survey}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
230 year = "2001",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
231 month = "October",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
232 howpublished = "A posting to the news group comp.mail.misc",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
233 note = "Available on the Internet: {\small\url{http://cr.yp.to/surveys/smtpsoftware6.txt} (2008-12-11)}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
234 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
235
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
236
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
237 @article{venema:postfix-growth,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
238 author = "Wietse Venema",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
239 title = "\emph{The Postfix mail server as a secure programming example}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
240 year = "FIXME",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
241 howpublished = "On the Internet: {\small\url{http://www.eurecom.fr/teaching/engineering/page40379/file40059.pdf} (2008-12-11)}",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
242 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
243
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
244
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
245 @book{dent04,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
246 author = "Kyle D. Dent",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
247 title = "Postfix: The Definitive Guide",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
248 year = "2004",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
249 publisher = "O'Reilly Media",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
250 note = "ISBN: 0-596-00212-2",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
251 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
252
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
253 @book{graff03,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
254 author = "Mark G. Graff and Kenneth R. van Wyk",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
255 title = "Secure Coding: Principles and Practices",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
256 year = "2003",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
257 publisher = "O'Reilly Media",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
258 note = "ISBN: 0-596-00242-4",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
259 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
260
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
261 @book{eisentraut05,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
262 author = "Peter Eisentraut and Alexander Wirt",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
263 title = "Mit Open Source-Tools Spam und Viren bekämpfen",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
264 year = "2005",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
265 publisher = "O'Reilly Verlag",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
266 note = "ISBN: 3-89721-377-X. (In German language)",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
267 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
268
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
269 @book{heinlein02,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
270 author = "Peer Heinlein",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
271 title = "Das Postfix-Buch: sichere Mailserver mit Linux",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
272 year = "2002",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
273 publisher = "SuSE-Press",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
274 note = "ISBN: 3-935922-41-8. (In German language)",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
275 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
276
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
277 @book{hildebrandt08,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
278 author = "Ralf Hildebrandt and Patrick Ben Koetter",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
279 title = "Postfix: Einrichtung, Betrieb und Wartung",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
280 year = "2008",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
281 publisher = "dpunkt.verlag",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
282 note = "ISBN: 3-89864-518-8. (In German language)",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
283 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
284 @book{hildebrandt0X,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
285 author = "Ralf Hildebrandt and Patrick Ben Koetter",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
286 title = "The Book of Postfix",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
287 year = "XX",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
288 publisher = "No Starch Press",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
289 note = "ISBN: 1-59327-001-1",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
290 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
291
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
292
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
293 book{dent04,
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
294 author = "Kyle D. Dent",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
295 title = "Postfix: The Definitive Guide",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
296 year = "2004",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
297 publisher = "O'Reilly Media",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
298 note = "ISBN: 0-596-00212-2",
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
299 }
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
300
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
301
0b17f6e5edae new books; websites to books
meillo@marmaro.de
parents: 148
diff changeset
302