Don't do any decoding on the password field (#163)
bendem
2022-08-18 02:44:43 +0200
43bac58990Add support of argon2i & argon2id password hash types
1.2.6.4
Benjamin Renard
2022-04-27 14:43:14 +0200
9488fe2ed7Avoid passing a null value to PHP functions where another type is expected.
Patrick Monnerat
2022-06-01 17:25:34 +0200
5e9b95f9a8Avoid 32-bit signed integer overflow in Blowfish computations.
Patrick Monnerat
2022-06-01 00:49:54 +0200
aeebf3faa6Replace calls to strftime() by calls to date().
Patrick Monnerat
2022-05-31 01:06:35 +0200
b035e8a0f4Do not use function is_resource().
Patrick Monnerat
2022-05-30 20:13:04 +0200
f129579f45Adapt app_error_handler() to PHP 8.
Patrick Monnerat
2022-01-15 11:10:11 +0100
c90dc06af2Rename class Attribute to PLAAttribute.
Patrick Monnerat
2022-01-14 07:29:20 +0100
3a75a32100Mandatory function arguments must be listed before optional ones.
Patrick Monnerat
2022-01-14 01:41:19 +0100
3ec9c23d58Do not call get_magic_quote_gpc() when running in PHP version >= 5.4.
Patrick Monnerat
2022-01-14 01:04:56 +0100
857f0c539csanity-fix: gettext and session mod check
KuhnChris
2022-02-11 14:52:02 +0000
97eed9d9cdPrevent strftime overflow on 32 bit systems
Andrés Maldonado
2022-03-21 19:08:04 +0100
181a57586cRemove some old PLA
Deon George
2021-12-11 00:18:07 +1100
10a2d2161bStart of using Attribute objects, rendering jpegphoto
Deon George
2021-12-10 22:39:09 +1100
d4cae5065bUpdated version to 1.2.6.3
1.2.6.3
Deon George
2021-12-12 13:35:51 +1100
386d6ab83bFix syntax error created by a0de69b - thanks to Bert Van de Poel for testing this and identifying the error
Deon George
2021-12-12 13:25:28 +1100
dabca67fc8Updated directorytree/ldaprecord-laravel to v2
Deon George
2021-12-10 17:31:03 +1100
a80a2725bcStart of using Attribute objects, rendering jpegphoto
Deon George
2021-12-08 23:26:12 +1100
2ccc1d3b83Framework update and updates from other projects,remove leenooks/laravel
Deon George
2021-12-03 13:36:25 +1100
88eb35a567Some CSS fixes, to fix rendering the sitemap when the sidebar is collapsed
Deon George
2021-03-08 09:52:08 +1100
0b867abbacReorganise docker CI configuration
Deon George
2021-03-02 23:16:19 +1100
48131c1b4eFix showing DN icon for RootDSE, fix readme git clone
Deon George
2021-03-02 22:19:00 +1100
851010d6d5Add icons for each DN based on objectClass
Deon George
2020-09-23 22:14:38 +1000
2a099e2dc4Move getBaseDN to Entry class, some cleanup
Deon George
2020-09-21 22:20:59 +1000
4ef074fac4More unit testing, setup for localisation
Deon George
2020-09-20 23:29:22 +1000
902330e734Added home screen note, renamed custom login note to html
Deon George
2020-09-19 00:35:29 +1000
cec8775f8eComposer updates
Deon George
2020-09-19 00:13:50 +1000
d20a17d3feAdded server info
Deon George
2020-09-19 00:08:00 +1000
db61e0d1ceLogin validation, user profile icon
Deon George
2020-09-15 22:40:32 +1000
c549d28340Change query() to children() - expose hassuborinates
Deon George
2020-09-14 21:08:55 +1000
1ebdffa358Fixes for testing now that we are using directorytree/ldaprecord-laravel
Deon George
2020-09-13 23:48:28 +1000
15ff508429Swap out adldap2/adldap2 for directorytree/ldaprecord-laravel
Deon George
2020-09-13 23:41:26 +1000
f323be3d7fStart on fetching DN from server
Deon George
2020-09-13 21:30:04 +1000
130ae005a3Added Architect UI
Deon George
2020-09-06 09:46:27 +1000
e89b4d3287Updated composer dependancies
Deon George
2020-09-06 21:01:37 +1000
7a195bb844Improved tree rendering
Deon George
2020-09-01 00:13:27 +1000
6620b9147eAPI query and CI to build the docker demo image Remove unused CI, removed some debugging for the demo
Deon George
2020-08-31 21:41:45 +1000
de4fa04d3bStart of tree being rendered by API/AJAX calls
Deon George
2020-08-27 22:46:07 +1000
1e3e4b2196Setup CI testing
Deon George
2020-08-23 12:30:18 +1000
f3282bed38Framework upgrade to Laravel 7
Deon George
2020-08-23 11:37:08 +1000
f8717480fdCSS/JS updates, initial page rendering
Deon George
2020-08-22 22:26:06 +1000
4c90ce11f2Initial login working
Deon George
2020-08-20 22:33:13 +1000
ed7087c802Initial Laravel Base
Deon George
2019-05-14 17:52:49 +1000
1d26d435c2Special character issue in password - closes#104
Deon George
2021-12-10 16:14:04 +1100
a0de69bd58foreach error in lib_ldap_pla.php:checkUniqueAttrs when uidpool is turned on - closes#20
Deon George
2021-12-10 16:05:01 +1100
a8c9abe22bAdd option to list available password types - closes#143
EtienneBarbier
2021-12-01 14:10:16 +0100
1c7340ce48Correct incorrent mixing of tabs and spaces. All code (including code originating from the blowfish PR) now correctly use tabs. Spaces are only used for alignment in comments where necessary.
Bert Van de Poel
2021-04-23 11:25:51 +0200
24ce5d5833Replace salt function with a more modern, cryptographically secure pseudo-random method Set minimum PHP version to 7.0.0 for random_bytes
Bert Van de Poel
2021-04-24 03:33:50 +0200
fe3798f8ecModernize sha1 and md5 password hash and check functions: remove unnecessary pack, no longer use very old fallbacks, and use random_salt
Bert Van de Poel
2021-04-24 03:34:42 +0200
1a09e4ff3cModernize sha512 hash code: replace openssl_digest with the generic hash function, remove check no longer necessary in minimum version
Bert Van de Poel
2021-04-24 03:48:49 +0200
bc1691f5d2Add hash support for ssha512
Bert Van de Poel
2021-04-24 04:02:56 +0200
54bb4743aaAdd hash support for salted and non-salted sha256 and sha384 (therefore adding full support for all hashes in the sha2 openLDAP module)
Bert Van de Poel
2021-04-25 01:32:10 +0200
46cc4a1b13Take into account empty arguments
Franky Van Liedekerke
2020-12-03 22:59:13 +0100
45aa1e5208Added script comment for the Autofill A flag
Maarten
2020-10-05 13:54:37 +0200
02b047c1f5Bug fix: typo in regex
Maarten
2020-10-05 13:53:46 +0200
6d4aff8733Added optional delimiter to /K autofill function
Maarten
2020-10-05 13:52:32 +0200
fc7ab06358Fix broken git command in readme - closes#124
Deon George
2021-12-10 15:05:13 +1100
00683b3ea7Added TLS client certificate support
Scott Shambarger
2019-11-04 18:02:13 +0000
da69ebf06aAdded SASL EXTERNAL authentication support
Scott Shambarger
2019-11-03 20:14:12 +0000
a8fe6f3274Revert part of 0b657471 to fix#105 - Problem with member select list to goun
1.2.6.2
Deon George
2020-09-23 10:13:11 +1000
0c334f0385Fix for issue #103 - hexdec() causes an deprecation notice when invalid chars are used
1.2.6.1
Deon George
2020-09-19 17:09:29 +1000
a4924f7453Updated README with info on PLA v2
Deon George
2020-09-12 22:41:52 +1000
f4c8c3d31eSF Bug #1008 getContainerPath doesn't properly traverse to baseDN and back & #1009 - return_ldap_hash should not return container object in result set
Nic Bernstein
2013-03-19 13:37:57 +1100