gatekeeper.git
2023-01-13 Jacob BachmeyerTidy whitespace
2023-01-13 Jacob BachmeyerRemove "pgpg" helper script
2023-01-13 Jacob BachmeyerMerge from upstream
2023-01-10 Ian Kellingminor: punctuation
2023-01-10 Ian Kellingminor: README
2023-01-10 Ian Kellingmake README be a basic overview of this package
2023-01-10 Ian Kellingadd license header to tiny scripts for completeness
2023-01-10 Ian Kellingadd overlooked ftp-rmkey.sh file
2022-11-23 Jacob BachmeyerPreserve error string during rename checks at initializ...
2022-11-23 Jacob BachmeyerRename "in-stage" directory to "scratch" directory
2022-11-23 Jacob BachmeyerRename "incoming" directory to "inbox" directory
2022-11-23 Jacob BachmeyerReorganize log message patterns in testsuite
2022-11-22 Jacob BachmeyerRemove another piece of testsuite scaffolding
2022-11-22 Jacob BachmeyerRemove testsuite scaffolding for verification during...
2022-11-22 Jacob BachmeyerRemove testsuite scaffolding for the validation phase
2022-11-22 Jacob BachmeyerRemove testsuite logic that supported email outside...
2022-11-22 Jacob BachmeyerRemove obsolete message pattern from testsuite
2022-11-22 Jacob BachmeyerAdd tests for inbox and scratch cleanup
2022-11-20 Jacob BachmeyerReorganize gatekeeper to reflect processing phases
2022-11-20 Jacob BachmeyerRemove obsolete comment
2022-11-20 Jacob BachmeyerMove directive archival to report phase
2022-11-18 Jacob BachmeyerRefactor install_files as execute_install
2022-11-18 Jacob BachmeyerFactor move_filepair out of install_files
2022-11-18 Jacob BachmeyerMerge execute_commands into top-level
2022-11-18 Jacob BachmeyerFactor symlink operations out of execute_commands
2022-11-18 Jacob BachmeyerProofread POD
2022-11-18 Jacob BachmeyerConvert section heading comments to POD section headings
2022-11-18 Jacob BachmeyerUpdate internal documentation to reflect improvements
2022-11-18 Jacob BachmeyerAdd checks to avoid removing backup files in scan_incoming
2022-11-17 Jacob BachmeyerRevise calls to ftp_syslog
2022-11-17 Jacob BachmeyerAdd POD block for ftp_syslog
2022-11-17 Jacob BachmeyerRename local variable in ftp_syslog
2022-11-17 Jacob BachmeyerFixup oversights in recent commits
2022-11-17 Jacob BachmeyerRename ftp_abort to abort
2022-11-17 Jacob BachmeyerExplain intended use of ftp_abort
2022-11-17 Jacob BachmeyerReindent ftp_abort
2022-11-17 Jacob BachmeyerRevise calls to ftp_abort
2022-11-17 Jacob BachmeyerRevise some abort messages
2022-11-17 Jacob BachmeyerRevise ftp_abort and add POD block
2022-11-17 Jacob BachmeyerAdd POD block for report_upload_to_archive procedure
2022-11-17 Jacob BachmeyerRemove quasi-global %info hash
2022-11-17 Jacob BachmeyerRevise mail to remove use of quasi-global %info hash
2022-11-17 Jacob BachmeyerRevise reporting of replaced files
2022-11-17 Jacob BachmeyerFix message describing replacement of a file
2022-11-16 Jacob BachmeyerAdd detail when reporting inability to exec GPG
2022-11-16 Jacob BachmeyerImprove reporting of overwrites when installing files
2022-11-16 Jacob BachmeyerRename debug procedure to reflect its actual usage...
2022-11-16 Jacob BachmeyerTidy configured email address
2022-11-16 Jacob BachmeyerRename variables holding email addresses to better...
2022-11-16 Jacob BachmeyerMerge success_upload and success_directive into top...
2022-11-16 Jacob BachmeyerMove all collection of email addresses to top-level
2022-11-16 Jacob BachmeyerAdd target directory to directive_syntax exceptions
2022-11-15 Jacob BachmeyerRemove directive text parameter to interpret_directive
2022-11-15 Jacob BachmeyerImprove error handling when running gpgv
2022-11-13 Jacob BachmeyerRename validate_commands to validate_directive
2022-11-13 Jacob BachmeyerFix error message for future signature timestamp
2022-11-13 Jacob BachmeyerAdd test for rejection of uploaded file with future...
2022-11-13 Jacob BachmeyerFactor signature timestamp validation out of check_replay
2022-11-13 Jacob BachmeyerFix search/replace error
2022-11-13 Jacob BachmeyerAdd checks that the rename builtin works as expected
2022-11-13 Jacob BachmeyerChange storage of other mode flags to constants
2022-11-13 Jacob BachmeyerChange current zone from a global variable to a constant
2022-11-13 Jacob BachmeyerChange terminology: "style" is now "zone"
2022-11-12 Jacob BachmeyerSimplify return sequence in signature verification
2022-11-12 Jacob BachmeyerFactor out similar code for spawning gpgv subprocess
2022-11-12 Jacob BachmeyerRename automake_tests to check_automake_vulnerabilities...
2022-11-12 Jacob BachmeyerFactor uploaded file signature check up to top-level
2022-11-12 Jacob BachmeyerUse new detached signature verification
2022-11-12 Jacob BachmeyerAdd verify_detached_signature
2022-11-12 Jacob BachmeyerFactor analysis out of verify_clearsigned_message
2022-11-12 Jacob BachmeyerAdd check for scalar context in find_directive_elements
2022-11-09 Jacob BachmeyerAdd check for existence when removing a symlink
2022-11-09 Jacob BachmeyerRemove use of Cwd module
2022-11-05 Jacob BachmeyerRemove use of chdir
2022-11-05 Jacob BachmeyerUse File::Spec when reading directive file at top-level
2022-11-05 Jacob BachmeyerUse File::Spec in success_upload and success_directive
2022-11-05 Jacob BachmeyerRevise and document cleanup_dir and cleanup
2022-11-05 Jacob BachmeyerRemove leftover variable in execute_commands
2022-11-05 Jacob BachmeyerTidy comment left when removing fatal
2022-11-05 Jacob BachmeyerRevise exception handling
2022-11-05 Jacob BachmeyerRemove fatal
2022-11-05 Jacob BachmeyerNormalize simple exception messages
2022-11-05 Jacob BachmeyerRemove remaining calls to fatal
2022-11-05 Jacob BachmeyerUse structured exception to report an unsigned directive
2022-11-05 Jacob BachmeyerUse structured exceptions in execute_commands
2022-11-05 Jacob BachmeyerFix incorrect error messages for empty directives
2022-11-05 Jacob BachmeyerRevise install_files
2022-11-05 Jacob BachmeyerRearrange comment to match pattern
2022-11-05 Jacob BachmeyerUse new mkdir_p helper in install_files
2022-11-05 Jacob BachmeyerTidy split line that now fits on one line
2022-11-05 Jacob BachmeyerFix example given in comment
2022-11-05 Jacob BachmeyerRevise archive procedure in gatekeeper
2022-11-05 Jacob BachmeyerAdd helper procedure implementing "mkdir -p" in Perl
2022-11-05 Jacob BachmeyerUse File::Spec for symlink operations
2022-11-04 Jacob BachmeyerUse structured exceptions for empty directive
2022-11-03 Jacob BachmeyerAdd structured exception for GPG signature verification...
2022-11-03 Jacob BachmeyerAdd structured exception for known Automake vulnerabilities
2022-11-03 Jacob BachmeyerAdd structured exception for invalid signature timestamp
2022-11-03 Jacob BachmeyerAdd structured exception for filename mismatch
2022-11-03 Jacob BachmeyerAdd structured exception for directive replay
next