cvs commit: src/sbin/geom/class/eli geom_eli.c

2007-05-06 Thread Pawel Jakub Dawidek
pjd 2007-05-06 14:54:41 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: Correct some typos. Revision ChangesPath 1.23 +2 -2 src/sbin/geom/class/eli/geom_eli.c ___ cvs-all@freebsd

cvs commit: src/sbin/geom/class/eli geom_eli.c

2007-05-01 Thread Pawel Jakub Dawidek
pjd 2007-05-01 23:33:12 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: Do some cleanups (like freeing memory and closing file descriptors) before leaving the functions. Revision ChangesPath 1.22 +6 -6 src/sbin/geom/clas

cvs commit: src/sbin/geom/class/eli geom_eli.c src/sys/geom/eli g_eli_ctl.c

2007-03-05 Thread Pawel Jakub Dawidek
pjd 2007-03-05 12:41:44 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c sys/geom/eli g_eli_ctl.c Log: Warn when user use sectorsize bigger than the page size, which will lead to problems when the geli device is used with file system o

cvs commit: src/sbin/geom/class/eli geom_eli.c

2007-02-22 Thread Pawel Jakub Dawidek
pjd 2007-02-22 19:25:37 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: Correct typo. Spotted by: Tomasz Dudzisz Revision ChangesPath 1.20 +1 -1 src/sbin/geom/class/eli/geom_eli.c _

cvs commit: src/sbin/geom/class/eli geom_eli.c

2007-02-03 Thread Pawel Jakub Dawidek
pjd 2007-02-03 16:09:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/geom/class/eli geom_eli.c Log: MFC:sbin/geom/class/eli/geom_eli.c 1.19 When the following conditions are meet: - First configured key is based only on keyfile (no pa

cvs commit: src/sbin/geom/class/eli geom_eli.c

2007-01-25 Thread Pawel Jakub Dawidek
pjd 2007-01-25 11:44:03 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: When the following conditions are meet: - First configured key is based only on keyfile (no passphrase). - Device is attached. - User changes first key (setkey) from

cvs commit: src/sbin/geom/class/eli geom_eli.c

2006-09-16 Thread Pawel Jakub Dawidek
pjd 2006-09-16 10:47:30 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: Fix copy&paste mistake. Submitted by: Matthias Lederhofer <[EMAIL PROTECTED]> Revision ChangesPath 1.17 +1 -1 src/sbin/geom/class/eli/geom_eli.

cvs commit: src/sbin/geom/class/eli geom_eli.c

2006-09-16 Thread Pawel Jakub Dawidek
pjd 2006-09-16 09:26:57 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: First kill detached providers, because of two reasons: - after killing all attached providers, all providers are then detached and operation is repeated for those who

cvs commit: src/sbin/geom/class/eli geom_eli.c

2006-08-07 Thread Pawel Jakub Dawidek
pjd 2006-08-07 20:09:09 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: Add missing #. Revision ChangesPath 1.13 +1 -1 src/sbin/geom/class/eli/geom_eli.c ___ cvs-all@freebsd.org

Re: cvs commit: src/sbin/geom/class/eli geom_eli.c

2006-06-06 Thread Christian Brueffer
On Tue, Jun 06, 2006 at 09:08:27AM +0200, Pawel Jakub Dawidek wrote: > On Mon, Jun 05, 2006 at 06:32:48PM -0700, Nate Lawson wrote: > +> Pawel Jakub Dawidek wrote: > +> >pjd 2006-06-05 21:40:54 UTC > +> > FreeBSD src repository > +> > Modified files: > +> >sbin/geom/class/eli geom_el

Re: cvs commit: src/sbin/geom/class/eli geom_eli.c

2006-06-06 Thread Pawel Jakub Dawidek
On Mon, Jun 05, 2006 at 06:32:48PM -0700, Nate Lawson wrote: +> Pawel Jakub Dawidek wrote: +> >pjd 2006-06-05 21:40:54 UTC +> > FreeBSD src repository +> > Modified files: +> >sbin/geom/class/eli geom_eli.c Log: +> > Userland bits of geli(8) data authentication. +> > Now, encrypt

Re: cvs commit: src/sbin/geom/class/eli geom_eli.c

2006-06-05 Thread Nate Lawson
Pawel Jakub Dawidek wrote: pjd 2006-06-05 21:40:54 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: Userland bits of geli(8) data authentication. Now, encryption algorithm is given using '-e' option, not '-a'. The '-a' option is now used

cvs commit: src/sbin/geom/class/eli geom_eli.c

2006-06-05 Thread Pawel Jakub Dawidek
pjd 2006-06-05 21:40:54 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: Userland bits of geli(8) data authentication. Now, encryption algorithm is given using '-e' option, not '-a'. The '-a' option is now used to specify authentication algo

cvs commit: src/sbin/geom/class/eli geom_eli.c

2006-05-10 Thread Pawel Jakub Dawidek
pjd 2006-05-10 07:17:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/geom/class/eli geom_eli.c Log: MFC:sbin/geom/class/eli/geom_eli.c 1.10 Correct error messages. Revision ChangesPath 1.1.2.8 +4 -4 src/sbin/geom/clas

cvs commit: src/sbin/geom/class/eli geom_eli.c

2006-05-01 Thread Pawel Jakub Dawidek
pjd 2006-05-01 12:05:45 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: Correct error messages. MFC after: 2 weeks Revision ChangesPath 1.10 +4 -4 src/sbin/geom/class/eli/geom_eli.c __

cvs commit: src/sbin/geom/class/eli geom_eli.c

2006-02-11 Thread Pawel Jakub Dawidek
pjd 2006-02-11 13:04:10 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: - Allow to use -b without passphrase or with keyfiles as it will be supported for a moment. - Don't allow to use -i when no passphrase is given. Now if iterations is

cvs commit: src/sbin/geom/class/eli geom_eli.c

2006-02-01 Thread Pawel Jakub Dawidek
pjd 2006-02-01 15:01:55 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: Deny init/attach/setkey subcommands when no key components are given. MFC after: 3 days Tested with:prove /usr/src/tools/regression/geom_eli Revision

cvs commit: src/sbin/geom/class/eli geom_eli.c

2006-01-31 Thread Pawel Jakub Dawidek
pjd 2006-01-31 21:24:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/geom/class/eli geom_eli.c Log: MFC:sbin/geom/class/eli/geom_eli.c 1.6 Remove unused argument. Revision ChangesPath 1.1.2.6 +2 -3 src/sbin/geom/class

cvs commit: src/sbin/geom/class/eli geom_eli.c

2006-01-31 Thread Pawel Jakub Dawidek
pjd 2006-01-31 15:55:52 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: Remove unused argument. MFC after: 3 days Revision ChangesPath 1.6 +2 -3 src/sbin/geom/class/eli/geom_eli.c ___