]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2021-11-17  Alan T. DeKokparse only as much as necessary for IP addresses and...
2021-11-17  Alan T. DeKokadd rules for ip addresses, hostnames, and prefixes
2021-11-17  Alan T. DeKokwe don't need host name lookups
2021-11-17  Alan T. DeKokinet_pton() on OSX doesn't accept "127.0" as 127.0.0.0
2021-11-17  Alan T. DeKokstart of calculation and comparison API
2021-11-16  Alan T. DeKokfix typo: left not right
2021-11-16  Alan T. DeKokuse correct name
2021-11-16  Alan T. DeKokmove "parse type + value" into common function
2021-11-16  Alan T. DeKokensure tokens table are the correct size
2021-11-16  Alan T. DeKokadd more data types to "cast to bool"
2021-11-16  Alan T. DeKokT_HASH is the end of equality operators
2021-11-14  Alan T. DeKokadd function to insert list after another one
2021-11-14  Alan T. DeKokbetter error messages for inline attribute editing
2021-11-14  Alan T. DeKokadd fr_edit_list_free_children()
2021-11-13  Alan T. DeKok"edit value then delete" gets moved to the tail of...
2021-11-13  Alan T. DeKokadd insert/delete tests
2021-11-13  Alan T. DeKokadd "edit value then delete" tests
2021-11-13  Alan T. DeKokre-init the deleted pairs list on abort
2021-11-13  Alan T. DeKokdon't re-insert edit structure on "value then delete"
2021-11-13  Alan T. DeKokadd replace_value() and tweak API
2021-11-13  Alan T. DeKokadd hint for edit list size
2021-11-13  Alan T. DeKokif we free on abort, we might as well make commit into...
2021-11-12  Alan T. DeKokno need to call talloc_free() after aborting the edits
2021-11-12  Terry BurtonScheduled fuzzing: Merge and push pack the corpus ...
2021-11-12  Alan T. DeKokremove dead store
2021-11-12  Alan T. DeKokwe can't edit values of structural pairs
2021-11-12  Alan T. DeKokinsert_after tests
2021-11-12  Alan T. DeKokminor notes
2021-11-12  Alan T. DeKokdon't free VP, pair_delete() does that
2021-11-12  Alan T. DeKokrearrange / rename API, and add fr_edit_list_replace()
2021-11-12  Alan T. DeKokremove INSERT_BEFORE, and update API
2021-11-12  Alan T. DeKokwe only need INSERT as insert after
2021-11-12  Alan T. DeKoktry to shut up clang scan
2021-11-12  Alan T. DeKokadd edit lists and tests
2021-11-12  Alan T. DeKokfunctions return fr_pair_t*, not void*
2021-11-12  Alan T. DeKokcheck correct variable, and allow "pos" to be NULL
2021-11-12  Arran Cudbard... Tidy up ephemeral module_ctx_t struct creation
2021-11-11  Arran Cudbard... Correct fix for rlm_sql_cassandra
2021-11-11  Arran Cudbard... Unbound needs the inst name for xlats
2021-11-11  Arran Cudbard... Sync up module and instance data name
2021-11-11  Arran Cudbard... Fix arguments to cassandra
2021-11-11  Arran Cudbard... Use correct mctx fields in rlm_rest
2021-11-11  Arran Cudbard... Mark command_encode_dns_labels as nonnull
2021-11-11  Arran Cudbard... Use structures to pass arguments to instantiation and...
2021-11-10  Arran Cudbard... Keep a pointer to the module instance in the thread...
2021-11-10  Arran Cudbard... Remove mctx->instance
2021-11-10  Alan T. DeKokuse appropriate error functions
2021-11-10  Arran Cudbard... Pass the private version of dl_inst down in the mctx
2021-11-10  James JonesMake TEST_CHECK_*() macros display stringified _got...
2021-11-10  James JonesConditionalize the definition of ALLOC_REQ() (#4309)
2021-11-09  Alan T. DeKokshut up compiler
2021-11-09  Alan T. DeKokbe a bit more forgiving around registering xlats
2021-11-09  Alan T. DeKokno need to cache CONF_SECTION
2021-11-09  Alan T. DeKokno need to print the name
2021-11-09  Alan T. DeKokadd 'const' here, too
2021-11-09  Alan T. DeKokadd 'const'
2021-11-09  Alan T. DeKokremove rlm_ldap_t from fr_ldap_thread_t
2021-11-09  Alan T. DeKokremove unnecessary pointer indirection, and make config...
2021-11-09  Alan T. DeKokno need to call it mod_instantiate()
2021-11-09  Alan T. DeKokremove unused prototype
2021-11-09  James JonesRemove redundant comparisons (#4307)
2021-11-09  Matthew Newtonmake sure we catch 0 iterations in the $PBKDF2$......
2021-11-09  James JonesWorking trunk tests (#4306)
2021-11-08  Alan T. DeKokdon't bother using "rlm_" prefixes everywhere. They...
2021-11-08  Alan T. DeKokuse inst->name where possible
2021-11-08  Alan T. DeKokthese are just EAP things, and are common across all...
2021-11-08  Alan T. DeKokremove LOG_PREFIX_ARGS, and just use LOG_PREFIX everywhere
2021-11-08  Alan T. DeKokuse inst->name instead of dl_module_instance_name_by_data()
2021-11-08  Alan T. DeKokuse static name with log_prefix and ID
2021-11-08  Alan T. DeKokunify to inst->name, instead of inst->xlat_name
2021-11-07  Alan T. DeKokshut up compiler
2021-11-07  Alan T. DeKokreturn on error
2021-11-06  Arran Cudbard... Revert "Remove hot branch in rbtree find_node"
2021-11-06  Arran Cudbard... Remove hot branch in rbtree find_node
2021-11-06  Arran Cudbard... Suppress lgtm weak crypto warning
2021-11-05  Arran Cudbard... Include dhcpv6 state machine options to control status...
2021-11-05  Arran Cudbard... Add idx versions of pair_find functions
2021-11-05  Arran Cudbard... Update test now we don't send status by default
2021-11-05  Arran Cudbard... Information requests are not directed
2021-11-05  Arran Cudbard... Don't add status on success
2021-11-05  Alan T. DeKokcache align TCP packets, too
2021-11-05  Alan T. DeKokremove unused functions
2021-11-05  Alan T. DeKokcache align UDP messages
2021-11-05  Alan T. DeKokCPU cache line sizes are generally 64 bytes
2021-11-05  Arran Cudbard... Revert "Pass dict root not dicts..."
2021-11-05  Arran Cudbard... Pass dict root not dicts...
2021-11-05  Arran Cudbard... Pass in protocol specific dictionaries to the packet...
2021-11-04  Arran Cudbard... Invert args
2021-11-04  Arran Cudbard... special free function
2021-11-04  Arran Cudbard... We apparently don't cache this anymore
2021-11-04  Arran Cudbard... singular not plaural
2021-11-04  Arran Cudbard... Include our talloc header here
2021-11-04  Arran Cudbard... Typo
2021-11-04  Arran Cudbard... Aruba dict updates closes #4297
2021-11-04  Arran Cudbard... ...one more
2021-11-04  Arran Cudbard... ...and another
2021-11-04  Arran Cudbard... Should be signed
2021-11-04  Arran Cudbard... Move talloc header
2021-11-04  Arran Cudbard... Copy interface id back if it was included
2021-11-04  Arran Cudbard... Fix various dumb issues
next