]>
git.ipfire.org Git - thirdparty/freeradius-server.git/log
Alan T. DeKok [Wed, 7 Aug 2019 19:36:40 +0000 (15:36 -0400)]
more build fixes
Alan T. DeKok [Wed, 7 Aug 2019 19:21:33 +0000 (15:21 -0400)]
remove unused variables. And check unknown / raw flags
Alan T. DeKok [Wed, 7 Aug 2019 18:51:43 +0000 (14:51 -0400)]
add dict_attr_flags_valid()
which validates the flags against each other. Possibly also
against a parent attribute. And, against the given data type.
Alan T. DeKok [Wed, 7 Aug 2019 16:52:21 +0000 (12:52 -0400)]
add "key" flag for integer attributes
in preparation for allowing nested structs, decoded with a key
Alan T. DeKok [Wed, 7 Aug 2019 16:47:42 +0000 (12:47 -0400)]
flag 'long' can only be used with data type "extended"
and print it when debugging, too
Alan T. DeKok [Wed, 7 Aug 2019 14:42:25 +0000 (10:42 -0400)]
add "filter" keyword
and document it. And add tests for it. And note changes in
the "upgrade" documentation
Matthew Newton [Wed, 7 Aug 2019 09:08:51 +0000 (10:08 +0100)]
Merge pull request #2861 from xvybihal/patch-1
Update server.cnf (subjectAltName)
Josef Vybíhal [Wed, 7 Aug 2019 08:35:13 +0000 (10:35 +0200)]
Update server.cnf
Move subjectAltName to cerrect place.
Alan T. DeKok [Tue, 6 Aug 2019 20:34:59 +0000 (16:34 -0400)]
word smithing
Alan T. DeKok [Tue, 6 Aug 2019 20:31:18 +0000 (16:31 -0400)]
fix typos
Alan T. DeKok [Tue, 6 Aug 2019 20:26:49 +0000 (16:26 -0400)]
move the main INSTALL file
update text and cross-links
Jorge Pereira [Tue, 6 Aug 2019 17:44:39 +0000 (14:44 -0300)]
travis: enable cache for 'apt' (#2860)
Arran Cudbard-Bell [Tue, 6 Aug 2019 17:17:01 +0000 (13:17 -0400)]
Fix typo in formatting
Arran Cudbard-Bell [Tue, 6 Aug 2019 16:12:31 +0000 (12:12 -0400)]
Add tag support to decoding in rlm_rest
Alan T. DeKok [Tue, 6 Aug 2019 14:44:04 +0000 (10:44 -0400)]
clean up and organize the documentation
Jorge Pereira [Tue, 6 Aug 2019 13:54:24 +0000 (10:54 -0300)]
Fix the Oracle support (#2856)
Jorge Pereira [Mon, 5 Aug 2019 19:48:56 +0000 (16:48 -0300)]
doc: Add 'favicon'
Alan T. DeKok [Mon, 5 Aug 2019 19:06:42 +0000 (15:06 -0400)]
move script to external file, were it can be cached
Alan T. DeKok [Mon, 5 Aug 2019 19:01:34 +0000 (15:01 -0400)]
change focus color on ToC
and background to match the rest of the text.
It's distracting to have the text change color, so changing
the background color seems useful
Alan T. DeKok [Mon, 5 Aug 2019 12:34:35 +0000 (08:34 -0400)]
remove unused background images
we still may need to style lists
Alan T. DeKok [Mon, 5 Aug 2019 00:06:24 +0000 (20:06 -0400)]
use same colors as the rest 0x4576b5
Alan T. DeKok [Sun, 4 Aug 2019 18:04:03 +0000 (14:04 -0400)]
fix pandoc links
markdown links to "foo/" are blindly converted to "foo/.adoc",
which is stupid. Just leave the link as "foo/"
Jorge Pereira [Mon, 5 Aug 2019 19:22:22 +0000 (16:22 -0300)]
doc: simplify 'html' target
Jorge Pereira [Mon, 5 Aug 2019 14:40:41 +0000 (11:40 -0300)]
travis: enable the option 'retries' for apt-get
It will enable capability to retry during network issue.
Pascal Penners [Mon, 5 Aug 2019 10:21:02 +0000 (12:21 +0200)]
added new Lancom VSAs
Alan T. DeKok [Sun, 4 Aug 2019 15:02:36 +0000 (11:02 -0400)]
fixes and standardization
.Example instead of *Example*
Use "[source,unlang] ---" for code blocks instead of ``
Alan T. DeKok [Sun, 4 Aug 2019 14:33:07 +0000 (10:33 -0400)]
source files for freeradius.doc
From https://github.com/asciidoctor/asciidoctor-stylesheet-factory/
"github" theme, commit
c9737bdd
Notes:
* build-stylesheet.sh should use "cssshrink" instead of hard-coded
path to "./npm ..."
* $pre-font-size seems to be ignored, and "pre code" blocks
end up with "font-size: inherit" instead of the font size we
want. This issue means that the output css style has to be
edited manually
* colors for h2, h3 changed to the NR theme
* table font sizes are no longer tiny
* code blocks are grey not back.
* in-line code blocks don't have a border around them
Alan T. DeKok [Sun, 4 Aug 2019 14:28:51 +0000 (10:28 -0400)]
add FreeRADIUS css files.
From https://github.com/asciidoctor/asciidoctor-stylesheet-factory/
"github" theme. With some minor changes.
Arran Cudbard-Bell [Sat, 3 Aug 2019 18:26:09 +0000 (14:26 -0400)]
Switch to talloc_bstrndup
Alan T. DeKok [Sat, 3 Aug 2019 16:37:34 +0000 (12:37 -0400)]
set raddb_dir from FREERADIUS_CONFIG_DIR. Fixes #2213
Alan T. DeKok [Sat, 3 Aug 2019 13:24:29 +0000 (09:24 -0400)]
forbid duplicate policies. Fixes #2738
Arran Cudbard-Bell [Sat, 3 Aug 2019 04:44:08 +0000 (00:44 -0400)]
Fix string termination in opendir code
Jorge Pereira [Fri, 2 Aug 2019 20:12:15 +0000 (17:12 -0300)]
Fix doc/unlang/string_double.adoc
Alan T. DeKok [Fri, 2 Aug 2019 19:17:00 +0000 (15:17 -0400)]
install asciidoctor, pandoc, and build all docs
not just doxygen
Jorge Pereira [Fri, 2 Aug 2019 19:16:12 +0000 (15:16 -0400)]
add "all.doc" and "tests.doc" targets
and use the new doxygen definitions
Jorge Pereira [Fri, 2 Aug 2019 19:15:17 +0000 (15:15 -0400)]
Add configure checks for doxygen and graphviz
Alan T. DeKok [Fri, 2 Aug 2019 19:04:56 +0000 (15:04 -0400)]
word smithing
Arran Cudbard-Bell [Fri, 2 Aug 2019 17:47:18 +0000 (13:47 -0400)]
Quoting rules and data types don't really belong to the same category so shouldn't share a prefix
Add docs for double quoted strings
Matthew Newton [Fri, 2 Aug 2019 16:56:07 +0000 (17:56 +0100)]
docker: build on the latest available packages
Matthew Newton [Fri, 2 Aug 2019 13:44:28 +0000 (14:44 +0100)]
should now get correct libssl version in jenkins dockerfile
Matthew Newton [Thu, 1 Aug 2019 22:05:09 +0000 (23:05 +0100)]
tidy centos6 dockerfiles
Matthew Newton [Thu, 1 Aug 2019 22:04:09 +0000 (23:04 +0100)]
Revert "remove centos6 Dockerfiles"
This reverts commit
ba39099dc4a40e23321c8a8bd7062ebfc942f637 .
We need it for the time being to build FR3. It's still the case that
FR4 is not supported on CentOS 6.
Alan T. DeKok [Thu, 1 Aug 2019 21:04:19 +0000 (17:04 -0400)]
move ignore "*.adoc" to doc/raddb
we want the default to be *not* commiting the auto-generated
adoc files.
Alan T. DeKok [Thu, 1 Aug 2019 21:01:26 +0000 (17:01 -0400)]
add version / git commit. Fixes #2831
Terry Burton [Thu, 1 Aug 2019 16:45:22 +0000 (17:45 +0100)]
docs: Add missing single-letter expansions.
Alan T. DeKok [Thu, 1 Aug 2019 16:33:46 +0000 (12:33 -0400)]
formatting
Alan T. DeKok [Thu, 1 Aug 2019 16:18:57 +0000 (12:18 -0400)]
typo and cross-link
Terry Burton [Wed, 31 Jul 2019 19:40:56 +0000 (20:40 +0100)]
docs: Consistency
Examples at end.
Terry Burton [Wed, 31 Jul 2019 19:37:50 +0000 (20:37 +0100)]
docs: Modules can have named instances
Terry Burton [Wed, 31 Jul 2019 19:37:24 +0000 (20:37 +0100)]
docs: Definitions and formatting
Provide the permissible assignment operators are link to where they are
defined.
Terry Burton [Wed, 31 Jul 2019 19:35:44 +0000 (20:35 +0100)]
docs: Use descriptions
Terry Burton [Wed, 31 Jul 2019 19:35:20 +0000 (20:35 +0100)]
docs: Clearer examples
The previous use of attribute "Filter-Id" may confuse the reader given
that the next section refers to "filtering" operators.
Give an example of clobbering an attribute.
Terry Burton [Wed, 31 Jul 2019 19:33:39 +0000 (20:33 +0100)]
docs: Typos
Terry Burton [Wed, 31 Jul 2019 18:30:50 +0000 (19:30 +0100)]
docs: Incorrect example.
Terry Burton [Wed, 31 Jul 2019 17:53:08 +0000 (18:53 +0100)]
docs: Typos and formatting
Terry Burton [Wed, 31 Jul 2019 17:52:56 +0000 (18:52 +0100)]
docs: Fix definition
Terry Burton [Wed, 31 Jul 2019 17:51:25 +0000 (18:51 +0100)]
docs: Typo
Terry Burton [Wed, 31 Jul 2019 17:03:51 +0000 (18:03 +0100)]
docs: Typo
Terry Burton [Wed, 31 Jul 2019 17:03:34 +0000 (18:03 +0100)]
docs: Clarity
Terry Burton [Wed, 31 Jul 2019 14:56:23 +0000 (15:56 +0100)]
Ascend howto: Fix markdown formatting.
Terry Burton [Wed, 31 Jul 2019 13:41:45 +0000 (14:41 +0100)]
EAP howto
Definitions to include wired 802.1X.
Terry Burton [Wed, 31 Jul 2019 13:40:12 +0000 (14:40 +0100)]
EAP howto
Standard for EAPoW
Terry Burton [Wed, 31 Jul 2019 13:39:37 +0000 (14:39 +0100)]
EAP howto tidy
802.1x -> 802.1X
Be more specific in the introduction.
Jorge Pereira [Wed, 31 Jul 2019 22:54:05 +0000 (19:54 -0300)]
doc: If the 'BASEDIR' is empty, set to '.'
It's necessary to build 'doc/README.{adoc,html}' with the docinfo
header/footers files.
Alan T. DeKok [Thu, 1 Aug 2019 12:53:55 +0000 (08:53 -0400)]
disable test until we can figured out why it's failing
don't use "return" in the middle of a block
Alan T. DeKok [Thu, 1 Aug 2019 12:11:17 +0000 (08:11 -0400)]
stop foreach / load-balance on break / return
Alan T. DeKok [Thu, 1 Aug 2019 11:59:56 +0000 (07:59 -0400)]
don't have rules after "return"
Alan T. DeKok [Thu, 1 Aug 2019 11:59:35 +0000 (07:59 -0400)]
"return" can be in the middle of parallel sections
Alan T. DeKok [Thu, 1 Aug 2019 11:44:48 +0000 (07:44 -0400)]
notes on break / foreach
Alan T. DeKok [Thu, 1 Aug 2019 11:41:29 +0000 (07:41 -0400)]
document updated behavior of break
Matthew Newton [Thu, 1 Aug 2019 08:28:36 +0000 (09:28 +0100)]
install sudo in the centos7 dockerfile to match the others
Matthew Newton [Wed, 31 Jul 2019 20:40:47 +0000 (21:40 +0100)]
update jenkins dockerfiles
Matthew Newton [Wed, 31 Jul 2019 20:24:27 +0000 (21:24 +0100)]
remove debian7 dockerfiles
Jorge Pereira [Wed, 31 Jul 2019 19:42:21 +0000 (16:42 -0300)]
Fix 'BASEDIR' to get the correct path
Alan T. DeKok [Wed, 31 Jul 2019 19:28:21 +0000 (15:28 -0400)]
no longer a need for "fail" after break / return
Alan T. DeKok [Wed, 31 Jul 2019 18:46:03 +0000 (14:46 -0400)]
remove unused variable
Alan T. DeKok [Wed, 31 Jul 2019 18:34:29 +0000 (14:34 -0400)]
build fixes for travis
Alan T. DeKok [Wed, 31 Jul 2019 18:27:13 +0000 (14:27 -0400)]
enforce no rules after "break" or "return"
Alan T. DeKok [Wed, 31 Jul 2019 18:15:38 +0000 (14:15 -0400)]
remove request->username and request->password from the server
Finally.
Alan T. DeKok [Wed, 31 Jul 2019 18:13:31 +0000 (14:13 -0400)]
remove use of request->password
Alan T. DeKok [Wed, 31 Jul 2019 18:06:02 +0000 (14:06 -0400)]
remove reference to LEAP
Alan T. DeKok [Wed, 31 Jul 2019 18:05:31 +0000 (14:05 -0400)]
remove use of request->username and request->password
Alan T. DeKok [Wed, 31 Jul 2019 17:00:45 +0000 (13:00 -0400)]
remove use of request->username
* document new behavior
* update the default configuration to match the old behavior
Moving hard-coded things to configurable things is a good idea.
Alan T. DeKok [Wed, 31 Jul 2019 17:47:22 +0000 (13:47 -0400)]
remove use of request->username and request->password
Alan T. DeKok [Wed, 31 Jul 2019 17:37:31 +0000 (13:37 -0400)]
remove LEAP from the server.
No one should be using it.
Alan T. DeKok [Wed, 31 Jul 2019 17:29:07 +0000 (13:29 -0400)]
move to template for key
and get rid of request->username
Alan T. DeKok [Wed, 31 Jul 2019 17:17:37 +0000 (13:17 -0400)]
remove use of request->username and request->password
Alan T. DeKok [Wed, 31 Jul 2019 17:17:08 +0000 (13:17 -0400)]
Revert "remove use of request->username"
This reverts commit
89852b7e7add77ee4b1ed7a1a4fe3e6f6f67871c .
Nope. There's a lot more work to do
Alan T. DeKok [Wed, 31 Jul 2019 17:00:45 +0000 (13:00 -0400)]
remove use of request->username
* document new behavior
* update the default configuration to match the old behavior
Moving hard-coded things to configurable things is a good idea.
Alan T. DeKok [Wed, 31 Jul 2019 16:51:34 +0000 (12:51 -0400)]
remove use of request->username and request->password
Alan T. DeKok [Wed, 31 Jul 2019 16:48:14 +0000 (12:48 -0400)]
remove use of request->username and request->password
Alan T. DeKok [Wed, 31 Jul 2019 16:46:22 +0000 (12:46 -0400)]
remove use of request->username and request->password
Alan T. DeKok [Wed, 31 Jul 2019 16:41:39 +0000 (12:41 -0400)]
remove use of request->username and request->password
Jorge Pereira [Tue, 30 Jul 2019 21:32:59 +0000 (18:32 -0300)]
doc: Define {basedir} dynamically
It's necessary to set up the HTML links correctly
in order to avoid hard-coded paths.
Jorge Pereira [Tue, 30 Jul 2019 18:28:23 +0000 (15:28 -0300)]
doc: Fix the extension to *.adoc
Alan T. DeKok [Tue, 30 Jul 2019 19:07:35 +0000 (15:07 -0400)]
use ``` instead of ....
Alan T. DeKok [Tue, 30 Jul 2019 19:02:57 +0000 (15:02 -0400)]
use ```
Alan T. DeKok [Tue, 30 Jul 2019 19:00:54 +0000 (15:00 -0400)]
remove duplicate
Alan DeKok [Tue, 30 Jul 2019 18:59:11 +0000 (14:59 -0400)]
Merge pull request #2824 from jpereira/v4/doc-header-footer
doc: Add header/footer for all docs using the Asciidoctor docinfo.
Alan DeKok [Tue, 30 Jul 2019 18:59:03 +0000 (14:59 -0400)]
Merge pull request #2820 from jpereira/v4/convert-upgrade
doc: Convert doc/upgrade/*.md to doc/upgrade/*.adoc