Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2010 05:57:42 +0000 (UTC)
From:      Ulf Lilleengen <lulf@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/csup Makefile TODO auth.c auth.h config.h cpasswd.1 cpasswd.sh csup.1 main.c proto.c src/usr.bin/csup Makefile
Message-ID:  <201002020601.o12611Lc098335@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
lulf        2010-02-02 05:57:42 UTC

  FreeBSD src repository

  Modified files:
    contrib/csup         Makefile TODO config.h csup.1 main.c 
                         proto.c 
    usr.bin/csup         Makefile 
  Added files:
    contrib/csup         auth.c auth.h cpasswd.1 cpasswd.sh 
  Log:
  SVN rev 203368 on 2010-02-02 05:57:42Z by lulf
  
  - Add support for CVSup authentication mechanisms to csup.
  - Include a cpasswd script performing the same mechanisms as the cvpasswd
    utility from CVSup.
  
  PR:             bin/114129
  Submitted by:   Petar Zhivkov Petrov <pesho.petrov -at- gmail.com>
  MFC after:      1 month
  
  Revision  Changes    Path
  1.3       +4 -1      src/contrib/csup/Makefile
  1.3       +0 -1      src/contrib/csup/TODO
  1.1       +331 -0    src/contrib/csup/auth.c (new)
  1.1       +38 -0     src/contrib/csup/auth.h (new)
  1.2       +4 -1      src/contrib/csup/config.h
  1.1       +120 -0    src/contrib/csup/cpasswd.1 (new)
  1.1       +135 -0    src/contrib/csup/cpasswd.sh (new)
  1.3       +104 -1    src/contrib/csup/csup.1
  1.2       +49 -17    src/contrib/csup/main.c
  1.4       +2 -52     src/contrib/csup/proto.c
  1.5       +4 -0      src/usr.bin/csup/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002020601.o12611Lc098335>