]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
3 hours ago  Alan T. DeKokmove encode_keyed_struct() to its own function developer/alandekok master
3 hours ago  Alan T. DeKokmove encode_tlv() to child function
8 hours ago  Gerald Vogtrun dir is moved to /run (#5636)
8 hours ago  Gerald VogtUse of MemoryLimit is deprecated (#5638)
18 hours ago  Alan T. DeKokmove generic encode / decode to encode.c and decode.c
18 hours ago  Alan T. DeKoktweak loop, so that there are fewer checks inside of...
18 hours ago  Alan T. DeKokuse generic encoder
19 hours ago  Alan T. DeKokmore use macros instead of hard-coded field checks
26 hours ago  Alan T. DeKokuse macros in more cases
26 hours ago  Alan T. DeKokadd new macros for length=uint8/16 and use them in...
26 hours ago  Alan T. DeKokbetter checks for parent / child lengths
26 hours ago  Alan T. DeKokdon't assert if we fail to instantiate the dictionaries
26 hours ago  Alan T. DeKokcreate and use generic decode_value() function
32 hours ago  Alan T. DeKokmake flags.length 16 bits
3 days ago  Alan T. DeKokremove unnecessary code which doesn't do anything any...
3 days ago  Alan T. DeKokrearrange in preparation for encoding unions
3 days ago  Nick PorterModule trigger names need to start "modules." developer/ndptech
3 days ago  Nick PorterReport errors from failed SQL queries
3 days ago  Nick PorterIf no rows are affected output zero
3 days ago  Nick PorterCopy all instances of Module-Failure-Message to outer...
3 days ago  Nick PorterUpdate docs from raddb
3 days ago  Nick PorterTypo
3 days ago  Nick Porterrlm_ldap doesn't open new connections for each bind
3 days ago  Nick PorterAdd triggers to rlm_crl
3 days ago  Nick PorterTimer list is used
4 days ago  Alan T. DeKokadd unions to struct decoder
4 days ago  Alan T. DeKoka union closes its parent struct
4 days ago  Nick PorterSimplify ifdef use
4 days ago  Nick PorterIf the rlm_crl mutex is taken due to CRL fetching,...
4 days ago  Nick PorterAvoid mutex issues in rlm_crl
5 days ago  Alan T. DeKokadd checks for fixed size unions
5 days ago  Alan T. DeKokdon't clear is_known_width field, just force it to...
5 days ago  Alan T. DeKokmove child of union to ATTRIBUTE instead of STRUCT
5 days ago  Nick PorterCapture scope_id populated by fr_socket_bind
5 days ago  Nick PorterDon't throw away discovered IPv4 scope_id
5 days ago  Nick PorterRemove unused code
5 days ago  Alan T. DeKokremove forbid_update and rewrite_update migration flags
5 days ago  Alan T. DeKokremove UPDATE enum
5 days ago  Alan T. DeKokthis is no longer a todo
5 days ago  Alan T. DeKokremove "update" handlers
5 days ago  Alan T. DeKokwe no longer support update
5 days ago  Alan T. DeKokremove tests for "update", and tweak docs
5 days ago  Alan T. DeKokdo not talloc_free() pre-existing dict on error
5 days ago  Nick Portersafe_characters is irrelevant for MySQL / PostgreSQL
5 days ago  Nick PorterSQL-User-Name is nothing to do with escaping now
5 days ago  Nick PorterAdd support for "open_query" option to rlm_sql_postgresql
5 days ago  Nick PorterNormalize SQLite queries
5 days ago  Nick PorterNormalize PostgreSQL schema and queries
5 days ago  Nick PorterNormalize and correct Oracle schema and queries
5 days ago  Nick PorterNormalize and correct MS SQL schema and queries
6 days ago  Alan T. DeKokfix test
6 days ago  Alan T. DeKokregenerate from source
6 days ago  Alan T. DeKokclarify error message and fix test
6 days ago  Alan T. DeKokreset stack properly on BEGIN/END PROTOCOL
6 days ago  Alan T. DeKokwe don't need a dict in each stack frame
6 days ago  Alan T. DeKokclearer error messages
6 days ago  Alan T. DeKokend TEST
6 days ago  Alan T. DeKokminor cleanups
6 days ago  Alan T. DeKokclarify error messages
6 days ago  Alan T. DeKokunion types need a key field, so they must be MEMBERs
6 days ago  Nick PorterModules returning `updated` in authenticate calls shoul...
6 days ago  Nick PorterImprove sample rlm_dpsk config
6 days ago  Nick PorterAdd sample policy for extracting binary MAC address...
6 days ago  Nick PorterCorrect reference
6 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/der.tar
6 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/cbor.tar
8 days ago  Alan T. DeKokclean up member size checks, and catch more corner...
8 days ago  Alan T. DeKokrename field to more correctly describe it's function
9 days ago  Alan T. DeKokmove struct_finalise to the stack frame
9 days ago  Alan T. DeKokbetter checks for BEGIN / END
9 days ago  Alan T. DeKokput current filename / line into dctx
9 days ago  Nick PorterDon't cause SQL module to fail if sql_user_name expansi...
9 days ago  Nick PorterAdd test of attr_filter where key attribute is missing
9 days ago  Nick PorterMove rlm_attr_filter to use a call_env
9 days ago  Alan T. DeKokaudit errors for fr_strrror_printf_push() versus ifr_st...
9 days ago  Alan T. DeKokmore cleanups
9 days ago  Alan T. DeKokuse macros more often for common things
9 days ago  Alan T. DeKokcheck and enforce PROTOCOL location
9 days ago  Alan T. DeKokclarify checks
9 days ago  Alan T. DeKokno need to smash stack_depth on every iteration
9 days ago  Alan T. DeKokmake unwind() explicit
9 days ago  Alan T. DeKokuse TOP of stack frame, not ROOT
9 days ago  Alan T. DeKokuse name instead of bare 0
10 days ago  Alan T. DeKokrun through the formatter
10 days ago  Alan T. DeKokjust printf, not printf_push
10 days ago  Alan T. DeKokallow STRUCT inside of a BEGIN union-thing
10 days ago  Alan T. DeKokno need to use memcpy
10 days ago  Alan T. DeKokallow 'key=ref' for attributes of type UNION
10 days ago  Alan T. DeKokcheck union type in multiple places
10 days ago  Alan T. DeKokallow union[...] syntax
10 days ago  Alan T. DeKokdefine EXT_KEY, to mirror EXT_REF
10 days ago  Alan T. DeKokdon't print the attribute twice
10 days ago  Alan T. DeKokadd FR_TYPE_UNION
10 days ago  Alan T. DeKokremove many uses of Tmp-*
10 days ago  Alan T. DeKoknotes on MEMBER of type 'struct' with 'clone=ref'
10 days ago  Nick PorterAdd v3.2 dpsk xlat for calculating PMK from SSID and PSK
10 days ago  Nick PorterCorrect debian sid release name
10 days ago  Nick PorterUpdate docs from raddb
10 days ago  Nick PorterAdd rlm_dpsk to docs
10 days ago  Nick PorterAdd sample rlm_dpsk config
next