Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
irker
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iDB
irker
Commits
2635129f
Commit
2635129f
authored
12 years ago
by
Eric S. Raymond
Browse files
Options
Downloads
Patches
Plain Diff
Make sure the documentation build works.
parent
cd3fb056
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+6
-1
6 additions, 1 deletion
Makefile
security.txt
+1
-1
1 addition, 1 deletion
security.txt
with
7 additions
and
2 deletions
Makefile
+
6
−
1
View file @
2635129f
...
...
@@ -14,6 +14,11 @@ irkerhook.1: irkerhook.xml
irkerhook.html
:
irkerhook.xml
xmlto html-nochunks irkerhook.xml
security.html
:
security.txt
asciidoc
-o
security.html security.txt
hacking.html
:
hacking.txt
asciidoc
-o
hacking.html hacking.txt
install
:
irkerd.8 irkerhook.1 uninstall
install
-m
755
-o
0
-g
0
-d
$(
ROOT
)
/usr/bin/
install
-m
755
-o
0
-g
0 irkerd
$(
ROOT
)
/usr/bin/irkerd
...
...
@@ -48,5 +53,5 @@ irker-$(VERS).tar.gz: $(SOURCES) irkerd.8 irkerhook.1
dist
:
irker-$(VERS).tar.gz
release
:
irker-$(VERS).tar.gz irkerd.html irkerhook.html
release
:
irker-$(VERS).tar.gz irkerd.html irkerhook.html
security.html hacking.html
shipper
-u
-m
-t
;
make clean
This diff is collapsed.
Click to expand it.
security.txt
+
1
−
1
View file @
2635129f
...
...
@@ -157,7 +157,7 @@ near resource limits. An ordinary DoS attack would then be prevented
from completely blocking all message traffic; the cost would be a
whole lot of join/leave spam due to connection churn.
= Authentication/Integrity =
=
= Authentication/Integrity =
=
One way to help prevent DoS attacks would be in-band authentication -
requiring irkerd submitters to present a credential along with each
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment