Quanah Gibson-Mount
8d9a99b29f
ITS#9515 - Fix .lo file generation during build process
2021-04-01 17:22:45 +00:00
Ondřej Kuzník
ded462bc66
ITS#9515 Apply ITS#9001 changes to datamorph
2021-04-01 10:45:26 +01:00
Howard Chu
94fbd96826
ITS#9513 Change all lutil time structs to use nanoseconds
...
Instead of microseconds
2021-03-31 18:53:50 +00:00
Ondřej Kuzník
e36d1e31c5
ITS#9001 manual changes
2021-03-30 15:46:40 +01:00
Quanah Gibson-Mount
3c62c94b32
ITS#9473 - Fix typo
2021-03-26 19:43:08 +00:00
Ondřej Kuzník
fc4f8b2527
ITS#9473 Add variant overlay
2021-03-26 18:05:30 +00:00
Quanah Gibson-Mount
588fcf2b04
ITS#9472 - Fix typos
2021-03-26 18:05:11 +00:00
Quanah Gibson-Mount
3e6aaeeaf9
ITS##7832 Fix typos
2021-03-26 17:53:54 +00:00
Ondřej Kuzník
c809208d02
ITS#9472 Add datamorph overlay
2021-03-26 16:36:26 +00:00
David Coutadeur
c81bb20711
clean and homogenize ppm files for integration into contrib (issue #7832 !252 )
2021-03-26 15:01:36 +00:00
David Coutadeur
f3975b3f90
Proposing ppolicy extended module for OpenLDAP (issue #7832 )
2021-03-26 15:01:36 +00:00
Quanah Gibson-Mount
d28a933b70
ITS#9471 - Fix typos in previous commit
2021-03-18 21:06:58 +00:00
Ondřej Kuzník
d594ffe902
ITS#9471 Add RBAC overlay to contrib
2021-03-18 19:36:39 +00:00
Quanah Gibson-Mount
c7763538de
ITS#9453 - Make pw argon2 official
2021-03-10 23:21:08 +00:00
Ryan Tandy
455dd54b0b
ITS#9484 Include portable.h in contrib passwd modules
2021-03-02 20:51:09 +00:00
Howard Chu
b57d317fd9
ITS#9478 fix breakage from ITS#9348
2021-02-24 20:09:58 +00:00
Quanah Gibson-Mount
a48d8b4813
ITS#9161 - A few more typo fixes
2021-02-18 20:25:35 +00:00
Quanah Gibson-Mount
ce2c5173bd
ITS#9161 - Fix various typos
...
Fix a number of different typos across the code base
2021-02-17 18:42:46 +00:00
Quanah Gibson-Mount
11e5ba23d5
ITS#7790 - Fix contrib modules for new header name
2021-02-09 17:39:37 +00:00
Quanah Gibson-Mount
efaf9a4a17
Happy New Year!
2021-01-11 19:25:53 +00:00
Ondřej Kuzník
67d005ee65
ITS#9348 Stop using plain strerror()
2020-09-25 12:47:46 +01:00
Quanah Gibson-Mount
f876eac3d2
ITS#9311 - Contrib modules to be singular
2020-08-21 19:34:27 +00:00
Quanah Gibson-Mount
1b3fcd4e75
ITS#9308 - ensure "i" is initialized
2020-08-05 23:06:49 +00:00
Quanah Gibson-Mount
21eef84a49
ITS#9275 -- Update wording to remove slave and master terms, consolidate on provider/consumer
2020-07-18 16:27:04 +00:00
Quanah Gibson-Mount
c06ac436e2
ITS#9235 Merge libldap_r into libldap
2020-07-03 17:23:14 -07:00
Quanah Gibson-Mount
58c978825c
Issue#9020 - Use consistent namespaces for overlays
2020-06-22 20:44:12 +00:00
Quanah Gibson-Mount
2286e2edbc
Issue#9248 - Fix default prefix value
2020-05-31 22:32:53 +00:00
Ryan Tandy
feb6f21d2e
ITS#9203 Remove default values from slapd-pw-argon2.5
...
The defaults vary by crypto library and possibly even version, so it's
not worth trying to keep them accurate.
2020-04-14 09:26:19 -07:00
Ryan Tandy
0ec42b08b4
ITS#9206 Use argon2id default values explicitly
2020-04-14 09:26:19 -07:00
Ryan Tandy
307b06ff40
ITS#9206 Convert libsodium default memlimit to KiB
2020-04-14 09:26:19 -07:00
Ryan Tandy
6485667711
ITS#9206 Initialize libsodium before calling its functions
2020-04-14 09:26:19 -07:00
Peter Marschall
40ce9a46c9
ITS#9206 contrib/passwd/argon2: consolidate libsodium implementation
...
* use 'crypto_pwhash_str_alg(..., crypto_pwhash_ALG_ARGON2ID13)' to set
the algorithm to Argon2.
According to libsodium's documentation, the original 'crypto_pwhash_str()'
only guarantees a "memory-hard, CPU-intensive hash function", but not
necessarily Argon2. Although in released versions of libsodium Argon2 is
the only implemented backend, this may chane in the future.
* multiply the 'memory' parameter by 1024 to align it with the libargon2
implementation. The objective is to have consistent configuration in
OpenLDAP's pw-argon2 module no matter what backend implementation is used.
Signed-off-by: Peter Marschall <peter@adpm.de>
2020-04-14 09:26:19 -07:00
Ryan Tandy
2be4576a0c
ITS#9203 slapd-argon2 -> pw-argon2
...
Based on initial patch by Peter Marschall.
2020-04-14 09:26:19 -07:00
Peter Marschall
5c20342baa
ITS#9203 contrib/passwd/argon2: add manual page
...
Add manual page slapd-pw-argon2.5 and make sure it gets installed.
Signed-off-by: Peter Marschall <peter@adpm.de>
2020-04-14 09:26:19 -07:00
Quanah Gibson-Mount
1a55a5c61b
ITS#9177 - Finish updating migration to latest autoconf and related build tools
2020-04-10 17:44:56 +00:00
Peter Marschall
52fad51dcc
ITS#8628 - contrib/passwd/pbkdf2: new Makefile variables SSL_LIB & SSL_INC
2020-04-01 22:29:10 +00:00
Ryan Tandy
d86caacaa1
ITS#8837 Fix pw-pbkdf2 manpage name to get it installed
2020-03-29 10:00:45 -07:00
Ryan Tandy
d34d2c3945
ITS#8639 Delete LM hash support from smbk5pwd
2020-03-07 16:55:35 +00:00
Ondřej Kuzník
28828e1b40
ITS#9160 OOM handling in contrib
2020-02-07 09:46:52 +00:00
Ondřej Kuzník
af5ed7c6e2
ITS#8575 Accept parameters for hashing new passwords
2020-02-07 09:46:23 +00:00
Ondřej Kuzník
8bb8905b64
ITS#8575 Add a libsodium based implementation
2020-02-07 09:46:23 +00:00
Simon Levermann
7e3822f3bb
ITS#8575 Implement argon2 password hashing as a module
...
This change implements argon2, which won the Password Hashing
Competition (https://password-hashing.net/ ) as a contrib-module in order
to provide a modern password hashing alternative in openldap. The
currently available password hashing algorithms are relatively old, and
modern hardware, especially GPUs can compute quite a few (ranging from
tens of thousands to millions) of hashes per second. Argon2 was designed
to withstand such attacks.
This implementation uses the default work factors used in the argon2
command line client, but the resulting hashes are stored in a way that
would allow retroactive changes to these values, or even exposing them
as configuration in the module.
2020-02-07 09:46:23 +00:00
Quanah Gibson-Mount
d2c9ef8cc4
ITS#7855 - Update config.guess and config.sub for ldapc++ contrib module
...
Update config.guess and config.sub from official upstream project at https://savannah.gnu.org/projects/config/
Specifically in this case, commit 5256817ace8493502ec88501a19e4051c2e220b0 for the date Wed Jan 1 19:36:58 2020 +1100
2020-02-03 19:12:36 +00:00
Quanah Gibson-Mount
f6ad222e41
Happy New Year!
2020-01-09 16:50:21 +00:00
Greg Veldman
3be82f40d5
ITS#9055 Introduce a combined password scheme
2019-10-03 08:41:31 +01:00
Greg Veldman
711a96064e
ITS#9055 Accept previous token
2019-10-03 08:37:03 +01:00
Quanah Gibson-Mount
1d0a96e78a
Revert "ITS#9008 Do the same for contrib Makefiles"
...
This reverts commit 3fa7d3c805
.
2019-05-17 17:03:02 +00:00
Quanah Gibson-Mount
ec2cb12e68
ITS#9010 - Delete back-bdb/back-hdb
...
This commits deletes all references and code for back-bdb and back-hdb.
There is some follow up work still necessary to flush out the admin
guide for back-mdb.
2019-05-13 17:20:28 +00:00
Ondřej Kuzník
3fa7d3c805
ITS#9008 Do the same for contrib Makefiles
2019-04-24 14:59:51 +01:00
Ondřej Kuzník
251ce83d60
ITS#8731 NSSOV is not processable by coccinelle
2019-02-15 16:51:53 +00:00