]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2024-01-26  Alan T. DeKokencode foreign references
2024-01-26  Alan T. DeKokmake tag limitations more narrow
2024-01-26  Alan T. DeKokallow encoding for foreign options
2024-01-26  Alan T. DeKokexport fr_dict_protocol_t
2024-01-26  Alan T. DeKokencode functions take a "const" list
2024-01-26  Nick PorterRemove unneeded headers
2024-01-26  Nick PorterRemove unused module option
2024-01-26  Nick PorterAlign sqlippool behaviour with redis_ippool
2024-01-26  Nick Portersqlippool_queries don't use SQL-User-Name attribute...
2024-01-26  Nick PorterMore appropriate debug messages
2024-01-26  Nick PorterRemove un-used pool_name
2024-01-26  Nick PorterMore tidying up of sqlippool method names
2024-01-26  Nick PorterReplace mod_accounting with named methods
2024-01-26  Nick PorterBump github cache action version for newer node.js
2024-01-26  Arran Cudbard... Various fixes
2024-01-26  Arran Cudbard... Fix redundant declarations
2024-01-26  Arran Cudbard... Replace vb->safe with vb->safe_for
2024-01-26  Arran Cudbard... Move instantiation functions in rlm_sql
2024-01-25  James JonesMove fr_assert() check of mutex-guarded data after...
2024-01-25  Dimitri PapadopoulosFix typos in src
2024-01-25  Dimitri PapadopoulosUpdate GitHub Actions
2024-01-25  Alan T. DeKokMake foreign dictionary references work.
2024-01-25  Alan T. DeKoktypo
2024-01-25  Dimitri PapadopoulosFix typos in debian
2024-01-25  Dimitri PapadopoulosFix typos in doc
2024-01-25  Dimitri PapadopoulosFix typos in scripts
2024-01-25  Nick PorterCorrect auth vector reference
2024-01-25  James JonesHandle coverity defects in do_xlats() error messages...
2024-01-25  James JonesHoist remaining locks after tests of fr_io_client ht...
2024-01-25  James Jonesmutexes near returns (CID #1551697, #1551698)
2024-01-25  James JonesAdd needed lock/unlock to access t->inst->list (CID...
2024-01-25  Dimitri PapadopoulosChange redhat similarly to debian
2024-01-25  Dimitri PapadopoulosAddress ssues raised durign review
2024-01-25  Dimitri PapadopoulosUpdate URLs: http:// → https://
2024-01-25  James JonesAttempt to keep coverity from being silly (CID #1551707)
2024-01-25  Markus Nikulskiupdate Radius dictionary form Extreme Networks
2024-01-25  Alan T. DeKokadd foreign encoders for RADIUS
2024-01-25  Alan T. DeKokadd encode / decode callbacks for dictionaries
2024-01-25  Alan T. DeKokadd radclient-ng, and allow it to be used in tests
2024-01-25  Alan T. DeKokmove client programs to new API
2024-01-25  Alan T. DeKokuse better names
2024-01-25  Alan T. DeKoktypo
2024-01-25  Alan T. DeKokensure that decode_ctx->request_authenticator is initia...
2024-01-25  Alan T. DeKokthe expected result should be listed first
2024-01-25  Alan T. DeKokhoist reply checks to core code
2024-01-25  Nick PorterAdd libfreeradius-bio.so to Debian packaging
2024-01-25  Alan T. DeKokremove erroneous assert. should help with #5276
2024-01-25  Alan T. DeKokuse length from struct instead of talloc_array_length
2024-01-25  Alan T. DeKokstart removing duplicate APIs
2024-01-25  Alan T. DeKokmove to using request_authenticator for encode, too
2024-01-25  Alan T. DeKokmove to using decode_ctx for public APIs, v2
2024-01-25  Alan T. DeKoktypo
2024-01-25  Alan T. DeKokRevert "move to using decode_ctx for public APIs."
2024-01-25  Alan T. DeKokinitialize rcode
2024-01-24  Arran Cudbard... Rename ldap escape and unescape xlats...
2024-01-24  Arran Cudbard... Merge ERX/Unisphere, nuke ERX
2024-01-24  Alan T. DeKokclean up duplicate APIs
2024-01-24  Alan T. DeKokmove to using decode_ctx for public APIs.
2024-01-24  Alan T. DeKokwhitespace
2024-01-24  Alan T. DeKokremove unnecessary "break"
2024-01-24  Alan T. DeKokadd basic test for proxying
2024-01-24  Nick PorterAdd test for [*] filter in files comparison
2024-01-24  Nick PorterUse tmpl_dcursor in radius_lecacy_map_cmp
2024-01-24  Alan T. DeKokbind to unix sockets correctly for ACCEPT
2024-01-24  Alan T. DeKokmore sanity checks so that files are only connected...
2024-01-24  Alan T. DeKokmove to run-time error instead of build error
2024-01-24  Alan T. DeKokpass original vector to verify / sign
2024-01-24  Nick Porter.diff files can have trailing whitespace
2024-01-24  Nick PorterFix debian packaging patch file
2024-01-24  Nick Porterws
2024-01-24  Nick PorterInitialise the correct member
2024-01-24  Arran Cudbard... Quiet compiler warning
2024-01-24  Arran Cudbard... Allow the OID of a pair to be printed
2024-01-23  Arran Cudbard... Use better type to hash/trie/rb mappings
2024-01-23  Arran Cudbard... Fix integer (and other) comparisons for switch
2024-01-23  Alan T. DeKokaddress coverity issues
2024-01-23  Alan T. DeKokallow domain sockets to be opened as root
2024-01-23  Alan T. DeKokremove old / unused commented-out config items
2024-01-23  Alan T. DeKokmake reply checks more stringent
2024-01-23  Alan T. DeKokremove unused macro
2024-01-23  Alan T. DeKokmove to using bios for at least part of the control...
2024-01-23  Nick PorterRemove setting of Message-Success-Message from sqlippool
2024-01-23  Alan T. DeKokuse new defs
2024-01-23  Alan T. DeKoksplit encode / decode context into two different fields
2024-01-23  Alan T. DeKokallow opening /dev/stdout and /dev/stderr
2024-01-23  Alan T. DeKokLinux has AF_FILE==AF_LOCAL
2024-01-23  Alan T. DeKokadd support for file IO in bios
2024-01-23  Alan T. DeKokuse AF_LOCAL, as AF_UNIX is deprecated
2024-01-23  Alan T. DeKokjust call write()
2024-01-23  Alan T. DeKokadd cfg to alloc routine, too
2024-01-23  Alan T. DeKok<sigh>
2024-01-23  Alan T. DeKokmight as well cache cfg, too
2024-01-23  Alan T. DeKoktry to quiet the static analyzer
2024-01-23  Alan T. DeKokdon't return things which are missing in NDEBUG builds
2024-01-23  Alan T. DeKokthis is unused
2024-01-23  Alan T. DeKokonly need this for debug builds
2024-01-23  Alan T. DeKokshut up stupid compiler
2024-01-23  Alan T. DeKokmore quiet static analysis
2024-01-23  Alan T. DeKokand more build fixes
2024-01-23  Arran Cudbard... ...and RPM fixes
next