summaryrefslogtreecommitdiff
path: root/src/util/virfirewall.c
Commit message (Expand)AuthorAgeFilesLines
* util: Update format strings in translated messages (part 2)Jiri Denemark2023-04-011-2/+2
* util: don't use virFirewallRuleToString() to log the rule being appliedLaine Stump2022-08-241-6/+5
* util: make virFirewallRuleToString() globalLaine Stump2022-08-241-5/+8
* util: remove unused function virFirewallApplyRuleFirewallD()Laine Stump2022-08-241-10/+0
* util: Remove unused includesPeng Liang2022-06-161-1/+0
* tools: Use automatic mutex managementTim Wiederhake2022-02-111-9/+4
* util: remove virFirewallOnceInit()Laine Stump2021-12-131-15/+1
* util: remove currentBackend from virfirewall.cLaine Stump2021-12-131-48/+2
* util: remove check for iptables binary during virFirewallInitLaine Stump2021-12-131-25/+0
* util: move and rename virFirewallBackendSynchronize()Laine Stump2021-12-131-43/+0
* util: simplify virFirewallBackendSynchronize()Laine Stump2021-12-131-20/+34
* util: eliminate pointless switch in virFirewallApplyRuleLaine Stump2021-12-131-24/+1
* lib: Drop intermediary return variablesMichal Privoznik2021-10-251-5/+1
* lib: Use $PROG instead of $PROG_PATHMichal Privoznik2021-09-211-4/+4
* util: alloc: Reimplement VIR_APPEND_ELEMENT_COPY using virAppendElementPeter Krempa2021-08-061-6/+2
* virfirewall: use virFindFileInPath instead of virFileIsExecutablePavel Hrdina2021-04-211-1/+3
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-43/+42
* Do not check return value of VIR_EXPAND_NJiri Denemark2021-03-221-2/+1
* Do not check return value of VIR_RESIZE_NJiri Denemark2021-03-221-4/+1
* virFirewallApply: Fix possible NULL dereference on errorPeter Krempa2021-03-051-2/+6
* virfirewall: Remove impossible OOM error reportingPeter Krempa2021-03-021-9/+1
* virfirewall: virFirewallAddRuleFullV: Remove OOM check from VIR_APPEND_ELEMENTPeter Krempa2021-03-021-13/+6
* virfirewall: Remove OOM checks from virFirewallStartTransactionPeter Krempa2021-03-021-10/+3
* virfirewall: Don't check OOM in ADD_ARG macroPeter Krempa2021-03-021-17/+3
* Replace virStringSplit with g_strsplitPeter Krempa2021-02-111-1/+1
* util: replace VIR_FREE with g_free in all vir*Free() functionsLaine Stump2021-02-051-8/+8
* lib: Replace VIR_AUTOSTRINGLIST with GStrvMichal Privoznik2020-12-021-1/+1
* util: call iptables directly rather than via firewalldLaine Stump2020-11-241-2/+11
* util: synchronize with firewalld before we start calling iptables directlyLaine Stump2020-11-241-0/+30
* util: always check for ebtables/iptables binaries, even when using firewalldLaine Stump2020-11-241-30/+26
* util/tests: enable locking on iptables/ebtables commandlines by defaultLaine Stump2020-11-241-61/+3
* util/tests: enable locking on iptables/ebtables commandlines in unit testsLaine Stump2020-11-241-0/+6
* util: firewall: use g_new0Ján Tomko2020-10-061-6/+3
* Move debug statements after declarationsJán Tomko2020-08-251-1/+2
* util: use g_auto() for all virBuffersLaine Stump2020-07-081-1/+1
* Remove virutil.h where possibleJán Tomko2020-02-241-1/+0
* Use g_strdup_vprintf() instead of virVasprintf() everywhereMichal Privoznik2019-11-121-6/+2
* util: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-2/+1
* util: Use consistent error preservation and restoration callsJohn Ferlan2019-10-161-2/+4
* Use g_autoptr instead of VIR_AUTOPTRJán Tomko2019-10-161-3/+3
* Use g_autofree instead of VIR_AUTOFREEJán Tomko2019-10-161-5/+5
* Use G_N_ELEMENTS instead of ARRAY_CARDINALITYJán Tomko2019-10-151-1/+1
* Always put _LAST enums on second line of VIR_ENUM_IMPLCole Robinson2019-04-111-1/+2
* util: Don't include 'viralloc.h' into other header filesPeter Krempa2019-04-101-0/+1
* util: string: Use VIR_AUTOSTRINGLIST instead of VIR_AUTOPTR(virString)Peter Krempa2019-03-041-1/+1
* Require a semicolon for VIR_ONCE_GLOBAL_INIT callsCole Robinson2019-02-031-1/+1
* Require a semicolon for VIR_ENUM_IMPL callsCole Robinson2019-02-031-1/+2
* Require a semicolon to VIR_ENUM_DECL callsCole Robinson2019-02-031-1/+1
* util: move all firewalld-specific stuff into its own filesLaine Stump2019-02-011-82/+4
* util: pass layer into firewall query callbackDaniel P. Berrangé2019-01-291-1/+1