]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2021-04-10  Alan T. DeKokAllow relative attributes in SQL. nested_coding
2021-04-10  Alan T. DeKokmake sql_foo tests depend on rlm_sql.la, too
2021-04-10  Alan T. DeKokremove unused prototypes
2021-04-10  Alan T. DeKokmake sql_pair_list_afrom_str() private
2021-04-09  Alan T. DeKokallow for relative attribute names in files on disk
2021-04-09  Alan T. DeKokinstall process_*.so, too
2021-04-09  Alan T. DeKokcall internal function instead of public one
2021-04-09  Alan T. DeKokif we're recursing into a group, parent is the group...
2021-04-09  Alan T. DeKokallow empty groups
2021-04-09  Alan T. DeKoktemporarily mangle it all onto one line
2021-04-09  Alan T. DeKokupdate count
2021-04-09  Alan T. DeKokrespect the "concat" flag when decoding TLVs
2021-04-09  Alan T. DeKokno need for "tmp" in the name. It's just "append"
2021-04-09  Alan T. DeKokunique errors for unique circumstances
2021-04-09  Alan T. DeKokadd fr_pair_list_from_dcursor() macro
2021-04-09  Alan T. DeKokfix up "debug hex" printing
2021-04-09  Alan T. DeKokallow "concat" for TLV types in RADIUS.
2021-04-09  Alan T. DeKokflags are exclusive
2021-04-09  Alan T. DeKokreset request->module to NULL
2021-04-09  Alan T. DeKokmove debug printing for "receive" to process function
2021-04-09  Alan T. DeKokprint out partial names if we have a parent
2021-04-09  Arran Cudbard... Set the destructor on the gctx we just allocated
2021-04-09  Alan T. DeKokclean up in an attempt to shut up the compiler
2021-04-08  Alan T. DeKokadd tests for encode / decode of digest attributes
2021-04-08  Alan T. DeKokmove code to shut up clang
2021-04-08  Alan T. DeKokallow for PAIR_ENCODE_SKIPPED
2021-04-08  Alan T. DeKokallow encoding of nested Vendor-Specific / Vendor types
2021-04-08  Alan T. DeKokgo to next here, too
2021-04-08  Alan T. DeKokskip the thing we just encoded
2021-04-08  Alan T. DeKokwhoops
2021-04-08  Alan T. DeKokre-run the digest tests if we rebuild radiusd or rlm_digest
2021-04-08  Alan T. DeKokmake it work with nested VPs
2021-04-08  Alan T. DeKokallow non-leaf types to have groups of sub-things
2021-04-08  Alan T. DeKokrework to allow for Vendor = { ... }
2021-04-08  Alan T. DeKokencode leaf types with the fast path
2021-04-08  Alan T. DeKokmove "encode one vsa" to its own routine
2021-04-08  Alan T. DeKokuse current VP after encoding TLVs, not next one
2021-04-08  Alan T. DeKokattributes with 'encrypt=2' can only appear in certain...
2021-04-08  Alan T. DeKokEEXIST is fine in a system with multiple processes.
2021-04-08  Alan T. DeKokdon't split text too much
2021-04-08  Alan T. DeKokdecode RADIUS TLVs as nested pairs.
2021-04-08  Alan T. DeKokremove unused parameter from fr_pair_fprint()
2021-04-08  Alan T. DeKokremove unnecessary comment
2021-04-08  Alan T. DeKokallow the RADIUS encoder to encode nested TLVs
2021-04-08  Alan T. DeKokscale unix time from a number, based on a hint
2021-04-08  Alan T. DeKokdon't use hard-coded numbers
2021-04-07  Arran Cudbard... Need to free the internal dictionary on reset
2021-04-07  Arran Cudbard... See if explicitly freeing the gctx helps
2021-04-07  Arran Cudbard... Guard fr_openssl_free
2021-04-07  Arran Cudbard... We now need at least json-c 0.13 or higher
2021-04-07  Arran Cudbard... Rework dictionary reference counting system
2021-04-07  Arran Cudbard... Reduce noise in JSON code by marking up constant keys...
2021-04-06  Alan T. DeKokinitialize "box"
2021-04-06  Alan T. DeKokdon't use OS-specific error messages in the tests
2021-04-06  Alan T. DeKokjust call fr_value_box_cmp(), and not cond_eval()
2021-04-06  Alan T. DeKokdisallow constant data for "switch"
2021-04-06  Arran Cudbard... There is no "%v" expansion
2021-04-06  Arran Cudbard... Should be const...
2021-04-06  Arran Cudbard... Explicitly freeing the dictionary really isn't required...
2021-04-06  Arran Cudbard... Don't pass PRESENTATION format string data into json-c
2021-04-06  Arran Cudbard... Verify json_object_put always frees the object
2021-04-06  Arran Cudbard... More dictionary fixes
2021-04-06  Alan T. DeKokarguments to "case" MUST be static data
2021-04-06  Arran Cudbard... Ensure the TLS dictionary is freed on exit
2021-04-06  Arran Cudbard... Add individual toggles for asan/lsan/tsan/ubsan in...
2021-04-06  Arran Cudbard... Always need to stop time tracking
2021-04-06  Arran Cudbard... ...and the ctx structure too
2021-04-06  Arran Cudbard... Rename tmpl_cursor_init and tmpl_cursor_clear to tmpl_p...
2021-04-06  Arran Cudbard... Deal with channels being closed on server exit
2021-04-06  Alan T. DeKokcombo-ip and combo-ip-prefix have a special format...
2021-04-06  Alan T. DeKokmark up MSK as being 32 octets in length
2021-04-06  Alan T. DeKokcombo IPv6 is 16 octets, not 17
2021-04-06  Alan T. DeKokadd rule for: make test.unit.condition
2021-04-06  Arran Cudbard... Shouldn't have been comitted
2021-04-06  Arran Cudbard... More efficient way of cleaning up frames
2021-04-06  Arran Cudbard... Ensure stack frame state is freed in a deterministic way
2021-04-06  Arran Cudbard... Fix asserts
2021-04-06  Arran Cudbard... Reset indent to 0 on stopped requests
2021-04-06  Arran Cudbard... Interpret signal marks the request as done
2021-04-06  Arran Cudbard... Exited child should still definitely be in the parent...
2021-04-06  Arran Cudbard... Better assert
2021-04-05  Arran Cudbard... Correctly categorise messages
2021-04-05  Arran Cudbard... Much too chatty
2021-04-05  Arran Cudbard... Use the correct return code
2021-04-05  Arran Cudbard... Not all requests have clients
2021-04-05  Arran Cudbard... Really can't free detached requests here...
2021-04-05  Arran Cudbard... Ensure we don't trash request->packet->code
2021-04-05  Arran Cudbard... Actually need a worker pointer...
2021-04-05  Arran Cudbard... Remove detached requests from the time_order_heap
2021-04-05  Arran Cudbard... Unpick some cross dependencies with detach functions
2021-04-05  Arran Cudbard... Remove assert... these requests really do need to be...
2021-04-05  Arran Cudbard... Typo
2021-04-05  Arran Cudbard... Add explicit request types (external, internal, detached)
2021-04-05  Arran Cudbard... Nothing uses request_state anymore
2021-04-05  Arran Cudbard... Does DHCPv6 now too
2021-04-05  Arran Cudbard... Quiet clang scan
2021-04-05  Arran Cudbard... Treat combo IP address attributes as normal types
2021-04-04  Arran Cudbard... Add type check macros
2021-04-04  Arran Cudbard... Rework xlat code to produce FR_TYPE_NULL boxes
2021-04-03  Alan T. DeKokclean up public APIs
next