Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- commit bbd2e47f53d123acfdb869440e77ad2c77caad28 (HEAD -> main)
- Author: Jason Stephenson <[email protected]>
- Date: Tue Mar 26 11:37:08 2024 -0400
- LP#2404514: Disable StrictHostKeyChecking in Net::SFTP::Foreign
- Add the options to set StrictHostKeyChecking to off when using
- Net::SFTP::Foreign to send and receive acquisitions EDI files. Doing
- so allows the connection to proceed if we've never connected to the
- server before or if the host key changes.
- LP#2040514: Net::SFTP::Foreign is not Net::SFTP
- Fix the SFTP functions that use Net::SFTP::Foreign so that they
- actually work. The Net::FTP implementations do not work with
- Net::SFTP::Foreign.
- Add release note
- Signed-off-by: Jason Stephenson <[email protected]>
- commit 8cb325a76ad3219f6999d0e6e48bce9957fff997
- Author: Jason Boyer <[email protected]>
- Date: Thu Nov 2 08:06:55 2023 -0400
- LP#2040514: Syntax erorrs
- LP#2040514: Followup, make sftp and ssh2 get along together
- Signed-off-by: Jason Boyer <[email protected]>
- Signed-off-by: Chris Sharp <[email protected]>
- Signed-off-by: Jason Stephenson <[email protected]>
- commit ead380bc3981086b032e19942751640aee752ab2
- Author: Chris Sharp <[email protected]>
- Date: Mon Jan 30 16:38:54 2023 -0500
- LP#2040514: Re-implement Acq EDI SFTP.
- Change from using Net::SSH2 for SFTP in favor of Net::SFTP::Foreign.
- Signed-off-by: Chris Sharp <[email protected]>
- Signed-off-by: Jason Stephenson <[email protected]>
- commit 030b35051c9a30a367ba2c14e3b5d54a3b148f6d (working/main, working/HEAD, origin/main, origin/HEAD, tests)
- Author: Ken Cox <[email protected]>
- Date: Mon Mar 18 14:15:59 2024 -0400
- LP#2057948: Add Idempotency-Key to prevent duplicate stripe requests
- * Create key from sorted list of transaction IDs passed through md5_hex.
- * Do not include xact param for now, since I am not sure what it is;
- xact_misc is the list of transaction IDs selected in the payment form.
- * Pass header through -ua_args option when constructing the Stripe obj,
- because the per-request method is not published yet to CPAN.
- Tested with manual code on Ubuntu 22 LTS and Business::Stripe 0.07.
- Release-note: Adds idempotency to Stripe to prevent duplicate payments
- Signed-off-by: Ken Cox <[email protected]>
- Signed-off-by: Michele Morgan <[email protected]>
- Signed-off-by: Terran McCanna <[email protected]>
Advertisement
Add Comment
Please, Sign In to add comment