- 03 Nov, 2022 8 commits
-
-
sthibaul authored
So that domain can point to it.
-
sthibaul authored
-
sthibaul authored
The restart code is indeed only needed for reset cases, any other case doesn't need anything there.
-
sthibaul authored
Dead and Initial happen to both equal 0, so this is actually a no-behavior-change.
-
sthibaul authored
(notably ternary ?: is less prioritized than <=)
-
sthibaul authored
-
sthibaul authored
-
sthibaul authored
-
- 02 Sep, 2022 1 commit
-
-
sebian authored
-
- 24 Aug, 2022 1 commit
-
-
sebian authored
-
- 13 Jul, 2022 1 commit
-
-
sthibaul authored
Various clients are making the same mistake, let's not flood our own logs with errors that are actually from the client. Ref #10
-
- 03 Jul, 2022 5 commits
-
-
sebian authored
-
sebian authored
Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist See merge request l2tpns/l2tpns!17
-
sebian authored
-
sebian authored
Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist See merge request l2tpns/l2tpns!16
-
sebian authored
-
- 02 Jul, 2022 3 commits
-
-
sebian authored
Use 64bit counters for accounting Closes #12 See merge request l2tpns/l2tpns!13
-
sebian authored
Make cli bound to localhost in default configuration See merge request l2tpns/l2tpns!14
-
- 28 May, 2022 1 commit
-
-
sthibaul authored
1645 has been marked as "old-radius" for a long time.
-
- 26 May, 2022 2 commits
- 23 Jan, 2022 1 commit
-
- 15 Oct, 2021 2 commits
-
-
Dominique Rousseau authored
-
Baptiste Jonglez authored
-
- 23 Aug, 2021 1 commit
-
-
sthibaul authored
Buffer overflow on show sesion pppoe and on pppoe discover LOG level 3. See merge request l2tpns/l2tpns!12
-
- 25 Apr, 2021 1 commit
-
-
Fernando ALVES authored
-
- 05 Mar, 2021 1 commit
-
-
Julien Rabier authored
systemd: restart l2tpns on failure See merge request l2tpns/l2tpns!11
-
- 14 Feb, 2021 1 commit
-
-
Baptiste Jonglez authored
When a l2tpns cluster gets out of a "split brain" situation, l2tpns will consider that it is not normal to having multiple master, and some members of the cluster will voluntarily kill themselves. While this is probably the best thing to do for l2tpns in this situation, continued operation is important. Let's tell systemd to restart l2tpns in such cases. Looking at the code, there are several other places where l2tpns might exit in case of grave failure, and this change will also cover these cases.
-
- 05 Feb, 2021 3 commits
-
-
Julien Rabier authored
-
Julien Rabier authored
Resolve "Clean auto-generated markdown man sources" Closes #8 See merge request l2tpns/l2tpns!10
-
Julien Rabier authored
-
- 04 Feb, 2021 1 commit
-
-
Julien Rabier authored
Manpages fixes See merge request l2tpns/l2tpns!9
-
- 31 Jan, 2021 7 commits
-
-
sebian authored
-
sebian authored
Tested with: LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80 man \ --warnings -E UTF-8 -l -Tutf8 -Z docs/manpages/startup-config.5 > /dev/null
-
sebian authored
-
Julien Rabier authored
-
Julien Rabier authored
Resolve "Convert docbook documentation to something more user-friendly" Closes #4 See merge request l2tpns/l2tpns!7
-
Julien Rabier authored
Fix infinite loop error 'Unknown AVP vendor' See merge request l2tpns/l2tpns!8
-
Julien Rabier authored
-