]>
git.ipfire.org Git - thirdparty/freeradius-server.git/log
Herwin Weststrate [Sat, 12 Nov 2016 13:12:02 +0000 (14:12 +0100)]
fr_redis_cluster_node_addr_by_role returns an ssize_t
Herwin Weststrate [Sat, 12 Nov 2016 13:10:35 +0000 (14:10 +0100)]
Removed impossible to reach else statements
We had "if (<int> < 0)" else "else if (<int> >= 0)", which cover all
possibilities
Herwin Weststrate [Sat, 12 Nov 2016 13:09:46 +0000 (14:09 +0100)]
Use %u in printf-like construct for unsigned ints
Alan T. DeKok [Fri, 11 Nov 2016 11:56:23 +0000 (06:56 -0500)]
from Microsemi
Alan T. DeKok [Fri, 11 Nov 2016 00:26:45 +0000 (19:26 -0500)]
so the file doesn't re-appear with bad commits
Alan T. DeKok [Fri, 11 Nov 2016 00:26:11 +0000 (19:26 -0500)]
no, we don't need this.
"git commit -a" is retarded
Alan T. DeKok [Fri, 11 Nov 2016 00:19:19 +0000 (19:19 -0500)]
move time things around
Alan T. DeKok [Fri, 11 Nov 2016 00:19:05 +0000 (19:19 -0500)]
make correct soft links
Alan DeKok [Thu, 10 Nov 2016 15:20:04 +0000 (10:20 -0500)]
Merge pull request #1826 from stapelberg/patch-4
Use -h to check for symlink existance
Michael Stapelberg [Fri, 4 Nov 2016 21:52:19 +0000 (22:52 +0100)]
Use -h and -e to check for symlink existance
-e dereferences symlinks, making the package installation fail when the target does not exist.
Arran Cudbard-Bell [Wed, 9 Nov 2016 23:02:29 +0000 (18:02 -0500)]
Now fr_json_afrom_pair_list
Arran Cudbard-Bell [Wed, 9 Nov 2016 21:11:11 +0000 (16:11 -0500)]
Simplify and cleanup fr_json_afrom_pair_list
Arran Cudbard-Bell [Wed, 9 Nov 2016 21:01:58 +0000 (16:01 -0500)]
Merge pull request #1837 from lytboris/freebsd-realine-buildfix-v4.0.x
fix build on FreeBSD: readline headers imply stdio.h is included
Arran Cudbard-Bell [Wed, 9 Nov 2016 21:01:16 +0000 (16:01 -0500)]
Merge pull request #1827 from herwinw/ssl11
Allow build with openssl 1.1.0b-2
Herwin Weststrate [Wed, 9 Nov 2016 20:00:09 +0000 (21:00 +0100)]
Move OPENSSL_config call to block for version < 1.1
This function is deprecated in OpenSSL 1.1, in favour of
OPENSSL_init_crypto. Just call it at the same place as we would call
that new function.
Herwin Weststrate [Wed, 9 Nov 2016 19:58:44 +0000 (20:58 +0100)]
Make the code compile with OpenSSL 1.1
Some functions are renamed, some are introduced, some have changed
prototypes (mainly adding const).
Boris Lytochkin [Wed, 9 Nov 2016 19:03:03 +0000 (22:03 +0300)]
fix build on FreeBSD: readline headers imply stdio.h is included prior
including readline.h
Arran Cudbard-Bell [Wed, 9 Nov 2016 15:09:21 +0000 (10:09 -0500)]
Really should be invalid
Arran Cudbard-Bell [Mon, 7 Nov 2016 22:48:36 +0000 (17:48 -0500)]
Missing argument
Arran Cudbard-Bell [Wed, 9 Nov 2016 12:04:16 +0000 (07:04 -0500)]
Merge pull request #1834 from qnet-herwin/inline
Typo fix in comments of fr_pair_value_from_str
Herwin Weststrate [Wed, 9 Nov 2016 08:48:30 +0000 (09:48 +0100)]
Typo fix in comments of fr_pair_value_from_str
inline => inlen
Arran Cudbard-Bell [Tue, 8 Nov 2016 21:16:54 +0000 (16:16 -0500)]
Check for NULL pointer not return code
Arran Cudbard-Bell [Tue, 8 Nov 2016 20:59:21 +0000 (15:59 -0500)]
Switch to using a tree to store FD handles
Add infrastructure for processing read/write/error callbacks
Associate destructor with fr_event_fd_t
Arran Cudbard-Bell [Tue, 8 Nov 2016 20:57:33 +0000 (15:57 -0500)]
Thing we're searching for probably isn't talloced
Arran Cudbard-Bell [Tue, 8 Nov 2016 20:57:12 +0000 (15:57 -0500)]
Formatting
Arran Cudbard-Bell [Tue, 8 Nov 2016 19:59:17 +0000 (14:59 -0500)]
Typo
Arran Cudbard-Bell [Tue, 8 Nov 2016 19:58:38 +0000 (14:58 -0500)]
Better function grouping
Arran Cudbard-Bell [Tue, 8 Nov 2016 19:55:06 +0000 (14:55 -0500)]
Make error messages consistent
Arran Cudbard-Bell [Tue, 8 Nov 2016 19:53:55 +0000 (14:53 -0500)]
Rename some functions/structures in event.c
Arran Cudbard-Bell [Tue, 8 Nov 2016 17:32:29 +0000 (12:32 -0500)]
Documentation and additional sanity checks for fr_event_cmp_time_t
Arran Cudbard-Bell [Tue, 8 Nov 2016 17:23:57 +0000 (12:23 -0500)]
Documentation and minor cleanups
Arran Cudbard-Bell [Tue, 8 Nov 2016 17:11:50 +0000 (12:11 -0500)]
s/fr_event_list_create/fr_event_list_init/
Arran Cudbard-Bell [Tue, 8 Nov 2016 17:03:59 +0000 (12:03 -0500)]
Automated refactoring for additional callback types in fr_event_fd_insert
Arran Cudbard-Bell [Tue, 8 Nov 2016 17:00:55 +0000 (12:00 -0500)]
Remove type argumet from fr_event_fd_insert/delete
Alan T. DeKok [Mon, 7 Nov 2016 18:37:19 +0000 (13:37 -0500)]
Added functions to track time for start / end / yield / resume
Alan T. DeKok [Mon, 7 Nov 2016 18:36:12 +0000 (13:36 -0500)]
Rename channel to conduit
In preparation for adding v4 channels, which will be different
Alan T. DeKok [Mon, 7 Nov 2016 17:45:50 +0000 (12:45 -0500)]
add fr_heap_pop()
Arran Cudbard-Bell [Mon, 7 Nov 2016 18:32:29 +0000 (13:32 -0500)]
Sometimes we're spawning to reach min not spare
Alan T. DeKok [Mon, 7 Nov 2016 15:36:36 +0000 (10:36 -0500)]
use SSL_SESSION_get_master_key()
Alan T. DeKok [Mon, 7 Nov 2016 14:29:11 +0000 (09:29 -0500)]
clean up code to use stack buffers instead of talloc.
Alan T. DeKok [Mon, 7 Nov 2016 14:16:04 +0000 (09:16 -0500)]
minor fixes
add brackets around a macro expansion.
Round up message size to the nearest alignment size
Alan T. DeKok [Sun, 6 Nov 2016 17:58:47 +0000 (12:58 -0500)]
example for fr_message_t in another structure
Alan T. DeKok [Sun, 6 Nov 2016 17:36:17 +0000 (12:36 -0500)]
Allow for allocation of messages with user data
where the fr_message_t is the first entry in the user data structure
Alan T. DeKok [Sun, 6 Nov 2016 16:39:59 +0000 (11:39 -0500)]
rename field to status
Arran Cudbard-Bell [Sat, 5 Nov 2016 19:24:58 +0000 (15:24 -0400)]
Merge pull request #1818 from alanbuxey/v3.1.x
added CSI and CUI to the allowed outbound attributes list
Arran Cudbard-Bell [Sat, 5 Nov 2016 19:24:27 +0000 (15:24 -0400)]
Merge pull request #1789 from jtkdpu/v4.0.x
Update digest module comment text to better reflect defaults
Arran Cudbard-Bell [Sat, 5 Nov 2016 19:22:21 +0000 (15:22 -0400)]
Merge pull request #1787 from qnet-herwin/rlm_rest_dict_values
Add enum mapping in JSON output
Arran Cudbard-Bell [Sat, 5 Nov 2016 18:46:03 +0000 (14:46 -0400)]
Fix build
Boris Lytochkin [Sat, 5 Nov 2016 09:34:14 +0000 (12:34 +0300)]
make per-thread variable static
# Conflicts:
# src/modules/rlm_perl/rlm_perl.c
Boris Lytochkin [Fri, 4 Nov 2016 14:42:46 +0000 (17:42 +0300)]
implement radiusd::radius_xlat in rlm_perl
Sponsored by: Yandex LLC
# Conflicts:
# src/modules/rlm_perl/rlm_perl.c
Arran Cudbard-Bell [Fri, 4 Nov 2016 03:42:44 +0000 (23:42 -0400)]
Fix debug statement
Alan T. DeKok [Sat, 5 Nov 2016 01:04:01 +0000 (21:04 -0400)]
more doxygen
Arran Cudbard-Bell [Sat, 5 Nov 2016 01:06:09 +0000 (21:06 -0400)]
Don't do assignments in asserts
Arran Cudbard-Bell [Sat, 5 Nov 2016 00:59:19 +0000 (20:59 -0400)]
No need for macros
Alan T. DeKok [Sat, 5 Nov 2016 00:40:28 +0000 (20:40 -0400)]
stupid doxygen
Alan T. DeKok [Fri, 4 Nov 2016 23:02:56 +0000 (19:02 -0400)]
remove unnecessary declaration
Alan DeKok [Fri, 4 Nov 2016 23:00:38 +0000 (19:00 -0400)]
Merge pull request #1825 from stapelberg/patch-3
Use SSL_SESSION_get_master_key (OpenSSL 1.1)
Arran Cudbard-Bell [Fri, 4 Nov 2016 22:54:00 +0000 (18:54 -0400)]
package lua examples
Arran Cudbard-Bell [Fri, 4 Nov 2016 22:26:49 +0000 (18:26 -0400)]
Add hard limit for max_pending connections
Michael Stapelberg [Fri, 4 Nov 2016 18:39:16 +0000 (19:39 +0100)]
Use SSL_SESSION_get_master_key (OpenSSL 1.1)
This unbreaks compilation with OpenSSL 1.1
Arran Cudbard-Bell [Fri, 4 Nov 2016 22:26:13 +0000 (18:26 -0400)]
Formatting
Arran Cudbard-Bell [Fri, 4 Nov 2016 19:34:30 +0000 (15:34 -0400)]
Add rlm_lua
No guarantees it'll actually work or anything...
Alan T. DeKok [Fri, 4 Nov 2016 15:54:40 +0000 (11:54 -0400)]
doxygen
Alan T. DeKok [Fri, 4 Nov 2016 15:37:48 +0000 (11:37 -0400)]
NUL terminating strings is a good idea.
Alan T. DeKok [Fri, 4 Nov 2016 00:25:12 +0000 (20:25 -0400)]
no need for assert, as we have CC_HINT(nonnull)
Alan T. DeKok [Thu, 3 Nov 2016 19:22:58 +0000 (15:22 -0400)]
added more CC_HINT(nonnull)
Arran Cudbard-Bell [Fri, 4 Nov 2016 03:34:38 +0000 (23:34 -0400)]
mapinfo requests do not go on the ctrl_pipe
Arran Cudbard-Bell [Fri, 4 Nov 2016 03:16:58 +0000 (23:16 -0400)]
As per comment
Arran Cudbard-Bell [Fri, 4 Nov 2016 03:09:33 +0000 (23:09 -0400)]
Too many Ns
Arran Cudbard-Bell [Fri, 4 Nov 2016 03:00:26 +0000 (23:00 -0400)]
Fix typo again...
Arran Cudbard-Bell [Fri, 4 Nov 2016 02:58:37 +0000 (22:58 -0400)]
Can only have one outstanding request on the ctrl pipe
Arran Cudbard-Bell [Fri, 4 Nov 2016 02:30:22 +0000 (22:30 -0400)]
typo
Arran Cudbard-Bell [Fri, 4 Nov 2016 02:26:27 +0000 (22:26 -0400)]
Fix cat's contributions to freeradius codebase
Arran Cudbard-Bell [Fri, 4 Nov 2016 02:16:21 +0000 (22:16 -0400)]
More debugging
Arran Cudbard-Bell [Fri, 4 Nov 2016 01:26:40 +0000 (21:26 -0400)]
Improve rlm_sigtran performance
Arran Cudbard-Bell [Fri, 4 Nov 2016 00:18:33 +0000 (20:18 -0400)]
Try non-blocking sctp
Arran Cudbard-Bell [Fri, 4 Nov 2016 00:18:18 +0000 (20:18 -0400)]
More debugging in write function
Arran Cudbard-Bell [Thu, 3 Nov 2016 22:03:38 +0000 (18:03 -0400)]
More sigtran build fixes
Arran Cudbard-Bell [Thu, 3 Nov 2016 20:11:32 +0000 (16:11 -0400)]
Initialise tminfo Closes #1820
Arran Cudbard-Bell [Thu, 3 Nov 2016 19:25:41 +0000 (15:25 -0400)]
Free message buffer in more cases
Arran Cudbard-Bell [Thu, 3 Nov 2016 19:24:21 +0000 (15:24 -0400)]
Add hard limit on the number of outstanding requests
Arran Cudbard-Bell [Thu, 3 Nov 2016 19:24:07 +0000 (15:24 -0400)]
Use sigtran event submit, which does more checks
Arran Cudbard-Bell [Thu, 3 Nov 2016 19:23:38 +0000 (15:23 -0400)]
Better debugging
Arran Cudbard-Bell [Thu, 3 Nov 2016 19:22:39 +0000 (15:22 -0400)]
Free the message buffer, after submitting the message...
Arran Cudbard-Bell [Thu, 3 Nov 2016 19:17:15 +0000 (15:17 -0400)]
Fix logging level
Arran Cudbard-Bell [Thu, 3 Nov 2016 17:32:43 +0000 (13:32 -0400)]
Ignore util
Arran Cudbard-Bell [Wed, 2 Nov 2016 23:25:44 +0000 (19:25 -0400)]
rlm_sigtran now builds on OSX!
If you have the sctp kernel extensions, and have applied the four outstanding buildsystem patches in osmocoms gerrit instance.
Arran Cudbard-Bell [Wed, 2 Nov 2016 22:15:42 +0000 (18:15 -0400)]
Fix sigtran configure scripts so they use pkgconfig include and library paths
Arran Cudbard-Bell [Wed, 2 Nov 2016 20:01:02 +0000 (16:01 -0400)]
Ignore all.mk in rlm_sigtran
Arran Cudbard-Bell [Wed, 2 Nov 2016 20:00:06 +0000 (16:00 -0400)]
Move some macros out of acinclude
Alan T. DeKok [Wed, 2 Nov 2016 19:09:36 +0000 (15:09 -0400)]
added time functions
Arran Cudbard-Bell [Tue, 1 Nov 2016 02:16:28 +0000 (22:16 -0400)]
Cleanup the socket properly on error
Arran Cudbard-Bell [Tue, 1 Nov 2016 02:00:46 +0000 (22:00 -0400)]
Hopefully the socket becomes readable on association evnet?
Arran Cudbard-Bell [Tue, 1 Nov 2016 01:47:39 +0000 (21:47 -0400)]
When the socket is writable
Arran Cudbard-Bell [Tue, 1 Nov 2016 00:58:39 +0000 (20:58 -0400)]
Set reuseaddr
Arran Cudbard-Bell [Tue, 1 Nov 2016 00:24:49 +0000 (20:24 -0400)]
Typo
Arran Cudbard-Bell [Tue, 1 Nov 2016 00:11:02 +0000 (20:11 -0400)]
Use connect fd
Arran Cudbard-Bell [Mon, 31 Oct 2016 23:40:53 +0000 (19:40 -0400)]
More error output
Arran Cudbard-Bell [Mon, 31 Oct 2016 21:14:32 +0000 (17:14 -0400)]
Print out failure reasons
Arran Cudbard-Bell [Mon, 31 Oct 2016 21:00:21 +0000 (17:00 -0400)]
Typo