1. 15 May, 1998 4 commits
  2. 14 May, 1998 7 commits
  3. 13 May, 1998 16 commits
  4. 11 May, 1998 1 commit
  5. 10 May, 1998 11 commits
    • Andrew Tridgell's avatar
      · d4ebe7a7
      Andrew Tridgell authored
      changed the name of the temporary filename to include a leading . so
      that it appears hidden while being transferred. This should be useful
      when using rsync for mirroring so users accessing via ftp don't get
      confused by the temporary files.
      d4ebe7a7
    • Andrew Tridgell's avatar
      · d7ff63cf
      Andrew Tridgell authored
      the statistics reporting was the wrong way around for client receipt
      mode! It reported the read/written backwards.
      d7ff63cf
    • Andrew Tridgell's avatar
      · e45e0093
      Andrew Tridgell authored
      changed a couple of places to use strlcpy()
      e45e0093
    • Andrew Tridgell's avatar
      · 45ccc5c0
      Andrew Tridgell authored
      only call openlog once
      
      fix a segv in loadparm.c
      45ccc5c0
    • Andrew Tridgell's avatar
      · ff8b29b8
      Andrew Tridgell authored
      use syslog instead of /var/adm/rsyncd.log
      ff8b29b8
    • Andrew Tridgell's avatar
      · 8ef4ffd6
      Andrew Tridgell authored
      change to allow names or numbers to be used for uid and gid.
      8ef4ffd6
    • Andrew Tridgell's avatar
      · c596dad1
      Andrew Tridgell authored
      fixed typo in socket test
      c596dad1
    • Andrew Tridgell's avatar
      7d29d4ba
    • Andrew Tridgell's avatar
      split the options parsing code into options.c · 7a6421fa
      Andrew Tridgell authored
      added the --port and --config options
      
      use strlcpy() instead of strncpy()
      
      some cleanups and formatting changes
      7a6421fa
    • Andrew Tridgell's avatar
      better negotiation of protocol versions · 2c91d3d3
      Andrew Tridgell authored
      2c91d3d3
    • Andrew Tridgell's avatar
      · 3591c066
      Andrew Tridgell authored
      cleanup code a bit
      3591c066
  6. 09 May, 1998 1 commit
    • Andrew Tridgell's avatar
      · 0b76cd63
      Andrew Tridgell authored
      configuration parsing and loading code for rsyncd. This is based
      on the Samba config code, so you'll find that the config files will
      be eerily familiar if you have ever worked with Samba.
      0b76cd63