Check-in [0d7a0b3376]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added a "gethostname()" replacement Added "backuppcd_notify()" and related code. No authentication is currently present. Created a small example "notify-server" in Tcl. This server just manipulates the "/etc/hosts" file.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 0d7a0b337693e371b8a98bff0b120cc2e44e0d54
User & Date: rkeene 2006-03-12 02:10:44.000
Context
2006-03-12
09:21
Updated the "notify-server" to run in the foreground if Tclx is not available. check-in: 5a2587b0a6 user: rkeene tags: trunk
02:10
Added a "gethostname()" replacement Added "backuppcd_notify()" and related code. No authentication is currently present. Created a small example "notify-server" in Tcl. This server just manipulates the "/etc/hosts" file. check-in: 0d7a0b3376 user: rkeene tags: trunk
2006-03-11
22:02
Changed file_sync to only lseek() when needed Added strsep() replacement code Modified build process to create Win32 binaries on release Added some comments to the sample configuration file Added stub for new configuration option "NotifyServer" Made backuppcd-passwd prompt for a password to be read froms stdin check-in: 33d0a0970f user: rkeene tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to backuppcd-common.h.
Added backuppcd-notify.c.
Added backuppcd-notify.h.
Changes to backuppcd.c.
Changes to compat.h.
Changes to configure.ac.
Added gethostname.c.
Added gethostname.h.
Added tools/notify-server.
Changes to win32.h.