Commit Graph

  • 130ae005a3 Added Architect UI Deon George 2020-09-06 09:46:27 +10:00
  • e89b4d3287 Updated composer dependancies Deon George 2020-09-06 21:01:37 +10:00
  • 7a195bb844 Improved tree rendering Deon George 2020-09-01 00:13:27 +10:00
  • 6620b9147e API 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 +10:00
  • de4fa04d3b Start of tree being rendered by API/AJAX calls Deon George 2020-08-27 22:46:07 +10:00
  • 1e3e4b2196 Setup CI testing Deon George 2020-08-23 12:30:18 +10:00
  • f3282bed38 Framework upgrade to Laravel 7 Deon George 2020-08-23 11:37:08 +10:00
  • f8717480fd CSS/JS updates, initial page rendering Deon George 2020-08-22 22:26:06 +10:00
  • 4c90ce11f2 Initial login working Deon George 2020-08-20 22:33:13 +10:00
  • ed7087c802 Initial Laravel Base Deon George 2019-05-14 17:52:49 +10:00
  • 1d26d435c2 Special character issue in password - closes #104 Deon George 2021-12-10 16:14:04 +11:00
  • a0de69bd58 foreach error in lib_ldap_pla.php:checkUniqueAttrs when uidpool is turned on - closes #20 Deon George 2021-12-10 16:05:01 +11:00
  • a8c9abe22b Add option to list available password types - closes #143 EtienneBarbier 2021-12-01 14:10:16 +01:00
  • 1c7340ce48 Correct 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 +02:00
  • 24ce5d5833 Replace 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 +02:00
  • fe3798f8ec Modernize 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 +02:00
  • 1a09e4ff3c Modernize 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 +02:00
  • bc1691f5d2 Add hash support for ssha512 Bert Van de Poel 2021-04-24 04:02:56 +02:00
  • 54bb4743aa Add 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 +02:00
  • 46cc4a1b13 Take into account empty arguments Franky Van Liedekerke 2020-12-03 22:59:13 +01:00
  • 45aa1e5208 Added script comment for the Autofill A flag Maarten 2020-10-05 13:54:37 +02:00
  • 02b047c1f5 Bug fix: typo in regex Maarten 2020-10-05 13:53:46 +02:00
  • 6d4aff8733 Added optional delimiter to /K autofill function Maarten 2020-10-05 13:52:32 +02:00
  • fc7ab06358 Fix broken git command in readme - closes #124 Deon George 2021-12-10 15:05:13 +11:00
  • 00683b3ea7 Added TLS client certificate support Scott Shambarger 2019-11-04 18:02:13 +00:00
  • da69ebf06a Added SASL EXTERNAL authentication support Scott Shambarger 2019-11-03 20:14:12 +00:00
  • a8fe6f3274 Revert 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 +10:00
  • 0c334f0385 Fix 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 +10:00
  • 9fac4b415a Release 1.2.6 1.2.6 Deon George 2020-09-19 13:45:09 +10:00
  • a4924f7453 Updated README with info on PLA v2 Deon George 2020-09-12 22:41:52 +10:00
  • f4c8c3d31e SF 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 +11:00
  • e45e71fd08 SF Feature #356 - HTMLTree icons formatting Andy Beefeater 2013-03-19 12:44:45 +11:00
  • 0011184a3f Documenting OID 1.3.6.1.1.22 - Thank you. Closes #102 Deon George 2020-08-30 22:27:03 +10:00
  • aa5be41b06 Add autocomplete=off - closes #122 Deon George 2020-08-30 22:09:52 +10:00
  • bdfd68c3b6
    Added Bcrypt support (#116) Gurvinder Dadyala 2020-08-30 17:28:50 +05:30
  • fb437b037e
    Decode plainpassword before check (#115) Armin Leuprecht 2020-08-30 13:57:40 +02:00
  • 34d4f20222
    Fixes usage of deprecated array/string access syntax. (#97) Bennet Bleßmann 2020-08-30 13:56:25 +02:00
  • 0b65747110
    Changes required so the sudoRole objectClass will present a link so members can be modified by default. (#101) JamesCordell 2020-02-19 22:17:37 +00:00
  • 4661aa2114
    Hooks fixes (#99) Jakub Filak 2020-02-19 23:17:01 +01:00
  • 0a57b2f80e
    Added appearance option show_authz (#94) sshambar 2020-02-19 14:14:18 -08:00
  • 0fe1758572
    Add SASL PLAIN authentication support (#92) sshambar 2020-02-19 14:12:39 -08:00
  • 4eb3737d31
    Added option to use template string for bind DN (#90) Noone404 2020-02-19 23:11:17 +01:00
  • cbdc0dacd6
    Auth Form wiht Google reCAPTCHA (#87) Genaro Contreras Gutierrez 2020-02-19 14:04:20 -08:00
  • 8f4ced96f9 Release 1.2.5 1.2.5 Deon George 2019-08-20 22:24:40 +10:00
  • 722fefad1c
    Merge pull request #84 from nayo/patch-2 Deon George 2019-08-07 16:34:53 +10:00
  • c87571f6b7
    Fix error and set by default to preventXSS Genaro Contreras Gutierrez 2019-07-31 08:21:14 -07:00
  • cb9c0cce3e
    Merge pull request #82 from nayo/patch-1 Deon George 2019-07-31 07:38:06 +08:00
  • 0b10c30c79
    other usage of function preventXSS Genaro Contreras Gutierrez 2019-07-30 08:49:41 -07:00
  • c22c98c463
    update get_request when an error occurs Genaro Contreras Gutierrez 2019-07-30 08:44:10 -07:00
  • 25cbb26e1d
    update function get_request to preventXSS Genaro Contreras Gutierrez 2019-07-30 08:38:14 -07:00
  • 08c21fe7ca
    Prevent XSS attack since function get_request Genaro Contreras Gutierrez 2019-07-30 08:29:17 -07:00
  • 1bd14ddf68 Removed reference to missing function - closes #65 Deon George 2019-07-15 14:49:52 +10:00
  • 95411c05e1 Release 1.2.4 1.2.4 Deon George 2019-05-14 15:01:32 +10:00
  • 7b1f6b5132 Fix for PHP 7.3 - deprecated continue in switch Deon George 2019-05-14 15:00:28 +10:00
  • 3c0ca27477 Remove SF branding Deon George 2019-04-21 23:37:10 +10:00
  • 511ead3ec6 Revert #63 - Add attribute not rendering correctly Deon George 2019-04-20 15:39:48 +10:00
  • e37b498de1 PHP 7.2 compatibility fixes - closes #64 Deon George 2019-04-19 22:48:22 +10:00
  • 29d7d4b2f7 Fixes #31 - Glue entries are not browsable through phpldapadmin Deon George 2019-04-19 21:01:02 +10:00
  • c494078550 Closes pull request #22 and fixes #18 - preg_replace_callback changes Deon George 2019-04-19 20:08:53 +10:00
  • 73b7795bc0 Fixes #21 - Undefined variable: _SESSION Deon George 2019-04-18 23:17:24 +10:00
  • c1af05f403
    Merge pull request #63 from dago/renderfix Deon George 2019-04-18 12:34:00 +10:00
  • 49ef60f26b
    Merge pull request #62 from spagu/patch-1 Deon George 2019-04-18 12:31:49 +10:00
  • aa11e318ec
    Merge pull request #60 from NHellFire/php7.1 Deon George 2019-04-18 12:16:08 +10:00
  • f3aad72b57
    Merge pull request #66 from MichaelIT/master Deon George 2019-04-18 11:58:12 +10:00
  • 6a55d808a2
    Merge pull request #69 from RoyChaudhuri/master Deon George 2019-04-18 11:56:25 +10:00
  • aec5053f55
    Merge pull request #71 from anarcat/CVE-2017-11107 Deon George 2019-04-18 11:54:45 +10:00
  • 4484129a41
    Fix multiple XSS in file htdocs/entry_chooser.php (CVE-2017-11107) Antoine Beaupré 2018-10-31 14:03:34 -04:00
  • 2e43cf95b9 Fix for bug #68, exit after redirect response when URI parameter is received by index.php Roy Chaudhuri 2018-09-17 15:45:42 +01:00
  • 7569423f11
    Update functions.php Michael 2018-07-17 19:59:11 +08:00
  • 5c0f787fbf Add URL for translation Dagobert Michelsen 2018-04-20 13:10:20 +02:00
  • 6c85d61525 Fix invocation of layout in TemplateRenderer Dagobert Michelsen 2018-04-20 12:33:58 +02:00
  • 884cce1475
    Update functions.php spagu 2018-04-19 11:10:12 +01:00
  • 53e005c1f4 Use OpenSSL for blowfish when available (fixes #58) NHellFire 2018-02-11 07:22:36 +00:00
  • 733a10a1c5 Merge pull request #40 from PatrickBaus/master Deon George 2016-10-30 16:53:36 +08:00
  • 708bc5ed83 Merge pull request #37 from mr-GreyWolf/patch-1 Deon George 2016-10-30 16:53:05 +08:00
  • e46579b34e Merge pull request #34 from gulikoza/master Deon George 2016-10-30 16:52:22 +08:00
  • 4fefe2aa8c Merge pull request #42 from ptomulik/crypt-sha Deon George 2016-10-30 16:47:44 +08:00
  • ee9034f24c add support for SHA-256 and SHA-512 via crypt(3) Paweł Tomulik 2016-10-08 21:24:33 +02:00
  • 61af45e872 Enabled HTTP_X_FORWARDED_PROTO header detection. It was disabled for testing. Patrick Baus 2016-08-11 02:45:18 +02:00
  • dd6e9583a2 Fixed request smuggling vulnerability. See: https://www.owasp.org/index.php/OWASP_Periodic_Table_of_Vulnerabilities_-_HTTP_Request/Response_Smuggling According to https://www.w3.org/TR/XMLHttpRequest/#the-setrequestheader%28%29-method, the header should be ignored anyway if those properties were set. Patrick Baus 2016-08-11 01:48:12 +02:00
  • 665dbc2690 Fixed detection of SSL encryption, when a reverse proxy is used, that does the encryption. If the server sets the HTTP_X_FORWARDED_PROTO header to 'https' or the HTTP_X_FORWARDED_SSL header to 'on' SSL encryption is assumed Patrick Baus 2016-08-11 01:32:41 +02:00
  • 599d55700d Update functions.php mr-GreyWolf 2016-03-30 23:07:02 +04:00
  • 726190e5b8 Fix moving entries when confirm['copy'] is set. gulikoza 2016-01-24 11:56:44 +01:00
  • 0b8375fd2a Add additional check that full dn has been entered on login. gulikoza 2016-01-24 11:37:43 +01:00
  • fa88250f0e Merge pull request #32 from jsdevel/fixing-sflogo-protocol-for-reverse-proxies Deon George 2015-12-07 16:56:41 +11:00
  • 0491916d90 Changing the sourceforge logo to be protocol relative. jsdevel 2015-12-04 00:52:12 -07:00
  • 0941331781 Updated for new Gitlab SANDPIT.new Deon George 2015-09-29 16:27:04 +10:00
  • c004a291d7 Merge pull request #19 from scollin/master Deon George 2015-02-23 12:40:32 -08:00
  • 54191d7ffb Fix some monitor information problems Sébastien Collin 2015-01-30 13:56:29 +01:00
  • 9e283f369f Merge pull request #13 from DevoKun/master Deon George 2014-10-08 12:30:58 +11:00
  • 19114385fc Changed password_hash to pla_password_hash in a few places where it was still password_hash. Devon Hubner 2014-10-07 14:25:32 -04:00
  • 7701e98bcc Merge pull request #11 from robgloess/patch-1 Deon George 2014-10-07 12:54:51 +11:00
  • d4c2fb52ab Update TemplateRender.php robgloess 2014-09-30 22:28:09 +01:00
  • 7cbdd0c8db Merge pull request #9 from uda/master Deon George 2014-09-23 15:59:42 +10:00
  • afec12d163 Rename INSTALL to INSTALL.md Yehuda Deutsch 2014-09-21 11:11:07 +03:00
  • a4a602b6ec Created README.md Yehuda Deutsch 2014-09-21 11:10:30 +03:00
  • e1952cddb6 Merge pull request #6 from marclaporte/patch-2 Deon George 2014-09-18 12:32:56 +10:00
  • ee415fe8c6 Merge pull request #5 from marclaporte/patch-1 Deon George 2014-09-18 12:32:08 +10:00
  • eca5c4ea9f Merge pull request #8 from pteague/master Deon George 2014-09-18 12:31:19 +10:00
  • a01752a68c * Fixed posixAccount Shell so that 'Bash' is actually bash and not shell. Also added Shell, Dash, False, and No Login Patrick Teague 2014-09-16 14:53:52 -05:00