docs/diploma

annotate thesis/bib/thesis.bib @ 370:664716b256e1

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