Skip to content

Commit 597c5dd

Browse files
committed
License: GPL 3
1 parent 65d556a commit 597c5dd

29 files changed

+1201
-160
lines changed

LICENSE

+669-160
Large diffs are not rendered by default.

PasswordSenderTests/mynamedtempfile.cpp

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#include "mynamedtempfile.h"
221
#include <QUuid>
322
#include <QFile>

PasswordSenderTests/mynamedtempfile.h

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#ifndef MYNAMEDTEMPFILE_H
221
#define MYNAMEDTEMPFILE_H
322

PasswordSenderTests/tst_passwordsendertestcase.cpp

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#include <iostream>
221

322
#include <QtTest>

emailsender.cpp

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#include "emailsender.h"
221
#include "iostream"
322

emailsender.h

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#ifndef EMAILSENDER_H
221
#define EMAILSENDER_H
322

formfield.cpp

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#include "formfield.h"
221

322
#include <sstream>

formfield.h

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#ifndef FORMFIELD_H
221
#define FORMFIELD_H
322

inputstreamqfileadapter.cpp

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#include "inputstreamqfileadapter.h"
221

322
InputStreamQFileAdapter::InputStreamQFileAdapter(QFile &qFile, std::istringstream dummy) :

inputstreamqfileadapter.h

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#ifndef INPUTSTREAMQFILEADAPTER_H
221
#define INPUTSTREAMQFILEADAPTER_H
322

main.cpp

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#include <QCoreApplication>
221

322
#include <QIODevice>

outputstreamqiodeviceadapter.cpp

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#include "outputstreamqiodeviceadapter.h"
221

322
void OutputStreamQIODeviceAdapter::flush()

outputstreamqiodeviceadapter.h

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#ifndef OUTPUTSTREAMQIODEVICEADAPTER_H
221
#define OUTPUTSTREAMQIODEVICEADAPTER_H
322

parsedrequest.cpp

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#include "parsedrequest.h"
221
#include "algorithm"
322
#include <iostream>

parsedrequest.h

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#ifndef PARSEDREQUEST_H
221
#define PARSEDREQUEST_H
322

qfcgiapp.cpp

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#include "qfcgiapp.h"
221
#include "QTextStream"
322
#include "QHostAddress"

qfcgiapp.h

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#ifndef QFCGIAPP_H
221
#define QFCGIAPP_H
322

qfileencrypted.cpp

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/**
2+
* This file is part of PasswordSender.
3+
*
4+
* PasswordSender is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
9+
* PasswordSender is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with PasswordSender. If not, see <https://www.gnu.org/licenses/>.
16+
*
17+
* Copyright 2020 Wiebe Cazemier <[email protected]>
18+
*/
19+
120
#include "qfileencrypted.h"
221
#include "iostream"
322

0 commit comments

Comments
 (0)