]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2 days ago  Nick PorterDon't cause SQL module to fail if sql_user_name expansi... developer/ndptech
2 days ago  Nick PorterAdd test of attr_filter where key attribute is missing
2 days ago  Nick PorterMove rlm_attr_filter to use a call_env
2 days ago  Alan T. DeKokaudit errors for fr_strrror_printf_push() versus ifr_st...
2 days ago  Alan T. DeKokmore cleanups
2 days ago  Alan T. DeKokuse macros more often for common things
2 days ago  Alan T. DeKokcheck and enforce PROTOCOL location
2 days ago  Alan T. DeKokclarify checks
2 days ago  Alan T. DeKokno need to smash stack_depth on every iteration
2 days ago  Alan T. DeKokmake unwind() explicit
2 days ago  Alan T. DeKokuse TOP of stack frame, not ROOT
2 days ago  Alan T. DeKokuse name instead of bare 0
2 days ago  Alan T. DeKokrun through the formatter
2 days ago  Alan T. DeKokjust printf, not printf_push
2 days ago  Alan T. DeKokallow STRUCT inside of a BEGIN union-thing
2 days ago  Alan T. DeKokno need to use memcpy
2 days ago  Alan T. DeKokallow 'key=ref' for attributes of type UNION
2 days ago  Alan T. DeKokcheck union type in multiple places
2 days ago  Alan T. DeKokallow union[...] syntax
2 days ago  Alan T. DeKokdefine EXT_KEY, to mirror EXT_REF
2 days ago  Alan T. DeKokdon't print the attribute twice
2 days ago  Alan T. DeKokadd FR_TYPE_UNION
2 days ago  Alan T. DeKokremove many uses of Tmp-*
2 days ago  Alan T. DeKoknotes on MEMBER of type 'struct' with 'clone=ref'
2 days ago  Nick PorterAdd v3.2 dpsk xlat for calculating PMK from SSID and PSK
3 days ago  Nick PorterCorrect debian sid release name
3 days ago  Nick PorterUpdate docs from raddb
3 days ago  Nick PorterAdd rlm_dpsk to docs
3 days ago  Nick PorterAdd sample rlm_dpsk config
3 days ago  Nick PorterAdd rlm_dpsk to RHEL packaging
3 days ago  Nick PorterAdd tests of rlm_dpsk auth
3 days ago  Nick PorterPort rlm_dpsk autz and auth from v3.2.x
3 days ago  Nick PorterAdd alias to make FR DPSK attributes more friendly
3 days ago  Nick PorterAdd internal attributes to support DPSK
4 days ago  Arran Cudbard... Place all md4/md5 functions in a struct and swap the... developer/arr2036
4 days ago  Arran Cudbard... Remove errant exdents
4 days ago  Arran Cudbard... Typo
4 days ago  Arran Cudbard... Fix %internal.encode()
4 days ago  Arran Cudbard... Temporarily disable casting to? from? FR_TYPE_ATTR
4 days ago  Arran Cudbard... Fix tmpl dcursor so that fr_dcursor_head resets the...
4 days ago  Alan T. DeKokredo "fips=no" to "-fips"
4 days ago  Alan T. DeKokRevert "change "fips=no" to "-fips""
4 days ago  Alan T. DeKokjust swap out the function pointer the first time we...
4 days ago  Alan T. DeKokuse macro for common name
5 days ago  Nick PorterAdd Debian 13 to Docker / Crossbuild tests
5 days ago  Nick PorterAdd Debian 13 to CI tests
5 days ago  Nick PorterDebian sid now report "forky"
5 days ago  Alan T. DeKokchange "fips=no" to "-fips"
6 days ago  Alan T. DeKokuse native OSX data types
7 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
7 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/util.tar
7 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/radiu...
7 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tftp.tar
7 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dns.tar
7 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/bfd.tar
7 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/vmps.tar
7 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tacac...
7 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
9 days ago  Alan T. DeKokadd more tests to check triggers
9 days ago  Nick PorterUse enum to determine where limited port connections...
9 days ago  Nick PorterAllocate array of connection pointers for static home...
9 days ago  Nick PorterPopulate and use num_ports in bio_thread_t
9 days ago  Nick PorterAdd num_ports and connections to bio_thread_t
9 days ago  Nick PorterSplit source port range and set reuse_port for all...
9 days ago  Nick PorterIf the request has timed out request->timeout is cleared
9 days ago  Nick PorterEnsure limits are checked regardless of restricted...
9 days ago  Nick PorterRemove duplicate check
9 days ago  Nick PorterIncrease retry timer limits for rlm_radius auth requests
9 days ago  Nick PorterEnable new source port limiting for %radius.sendto...
9 days ago  Nick PorterRemove reference to files not in the packages
9 days ago  Alan T. DeKokcatch pop on running trigger, with empty stack
9 days ago  Alan T. DeKokon TCP EOF, flush all writes, and shut down the BIOs
9 days ago  Alan T. DeKokwe don't need separate read / write BIOs
9 days ago  Alan T. DeKokEOF is not always an error case
9 days ago  Alan T. DeKokcheck corner cases
9 days ago  Alan T. DeKokjust pass errors through on read / write
10 days ago  Nick Portervirtual_server_cf_parse returns a virtual_server_t...
10 days ago  Nick PorterUse the thread source port range, rather than the instance
10 days ago  Nick PorterSplit the restricted source port range per thread
10 days ago  Nick PorterWe do use SO_REUSEPORT for some clients
10 days ago  Nick PorterOnly unlink bio if it is in a chain
10 days ago  Nick PorterCorrect bio chain re-link
10 days ago  Alan T. DeKokptrs may be NULL
10 days ago  Alan T. DeKokat least one ptr has to be set
10 days ago  Alan T. DeKokset flags before allocating parent
10 days ago  Alan T. DeKokrevisit and clean up destructor vs shutdown
10 days ago  Alan T. DeKokclean up shutdown and destructor
10 days ago  Alan T. DeKokupdate sbuff macros to catch more corner cases
10 days ago  Alan T. DeKokhoist common checks to macro
10 days ago  Alan T. DeKokuse the correct sbuff macro.
11 days ago  Alan T. DeKokuse the correct sbuff macro.
11 days ago  Nick PorterEnsure fr_bio_fd_open returns an error when there is one
11 days ago  Arran Cudbard... WS
11 days ago  Arran Cudbard... Add another Calix VSA we observed in the wild
11 days ago  Nick PorterUse better method for un-marshalling Perl values to...
12 days ago  Nick PorterNo need to talloc a temporary box
12 days ago  Nick PorterCast ruby string length to a consistent type
12 days ago  Nick PorterAdd test using float value in mRuby
12 days ago  Nick PorterBetter method of un-marshalling values from mRuby to...
12 days ago  Alan T. DeKokfirst attempt at limiting the source port for %radius...
next