cvs commit: src/etc/dma dma.conf src/libexec/dma conf.c dma.8 dma.h net.c

Matthias Schmidt matthias at crater.dragonflybsd.org
Mon Feb 4 02:15:07 PST 2008


matthias    2008/02/04 02:11:42 PST

DragonFly src repository

  Modified files:
    etc/dma              dma.conf 
    libexec/dma          conf.c dma.8 dma.h net.c 
  Log:
  Add a new config option to dma(8).  If a user wants to use plain text SMTP
  login over an insecure connection, he has to set the INSECURE option in
  the config file.  Otherwise plain text login is only available over encrypted
  connections.
  
  Discussed-with: corecode@
  
  Revision  Changes    Path
  1.2       +5 -0      src/etc/dma/dma.conf
  1.2       +2 -0      src/libexec/dma/conf.c
  1.6       +8 -0      src/libexec/dma/dma.8
  1.3       +1 -0      src/libexec/dma/dma.h
  1.4       +21 -10    src/libexec/dma/net.c


http://www.dragonflybsd.org/cvsweb/src/etc/dma/dma.conf.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/libexec/dma/conf.c.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/libexec/dma/dma.8.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/libexec/dma/dma.h.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/libexec/dma/net.c.diff?r1=1.3&r2=1.4&f=u





More information about the Commits mailing list