]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
30 hours ago  Alan T. DeKokremove unnecessary code which doesn't do anything any... developer/alandekok master
30 hours ago  Alan T. DeKokrearrange in preparation for encoding unions
32 hours ago  Nick PorterModule trigger names need to start "modules." developer/ndptech
33 hours ago  Nick PorterReport errors from failed SQL queries
34 hours ago  Nick PorterIf no rows are affected output zero
35 hours ago  Nick PorterCopy all instances of Module-Failure-Message to outer...
35 hours ago  Nick PorterUpdate docs from raddb
35 hours ago  Nick PorterTypo
38 hours ago  Nick Porterrlm_ldap doesn't open new connections for each bind
38 hours ago  Nick PorterAdd triggers to rlm_crl
38 hours ago  Nick PorterTimer list is used
2 days ago  Alan T. DeKokadd unions to struct decoder
2 days ago  Alan T. DeKoka union closes its parent struct
2 days ago  Nick PorterSimplify ifdef use
2 days ago  Nick PorterIf the rlm_crl mutex is taken due to CRL fetching,...
2 days ago  Nick PorterAvoid mutex issues in rlm_crl
3 days ago  Alan T. DeKokadd checks for fixed size unions
3 days ago  Alan T. DeKokdon't clear is_known_width field, just force it to...
3 days ago  Alan T. DeKokmove child of union to ATTRIBUTE instead of STRUCT
3 days ago  Nick PorterCapture scope_id populated by fr_socket_bind
3 days ago  Nick PorterDon't throw away discovered IPv4 scope_id
3 days ago  Nick PorterRemove unused code
3 days ago  Alan T. DeKokremove forbid_update and rewrite_update migration flags
3 days ago  Alan T. DeKokremove UPDATE enum
3 days ago  Alan T. DeKokthis is no longer a todo
3 days ago  Alan T. DeKokremove "update" handlers
3 days ago  Alan T. DeKokwe no longer support update
3 days ago  Alan T. DeKokremove tests for "update", and tweak docs
3 days ago  Alan T. DeKokdo not talloc_free() pre-existing dict on error
3 days ago  Nick Portersafe_characters is irrelevant for MySQL / PostgreSQL
3 days ago  Nick PorterSQL-User-Name is nothing to do with escaping now
3 days ago  Nick PorterAdd support for "open_query" option to rlm_sql_postgresql
3 days ago  Nick PorterNormalize SQLite queries
3 days ago  Nick PorterNormalize PostgreSQL schema and queries
3 days ago  Nick PorterNormalize and correct Oracle schema and queries
3 days ago  Nick PorterNormalize and correct MS SQL schema and queries
4 days ago  Alan T. DeKokfix test
4 days ago  Alan T. DeKokregenerate from source
4 days ago  Alan T. DeKokclarify error message and fix test
4 days ago  Alan T. DeKokreset stack properly on BEGIN/END PROTOCOL
4 days ago  Alan T. DeKokwe don't need a dict in each stack frame
4 days ago  Alan T. DeKokclearer error messages
4 days ago  Alan T. DeKokend TEST
4 days ago  Alan T. DeKokminor cleanups
4 days ago  Alan T. DeKokclarify error messages
4 days ago  Alan T. DeKokunion types need a key field, so they must be MEMBERs
4 days ago  Nick PorterModules returning `updated` in authenticate calls shoul...
4 days ago  Nick PorterImprove sample rlm_dpsk config
4 days ago  Nick PorterAdd sample policy for extracting binary MAC address...
4 days ago  Nick PorterCorrect reference
4 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/der.tar
4 days ago  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/cbor.tar
6 days ago  Alan T. DeKokclean up member size checks, and catch more corner...
6 days ago  Alan T. DeKokrename field to more correctly describe it's function
7 days ago  Alan T. DeKokmove struct_finalise to the stack frame
7 days ago  Alan T. DeKokbetter checks for BEGIN / END
7 days ago  Alan T. DeKokput current filename / line into dctx
7 days ago  Nick PorterDon't cause SQL module to fail if sql_user_name expansi...
7 days ago  Nick PorterAdd test of attr_filter where key attribute is missing
7 days ago  Nick PorterMove rlm_attr_filter to use a call_env
7 days ago  Alan T. DeKokaudit errors for fr_strrror_printf_push() versus ifr_st...
7 days ago  Alan T. DeKokmore cleanups
7 days ago  Alan T. DeKokuse macros more often for common things
7 days ago  Alan T. DeKokcheck and enforce PROTOCOL location
7 days ago  Alan T. DeKokclarify checks
7 days ago  Alan T. DeKokno need to smash stack_depth on every iteration
7 days ago  Alan T. DeKokmake unwind() explicit
7 days ago  Alan T. DeKokuse TOP of stack frame, not ROOT
7 days ago  Alan T. DeKokuse name instead of bare 0
8 days ago  Alan T. DeKokrun through the formatter
8 days ago  Alan T. DeKokjust printf, not printf_push
8 days ago  Alan T. DeKokallow STRUCT inside of a BEGIN union-thing
8 days ago  Alan T. DeKokno need to use memcpy
8 days ago  Alan T. DeKokallow 'key=ref' for attributes of type UNION
8 days ago  Alan T. DeKokcheck union type in multiple places
8 days ago  Alan T. DeKokallow union[...] syntax
8 days ago  Alan T. DeKokdefine EXT_KEY, to mirror EXT_REF
8 days ago  Alan T. DeKokdon't print the attribute twice
8 days ago  Alan T. DeKokadd FR_TYPE_UNION
8 days ago  Alan T. DeKokremove many uses of Tmp-*
8 days ago  Alan T. DeKoknotes on MEMBER of type 'struct' with 'clone=ref'
8 days ago  Nick PorterAdd v3.2 dpsk xlat for calculating PMK from SSID and PSK
8 days ago  Nick PorterCorrect debian sid release name
8 days ago  Nick PorterUpdate docs from raddb
8 days ago  Nick PorterAdd rlm_dpsk to docs
8 days ago  Nick PorterAdd sample rlm_dpsk config
8 days ago  Nick PorterAdd rlm_dpsk to RHEL packaging
8 days ago  Nick PorterAdd tests of rlm_dpsk auth
8 days ago  Nick PorterPort rlm_dpsk autz and auth from v3.2.x
8 days ago  Nick PorterAdd alias to make FR DPSK attributes more friendly
8 days ago  Nick PorterAdd internal attributes to support DPSK
9 days ago  Arran Cudbard... Place all md4/md5 functions in a struct and swap the... developer/arr2036
9 days ago  Arran Cudbard... Remove errant exdents
9 days ago  Arran Cudbard... Typo
9 days ago  Arran Cudbard... Fix %internal.encode()
9 days ago  Arran Cudbard... Temporarily disable casting to? from? FR_TYPE_ATTR
9 days ago  Arran Cudbard... Fix tmpl dcursor so that fr_dcursor_head resets the...
10 days ago  Alan T. DeKokredo "fips=no" to "-fips"
10 days ago  Alan T. DeKokRevert "change "fips=no" to "-fips""
10 days ago  Alan T. DeKokjust swap out the function pointer the first time we...
next