History log of /openbsd-src/usr.sbin/adduser/adduser.perl (Results 1 – 25 of 63)
Revision Date Author Comments
# 2705e866 01-Oct-2014 mpi <mpi@openbsd.org>

Do not mention sliplogin(8) and sl(4).


# 9f3bae82 13-Jul-2014 tedu <tedu@openbsd.org>

remove all crypt choices other than bcrypt. ok afresh1 deraadt


# c8564365 15-Feb-2014 tedu <tedu@openbsd.org>

missed a typo


# 150e5e64 15-Feb-2014 tedu <tedu@openbsd.org>

make a few comments easier to read


# 96bc4355 14-Feb-2014 tedu <tedu@openbsd.org>

clarify no password only disables password logins. from david hill.
ok halex


# 6a3e82ef 22-Sep-2011 deraadt <deraadt@openbsd.org>

purge the rcsid


# 572a3c94 12-May-2011 lum <lum@openbsd.org>

remove sneaky little ;


# ad025105 12-May-2011 lum <lum@openbsd.org>

Add quotations around the value of name=value pairs that are missing them.
This removes a couple of "use warnings;" error messages.
Whether ' or " is used should mean string is taken literally once p

Add quotations around the value of name=value pairs that are missing them.
This removes a couple of "use warnings;" error messages.
Whether ' or " is used should mean string is taken literally once parsed.
ok halex@

show more ...


# 4ad95c62 12-May-2011 lum <lum@openbsd.org>

Preferably we would have "use warnings;" but never-the-less a small booboo
by me. Fortunatley no side-effects.


# 6b3add36 11-May-2011 lum <lum@openbsd.org>

Tidy how adduser handles email messages.

Suggestion to use install routine (additional user code) as reference
for an answer of "yes" from krw@ (and william@),

Suggestion for regexs and "reads good

Tidy how adduser handles email messages.

Suggestion to use install routine (additional user code) as reference
for an answer of "yes" from krw@ (and william@),

Suggestion for regexs and "reads good" from simon@

show more ...


# 22941f2a 03-Jan-2007 simon <simon@openbsd.org>

fix bug that sorted the groups and thus broke ottos group file:
* stop sorting the group file
* push the empty YP group to the end
* leave other group entries where they are

input & ok ray@, test

fix bug that sorted the groups and thus broke ottos group file:
* stop sorting the group file
* push the empty YP group to the end
* leave other group entries where they are

input & ok ray@, tested & ok otto@

show more ...


# 65aa9a9e 30-Dec-2006 ray <ray@openbsd.org>

s/form/from/

``Sure.'' millert@, ``Sure'' espie@.


# 995c2a9b 07-Jun-2006 deraadt <deraadt@openbsd.org>

remove first person statement; stejones@gmail.com


# be5f6eb6 31-Aug-2005 kettenis <kettenis@openbsd.org>

Use ksh as the default shell instead of sh.
ok deraadt@


# 16cd0059 30-Mar-2005 millert <millert@openbsd.org>

Use getcap to pull out login.conf entries that contain a localcipher
entry instead of giving the user a list of all possible login
classes. This makes the default list "daemon default staff" instead

Use getcap to pull out login.conf entries that contain a localcipher
entry instead of giving the user a list of all possible login
classes. This makes the default list "daemon default staff" instead
of listing all the stub classed only meant for inclusion into the
real classes.

show more ...


# 05254fbe 24-Feb-2005 millert <millert@openbsd.org>

Close files after we are done with them; from mpech@


# 1c7ffb17 17-Jun-2003 jsyn <jsyn@openbsd.org>

make Groupname match Groupid output; ok millert@


# d7bb54ec 14-Jun-2003 millert <millert@openbsd.org>

Add an "auto" encryption type that calls encrypt(1) with "-c class".
This results in encrypt(1) picking the password cipher based on the
user's login class in /etc/login.conf.


# fa4eb53a 10-Jun-2003 millert <millert@openbsd.org>

Add login class support; based on a diff from Peter Werner


# 2cf95264 09-Jun-2003 millert <millert@openbsd.org>

Fix my previous commit here, pwd_mkdb needs to be a list now too.


# 8725aaba 08-Jun-2003 millert <millert@openbsd.org>

Instead of splitting a flat string into a list for system(), just
pass it a list in the first place. Also fix up some spacing.


# 6b22066c 13-May-2003 millert <millert@openbsd.org>

Sync valid username check w/ user(1). Patch from Brian Poole,
problem reported by juncus on misc


# 61503c37 03-Apr-2003 jmc <jmc@openbsd.org>

skiped -> skipped;

from David Hill (thanks)


# ed5470ab 11-Mar-2003 david <david@openbsd.org>

spelling
ok millert@


# 2384d3f1 10-Jul-2002 millert <millert@openbsd.org>

Fix encryption method prompt; Nick Nauwelaerts


123