Check-in [33d0a0970f]

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

Overview
Comment: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
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 33d0a0970f83726bd503f41391966f97ddcffb63
User & Date: rkeene 2006-03-11 22:02:55.000
Context
2006-03-12
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
2006-01-30
04:43
Changed the way "file_sync" works to a less latency-driven approach. check-in: 223caea2dc user: rkeene tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to backuppcd-auth.c.
Changes to backuppcd-passwd.c.
Changes to backuppcd.c.
Changes to backuppcd.conf.
Changes to build/build.sh.
Changes to compat.h.
Changes to configure.ac.
Changes to fnmatch.c.
Added strsep.c.
Added strsep.h.
Changes to tools/file_sync.c.