# HG changeset patch # User meillo@marmaro.de # Date 1224320346 -7200 # Node ID f74b56be6275b9b0899f92208a342f36ecdecb90 # Parent c90f75d3b7ad590a516533055ec8563c445a7aa4 adopted new structure of parts 3 and 4 by professor diff -r c90f75d3b7ad -r f74b56be6275 thesis/tex/3-Concrete.tex --- a/thesis/tex/3-Concrete.tex Sat Oct 18 10:58:12 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -\chapter{Concrete} -\section{How about \masqmail} -\section{A look on other \MTA{}s} - diff -r c90f75d3b7ad -r f74b56be6275 thesis/tex/3-General.tex --- a/thesis/tex/3-General.tex Sat Oct 18 10:58:12 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -\chapter{In general} -\section{Problems of electronic mail} -\section{Problems of \unix/\NAME{C}} -\section{Problems of \MTA{}s} - diff -r c90f75d3b7ad -r f74b56be6275 thesis/tex/3-Requirements.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/tex/3-Requirements.tex Sat Oct 18 10:59:06 2008 +0200 @@ -0,0 +1,4 @@ +\chapter{General requirements} +\section{Structure} +\section{Security} +\section{Usability} diff -r c90f75d3b7ad -r f74b56be6275 thesis/tex/3-SecuringPrograms.tex --- a/thesis/tex/3-SecuringPrograms.tex Sat Oct 18 10:58:12 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -\chapter{Securing programs} -\section{How far to go} - diff -r c90f75d3b7ad -r f74b56be6275 thesis/tex/3-SecurityIssues.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/tex/3-SecurityIssues.tex Sat Oct 18 10:59:06 2008 +0200 @@ -0,0 +1,2 @@ +\chapter{Security issues} + diff -r c90f75d3b7ad -r f74b56be6275 thesis/tex/3-SecurityTesting.tex --- a/thesis/tex/3-SecurityTesting.tex Sat Oct 18 10:58:12 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -\chapter{Security testing} -\section{...} - diff -r c90f75d3b7ad -r f74b56be6275 thesis/tex/3-Usecases.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/tex/3-Usecases.tex Sat Oct 18 10:59:06 2008 +0200 @@ -0,0 +1,2 @@ +\chapter{Use cases} + diff -r c90f75d3b7ad -r f74b56be6275 thesis/tex/4-Experience.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/tex/4-Experience.tex Sat Oct 18 10:59:06 2008 +0200 @@ -0,0 +1,2 @@ +\chapter{Experience} + diff -r c90f75d3b7ad -r f74b56be6275 thesis/tex/4-Ideas.tex --- a/thesis/tex/4-Ideas.tex Sat Oct 18 10:58:12 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -\chapter{Ideas} -\section{Limitations} - diff -r c90f75d3b7ad -r f74b56be6275 thesis/tex/4-Improvements.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/tex/4-Improvements.tex Sat Oct 18 10:59:06 2008 +0200 @@ -0,0 +1,2 @@ +\chapter{Improvements} + diff -r c90f75d3b7ad -r f74b56be6275 thesis/tex/4-PlansAndGoals.tex --- a/thesis/tex/4-PlansAndGoals.tex Sat Oct 18 10:58:12 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -\chapter{Plans and goals} -\section{Structure} -\section{Security} -\section{Usability} - diff -r c90f75d3b7ad -r f74b56be6275 thesis/tex/4-ProjectManagement.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/tex/4-ProjectManagement.tex Sat Oct 18 10:59:06 2008 +0200 @@ -0,0 +1,2 @@ +\chapter{Project management 2} + diff -r c90f75d3b7ad -r f74b56be6275 thesis/tex/4-Test.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/tex/4-Test.tex Sat Oct 18 10:59:06 2008 +0200 @@ -0,0 +1,2 @@ +\chapter{Test and validation} + diff -r c90f75d3b7ad -r f74b56be6275 thesis/thesis.tex --- a/thesis/thesis.tex Sat Oct 18 10:58:12 2008 +0200 +++ b/thesis/thesis.tex Sat Oct 18 10:59:06 2008 +0200 @@ -38,17 +38,18 @@ \include{tex/2-BecomingProjectLeader} \include{tex/2-ProjectManagement} -\part{Security} -\include{tex/3-General} -\include{tex/3-Concrete} -\include{tex/3-SecurityTesting} -\include{tex/3-SecuringPrograms} +\part{Requirements} +\include{tex/3-Usecases} +\include{tex/3-Requirements} +\include{tex/3-SecurityIssues} -\part{Improvements} -\include{tex/4-PlansAndGoals} -\include{tex/4-Ideas} +\part{Implementation} +\include{tex/4-ProjectManagement} +\include{tex/4-Experience} +\include{tex/4-Improvements} +\include{tex/4-Test} -\part{Summary} +\part{Summary and Outlook} \include{tex/5-Summary} \include{tex/5-Future}