gatekeeper.git
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
2022-11-03 Jacob BachmeyerAdd structured exception for unknown package error...
2022-11-03 Jacob BachmeyerAdd structured exception for package configuration...
2022-11-03 Jacob BachmeyerFactor directory_package_name out of directory_email_ad...
2022-11-03 Jacob BachmeyerMove check for missing "directory" element to interpret...
2022-11-03 Jacob BachmeyerSend the summary for a structured exception to syslog
2022-11-03 Jacob BachmeyerAdd structured exception for directive syntax errors
2022-11-03 Jacob BachmeyerAdd initial structured exception infrastructure
2022-11-02 Jacob BachmeyerRevise fatal to throw an exception and move report...
2022-11-02 Jacob BachmeyerAdd final section dividers to older testsuite files
2022-11-02 Jacob BachmeyerFix oversight in find_directory
2022-11-02 Jacob BachmeyerRename configurable directory variables and convert...
2022-11-02 Jacob BachmeyerRemove testsuite logic that supported optional processi...
2022-11-02 Jacob BachmeyerAdd processing phase tag "PV" for directive parsing...
2022-11-02 Jacob BachmeyerAdd processing phase tag "AA" for authentication/author...
2022-11-01 Jacob BachmeyerAdd processing phase tag "EX" for execution phase
2022-11-01 Jacob BachmeyerAdd processing phase tag "RP" for report phase
2022-11-01 Jacob BachmeyerAdd processing phase tag "SC" for scan phase
2022-11-01 Jacob BachmeyerAdd infrastructure to support logging current processin...
2022-11-01 Jacob BachmeyerReplace ftp_warn with general warning handler in gatekeeper
2022-11-01 Jacob BachmeyerFix use of uninitialized values in interpret_directive
2022-10-30 Jacob BachmeyerMove test for missing version to interpret_directive
2022-10-30 Jacob BachmeyerRegularize mail sent by debug as compared to mail sent...
2022-10-30 Jacob BachmeyerFactor SMTP client out of mail and debug
2022-10-30 Jacob BachmeyerFix bug in find_directory
2022-10-29 Jacob BachmeyerRemove useless check of operation list
2022-10-29 Jacob BachmeyerRevise main code to prepare for future improvements
2022-10-29 Jacob BachmeyerUse File::Spec in validate_commands
2022-10-29 Jacob BachmeyerRemove temporary scaffolding
2022-10-29 Jacob BachmeyerSplit read_directive_file into smaller functions
2022-10-29 Jacob BachmeyerRemove old model in interpret_directive
2022-10-28 Jacob BachmeyerRevise directory_email_addresses
2022-10-28 Jacob BachmeyerAdd central email address non-repetition filter
2022-10-28 Jacob BachmeyerRevise exclude_mail_blacklist
2022-10-28 Jacob BachmeyerAdd tests for email address handling
2022-10-28 Jacob BachmeyerAdd testsuite infrastructure for detecting repeated...
2022-10-28 Jacob BachmeyerFix emission of repeated email addresses
2022-10-28 Jacob BachmeyerReject blatantly invalid email addresses
2022-10-28 Jacob BachmeyerRevise email_addresses and rename it to directory_email...
2022-10-28 Jacob BachmeyerChange example to mention only packages that actually...
2022-10-28 Jacob BachmeyerFactor scanning loop out of directory_keyrings
2022-10-28 Jacob BachmeyerRevise and rename keyring_file to directory_keyrings
2022-10-27 Jacob BachmeyerRemove parse_directory_line and guess_uploader_email
2022-10-27 Jacob BachmeyerRemove other call to guess_uploader_email in read_direc...
2022-10-27 Jacob BachmeyerAccept failure to verify signature during speculative...
2022-10-27 Jacob BachmeyerFactor email address collection out of directive-scanni...
2022-10-27 Jacob BachmeyerMerge parse_directory_line into interpret_directive
2022-10-27 Jacob BachmeyerAlso avoid further processing after other errors in...
2022-10-27 Jacob BachmeyerAvoid processing invalid directive elements
2022-10-27 Jacob BachmeyerAdjust pattern in testsuite
2022-10-27 Jacob BachmeyerAdd tests for tighter file name patterns in bad directo...
2022-10-27 Jacob BachmeyerRevise timestamp check to use new operation list
2022-10-27 Jacob BachmeyerRecognize that an inability to execute gpgv is a server...
2022-10-27 Jacob BachmeyerRefactor directive validity checks
2022-10-26 Jacob BachmeyerReorganize gatekeeper to collect generic GPG support...
2022-10-26 Jacob BachmeyerRename slurp_directive_file to slurp_clearsigned_message
2022-10-26 Jacob BachmeyerUse epoch timestamp from GPG instead of parsing the...
2022-10-26 Jacob BachmeyerReplace clearsigned message verification
2022-10-26 Jacob BachmeyerFix bug in testing mock
2022-10-26 Jacob BachmeyerComplete initial implementation of new clearsigned...
2022-10-26 Jacob BachmeyerAvoid passing tainted keyrings to signature verification
2022-10-26 Jacob BachmeyerUse revised ftp_abort in verify_clearsigned_message
2022-10-26 Jacob BachmeyerRevise ftp_abort to be useful in a forked child process
2022-10-25 Jacob BachmeyerAdd option to pipe signed message to mock signature...
2022-10-23 Jacob BachmeyerBegin to implement new gpgv clearsigned message verific...
2022-10-22 Jacob BachmeyerRevise execute_commands to use new model
2022-10-22 Jacob BachmeyerRevise install_files to use new model
2022-10-22 Jacob BachmeyerRevise use of system() in check_files
2022-10-22 Jacob BachmeyerRevise check_files to use new model
2022-10-22 Jacob BachmeyerBegin to revise check_files, install_files, execute_com...
2022-10-21 Jacob BachmeyerAdd operation list header to calls to check_files and...
2022-10-21 Jacob BachmeyerRevise execute_commands to use new operation list
2022-10-21 Jacob BachmeyerAdd operation list to execute_commands call
2022-10-21 Jacob BachmeyerChange return value of read_directive_file to operation...
2022-10-21 Jacob BachmeyerTidy check for known Automake CVEs
2022-10-21 Jacob BachmeyerAvoid using the shell to run /bin/tar to examine uploads
2022-10-21 Jacob BachmeyerRemove intermediate array and send vulnerability check...
next