]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
19 hours ago  Alan T. DeKokchange "fips=no" to "-fips" developer/alandekok
22 hours ago  Alan T. DeKokuse native OSX data types
2 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/util.tar
2 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/radiu...
2 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tftp.tar
2 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dns.tar
2 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/bfd.tar
2 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/vmps.tar
2 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tacac...
2 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
3 days ago  Alan T. DeKokadd more tests to check triggers
3 days ago  Nick PorterUse enum to determine where limited port connections...
3 days ago  Nick PorterAllocate array of connection pointers for static home...
3 days ago  Nick PorterPopulate and use num_ports in bio_thread_t
3 days ago  Nick PorterAdd num_ports and connections to bio_thread_t
3 days ago  Nick PorterSplit source port range and set reuse_port for all...
3 days ago  Nick PorterIf the request has timed out request->timeout is cleared
4 days ago  Nick PorterEnsure limits are checked regardless of restricted...
4 days ago  Nick PorterRemove duplicate check
4 days ago  Nick PorterIncrease retry timer limits for rlm_radius auth requests
4 days ago  Nick PorterEnable new source port limiting for %radius.sendto...
4 days ago  Nick PorterRemove reference to files not in the packages
4 days ago  Alan T. DeKokcatch pop on running trigger, with empty stack
4 days ago  Alan T. DeKokon TCP EOF, flush all writes, and shut down the BIOs
4 days ago  Alan T. DeKokwe don't need separate read / write BIOs
4 days ago  Alan T. DeKokEOF is not always an error case
4 days ago  Alan T. DeKokcheck corner cases
4 days ago  Alan T. DeKokjust pass errors through on read / write
4 days ago  Nick Portervirtual_server_cf_parse returns a virtual_server_t...
4 days ago  Nick PorterUse the thread source port range, rather than the instance
4 days ago  Nick PorterSplit the restricted source port range per thread
4 days ago  Nick PorterWe do use SO_REUSEPORT for some clients
4 days ago  Nick PorterOnly unlink bio if it is in a chain
4 days ago  Nick PorterCorrect bio chain re-link
4 days ago  Alan T. DeKokptrs may be NULL
5 days ago  Alan T. DeKokat least one ptr has to be set
5 days ago  Alan T. DeKokset flags before allocating parent
5 days ago  Alan T. DeKokrevisit and clean up destructor vs shutdown
5 days ago  Alan T. DeKokclean up shutdown and destructor
5 days ago  Alan T. DeKokupdate sbuff macros to catch more corner cases
5 days ago  Alan T. DeKokhoist common checks to macro
5 days ago  Alan T. DeKokuse the correct sbuff macro.
5 days ago  Alan T. DeKokuse the correct sbuff macro.
6 days ago  Nick PorterEnsure fr_bio_fd_open returns an error when there is one
6 days ago  Arran Cudbard... WS
6 days ago  Arran Cudbard... Add another Calix VSA we observed in the wild
6 days ago  Nick PorterUse better method for un-marshalling Perl values to...
6 days ago  Nick PorterNo need to talloc a temporary box
6 days ago  Nick PorterCast ruby string length to a consistent type
6 days ago  Nick PorterAdd test using float value in mRuby
6 days ago  Nick PorterBetter method of un-marshalling values from mRuby to...
7 days ago  Alan T. DeKokfirst attempt at limiting the source port for %radius...
7 days ago  Alan T. DeKokfix typo
7 days ago  Alan T. DeKokadd documentation for states
7 days ago  Alan T. DeKokadd function to create total order of attributes
7 days ago  Nick PorterUNUSED
7 days ago  Nick PorterFreeBSD has accept4()
7 days ago  Nick PorterEnsure we depend on non-broken libkqueue
7 days ago  Nick PorterSimplify .deb ssl dependency logic
7 days ago  Alan T. DeKokadd attribute type 'attr' and test VALUE
7 days ago  Alan T. DeKokallow '@' references for value box parser
7 days ago  Alan T. DeKokadd da root to value-box parser for VALUE
7 days ago  Alan T. DeKokadd character set for allowed names of nested attrs
7 days ago  Alan T. DeKokfix error message
8 days ago  Alan T. DeKokexport dict_protocol_reference, and make it take an...
8 days ago  Alan T. DeKokuse FR_SBUFF_IN_STR() for common cases
8 days ago  Alan T. DeKokdefine FR_SBUFF_IN_STR() as a shorthand for IN(foo...
8 days ago  Alan T. DeKokdisallow ::43 as enum names
9 days ago  Alan T. DeKokdon't allow copying of cursors
9 days ago  Alan T. DeKokprint the input expansion before running the function
10 days ago  Alan T. DeKokremove ACCEPTED state.
10 days ago  Alan T. DeKokre-add "char const *end" as allowed
10 days ago  Alan T. DeKokadd notes about attribute comparisons
10 days ago  Alan T. DeKokhoist initialize output to macro
10 days ago  Alan T. DeKokremove more "default:", and add more "case FR_TYPE_ATTR:"
10 days ago  Alan T. DeKokuse dictionary function to compare two attributes
10 days ago  Alan T. DeKokadd more size, and assert that max is initialized
10 days ago  Alan T. DeKokunify unsupported cast code
10 days ago  Alan T. DeKokmove generic to 1, so that returning -1 is better
10 days ago  Alan T. DeKokdon't allow fr_bio_fd_open() to be passed accepted...
11 days ago  Arran Cudbard... remove errant debug call developer/arr2036
11 days ago  James JonesAdopt a standard naming convention and signture for...
11 days ago  Arran Cudbard... Revert "might as well save the result somewhere"
11 days ago  Arran Cudbard... Fix shallow copy for FR_TYPE_ATTR
11 days ago  Arran Cudbard... Fix includes
11 days ago  Arran Cudbard... Always check the return value from fr_value_box_copy
11 days ago  Nick PorterAdd RADIUS Id and Authenticator to request pair list
12 days ago  Arran Cudbard... Add json.encode regression test for DHCPv4 in RADIUS
12 days ago  Arran Cudbard... The enumv isn't an ancestor of the attribute being...
12 days ago  Arran Cudbard... When storing an enum for later parsing, we need to...
12 days ago  Arran Cudbard... Fix copying FR_TYPE_ATTR
12 days ago  Arran Cudbard... Encoded attributes can be infinitely long, and definite...
12 days ago  Arran Cudbard... No reason to add 'da' as part of the cursor struct
12 days ago  Arran Cudbard... Check for vp_attr in PAIR_VERIFY
12 days ago  Arran Cudbard... Can't use verify here, as we're appending half construc...
12 days ago  Arran Cudbard... attr: These conversions are all fine
12 days ago  Arran Cudbard... Add simplified redundant test
12 days ago  Arran Cudbard... Don't spit out errors for blastradius
12 days ago  Nick PorterAdd test of %rest() receiving a failure HTTP status...
next