]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
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
2021-09-06  Arran Cudbard... Should be testing packaging not whether the upstream...
2021-09-06  Arran Cudbard... typo
2021-09-06  Arran Cudbard... UNUSED if buidling with EVENT_DEBUG
2021-09-06  Arran Cudbard... Fix unlikely
2021-09-06  Arran Cudbard... Wait for five seconds after the process exits for any...
2021-09-06  Arran Cudbard... Fix fr_dlist_foreach_safe
2021-09-06  Arran Cudbard... Fix more issues
2021-09-06  Arran Cudbard... ...and here
2021-09-06  Arran Cudbard... Typo
2021-09-06  Arran Cudbard... Maintain a list of "reap" requests, and make sure they...
2021-09-06  Arran Cudbard... Make the repo commands prettier
2021-09-06  Arran Cudbard... Get CODENAME and DIST dynamically from lsb_release
2021-09-06  Arran Cudbard... ...same but with an actions script
2021-09-06  Arran Cudbard... Add NR repo to main CI workflow
2021-09-06  Arran Cudbard... Note on what vps is.
2021-09-03  Alan T. DeKokallow foo.bar.baz = 1 for laziness
2021-09-02  Alan T. DeKoktime_delta is signed by default
2021-09-02  Alan T. DeKokprint out the strings we have, too
2021-09-02  Alan T. DeKokparse 1h, 1m, etc. correctly
2021-09-02  Alan T. DeKokuse correct MOD macro.
2021-09-02  Alan T. DeKokuse Acct-Delay-Time when calculating Event-Timestamp
2021-09-01  Alan T. DeKokclean up and check for overflows
2021-09-01  Alan T. DeKokparse *signed* time deltas
2021-09-01  Alan T. DeKokprint out signed time_delta, too
2021-09-01  Alan T. DeKokallow time_delta to be _unsigned_ when we encode it...
2021-09-01  Alan T. DeKokminor rearrangement
2021-09-01  Alan T. DeKoktime deltas are signed
2021-09-01  Alan T. DeKokcorrect the parser for dates / time deltas
2021-08-31  Alan T. DeKokremove UNUSED
2021-08-31  Alan T. DeKokshut up clang analyzer
2021-08-31  Alan T. DeKokadd retry tests
2021-08-31  Alan T. DeKokincrement count before checking mrc
2021-08-31  Alan T. DeKokimplement retries for sections and modules
2021-08-31  Alan T. DeKokensure that retries don't get carried to subsections...
2021-08-31  Alan T. DeKokupdate / fix restrictions on retries.
2021-08-31  Alan T. DeKokadd "fail = retry" and sanity check it in the parser
2021-08-31  Alan T. DeKoktweak messages
2021-08-31  Alan T. DeKokno name2 and NULL means it's a match
2021-08-31  Alan T. DeKokmore error messages
2021-08-30  Alan T. DeKokshut up compiler
2021-08-30  Alan T. DeKokadd retry and timeout signals to modules
2021-08-30  Alan T. DeKokon compile subsection, reset actions.retry to zero
2021-08-30  Alan T. DeKokadd RETRY_CAPABLE flag, and check it in module compilation
2021-08-30  Alan T. DeKokadd function to change resumption handler for a module.
2021-08-30  Alan T. DeKokset default module actions, too
2021-08-30  Alan T. DeKokadd and compile "actions" in module configurations
2021-08-30  Alan T. DeKokrename for clarity
2021-08-30  Alan T. DeKokvariables are USED
2021-08-30  Arran Cudbard... Remove ref to radius_exec_program_legacy
2021-08-30  Arran Cudbard... Split out legacy exec functions to make them easier...
next