<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tools/php-xpass.git/xpass.c, branch feature-dlopen</title>
<subtitle>The master git repository for php-xpass tools</subtitle>
<link rel='alternate' type='text/html' href='https://git.remirepo.net/cgit/tools/php-xpass.git/'/>
<entry>
<title>add --with-xpass-dlopen</title>
<updated>2026-04-16T10:42:56+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@remirepo.net</email>
</author>
<published>2026-04-16T10:42:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.remirepo.net/cgit/tools/php-xpass.git/commit/?id=3abf1f3abbd68a6c0cda07c50a19b93e655744da'/>
<id>3abf1f3abbd68a6c0cda07c50a19b93e655744da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> update PHP License from version 3 to version 4 (BSD-3-Clause)</title>
<updated>2026-04-16T07:35:04+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@remirepo.net</email>
</author>
<published>2026-04-16T07:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.remirepo.net/cgit/tools/php-xpass.git/commit/?id=d464e5221935c8b7b2da3f74db9b8a4e31542ea8'/>
<id>d464e5221935c8b7b2da3f74db9b8a4e31542ea8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add SM3 hash algos available in libxcrypt 4.5</title>
<updated>2026-01-13T10:24:11+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@remirepo.net</email>
</author>
<published>2026-01-13T10:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.remirepo.net/cgit/tools/php-xpass.git/commit/?id=e8edf1395b25ee0dba11a00b666c06280aef440c'/>
<id>e8edf1395b25ee0dba11a00b666c06280aef440c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>xpass: voidify `get_options()`</title>
<updated>2025-12-13T07:07:31+00:00</updated>
<author>
<name>Daniel Scherzer</name>
<email>daniel.e.scherzer@gmail.com</email>
</author>
<published>2025-12-13T06:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.remirepo.net/cgit/tools/php-xpass.git/commit/?id=a7d635afb702594870559d54453ea7b5dcaa760a'/>
<id>a7d635afb702594870559d54453ea7b5dcaa760a</id>
<content type='text'>
This function always returned `true`; removing the return type revealed some
impossible code for handling `false` that could also be removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function always returned `true`; removing the return type revealed some
impossible code for handling `false` that could also be removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>rename constant from XPASS_CRYPT_ to CRYPT_PREFIX_</title>
<updated>2024-09-13T09:47:54+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@remirepo.net</email>
</author>
<published>2024-09-13T09:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.remirepo.net/cgit/tools/php-xpass.git/commit/?id=4d07d6bbb74e7ebe1f95cf2b89ae99aa35a9eeb2'/>
<id>4d07d6bbb74e7ebe1f95cf2b89ae99aa35a9eeb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More bindings (function missing in php)</title>
<updated>2024-09-13T08:13:12+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@remirepo.net</email>
</author>
<published>2024-09-13T08:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.remirepo.net/cgit/tools/php-xpass.git/commit/?id=ef4627a6a618b460cbbea109e3e0522c891be72c'/>
<id>ef4627a6a618b460cbbea109e3e0522c891be72c</id>
<content type='text'>
- add crypt_gensalt(?string $salt = null, int $count = 0): ?string {}
- add crypt_preferred_method(): ?string {}
- add crypt_checksalt(string $salt): int {}

and bump version to 1.1.0-dev (new functions)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add crypt_gensalt(?string $salt = null, int $count = 0): ?string {}
- add crypt_preferred_method(): ?string {}
- add crypt_checksalt(string $salt): int {}

and bump version to 1.1.0-dev (new functions)
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.0.0RC1</title>
<updated>2024-08-28T14:31:59+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@remirepo.net</email>
</author>
<published>2024-08-28T14:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.remirepo.net/cgit/tools/php-xpass.git/commit/?id=74e9e4618200825ddf3dbaa2ed85a32949c89147'/>
<id>74e9e4618200825ddf3dbaa2ed85a32949c89147</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>requires libxcrypt &gt;= 4.4</title>
<updated>2024-08-28T14:16:35+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@remirepo.net</email>
</author>
<published>2024-08-28T14:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.remirepo.net/cgit/tools/php-xpass.git/commit/?id=80fdfd87f89ddf1640b05c561cae74c6fac51472'/>
<id>80fdfd87f89ddf1640b05c561cae74c6fac51472</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>report author/license</title>
<updated>2024-08-27T13:20:12+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@remirepo.net</email>
</author>
<published>2024-08-27T13:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.remirepo.net/cgit/tools/php-xpass.git/commit/?id=284a17d46f865e819f2520da9b536c51ca24d54a'/>
<id>284a17d46f865e819f2520da9b536c51ca24d54a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>start development</title>
<updated>2024-08-27T08:50:21+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@remirepo.net</email>
</author>
<published>2024-08-27T08:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.remirepo.net/cgit/tools/php-xpass.git/commit/?id=d4ff70e6cd95010bbe47f9a5a81a19bdae52e241'/>
<id>d4ff70e6cd95010bbe47f9a5a81a19bdae52e241</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
