lp://staging/amanda/main
- Get this branch:
- bzr branch lp://staging/amanda/main
Branch merges
Branch information
Import details
This branch is an import of the CVS module amanda from :pserver:anonymous@amanda.cvs.sourceforge.net:/cvsroot/amanda.
Last successful import was .
Recent revisions
- 2997. By martinea
-
* docs/Makefile.am (pkgdata_DATA): Add amaespipe.8.txt amcrypt.8.txt
amcrypt-asym-ossl. 8.txt amcrypt-ossl.8.txt amfetchdump.8.txt
* docs/amaespipe.8.txt: New file.
* docs/amcrypt.8.txt: New file.
* docs/amcrypt-asym-ossl. 8.txt: New file.
* docs/amcrypt-ossl.8. txt: New file.
* docs/amfetchdump.8.txt: New file. - 2996. By martinea
-
* docs/Makefile.am (pkgdata_DATA): Add howto-auth.txt.
* docs/howto-auth: Documentation on auth.
* docs/*.txt: Update from xml-docs - 2995. By martinea
-
* man/xml-
source/ amanda. conf.5. xml: Add notes anout bsdudp and bsdtcp.
* man/xml-source/ amanda- client. conf.5. xml: Ditto. - 2994. By martinea
-
* recover-
src/extract_ list.c (is_empty_dir): New function.
* recover-src/extract_ list.c: Print a warning if cwd is not empty. - 2992. By martinea
-
* server-
src/amadmin. c: Print errstr returned by match_disklist.
* server-src/amcheck. c: Print errstr returned by match_disklist.
* server-src/amflush. c: Print errstr returned by match_disklist.
* server-src/diskfile. c (match_disklist): Return an error str.
* server-src/diskfile. h (match_disklist): New prototype.
* server-src/planner. c: Print errstr returned by match_disklist.
* server-src/reporter. c: Accept host/disk as arguments. - 2990. By martinea
-
* server-src/driver.c (wait_children, kill_children): New function.
* server-src/driver.c (wait_for_children) : Use wait_children and
kill_children.
* server-src/driver.c (main): Use wait_children.
* server-src/driverio. c (taper_cmd, chunker_cmd): Close socket on QUIT
or ABORT command. - 2989. By martinea
-
* common-
src/amfeatures. c (am_init_ feature_ set): Set fe_amrecover_ feedme_ tape.
* common-src/amfeatures. h (fe_amrecover_ feedme_ tape): New amfeatures.
* common-src/fileheader. c (print_header): Fix.
* recover-src/extract_ list.c: Use fe_amrecover_ feedme_ tape.
* restore-src/amfetchdump .c: Print error if get_lock == 0.
* restore-src/amidxtaped. c: Call send_message if get_lock == 0.
* restore-src/restore. c: Split search_tapes in 5 functions.
* restore-src/restore. h (send_message): prototype.