Module: kamailio
Branch: master
Commit: f9c3c270be33e790402834951c29d65fdf7240b6
URL: https://github.com/kamailio/kamailio/commit/f9c3c270be33e790402834951c29d65…
Author: dilyanpalauzov <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-01-26T09:08:01+01:00
INSTALL: updates to http urls and typo fixes
---
Modified: INSTALL
---
Diff: https://github.com/kamailio/kamailio/commit/f9c3c270be33e790402834951c29d65…
Patch: https://github.com/kamailio/kamailio/commit/f9c3c270be33e790402834951c29d65…
---
diff --git a/INSTALL b/INSTALL
index f1ffba91b1..5aeccba6d3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -67,7 +67,7 @@ Requirements:
gcc >= 2.9x; 3.[12] recommended (it will work with older version
but it might require some options tweaking for best performance)
clang >= version 3.3
-- bison or yacc (Berkley Yacc)
+- bison or yacc (Berkeley Yacc)
- flex
- GNU make (on Linux this is the standard "make", on *BSD and Solaris it is
called "gmake") version >= 3.80 (recommended 3.81).
@@ -181,7 +181,7 @@ OS Notes:
see README of the module you want to use
Kamailio have APT deb repositories that allow you to
install the binaries easily - see the web site for more details:
- - http://kamailio.org
+ - https://kamailio.org
Cygwin (alpha state, partial support)
@@ -332,7 +332,7 @@ are grouped based on Debian packaging rules. For example:
make mode=debug PROFILE=-pg all
- compile only the print module
make modules=modules/print modules
- - compile by default only the print module, in debuging mode and with
+ - compile by default only the print module, in debugging mode and with
profiling:
make cfg modules=modules/print mode=debug PROFILE=-pg
make all
@@ -511,14 +511,14 @@ A) Getting Help
This guide gives you instructions on how to set up the Kamailio
on your box quickly. In case the default configuration does not fly, please
check the documentation at the Kamailio web site
- http://www.kamailio.org to learn how to configure Kamailio for your site.
+ https://www.kamailio.org to learn how to configure Kamailio for your site.
If the documentation does not resolve your problem you may try contacting
our user forum by E-mail at sr-users(a)lists.kamailio.org -- that is the
mailing list of the Kamailio community. To participate in the mailing list,
please subscribe at the following web address:
- https://lists.kamailio.org/cgi-bin/mailman/listinfo
+ https://lists.kamailio.org/
B) Disclaimers
Module: kamailio
Branch: master
Commit: 49c1ae28188c6df2d130a26d4180d1db4538575e
URL: https://github.com/kamailio/kamailio/commit/49c1ae28188c6df2d130a26d4180d1d…
Author: dilyanpalauzov <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-01-26T09:06:02+01:00
.github: typo fixes and updates to mailing lists links
---
Modified: .github/CONTRIBUTING.md
Modified: .github/ISSUE_TEMPLATE/bug_report.md
Modified: .github/ISSUE_TEMPLATE/feature_request.md
---
Diff: https://github.com/kamailio/kamailio/commit/49c1ae28188c6df2d130a26d4180d1d…
Patch: https://github.com/kamailio/kamailio/commit/49c1ae28188c6df2d130a26d4180d1d…
---
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index e7f1a9110c6..2c5d46842b8 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -29,7 +29,7 @@ changes to this document in a pull request.
Kamailio is a community managed project, with developers world wide. Any
contribution to code or documentation is very welcome and appreciated.
-In order to be easily able to track the changes and have a coherent ChangLog
+In order to be easily able to track the changes and have a coherent ChangeLog
and commit history, there are several *rules* required for each contribution.
## Contributing Code Or Content ##
@@ -116,7 +116,7 @@ changes were done.
At the end of the first line some CI flags can be added. Available at this
moment:
- * `[skip ci]` - skip continous integration builds for source code, recommended
+ * `[skip ci]` - skip continuous integration builds for source code, recommended
to be added when updating documentation, example configs or other utilities.
Example:
* `msilo: docs - updated example for m_dump() function [skip ci]`
@@ -270,4 +270,4 @@ released under BSD must be done under BSD as well.
For any question, do not hesitate to contact other developers via mailing list:
- * **[sr-dev [at] lists.kamailio.org](http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-d…
+ * **[sr-dev [at] lists.kamailio.org](https://lists.kamailio.org/mailman3/postorius/lists/sr-…
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 50a94c08bcb..e657ee1a979 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -9,11 +9,11 @@ Kamailio Project uses GitHub Issues only for bugs in the code or feature request
If you have questions about using Kamailio or related to its configuration file, ask on sr-users mailing list:
- * http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
+ * https://lists.kamailio.org/mailman3/postorius/lists/sr-users.lists.kamailio…
If you have questions about developing extensions to Kamailio or its existing C code, ask on sr-dev mailing list:
- * http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
+ * https://lists.kamailio.org/mailman3/postorius/lists/sr-dev.lists.kamailio.o…
Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 539adddc672..2c21427e600 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -9,11 +9,11 @@ Kamailio Project uses GitHub Issues only for bugs in the code or feature request
If you have questions about using Kamailio or related to its configuration file, ask on sr-users mailing list:
- * http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
+ * https://lists.kamailio.org/mailman3/postorius/lists/sr-users.lists.kamailio…
If you have questions about developing extensions to Kamailio or its existing C code, ask on sr-dev mailing list:
- * http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
+ * https://lists.kamailio.org/mailman3/postorius/lists/sr-dev.lists.kamailio.o…
Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.
<!--
Kamailio Project uses GitHub Issues only for bugs in the code or feature requests. Please use this template only for bug reports.
If you have questions about using Kamailio or related to its configuration file, ask on sr-users mailing list:
* http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
If you have questions about developing extensions to Kamailio or its existing C code, ask on sr-dev mailing list:
* http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.
If there is no content to be filled in a section, the entire section can be removed.
You can delete the comments from the template sections when filling.
You can delete next line and everything above before submitting (it is a comment).
-->
### Description
<!--
Explain what you did, what you expected to happen, and what actually happened.
-->
### Troubleshooting
#### Reproduction
<!--
If the issue can be reproduced, describe how it can be done.
-->
#### Debugging Data
<!--
If you got a core dump, use gdb to extract troubleshooting data - full backtrace,
local variables and the list of the code at the issue location.
gdb /path/to/kamailio /path/to/corefile
bt full
info locals
list
If you are familiar with gdb, feel free to attach more of what you consider to
be relevant.
-->
```
(paste your debugging data here)
```
#### Log Messages
<!--
Check the syslog file and if there are relevant log messages printed by Kamailio, add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->
```
(paste your log messages here)
```
#### SIP Traffic
<!--
If the issue is exposed by processing specific SIP messages, grab them with ngrep or save in a pcap file, then add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->
```
(paste your sip traffic here)
```
### Possible Solutions
<!--
If you found a solution or workaround for the issue, describe it. Ideally, provide a pull request with a fix.
-->
### Additional Information
* **Kamailio Version** - output of `kamailio -v`
```
(paste your output here)
```
* **Operating System**:
<!--
Details about the operating system, the type: Linux (e.g.,: Debian 8.4, Ubuntu 16.04, CentOS 7.1, ...), MacOS, xBSD, Solaris, ...;
Kernel details (output of `lsb_release -a` and `uname -a`)
-->
```
(paste your output here)
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3343
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3343(a)github.com>
- Added warning about potential for OS Command Injection
- Updated invalid examples
previous example gives the following error:
pv_parse_spec2(): error searching pvar "rU.txt"
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [x] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x] Each component has a single commit (if not, squash them into one commit)
- [x] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [x] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [x] PR should be backported to stable branches
- [x] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
Misuse of the exec module functions is a security concern. This PR updates the documentation to help Kamailio administrators use these functions securely.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3338
-- Commit Summary --
* exec: docs - added security warning
-- File Changes --
M src/modules/exec/doc/exec_admin.xml (24)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3338.patchhttps://github.com/kamailio/kamailio/pull/3338.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3338
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3338(a)github.com>
<!--
Kamailio Project uses GitHub Issues only for bugs in the code or feature requests. Please use this template only for feature requests.
If you have questions about using Kamailio or related to its configuration file, ask on sr-users mailing list:
* http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
If you have questions about developing extensions to Kamailio or its existing C code, ask on sr-dev mailing list:
* http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.
If you submit a feature request (or enhancement) add the description of what you would like to be added.
If there is no content to be filled in a section, the entire section can be removed.
You can delete the comments from the template sections when filling.
You can delete next line and everything above before submitting (it is a comment).
-->
### Description
<!--
Explain what you did, what you expected to happen, and what actually happened.
-->
### Expected behavior
#### Actual observed behavior
#### Debugging Data
```
(paste your debugging data here)
```
#### Log Messages
<!--
Check the syslog file and if there are relevant log messages printed by Kamailio, add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->
```
(paste your log messages here)
```
#### SIP Traffic
<!--
If the issue is exposed by processing specific SIP messages, grab them with ngrep or save in a pcap file, then add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->
```
(paste your sip traffic here)
```
### Possible Solutions
<!--
If you found a solution or workaround for the issue, describe it. Ideally, provide a pull request with a improvement.
-->
### Additional Information
* **Kamailio Version** - output of `kamailio -v`
```
(paste your output here)
```
* **Operating System**:
<!--
Details about the operating system, the type: Linux (e.g.,: Debian 8.4, Ubuntu 16.04, CentOS 7.1, ...), MacOS, xBSD, Solaris, ...;
Kernel details (output of `uname -a`)
-->
```
(paste your output here)
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3342
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3342(a)github.com>
Module: kamailio
Branch: 5.5
Commit: f7ee24dc4fc3ffb1b6f9e4f73b63f249acd979e3
URL: https://github.com/kamailio/kamailio/commit/f7ee24dc4fc3ffb1b6f9e4f73b63f24…
Author: Henning Westerholt <hw(a)gilawa.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2023-01-25T08:02:01Z
core: fix memory leak related to Require header parsing, this header also need to be freed
(cherry picked from commit 6c372bf644e1c9afa867433e5992e347c8fc4ff6)
(cherry picked from commit 3cc09ff6045c35feef5902e3cea6b313c49e8a77)
---
Modified: src/core/parser/hf.h
---
Diff: https://github.com/kamailio/kamailio/commit/f7ee24dc4fc3ffb1b6f9e4f73b63f24…
Patch: https://github.com/kamailio/kamailio/commit/f7ee24dc4fc3ffb1b6f9e4f73b63f24…
---
diff --git a/src/core/parser/hf.h b/src/core/parser/hf.h
index 8b5dfc9791..6a2d9fdae8 100644
--- a/src/core/parser/hf.h
+++ b/src/core/parser/hf.h
@@ -231,6 +231,7 @@ static inline int hdr_allocs_parse(struct hdr_field* hdr)
case HDR_PROXYAUTH_T:
case HDR_RECORDROUTE_T:
case HDR_REFER_TO_T:
+ case HDR_REQUIRE_T:
case HDR_ROUTE_T:
case HDR_RPID_T:
case HDR_SESSIONEXPIRES_T: