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