1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Nov 08, 2024 — Nov 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* server-src/amcheck.c, server-src/driver.c, server-src/planner.c: Cast pid_t to int before print with %d More... about 8 years ago
* installcheck/pp-scripts.pl: Fix More... about 8 years ago
* application-src/amgtar.c: fflush(mesgstream) * client-src/sendbackup.c: print sendbackup size and end line on error * server-src/dumper.c: Add debugging statement More... about 8 years ago
* server-src/dumper.c: Wait for the 'sendbackup: size' line before sending the rresult to the driver More... about 8 years ago
* installcheck/failure-application-stderr.pl: use lib '@amperldir@'; More... about 8 years ago
* installcheck/failure-dumper-try-again.pl: Don't do the check if FAILURE_CODE is not set More... about 8 years ago
* common-src/local-security.c: Add a child_watch_callback for the amandad pid * common-src/security-util.c: Do not waitpid() if we have a watch-source for it * server-src/amcheck.c: Use waitpid with pid * server-src/driver.c: Add debugging * server-src/dumper.c: Add debugging * server-src/planner.c: Add debugging More... about 8 years ago
* application-src/amrandom.pl: Get server result * client-src/sendbackup.c: Use full_write, check its result * server-src/dumper.c: return 1 since errstr is never set More... about 8 years ago
Send server result to client application and POST scripts * amandad-src/amandad.c (process_readnetfd): Fix for close before event to read data is started * application-src/amgtar.c: Save the state file only if servr report success * application-src/amlog-script.pl, application-src/amrandom.pl, application-src/amraw.pl, application-src/amzfs-snapshot.pl, application-src/script-email.pl: Accept server result * client-src/client_util.c: Add a backup_result_t argument to run_client_script* functions * client-src/client_util.h (backup_result_t): New enum for server result, Add a backup_result_t argument to run_client_script* functions * client-src/selfcheck.c: Fix for run_client_scripts API changes * client-src/sendbackup.c * client-src/sendsize.c: Fix for run_client_scripts API changes * common-src/amanda.h: DATA_FD_COUNT is 5 * common-src/amfeatures.c: Add fe_sendbackup_stream_cmd and fe_sendbackup_stream_cmd_get_dumper_result * common-src/amfeatures.h: Add fe_sendbackup_stream_cmd and fe_sendbackup_stream_cmd_get_dumper_result * common-src/backup_support_option.c: Parse CMD-STREAM and WANT-SERVER-BACKUP-RESULT * common-src/backup_support_option.h (backup_support_option_t): Add cmd_stream and want_server_backup_result * common-src/file.c (safe_fd4,safe_fd5): New functions * common-src/file.h (safe_fd4,safe_fd5): Add prototypes * installcheck/Amanda_ClientService.pl: Check DATA_FD_COUNT is 5 * installcheck/Installcheck/Rest.pm (post): Fix for no postfields * installcheck/Makefile.am (full_tests): add failure-application-stderr * installcheck/failure-application-stderr.pl: New test to check the result if an applicationprint to stderr * installcheck/pp-scripts.pl: Fix for script printing the result * perl/Amanda/Application.swg (_set_cmdinout): New method tooen the cmd stream * perl/Amanda/Constants.pm.in.src: DATA_FD_COUNT = 5 * perl/Amanda/Script.pm (_set_cmdinout): Default method * perl/Amanda/Script_App.pm (do): Call $self->_set_cmdinout() * recover-src/extract_list.c: Call run_client_scripts with a R_BOGUS result * server-src/amcheck.c: Call run_server_dle_scripts with a BOGUS cmd_t result * server-src/server_util.c (run_server_dle_script, run_server_dle_scripts): Get a new cmd_t argument. * server-src/server_util.h (run_server_dle_script, run_server_dle_scripts): Change protoypes. * server-src/driverio.h (dumper_t): Add sent_result, dump_finish field * server-src/driverio.c (dumper_cmd): Send SUCCESS or FAILED to the client * server-src/driver.c: Send the result from chunker/taper to the dumper * server-src/dumper.c: Send result to driver, wait for its reply and send the result to the client * server-src/planner.c: Call run_server_dle_scripts with a BOGUS cmd_t More... about 8 years ago
* server-src/driver.c (handle_dumper_result): Send the TRYAGAIN mesage to chunker or taper * file server-src/driverio.h (sched_t): Add try_again_message * server-src/dumper.c: Log L_FAIL on TRY-AGAIN * installcheck/failure-dumper-try-again.pl: New Check * installcheck/Makefile.am (full_tests): Add failure-dumper-try-again More... about 8 years ago
* server-src/amcheck.c: Fix compilation on Solaris More... about 8 years ago
* man/xml-source/amanda-security.conf.5.xml More... about 8 years ago
* common-src/security-file.c: Print better error message More... about 8 years ago
* common-src/amservice.c, server-src/amcheck.c, server-src/dumper.c, server-src/planner.c: Correctly check they are not suid More... about 8 years ago
* perl/make_html.pl: Fix More... about 8 years ago
* NEWS, ReleaseNotes: 3.5 More... about 8 years ago
* amplot/amplot.awk: Major fix More... about 8 years ago
* man/xml-source/amvault.8.xml: Improve page More... about 8 years ago
* perl/Amanda/Report.pm: Parse server-src on SUCCESS dumper line * server-src/ambackupd.pl: Do not print the server-src on SUCCESS dumper line More... about 8 years ago
* perl/Amanda/Vault.pm: Quit the taperscan only if it is defined More... about 8 years ago
* perl/Amanda/Vault.pm: Fix for tty output, improve usage output * server-src/amvault.pl: Fix for message 2500008, quiet, and always quit the taperscan * man/xml-source/amvault.8.xml: Improve man page More... about 8 years ago
* common-src/file.c (untaint_fgets): New function * common-src/file.h (untaint_fgets): Add prototype * server-src/logfile.c, server-src/server_util.c: Use untaint_fgets More... about 8 years ago
* xfer-src/element-glue.c: Fix deadlock * server-src/xfer-source-holding.c: Fix deadlock More... about 8 years ago
* common-src/conffile.c (conftoken_getc): Untaint the returned value * server-src/xfer-dest-holding.c: Check result of shm_ring_sem_wait More... about 8 years ago
* common-src/amutil.c (ambind): Close fds before forking ambind * client-src/client_util.c, client-src/selfcheck.c, client-src/senddiscover.c, common-src/ammessage.c, common-src/amxml.c, common-src/security-util.c, server-src/amcheck.c, server-src/driver.c, server-src/server_util.c, server-src/xfer-dest-holding.c: Fix small memory leak * ndmp-src/ndml_conn.c: Comment a memory leak More... about 8 years ago
* common-src/amutil.c (parse_crc): Set to 0 on error * perl/Amanda/Restore.pm: Modify a copy of the header More... about 8 years ago
* application-src/amsuntar.pl: Typo More... about 8 years ago
* perl/Amanda/ScanInventory.pm: Call release with need_another flag. * perl/Amanda/Changer/single.pm (do_release): eject the tevice if need_another More... about 8 years ago
* perl/Amanda/ScanInventory.pm (after_poll): Set $remove_undef_state if $self->{'chg'}->{'scan-require-update'} More... about 8 years ago
* server-src/dumper.c:i Do not cancel the shm_ring if the dump-result is 1 (STRANGE) More... about 8 years ago