<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/ocserv, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-05-08T20:28:27Z</updated>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>ocserv: bump to v1.4.1</title>
<updated>2026-05-06T18:02:11Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2026-04-21T14:10:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e8cdb4bde395fe71ba8583b6d9f3620144cef986'/>
<id>urn:sha1:e8cdb4bde395fe71ba8583b6d9f3620144cef986</id>
<content type='text'>
* Version 1.4.1 (released 2026-02-28)
- [SECURITY] Fixed authentication bypass (medium severity) when using
  certificate authentication with cert-user-oid set to SAN(rfc822name):
  a client presenting a valid CA-signed certificate without the expected
  RFC822 SAN field could authenticate using password credentials alone,
  bypassing the intended certificate-to-username binding. Requires the
  attacker to possess both a valid CA-signed certificate and valid user
  credentials (694)
- The bundled inih was updated to r62.
- The bundled protobuf-c was updated to 1.5.2.
- Fixed a bug where session timeout could be bypassed by reconnecting
  (e.g., closing/opening laptop lid) (599)
- occtl: 'show user' command now includes a 'Session started at:' field,
  indicating when the VPN session was established
- occtl: Fix column misalignment in ban command outputs
- occtl: Fix 'show ip bans' may produce invalid JSON (683)
- Handle dotted client hostnames (e.g., .local) by stripping the domain suffix
- Renamed `min-reauth-time` configuration option to `ban-time` to better reflect
  its purpose (676). This option defines the duration (in seconds) for which
  an IP address is banned after exceeding the maximum allowed `max-ban-score`.
  Default is 300 seconds (5 minutes).
- Fixed ocserv-worker process title
- Fixed ignored udp-port in vhost (612)

* Version 1.4.0 (released 2026-01-04)
- The bundled llhtp was updated to 9.3.0.
- The bundled protobuf-c was updated to 1.5.1.
- Fixed issues with PAM authentication when combined with pam_sssd (618)
- Enhanced the seccomp filters to address issue in testing (627)
- Fixed "unexpected URL" errors for Cisco AnyConnect clients
- Fixed the 'ping-leases' option, which was broken since version 1.1.1
- Fixed maximum MTU tracking in server statistics
- Fixed 'iroute' option processing to handle multiple routes (625)
- Fixed session accounting for roaming users (674)
- occtl: fix invalid JSON output in `occtl -j show iroutes` (661)
- occtl: fix regression with trailing commas in `occtl -j show sessions` (669)
- occtl: fix missing column headers in 'show ip bans' output (677)
- occtl: 'show ip bans' no longer shows expired bans (675)
- Fixed DTLS not working with systemd socket activation (647)
- Fixed a bug in the ban timer logic that could prevent IP addresses
  from being banned or cause premature unbans (678)
- Session statistics are now reported at consistent intervals
  for RADIUS compatibility (630)
- Single form to enter username and password (551)

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>ocserv: adjust with glibc and libcrypt-compat</title>
<updated>2025-07-14T08:40:15Z</updated>
<author>
<name>Konstantin Demin</name>
</author>
<published>2025-07-09T15:08:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=874c65e7ef91853b65eacd766edca87762a65a15'/>
<id>urn:sha1:874c65e7ef91853b65eacd766edca87762a65a15</id>
<content type='text'>
glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.

Signed-off-by: Konstantin Demin &lt;rockdrilla@gmail.com&gt;
</content>
</entry>
<entry>
<title>ocserv: Use default value for log-level in conf</title>
<updated>2024-11-14T12:33:30Z</updated>
<author>
<name>Ryan Keane</name>
</author>
<published>2024-11-14T10:12:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=19d40c8d7a7ecae9e8c8d21ae5ac2d8a6a5f35e9'/>
<id>urn:sha1:19d40c8d7a7ecae9e8c8d21ae5ac2d8a6a5f35e9</id>
<content type='text'>
This commit comments out the `log-level` line in the template
config file to use default value from upstream, default should be 2.

Signed-off-by: Ryan Keane &lt;the.ra2.ifv@gmail.com&gt;
</content>
</entry>
<entry>
<title>ocserv: use a more neutral character for sed</title>
<updated>2024-05-27T05:42:59Z</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
</author>
<published>2024-05-26T15:35:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bd1464db95ef12e00e90da6991d8510b5a431fc6'/>
<id>urn:sha1:bd1464db95ef12e00e90da6991d8510b5a431fc6</id>
<content type='text'>
This resolves a startup issue.

Resolves: #24203

Signed-off-by: Nikos Mavrogiannopoulos &lt;n.mavrogiannopoulos@gmail.com&gt;
</content>
</entry>
<entry>
<title>ocserv: set ipcalc explicitly</title>
<updated>2024-05-06T19:52:30Z</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
</author>
<published>2024-05-06T19:51:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f92bfbddb954e8a27f1a39fd45778b46571a14bd'/>
<id>urn:sha1:f92bfbddb954e8a27f1a39fd45778b46571a14bd</id>
<content type='text'>
This is a mandatory tool for the test suite, but we do not run it.
Fixes compilation.

Signed-off-by: Nikos Mavrogiannopoulos &lt;n.mavrogiannopoulos@gmail.com&gt;
</content>
</entry>
<entry>
<title>ocserv: updated to 1.3.0</title>
<updated>2024-05-06T06:30:19Z</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
</author>
<published>2024-05-06T06:30:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a02a8280c8510032b085780a24f10c204d760ce9'/>
<id>urn:sha1:a02a8280c8510032b085780a24f10c204d760ce9</id>
<content type='text'>
Signed-off-by: Nikos Mavrogiannopoulos &lt;n.mavrogiannopoulos@gmail.com&gt;
</content>
</entry>
<entry>
<title>ocserv: updated config</title>
<updated>2024-02-19T15:36:55Z</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
</author>
<published>2023-09-10T13:49:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6818154a619aeb21eedb64589b48eb4cbfdc00ec'/>
<id>urn:sha1:6818154a619aeb21eedb64589b48eb4cbfdc00ec</id>
<content type='text'>
Signed-off-by: Nikos Mavrogiannopoulos &lt;n.mavrogiannopoulos@gmail.com&gt;
</content>
</entry>
<entry>
<title>ocserv: use better separator for sed</title>
<updated>2024-02-19T15:36:39Z</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
</author>
<published>2023-09-10T13:48:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=246f678c69acef4859e5b329498b275cf1403791'/>
<id>urn:sha1:246f678c69acef4859e5b329498b275cf1403791</id>
<content type='text'>
This prevents clashes with network addresses that
contain '/'.

Resolves: #18589

Signed-off-by: Nikos Mavrogiannopoulos &lt;n.mavrogiannopoulos@gmail.com&gt;
</content>
</entry>
<entry>
<title>ocserv: updated source URL to https</title>
<updated>2024-01-24T09:31:21Z</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
</author>
<published>2024-01-24T09:31:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=48a7b8a57e3793933bd0943863491f88c8e218a9'/>
<id>urn:sha1:48a7b8a57e3793933bd0943863491f88c8e218a9</id>
<content type='text'>
Signed-off-by: Nikos Mavrogiannopoulos &lt;n.mavrogiannopoulos@gmail.com&gt;
</content>
</entry>
</feed>
