Alan DeKok

Results 12 issues of Alan DeKok

### Message It may be useful to add inotify support for dynamic home servers. That way you can just add / delete files in `raddb/home_servers`, and the server will automatically...

feature enhancement
v4.0.x
v3.2.x

https://tools.ietf.org/html/rfc6218 Defines AES key wrap, which is used in some Cisco products. This is a way to have "enhanced" (as they put it) signing for RADIUS packets. The main difficulty...

feature enhancement
v4.0.x

We want to have modules (e.g. `radius`) open multiple connections, and manage connections to multiple home servers. At the same time, we want to do load-balancing, etc. in the server...

feature enhancement
v4.0.x

# Issue type - [X ] Defect - Unexpected behaviour (obvious or verified by project member). # Defect/Feature description ## How to reproduce issue have the python module return reply:Attr-26...

v3.x.x

This document refers to PostgreSQL, but other databases should be similar. These notes are rough, but the basic idea is there. Executing prepared queries: http://www.postgresql.org/docs/9.3/static/libpq-exec.html Creating prepared queries (syntax): http://www.postgresql.org/docs/9.2/static/sql-prepare.html...

feature enhancement
v4.0.x

### What type of defect/bug is this? Unexpected behaviour (obvious or verified by project member) ### How can the issue be reproduced? https://lists.freeradius.org/pipermail/freeradius-users/2022-June/101972.html the "server" certificate attributes get populated with...

defect
v3.2.x

When the only choice is "foo", and the user hits , the input buffer should fill with "foo", instead of showing that "foo" is the only selection.

### Message Implement window and anti-retry of https://datatracker.ietf.org/doc/html/rfc6238#section-5.2 * allow for a configurable window (if current OTP doesn't match, try +/- window) * allow for tracking which tokens have already...

feature enhancement
v4.0.x
v3.2.x

### What type of defect/bug is this? Unexpected behaviour (obvious or verified by project member) ### How can the issue be reproduced? In v4, src/lib/util/time.c has a function `fr_unix_time_from_str()`. This...

defect
v3.2.x

### Message Linux and apparently OSX support F_OFD_SETLK, which is what you would really expect from F_SETLK. https://lwn.net/Articles/586904/ https://www.gnu.org/software/libc/manual/html_node/Open-File-Description-Locks.html https://man7.org/linux/man-pages/man2/fcntl.2.html https://github.com/apple/darwin-xnu/blob/main/bsd/sys/fcntl.h It's not clear if FreeBSD has them. This would...

feature enhancement