/nf2fa.service (5d0ed3968f0b17bb93ea1a18cc6b488bebc4ccf0) (154 bytes) (mode 100644) (type blob)
[Unit]
Description=nf2fa daemon
[Service]
ExecStart=/usr/sbin/nf2fad
KillSignal=9
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
69 |
7fd8a9d0de665239e50a919a7d7d2fdfbf43ce63 |
.gitignore |
100644 |
blob |
35147 |
94a9ed024d3859793618152ea559a168bbcbb5e2 |
LICENSE |
100644 |
blob |
1412 |
a5cc3f042afaf23eef1e4f62ad389f8490a3c12d |
Makefile.in |
100644 |
blob |
7268 |
acff51935549658d20725127d46bf60937667eed |
README |
100644 |
blob |
1082 |
c06bbd6ae0b382ac7ed331b228a94f9d2a07e785 |
TODO |
100644 |
blob |
2026 |
9b8efef5bf03e9a091c1adcc5c5596358d2a8ef7 |
brute.c |
100644 |
blob |
164 |
6a8b864b63fbde74b11f2661cd9e66fa01fd4ef0 |
brute.h |
100644 |
blob |
2617 |
6e510eb0d62c3a1e8ad3de7bd67d0a3b0b161ffd |
conf.c |
100644 |
blob |
317 |
f77a18816e66b29a96f86dd5b5fe91cfa81bdd7c |
conf.h |
100755 |
blob |
30 |
92c4bc48245c00408cd7e1fd89bc1a03058f4ce4 |
configure |
100755 |
blob |
16967 |
e058c68e85b03661803926184406b16fe0b0e089 |
duilder |
100644 |
blob |
1303 |
c5e205558339078bcab3c159e221a4b0f786a782 |
duilder.conf |
100644 |
blob |
4636 |
02a69675e8817ab3a43ad699ab17516c64d53b86 |
key.c |
100644 |
blob |
591 |
556d51530751878ffd39befd1dad38432de305f8 |
key.h |
100644 |
blob |
1030 |
8a169dd5e42638b21cd9fd75ab7e08ab10c60adb |
nf2fa.conf.sample |
100644 |
blob |
154 |
5d0ed3968f0b17bb93ea1a18cc6b488bebc4ccf0 |
nf2fa.service |
100644 |
blob |
1205 |
b1efbabda76ff8f52c409d7af85e8477163c4b34 |
nf2fa.spec.in |
100644 |
blob |
114 |
be8b674b4e2ba49dc02b5c5ae22bf27bba1dfaae |
nf2fa_common.h.in |
100644 |
blob |
5956 |
2e31ed9addec259fb535ad35e664111e1ef9610a |
nf2fac.c |
100644 |
blob |
24042 |
1b93d54f37ca1ffc6ed4953b5970a7894405bff5 |
nf2fad.c |
100755 |
blob |
80 |
c6222cbb68fbb975695f75292800e88fd9d5fe48 |
nf2fad.val |
100644 |
blob |
821 |
7c8e1a5e7deea795a3262ea61d1aea15ffae91c6 |
protocol.c |
100644 |
blob |
169 |
bb0764761a7d1337d7a8ba304f982ecbac59786a |
protocol.h |
100644 |
blob |
6643 |
0179a5ee946e6d564410358921fee3cf3e6700bd |
totp.c |
100644 |
blob |
565 |
d77706654b34b74075971d57c061ab7299f2bdd4 |
totp.h |
100644 |
blob |
1900 |
2d337fa42d6e7623575de1f1e0830842b79cda6a |
util.c |
100644 |
blob |
279 |
fef1852dd2f2d786e3873dac657432f843d94924 |
util.h |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/nf2fa
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/nf2fa
Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/nf2fa
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main