]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2021-09-15  Arran Cudbard... Add more sanity checks
2021-09-15  Alan T. DeKokuse new macros
2021-09-15  Alan T. DeKokcleanups
2021-09-15  Arran Cudbard... Don't do direct comparison with pointer
2021-09-15  Arran Cudbard... Significantly improve state entry reuse and remove...
2021-09-15  Alan T. DeKokadd crontab functionality.
2021-09-15  Alan T. DeKokwe don't care about writing to the socket either
2021-09-15  Alan T. DeKokclearer message
2021-09-15  Alan T. DeKoktypo
2021-09-15  Alan T. DeKokrename for consistency
2021-09-15  Arran Cudbard... Don't use ROPTIONAL and RERROR in pool.c as we lose...
2021-09-15  Arran Cudbard... Delete packet type when overriding the reply code
2021-09-15  Arran Cudbard... Add new macros for calling the next send function and...
2021-09-15  Arran Cudbard... Same issue for state failures with Access-Requests
2021-09-15  Arran Cudbard... Call send_generic and have it call the correct section...
2021-09-15  Arran Cudbard... Typo
2021-09-15  Arran Cudbard... Simplify error handling in eap_session_continue
2021-09-15  Arran Cudbard... typo
2021-09-15  Arran Cudbard... Add env var to disable performance tests in CI
2021-09-15  Nick Porterv4: Convert LDAP escape / unescape xlats to new API...
2021-09-15  Arran Cudbard... Fix signed integer promotion in a less elegant, but...
2021-09-15  Arran Cudbard... Add additional tests which expose errors in the current...
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
next