]>
git.ipfire.org Git - thirdparty/freeradius-server.git/log
Terry Burton [Sun, 23 Jun 2019 23:56:25 +0000 (00:56 +0100)]
Implement query_timeout on socket read for rlm_postgresql
Jeff Kawa [Thu, 27 Jun 2019 15:58:43 +0000 (10:58 -0500)]
Added Tripplite header to dictionary
Jeff Kawa [Thu, 27 Jun 2019 15:51:48 +0000 (10:51 -0500)]
Add tripplite dictionary and update dictionary file to include tripplite dicitonary
Alan DeKok [Thu, 27 Jun 2019 14:05:13 +0000 (10:05 -0400)]
Merge pull request #2758 from elipsion/patch-1
Update dictionary.rfc8045
Erik Hansson [Thu, 27 Jun 2019 07:42:42 +0000 (09:42 +0200)]
Update dictionary.rfc8045
Alan T. DeKok [Wed, 26 Jun 2019 18:31:24 +0000 (14:31 -0400)]
remove reference to old file
Alan T. DeKok [Wed, 26 Jun 2019 13:49:39 +0000 (09:49 -0400)]
add description header
Alan T. DeKok [Wed, 26 Jun 2019 01:04:49 +0000 (21:04 -0400)]
remove whitespace
Dan Harkins [Wed, 26 Jun 2019 01:03:57 +0000 (21:03 -0400)]
Go through the whole loop, even if we throw away information at the end
Alan T. DeKok [Tue, 25 Jun 2019 13:45:45 +0000 (09:45 -0400)]
use correct API
Alan T. DeKok [Tue, 25 Jun 2019 13:02:56 +0000 (09:02 -0400)]
multiple fixes to get radmin fully working again
Alan T. DeKok [Mon, 24 Jun 2019 21:21:04 +0000 (17:21 -0400)]
typo. Fixes #2754
Alan T. DeKok [Mon, 24 Jun 2019 12:27:43 +0000 (08:27 -0400)]
make '-s' work again
Alan T. DeKok [Mon, 24 Jun 2019 12:20:22 +0000 (08:20 -0400)]
move code into separate function for re-use
Alan DeKok [Mon, 24 Jun 2019 11:53:42 +0000 (07:53 -0400)]
Merge pull request #2752 from jpereira/v4/radmin2
radmin: Fix the parser
Jorge Pereira [Mon, 24 Jun 2019 02:04:43 +0000 (23:04 -0300)]
radmin: Fix the parser
Jorge Pereira [Sat, 22 Jun 2019 00:13:55 +0000 (21:13 -0300)]
tmpl: Let's use tmpl_is_$type()
Alan T. DeKok [Thu, 20 Jun 2019 17:15:01 +0000 (13:15 -0400)]
use local talloc ctx for modules
because if we use the global ctx, AND it's mprotected, THEN
we can't open new connections after startup. Because the new
connections link to the module and increase its reference count
Alan T. DeKok [Thu, 20 Jun 2019 16:49:46 +0000 (12:49 -0400)]
default is in run_dir, not conf_dir
Alan T. DeKok [Thu, 20 Jun 2019 16:41:56 +0000 (12:41 -0400)]
remove one more 'struct timeval'
We don't use this header, but it's good to clean things up
Jorge Pereira [Wed, 19 Jun 2019 02:45:34 +0000 (23:45 -0300)]
xlat_eval.c: verify if it's expected type
Alan T. DeKok [Wed, 19 Jun 2019 21:13:12 +0000 (17:13 -0400)]
revert erroneous commit
Alan DeKok [Wed, 19 Jun 2019 20:01:09 +0000 (16:01 -0400)]
Merge pull request #2751 from jpereira/v4/test-daemon-key
src/tests/daemon: Democratic way to work on Mac/Linux without errors.
Jorge Pereira [Wed, 19 Jun 2019 19:35:42 +0000 (16:35 -0300)]
src/tests/daemon: Democratic way to work on Mac/Linux without errors.
Alan T. DeKok [Wed, 19 Jun 2019 14:23:34 +0000 (10:23 -0400)]
typo
Alan T. DeKok [Wed, 19 Jun 2019 14:06:19 +0000 (10:06 -0400)]
formatting
Alan T. DeKok [Wed, 19 Jun 2019 13:56:28 +0000 (09:56 -0400)]
link to xlat docs
Alan T. DeKok [Wed, 19 Jun 2019 13:55:31 +0000 (09:55 -0400)]
add xlat documentation
Alan T. DeKok [Wed, 19 Jun 2019 11:18:08 +0000 (07:18 -0400)]
more "get rid of struct timeval".
It's not enough to just convert fr_time_t to "struct timeval"
and go from there. The entire use of timeval should be removed.
Alan T. DeKok [Wed, 19 Jun 2019 11:13:52 +0000 (07:13 -0400)]
no longer need this
Alan T. DeKok [Tue, 18 Jun 2019 21:38:55 +0000 (17:38 -0400)]
just use ifconfig, instead of printing an error "hostid not found"
Jorge Pereira [Tue, 18 Jun 2019 20:59:09 +0000 (17:59 -0300)]
eapol_test: Build the stable 2.8 version
Jorge Pereira [Wed, 19 Jun 2019 03:42:03 +0000 (00:42 -0300)]
tmpl: Add tmpl_is_$type() macros
Alan T. DeKok [Tue, 18 Jun 2019 21:33:53 +0000 (17:33 -0400)]
we need timeval here for now
Alan T. DeKok [Tue, 18 Jun 2019 21:32:28 +0000 (17:32 -0400)]
get rid of timeval
Alan T. DeKok [Tue, 18 Jun 2019 21:27:49 +0000 (17:27 -0400)]
use fr_time_t
Alan T. DeKok [Tue, 18 Jun 2019 20:41:14 +0000 (16:41 -0400)]
don't include timeval by default
Alan T. DeKok [Tue, 18 Jun 2019 20:40:10 +0000 (16:40 -0400)]
no more need for timeval
Alan T. DeKok [Tue, 18 Jun 2019 20:36:06 +0000 (16:36 -0400)]
get rid of more timeval things
Alan T. DeKok [Tue, 18 Jun 2019 20:34:20 +0000 (16:34 -0400)]
this is no longer needed
Alan T. DeKok [Tue, 18 Jun 2019 20:16:32 +0000 (16:16 -0400)]
typo
Alan T. DeKok [Tue, 18 Jun 2019 18:14:53 +0000 (14:14 -0400)]
more doxygen
Alan T. DeKok [Tue, 18 Jun 2019 17:03:06 +0000 (13:03 -0400)]
doxygen
Alan T. DeKok [Tue, 18 Jun 2019 15:45:36 +0000 (11:45 -0400)]
update for constant time calculates
Patch largely from Dan Harkins
Alan T. DeKok [Tue, 18 Jun 2019 15:43:03 +0000 (11:43 -0400)]
use the correct module return code <sigh>
Alan T. DeKok [Tue, 18 Jun 2019 14:22:36 +0000 (10:22 -0400)]
fix install rules to use ADD_INSTALL_RULE.file
which cleans things up a lot
Alan T. DeKok [Tue, 18 Jun 2019 14:22:23 +0000 (10:22 -0400)]
notes on ADD_INSTALL_RULE.dir
Alan T. DeKok [Tue, 18 Jun 2019 14:01:19 +0000 (10:01 -0400)]
new ADD_INSTALL_RULE.file function
which installs a normal file
Alan T. DeKok [Mon, 17 Jun 2019 15:35:32 +0000 (11:35 -0400)]
relax OpenSSL version checks for >=1.1.0
as they now export all of the APIs we need
Alan T. DeKok [Sun, 16 Jun 2019 19:39:46 +0000 (15:39 -0400)]
more cleanups
Alan T. DeKok [Sun, 16 Jun 2019 19:37:36 +0000 (15:37 -0400)]
no need to list authors here.
Alan T. DeKok [Sun, 16 Jun 2019 19:37:01 +0000 (15:37 -0400)]
updated licence terms to reflect current reality
Alan T. DeKok [Sun, 16 Jun 2019 12:24:21 +0000 (08:24 -0400)]
these files were GPL'd a while ago
Arran Cudbard-Bell [Sun, 16 Jun 2019 14:07:38 +0000 (22:07 +0800)]
Use all the obscure keywords
Alan DeKok [Sun, 16 Jun 2019 11:26:07 +0000 (07:26 -0400)]
Merge pull request #2745 from elipsion/patch-1
Update dictionary.rfc8045
Arran Cudbard-Bell [Sun, 16 Jun 2019 07:13:56 +0000 (15:13 +0800)]
Integrate method_names with the rest of the module_t initialiser
Because why not? Not sure why this wasn't done to start with.
Erik Hansson [Fri, 14 Jun 2019 08:35:14 +0000 (10:35 +0200)]
Update dictionary.rfc8045
Add values for IP-Port-Alloc
Arran Cudbard-Bell [Fri, 14 Jun 2019 03:07:24 +0000 (11:07 +0800)]
hostid is linux specific, so lets not break tmux for our primary development environment
Looked for a mac UUID command, but didn't find anything suitable
Alexander Clouter [Thu, 14 Feb 2019 09:34:44 +0000 (09:34 +0000)]
1970 called and they want their ifconfig back
Arran Cudbard-Bell [Wed, 12 Jun 2019 03:22:49 +0000 (11:22 +0800)]
Make 3gpp encrypt more forgiving, and have it figure out the correct tag from &control:EAP-Type
Arran Cudbard-Bell [Wed, 12 Jun 2019 03:22:24 +0000 (11:22 +0800)]
Rename sim_attrs.h to just attrs.h
Arran Cudbard-Bell [Wed, 12 Jun 2019 03:21:23 +0000 (11:21 +0800)]
Fix rcode check for main_loop_init() and duplicate main_loop_start call
Arran Cudbard-Bell [Wed, 12 Jun 2019 02:06:19 +0000 (10:06 +0800)]
Start the watchdog if we're building with systemd, closes #2740
Arran Cudbard-Bell [Mon, 10 Jun 2019 07:49:52 +0000 (15:49 +0800)]
Remove function checks
We can just use OpenSSL version
Herwin Weststrate [Sat, 8 Jun 2019 10:38:57 +0000 (12:38 +0200)]
Register blake2 xlat functions
This resolves a compiler warning as well, since the methods were defined
but never used.
Arran Cudbard-Bell [Wed, 5 Jun 2019 00:20:43 +0000 (08:20 +0800)]
*sigh*, doxygen
Arran Cudbard-Bell [Tue, 4 Jun 2019 08:05:55 +0000 (16:05 +0800)]
Stupid doxygen
Jorge Pereira [Sat, 1 Jun 2019 19:22:59 +0000 (15:22 -0400)]
doxygen: Replace <name@addres> by (name@address)
Alan T. DeKok [Sun, 2 Jun 2019 18:11:12 +0000 (14:11 -0400)]
typos and fixes
Alan T. DeKok [Sun, 2 Jun 2019 02:38:01 +0000 (22:38 -0400)]
remove one more old file
Alan T. DeKok [Sun, 2 Jun 2019 02:37:16 +0000 (22:37 -0400)]
move bugs.md to doc/source/ directory
as it's largely for people with source code access.
Alan T. DeKok [Sun, 2 Jun 2019 02:35:48 +0000 (22:35 -0400)]
remove "rlm" prefix
Alan T. DeKok [Sun, 2 Jun 2019 02:34:43 +0000 (22:34 -0400)]
these are really "how to", and not reference documentation
Alan T. DeKok [Sun, 2 Jun 2019 02:33:48 +0000 (22:33 -0400)]
these are replaced by new, updated docs
Alan T. DeKok [Sun, 2 Jun 2019 02:32:43 +0000 (22:32 -0400)]
delete very, very, old things that no longer apply
Alan T. DeKok [Sun, 2 Jun 2019 02:32:00 +0000 (22:32 -0400)]
remove old / useless file
Alan T. DeKok [Sun, 2 Jun 2019 02:30:52 +0000 (22:30 -0400)]
move / cleanup for new organization
we should probably just drop ascend / bay / etc. docs
no one has used that equipment in 10+ years
Alan T. DeKok [Sun, 2 Jun 2019 02:26:00 +0000 (22:26 -0400)]
add /g
Alan T. DeKok [Sun, 2 Jun 2019 02:22:07 +0000 (22:22 -0400)]
need this, too
Alan T. DeKok [Fri, 31 May 2019 21:10:09 +0000 (17:10 -0400)]
new files.
They still need cleaning up for v4 syntax and cross-references.
Alan T. DeKok [Fri, 31 May 2019 20:49:49 +0000 (16:49 -0400)]
add unlang asciidoc documentation
Alan T. DeKok [Fri, 31 May 2019 20:15:19 +0000 (16:15 -0400)]
note updates
Arran Cudbard-Bell [Sat, 1 Jun 2019 13:25:22 +0000 (09:25 -0400)]
Switch email in copyright notices to using parenthesies so doxygent doesn't see them at HTML tags
Arran Cudbard-Bell [Sat, 1 Jun 2019 13:15:09 +0000 (09:15 -0400)]
Fix spacing in copyright notices
Jorge Pereira [Fri, 31 May 2019 17:29:00 +0000 (13:29 -0400)]
rlm_cache: Fix missing 'key_len' set in memcached driver
Alan T. DeKok [Fri, 31 May 2019 17:15:00 +0000 (13:15 -0400)]
initialize the dl loader early, but also set the search path
so that unit tests which don't set `lib_dir` can still leverage
the environment variables to set the search path for modules.
Alan T. DeKok [Fri, 31 May 2019 17:12:02 +0000 (13:12 -0400)]
add set search path API
Alan T. DeKok [Fri, 31 May 2019 17:06:52 +0000 (13:06 -0400)]
compiler warnings
Alan T. DeKok [Fri, 31 May 2019 17:04:12 +0000 (13:04 -0400)]
nanoseconds, not microseconds
Alan T. DeKok [Fri, 31 May 2019 16:52:28 +0000 (12:52 -0400)]
clarify error message
Alan T. DeKok [Fri, 31 May 2019 15:36:30 +0000 (11:36 -0400)]
comment out long-running tests
Alan T. DeKok [Fri, 31 May 2019 15:35:04 +0000 (11:35 -0400)]
check for errors
Alan T. DeKok [Fri, 31 May 2019 13:52:49 +0000 (09:52 -0400)]
add "on read" callback for lib_dir. Fixes #2726
and make it run before the virtual server "namespace" callback
Alan T. DeKok [Mon, 27 May 2019 20:22:08 +0000 (16:22 -0400)]
list can't be NULL. CID #
1445202
Alan T. DeKok [Mon, 27 May 2019 20:20:34 +0000 (16:20 -0400)]
check contents of psk_identity, too. CID #
1445203
Alan T. DeKok [Mon, 27 May 2019 20:15:55 +0000 (16:15 -0400)]
we don't really care about failures here. CID #
1445204
Alan T. DeKok [Mon, 27 May 2019 20:14:35 +0000 (16:14 -0400)]
check return code of value box alloc. CID #
1445205
Alan T. DeKok [Mon, 27 May 2019 20:12:40 +0000 (16:12 -0400)]
8/16 bit integers are always within the Lua "unsigned int" range
CID #
1445205 CID #
1445206
Jorge Pereira [Tue, 28 May 2019 21:47:16 +0000 (17:47 -0400)]
radclient: Update to use fr_time_delta_t
Jorge Pereira [Tue, 28 May 2019 21:29:32 +0000 (17:29 -0400)]
radclient: Typo