On Sat, 1 Aug 2015, Jilles Tjoelker wrote:
On Sun, Aug 02, 2015 at 02:59:00AM +1000, Bruce Evans wrote:
On Sat, 1 Aug 2015, Jilles Tjoelker wrote:
These values are easily written using arithmetic expansion, for example
largeid=$((0x1)).
Not really. Shells are also very buggy or lim
On Sun, Aug 02, 2015 at 02:59:00AM +1000, Bruce Evans wrote:
> On Sat, 1 Aug 2015, Jilles Tjoelker wrote:
> > These values are easily written using arithmetic expansion, for example
> > largeid=$((0x1)).
> Not really. Shells are also very buggy or limited in this area. I
> often use old
On Sat, 1 Aug 2015, Jilles Tjoelker wrote:
On Wed, Jul 29, 2015 at 08:52:52AM +1000, Bruce Evans wrote:
On Tue, 28 Jul 2015, Baptiste Daroussin wrote:
Added: head/usr.sbin/pw/tests/pw_groupadd.sh
==
--- /dev/null 00:
On Wed, Jul 29, 2015 at 08:52:52AM +1000, Bruce Evans wrote:
> On Tue, 28 Jul 2015, Baptiste Daroussin wrote:
> > Added: head/usr.sbin/pw/tests/pw_groupadd.sh
> > ==
> > --- /dev/null 00:00:00 1970 (empty, because f
On Wed, 29 Jul 2015, Baptiste Daroussin wrote:
On Wed, Jul 29, 2015 at 08:52:52AM +1000, Bruce Evans wrote:
On Tue, 28 Jul 2015, Baptiste Daroussin wrote:
Log:
Check uid/gid used when creating a user/group are not larger than
UID_MAX/GID_MAX
PR:173977
Reported by: nv...@gmx
On Wed, Jul 29, 2015 at 08:52:52AM +1000, Bruce Evans wrote:
> On Tue, 28 Jul 2015, Baptiste Daroussin wrote:
>
> > Log:
> > Check uid/gid used when creating a user/group are not larger than
> > UID_MAX/GID_MAX
> >
> > PR:173977
> > Reported by: nv...@gmx.com
>
> This is
On Tue, 28 Jul 2015, Baptiste Daroussin wrote:
Log:
Check uid/gid used when creating a user/group are not larger than
UID_MAX/GID_MAX
PR:173977
Reported by: nv...@gmx.com
This is broken in a different way than before.
Modified: head/usr.sbin/pw/pw.c
===
Author: bapt
Date: Tue Jul 28 21:10:58 2015
New Revision: 285985
URL: https://svnweb.freebsd.org/changeset/base/285985
Log:
Check uid/gid used when creating a user/group are not larger than
UID_MAX/GID_MAX
PR: 173977
Reported by: nv...@gmx.com
Added:
head/usr.sbin/pw/tests/