Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-29 | r3555@krups: intrigeri | 2005-11-15 13:59:57 +0100 | intrigeri | |
Moved easydialog.sh to lib/ directory: more code is going to be shared, let's start here. | |||
2005-11-29 | r3554@krups: intrigeri | 2005-11-15 04:09:01 +0100 | intrigeri | |
rdiff.helper: (re)rename do_rdiff_conn function to do_rdiff_ssh_con, since the previous rename was not the good one. | |||
2005-11-29 | r3553@krups: intrigeri | 2005-11-15 04:02:31 +0100 | intrigeri | |
rdiff.helper: rename do_ssh_con function to do_rdiff_conn, in order not to pollute namespace... and allow future code factorization :) | |||
2005-11-29 | r3552@krups: intrigeri | 2005-11-15 03:13:03 +0100 | intrigeri | |
easydialog: add optional third argument to booleanBox, to set default no if needed (and actually needed by the upcoming dup.helper). | |||
2005-11-29 | r3551@krups: intrigeri | 2005-11-15 00:47:57 +0100 | intrigeri | |
Fix formDisplay to reset $REPLY as it should. | |||
2005-11-29 | r3550@krups: intrigeri | 2005-11-15 00:47:09 +0100 | intrigeri | |
Fix listBegin/listItem/listDisplay to work with checklist boxes, as advertized. | |||
2005-11-29 | r3549@krups: intrigeri | 2005-11-14 21:47:01 +0100 | intrigeri | |
Fix documentation for get_next_filename function | |||
2005-11-29 | r3548@krups: intrigeri | 2005-11-14 20:47:49 +0100 | intrigeri | |
Fix: the "Cancel" buttons used to have a weird behaviour... at least | |||
2005-11-29 | r3547@krups: intrigeri | 2005-11-14 20:33:41 +0100 | intrigeri | |
Fix ChangeLog entry. | |||
2005-11-29 | r3546@krups: intrigeri | 2005-11-14 20:32:59 +0100 | intrigeri | |
Fix: used to expand '*' in default source directories | |||
2005-11-29 | r3545@krups: intrigeri | 2005-11-13 16:33:55 +0100 | intrigeri | |
Added my email address to AUTHORS file | |||
2005-11-19 | Converted some bashisms to POSIX -- no concept of arrays in posix, bleh | Micah Anderson | |
2005-11-19 | Color comments were wrong - error is red, fatal is purple. Comments | Micah Anderson | |
said error was orange and fatal was red, maybe this is better? | |||
2005-11-19 | Added when and vservers lines to docs | Micah Anderson | |
2005-11-10 | Fixed missing makecd.helper | Micah Anderson | |
2005-11-05 | Added remote destination directory checking and auto creation if doesn't exist. | Micah Anderson | |
Also fixed a bug in the rdiff handler that caused a unary operation error if the variable wasn't fixed | |||
2005-11-05 | Fixed bug in rdiff.helper that kept include and exclude lines from being put ↵ | Micah Anderson | |
in the file | |||
2005-11-05 | Added auto remote rdiff-backup installation if possible to ninjahelper | Micah Anderson | |
2005-11-05 | Updated svn handler for new hotcopy functionality | Micah Anderson | |
2005-11-04 | Made ninjahelper create files in /etc/backup.d with mode 600 instead of 000 | Micah Anderson | |
2005-11-02 | Corrected AUTHORS. | intrigeri | |
2005-10-28 | Removed some unnecessary comments | Micah Anderson | |
2005-10-28 | added the makecd ninjahelper, and updated the Authors | Micah Anderson | |
2005-10-27 | added draft authors | Elijah Saxon | |
2005-10-26 | Added changelog entry re: autotools | Micah Anderson | |
2005-10-26 | Finish up and move out | Micah Anderson | |
2005-10-26 | Move to templated version | Micah Anderson | |
2005-10-26 | Move to templated version | Micah Anderson | |
2005-10-26 | Add more Makefile templates | Micah Anderson | |
2005-10-26 | Oops, cleanup and move the license to the standard location | Micah Anderson | |
2005-10-26 | Makefile templates go in every directory | Micah Anderson | |
2005-10-26 | Moving to less fun layout, more useful outcome | Micah Anderson | |
2005-10-26 | Add more makefile templates | Micah Anderson | |
2005-10-26 | Add makefile templates | Micah Anderson | |
2005-10-26 | A little rearranging to get to autotools | Micah Anderson | |
2005-10-26 | Moving to autotools standard layout | Micah Anderson | |
2005-10-26 | Move logrotate to autotools template | Micah Anderson | |
2005-10-26 | change cronjob to autotools template | Micah Anderson | |
2005-10-26 | Add autotools Makefile templates | Micah Anderson | |
2005-10-26 | Move configuration to autotools template | Micah Anderson | |
2005-10-26 | Moved rdiff helper lines up, as 0.90 has already been released | Micah Anderson | |
2005-10-19 | fixed many bugs in rdiff.helper | Elijah Saxon | |
added more verbage to ninjahelper added some IFS=$'' to easydialog (this allows you to pass through blank lines). | |||
2005-10-10 | (no commit message) | Elijah Saxon | |
2005-10-10 | brought man pages up to date. | Elijah Saxon | |
2005-10-10 | minor clean up | Elijah Saxon | |
2005-10-07 | Added man pages | Micah Anderson | |
2005-10-07 | applied patch to rdiff.helper, removed /etc/passwd from mysql handler. | Elijah Saxon | |
2005-10-05 | moved stuff around. | Elijah Saxon | |
2005-10-02 | r188@krups: intrigeri | 2005-10-03 01:14:37 +0200 | intrigeri | |
Replaced awful "grep /etc/passwd" with getent calls in pgsql and mysql handlers | |||
2005-10-02 | created function maketemp, to be used by backupninja | Elijah Saxon | |
and maildir handler for creating safe temp files. |