docs/diploma
changeset 59:f74b56be6275
adopted new structure of parts 3 and 4 by professor
author | meillo@marmaro.de |
---|---|
date | Sat, 18 Oct 2008 10:59:06 +0200 |
parents | c90f75d3b7ad |
children | fe68825fee28 |
files | thesis/tex/3-Concrete.tex thesis/tex/3-General.tex thesis/tex/3-Requirements.tex thesis/tex/3-SecuringPrograms.tex thesis/tex/3-SecurityIssues.tex thesis/tex/3-SecurityTesting.tex thesis/tex/3-Usecases.tex thesis/tex/4-Experience.tex thesis/tex/4-Ideas.tex thesis/tex/4-Improvements.tex thesis/tex/4-PlansAndGoals.tex thesis/tex/4-ProjectManagement.tex thesis/tex/4-Test.tex thesis/thesis.tex |
diffstat | 14 files changed, 26 insertions(+), 32 deletions(-) [+] |
line diff
1.1 --- a/thesis/tex/3-Concrete.tex Sat Oct 18 10:58:12 2008 +0200 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,4 +0,0 @@ 1.4 -\chapter{Concrete} 1.5 -\section{How about \masqmail} 1.6 -\section{A look on other \MTA{}s} 1.7 -
2.1 --- a/thesis/tex/3-General.tex Sat Oct 18 10:58:12 2008 +0200 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,5 +0,0 @@ 2.4 -\chapter{In general} 2.5 -\section{Problems of electronic mail} 2.6 -\section{Problems of \unix/\NAME{C}} 2.7 -\section{Problems of \MTA{}s} 2.8 -
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/thesis/tex/3-Requirements.tex Sat Oct 18 10:59:06 2008 +0200 3.3 @@ -0,0 +1,4 @@ 3.4 +\chapter{General requirements} 3.5 +\section{Structure} 3.6 +\section{Security} 3.7 +\section{Usability}
4.1 --- a/thesis/tex/3-SecuringPrograms.tex Sat Oct 18 10:58:12 2008 +0200 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,3 +0,0 @@ 4.4 -\chapter{Securing programs} 4.5 -\section{How far to go} 4.6 -
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/thesis/tex/3-SecurityIssues.tex Sat Oct 18 10:59:06 2008 +0200 5.3 @@ -0,0 +1,2 @@ 5.4 +\chapter{Security issues} 5.5 +
6.1 --- a/thesis/tex/3-SecurityTesting.tex Sat Oct 18 10:58:12 2008 +0200 6.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 6.3 @@ -1,3 +0,0 @@ 6.4 -\chapter{Security testing} 6.5 -\section{...} 6.6 -
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/thesis/tex/3-Usecases.tex Sat Oct 18 10:59:06 2008 +0200 7.3 @@ -0,0 +1,2 @@ 7.4 +\chapter{Use cases} 7.5 +
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/thesis/tex/4-Experience.tex Sat Oct 18 10:59:06 2008 +0200 8.3 @@ -0,0 +1,2 @@ 8.4 +\chapter{Experience} 8.5 +
9.1 --- a/thesis/tex/4-Ideas.tex Sat Oct 18 10:58:12 2008 +0200 9.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 9.3 @@ -1,3 +0,0 @@ 9.4 -\chapter{Ideas} 9.5 -\section{Limitations} 9.6 -
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 10.2 +++ b/thesis/tex/4-Improvements.tex Sat Oct 18 10:59:06 2008 +0200 10.3 @@ -0,0 +1,2 @@ 10.4 +\chapter{Improvements} 10.5 +
11.1 --- a/thesis/tex/4-PlansAndGoals.tex Sat Oct 18 10:58:12 2008 +0200 11.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 11.3 @@ -1,5 +0,0 @@ 11.4 -\chapter{Plans and goals} 11.5 -\section{Structure} 11.6 -\section{Security} 11.7 -\section{Usability} 11.8 -
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 12.2 +++ b/thesis/tex/4-ProjectManagement.tex Sat Oct 18 10:59:06 2008 +0200 12.3 @@ -0,0 +1,2 @@ 12.4 +\chapter{Project management 2} 12.5 +
13.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 13.2 +++ b/thesis/tex/4-Test.tex Sat Oct 18 10:59:06 2008 +0200 13.3 @@ -0,0 +1,2 @@ 13.4 +\chapter{Test and validation} 13.5 +
14.1 --- a/thesis/thesis.tex Sat Oct 18 10:58:12 2008 +0200 14.2 +++ b/thesis/thesis.tex Sat Oct 18 10:59:06 2008 +0200 14.3 @@ -38,17 +38,18 @@ 14.4 \include{tex/2-BecomingProjectLeader} 14.5 \include{tex/2-ProjectManagement} 14.6 14.7 -\part{Security} 14.8 -\include{tex/3-General} 14.9 -\include{tex/3-Concrete} 14.10 -\include{tex/3-SecurityTesting} 14.11 -\include{tex/3-SecuringPrograms} 14.12 +\part{Requirements} 14.13 +\include{tex/3-Usecases} 14.14 +\include{tex/3-Requirements} 14.15 +\include{tex/3-SecurityIssues} 14.16 14.17 -\part{Improvements} 14.18 -\include{tex/4-PlansAndGoals} 14.19 -\include{tex/4-Ideas} 14.20 +\part{Implementation} 14.21 +\include{tex/4-ProjectManagement} 14.22 +\include{tex/4-Experience} 14.23 +\include{tex/4-Improvements} 14.24 +\include{tex/4-Test} 14.25 14.26 -\part{Summary} 14.27 +\part{Summary and Outlook} 14.28 \include{tex/5-Summary} 14.29 \include{tex/5-Future} 14.30