]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2021-09-15  Arran Cudbard... Add back env_escape to rlm_exec, and add env_inherit
2021-09-15  Arran Cudbard... Additional tests
2021-09-15  Arran Cudbard... Print exec environment after merging
2021-09-15  Arran Cudbard... Fixup environmental variable creation
2021-09-15  Arran Cudbard... Fix spurious error
2021-09-15  Arran Cudbard... Fix very slow reaper leak
2021-09-14  Jorge PereiraAdd extra tests for time_delta (#4228)
2021-09-14  Alan T. DeKoktests for negative numbers, too
2021-09-14  Alan T. DeKokhandle negative numbers
2021-09-14  Alan T. DeKokdon't mark signed as unsigned
2021-09-13  Arran Cudbard... Add an SNMP state dir to the directories we create...
2021-09-13  Arran Cudbard... %{_rundir} isn't equivalent to /var/run
2021-09-13  Arran Cudbard... Create a state directory for net-snmp
2021-09-13  Arran Cudbard... Remove the "parent" request from triggers
2021-09-12  Alan T. DeKokallow underscores as the first character of a label
2021-09-12  Alan T. DeKokminor cleanups and notes
2021-09-11  Alan T. DeKokfix build issues
2021-09-11  Alan T. DeKokadd fr_time_delta_scale(), and use it in rlm_expr
2021-09-11  Alan T. DeKokadd tests for time_delta
2021-09-10  Arran Cudbard... See if we can fix rlm_sigtran mucking with SIGCHLD
2021-09-10  Alan T. DeKokadd tests for time_delta
2021-09-10  Alan T. DeKokallow variable size for dates and time deltas
2021-09-10  Alan T. DeKokdon't smash fields when parsing them
2021-09-10  Alan T. DeKokuse the new udp_queue API
2021-09-10  Alan T. DeKokjust set SO_RCVBUF to a small value
2021-09-09  Alan T. DeKokprint an error, too
2021-09-09  Alan T. DeKokrespect SO_SNDBUF
2021-09-09  Alan T. DeKokcleanups and fixes
2021-09-09  Alan T. DeKoklet's not leak FDs
2021-09-09  Alan T. DeKokAPI to write (or enqueue) UDP packets
2021-09-09  Arran Cudbard... Less fragile way of defferring event FD freeing
2021-09-08  Arran Cudbard... Initialise temporary event list if we're not passed...
2021-09-08  Arran Cudbard... Add basic trigger tests
2021-09-08  Arran Cudbard... Fix logic bug in synchronous interpreter where it'd...
2021-09-08  Arran Cudbard... Include triggers file in modules test
2021-09-08  Arran Cudbard... Remove request->el
2021-09-08  Arran Cudbard... More event loop debugging
2021-09-08  Arran Cudbard... Fix wrong signed/unsigned value_box set (#4223)
2021-09-08  Alan T. DeKokset sequence number for Access-Request packets which...
2021-09-08  Alan T. DeKokallow clients to set dedup_authenticator, too.
2021-09-08  Alan T. DeKokbail from functions early
2021-09-08  Arran Cudbard... More trigger fixes
2021-09-08  Arran Cudbard... Fix test module test
2021-09-08  Arran Cudbard... Strip out code from triggers... making them better
2021-09-08  Arran Cudbard... If we can't setup a reaper, kill the process
2021-09-08  Arran Cudbard... Formatting
2021-09-08  Arran Cudbard... Allow for reaper callbacks
2021-09-08  Alan T. DeKokSet sequence so that we can prioritize ongoing multi...
2021-09-08  Alan T. DeKokadd test for "foo.bar.baz = stuff"
2021-09-08  Alan T. DeKokel might be NULL if we failed to parse the config
2021-09-08  Alan T. DeKokbetter name
2021-09-08  Alan T. DeKoktests for local templates
2021-09-08  Alan T. DeKokallow in-line templates
2021-09-08  Alan T. DeKokclarify error messages
2021-09-08  Alan T. DeKokwe need offer_duration, too
2021-09-08  Alan T. DeKokpool_name is needed by the queries.
2021-09-08  Alan T. DeKokif we reference ${skip_locked}, we must use it
2021-09-08  Alan T. DeKokfunctions here take fr_time_t, not time_t
2021-09-08  Alan T. DeKokwhoops, convert to time_delta
2021-09-08  Alan T. DeKokuse fr_time()
2021-09-08  Alan T. DeKoknotes on time
2021-09-08  Alan T. DeKokUh... connection_spawn() takes fr_time_t, not time...
2021-09-08  Alan T. DeKokuse fr_time()
2021-09-08  Alan T. DeKokuse fr_time()
2021-09-08  Alan T. DeKokuse request->packet->timestamp instead of time(NULL)
2021-09-08  Alan T. DeKokuse fr_time()
2021-09-08  Alan T. DeKokuse fr_time_t
2021-09-08  Alan T. DeKokuse packet timestamp as "now"
2021-09-08  Alan T. DeKokuse fr_time(), which doesn't jump around when NTP changes
2021-09-08  Alan T. DeKokdon't use time(0) for consistency, use time(NULL)
2021-09-08  Alan T. DeKoknotes and word smithing
2021-09-08  Alan T. DeKokreplace rlm_expiration with a ~10 line unlang policy
2021-09-08  Alan T. DeKokSession-Timeout is uint32, not uint64
2021-09-08  Alan T. DeKoklimit is uint64, not uint32
2021-09-07  Arran Cudbard... Print out the current ime correctly
2021-09-07  Arran Cudbard... Add debian SNMP package
2021-09-07  Arran Cudbard... Add RHEL SNMP package
2021-09-07  Arran Cudbard... Install the mibs in <prefix>/share/snmp/mibs
2021-09-07  Arran Cudbard... Various eap-aka/sim doc cleanups
2021-09-07  Alan T. DeKokcleanups and fixes
2021-09-07  Alan T. DeKokallow 32-bit attributes for TACACS
2021-09-07  Alan T. DeKokencode named attributes, too
2021-09-07  Alan T. DeKokcheck at compile time for invalid assignments
2021-09-07  Alan T. DeKoksign promote the input only if the underlying data...
2021-09-07  Alan T. DeKokrearrange code in preparation for encoding other attributes
2021-09-07  Alan T. DeKokstart of trying to decode as named attributes
2021-09-07  Alan T. DeKokprint out decoded packet, too
2021-09-07  Alan T. DeKoknormalize name
2021-09-07  Alan T. DeKokfix typo
2021-09-07  Alan T. DeKokadd support for foo.bar[baz] = x
2021-09-07  Alan T. DeKokregenerate
2021-09-07  Alan T. DeKokfix links
2021-09-07  Alan T. DeKokuse dots now, not :
2021-09-07  Arran Cudbard... Add toggle for requiring client certificates
2021-09-07  Arran Cudbard... Add TEST_CHECK_SLEN
2021-09-07  James JonesCorrect casts in TEST_CHECK_LEN() (#4221)
2021-09-06  Arran Cudbard... Display build result to try and figure out why coverity...
2021-09-06  Arran Cudbard... LGTM is stupid and says we don't return a value in...
2021-09-06  Arran Cudbard... Fix a couple more issues...
2021-09-06  Arran Cudbard... Install the lsb-release package
next