]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2024-09-03  Alan T. DeKokadd migration flag for tmpl_require_enum_prefix
2024-09-03  Nick PorterAdd test for DHCPv4 options after Pad Option
2024-09-03  Nick PorterWalk over padding bytes when decoding DHCPv4
2024-09-03  Nick PorterUbuntu 24.04 already uses OpenSSL 3.0
2024-09-03  Nick PorterPacify UBSAN
2024-09-03  Nick PorterConsistent function signature for compile_*
2024-09-03  Nick PorterTypo
2024-09-03  Nick Portergcc doesn't have __has_feature
2024-09-03  Arran Cudbard... Start the very long process of placating ubsan
2024-09-02  Alan T. DeKoktypo
2024-09-02  Alan T. DeKokenable expressions in attribute array indexes
2024-09-02  Alan T. DeKokadd function to evaluate xlat in place, to a type
2024-09-02  Alan T. DeKokadd function to evaluate xlat in place
2024-09-02  Alan T. DeKokremove duplicate casts
2024-09-02  Nick PorterCorrect installation of libstdc++
2024-09-02  Alan T. DeKokempty strings are empty lists
2024-09-02  Alan T. DeKokjust left-pad with zeros on cast from "too small" octet...
2024-09-02  Alan T. DeKokdon't mash RHS to one string return the set
2024-09-02  Alan T. DeKokkey off of state, and not just '&'
2024-09-02  Nick Porter2nd attempt to clean up "set leaf num" API
2024-09-02  Alan T. DeKokRevert "clean up "set leaf num" API"
2024-09-02  Alan T. DeKokupdate tokenizer for tmpl_require_enum_prefix
2024-09-02  Alan T. DeKokhoist "set flag" to before we read the config files
2024-09-02  Alan T. DeKokdon't let the user delete attributes we're looping...
2024-09-02  Alan T. DeKokclean up "set leaf num" API
2024-09-02  Alan T. DeKokcleanups and fixes from previous commit
2024-09-02  Alan T. DeKokjust use function instead of "roll your own" code
2024-09-02  Alan T. DeKokremove unused function
2024-09-02  Alan T. DeKokset_leaf_da() should also set leaf filter
2024-09-02  Arran Cudbard... Revert "Disable -fsanitize=function for htrie functions"
2024-09-02  Arran Cudbard... Disable -fsanitize=function for htrie functions
2024-09-02  Arran Cudbard... htrie callbacks should take a void * as the tree arg...
2024-09-02  Arran Cudbard... Fix compile function signatures
2024-09-02  Arran Cudbard... Just use the latest version of postgresql
2024-09-01  Arran Cudbard... Fire insufficient
2024-09-01  Arran Cudbard... This is an AND, so won't work
2024-09-01  Arran Cudbard... Bump coverity OS
2024-09-01  Arran Cudbard... Kill it with fire?
2024-09-01  Arran Cudbard... Actually add fuzzing as an argument...
2024-09-01  Arran Cudbard... Install libstdc++ when we're fuzzing
2024-09-01  Arran Cudbard... Apparmor is disabled, don't try and install utils
2024-09-01  Arran Cudbard... Fix builds with alternative versions of OpenSSL
2024-09-01  Alan T. DeKokdistinguish usage of "group"
2024-09-01  Alan T. DeKokonly print out top-level list
2024-09-01  Alan T. DeKokadd a bit more debug information
2024-09-01  Alan T. DeKokparse &attr[%{&foo - 1}]
2024-09-01  Alan T. DeKoktrack impure functions separately from pure xlats
2024-09-01  Alan T. DeKokquiet static analyzer
2024-09-01  Alan T. DeKokadd, test, and document &atrr-foo[&attr-num]
2024-09-01  Alan T. DeKokmove "foreach" to use tmpl_attr_set_leaf_num()
2024-09-01  Alan T. DeKokadd prototype
2024-09-01  Alan T. DeKokrevert everything related to attribute leaf indexes
2024-09-01  Alan T. DeKokrevert leaf changes so that they can be made gradually
2024-08-31  Alan T. DeKoktypo
2024-08-31  Alan T. DeKokset ar_num when creating tmpl_attr from list
2024-08-31  Alan T. DeKokRevert "maybe fix the redis test in CI"
2024-08-31  Alan T. DeKokmaybe fix the redis test in CI
2024-08-31  Alan T. DeKokclean up uses of "set leaf num"
2024-08-31  Alan T. DeKokif we're setting a leaf num, ensure the filter type...
2024-08-31  Alan T. DeKokgive warning on 'foreach' not using [*]
2024-08-30  Alan T. DeKokremove "auto", and allow just foreach foo (&bar) {...
2024-08-30  Alan T. DeKokdocument that we can modify attributes
2024-08-30  Alan T. DeKokallow modification of leaf attributes in "foreach"
2024-08-30  Alan T. DeKoklocal variables can't be list refs or request refs
2024-08-30  Alan T. DeKokcompile_children() frees the group on error
2024-08-30  Alan T. DeKokadd 'const'
2024-08-30  Alan T. DeKokdocument new foreach syntax
2024-08-30  Alan T. DeKokcreate and copy local key variable
2024-08-30  Alan T. DeKokdefine local variable via: foreach uint32 foo (......
2024-08-30  Alan T. DeKokparse new syntax for "foreach"
2024-08-29  Nick PorterUse current time rather than packet time in redis_ippoo...
2024-08-29  Nick PorterBoth stop and disable apparmor
2024-08-29  Nick PorterAdd platform to hostapd-cache key
2024-08-29  Nick PorterMove to latest eapol_test release
2024-08-29  Alan T. DeKokwe only use OpenSSL stuff when it's built
2024-08-29  Alan T. DeKokmore "shut up broken compiler"
2024-08-29  Alan T. DeKokadd dbuff macro which initializes output buffers
2024-08-29  Nick Porterlibclang-rt-dev is needed for sanitizers
2024-08-29  Nick PorterUbuntu 24.04 docker image is missing /sbin/ip
2024-08-29  Nick PorterDon't fail if apparmor is not installed
2024-08-29  Nick PorterShell required for run step
2024-08-29  Arran Cudbard... Disable apparmor
2024-08-29  Arran Cudbard... Forward declaration return type should be an enum
2024-08-29  Arran Cudbard... Swap arguments to calloc
2024-08-29  Arran Cudbard... cb goes out of scope...
2024-08-29  Arran Cudbard... Revert "Fix request priorities"
2024-08-29  Arran Cudbard... Fail early means the logs aren't output from configure
2024-08-29  Arran Cudbard... Don't leave a stack marker linked in to the sbuff
2024-08-29  Arran Cudbard... Convince the compiler we know what we're doing
2024-08-28  Arran Cudbard... A BAD DN result is pretty much the same as an empty...
2024-08-28  Arran Cudbard... Print out useful information when starting the LDAP...
2024-08-28  Arran Cudbard... WS
2024-08-28  Arran Cudbard... Fix request priorities
2024-08-28  Alan T. DeKokvariable can't be NULL
2024-08-28  Alan T. DeKokvariable should be static
2024-08-28  Alan T. DeKok"out" can't be NULL
2024-08-28  Alan T. DeKokand regenerate
2024-08-28  Alan T. DeKokmaybe pthread functions are in -lc?
2024-08-28  Arran Cudbard... We need to be built with OpenSSL in order to do SSL...
2024-08-28  Arran Cudbard... Update guess and sub
next