summaryrefslogtreecommitdiffstats
path: root/adduser
Commit message (Collapse)AuthorAgeFilesLines
* manpages for rmgroup(8) and addgroup(8)Wolfram Schneider1996-11-043-2/+142
|
* rmgroup - delete a Unix groupWolfram Schneider1996-10-301-0/+29
| | | | usage: rmgroup group
* addgroup - add a group or add users to a groupWolfram Schneider1996-10-291-0/+220
| | | | addgroup [-g gid] group [user[,user,...]]
* warn if reach group line limit (>200 users, >1024 bytes per line)Wolfram Schneider1996-09-171-1/+10
| | | | | | close PR#1595 suggested by: Seppo Kallio <kallio@beeblebrox.cc.jyu.fi
* Do not backup master.passwd if pwd_mkdb returned an error. ThisWolfram Schneider1996-09-141-13/+3
| | | | | | | was to paranoid, pwd_mkdb(8) is carefully enough to not corrupt master.passwd on failure. Submitted by: joerg
* Make passwords no longer echo or display. Because of this, we now alsoJordan K. Hubbard1996-09-111-4/+16
| | | | | | | ask for matching confirmation. I'm sure there is a clever direct-from-perl ioctl way of putting the terminal into noecho mode, but I don't feel like learning perl so I just used system. [yes, I'll put stty on the installation boot floppy as necessary]
* typo policeAdam David1996-08-282-34/+35
| | | | | | | | I couldn't make any sense of the sentence "Eval variables in this file." so I left it alone. also allow creation of new local group when NIS groups are used. this can probably be done more elegantly, and needs more thought.
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-272-46/+30
|
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-231-2/+3
|
* run pwd_mkdb with new check option [-c] to verify correctnessWolfram Schneider1996-08-201-2/+2
| | | | of /etc/master.passwd
* Do not add an user to a group if the group is also the login group.Wolfram Schneider1996-08-141-11/+14
|
* Do not send "welcome mail" as default. If you want this featureWolfram Schneider1996-08-131-4/+8
| | | | | | you can still enable it. Better, use mail client like elm or pine. Requested by: Jordan
* documented login name limitWolfram Schneider1996-06-091-9/+18
| | | | Obtained from: mailing list
* We DON'T ship bash by default, why is it the default shell?Gary Clark II1996-05-061-3/+3
| | | | | | We also don't ship tcsh or ksh by default. Correct these two things to make sh the default and increase csh and sh to be higher priority.
* Submitted by: Masafumi NAKANE <masafumi@tky007.tth.expo96.ad.jp>Wolfram Schneider1996-02-101-2/+8
| | | | bugfix: chown home directory if don't copy dotfiles
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-8/+8
|
* recording cvs-1.6 file deathPeter Wemm1995-12-305-478/+0
|
* Clean up some of the english here..Jordan K. Hubbard1995-10-221-10/+10
|
* Various fixes to make this work better when called from other tools.Jordan K. Hubbard1995-10-191-2/+14
| | | | Submitted by: Coranth Gryphon <gryphon@healer.com> & Wolfram Schneider <wosch@cs.tu-berlin.de>
* The problem is the returned salt, while the freebsd man pages asks that theJordan K. Hubbard1995-05-201-2/+2
| | | | | | crypt salt string begin with a '_', no other crypt's do. If you remove the initialization of $salt to '_' in sub salt(), everything works as advertised. Submitted by: Charles Henrich <henrich@crh.cl.msu.edu>
* Don't accept usernames longer than 8 charactersAndrey A. Chernov1995-04-301-1/+5
| | | | Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
* Non-blocking lockAndrey A. Chernov1995-04-091-13/+20
| | | | | Remove old salt cause possible endless loop Submitted by: <wosch@cs.tu-berlin.de>
* o more optionsAndrey A. Chernov1995-03-082-594/+1053
| | | | | | | | | | | o less restrictive, you can choise uid, gid ... o invite user into some groups o encrypted passwords with crypt o batch mode (for instance, this works now: $ adduser -batch jkh guest,uuadmin "Jordan K. Hubbard" passwd see manpage for more details) Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
* Correct some of the english.Jordan K. Hubbard1995-01-091-12/+12
|
* Wolfram Schneider <wosch@cs.tu-berlin.de>:Jordan K. Hubbard1995-01-092-123/+680
| | | | | | | o manpage o save configuration in /etc/adduser.conf o send message file (/etc/adduser.message) Submitted by: woschcs.tu-berlin.de
* Update adduser to version by Wolfram Schneider. Sorry, Gary, but hisJordan K. Hubbard1995-01-032-208/+541
| | | | | adduser is a Cadillac to your Volkswagen.. :-) Submitted by: wosch@cs.tu-berlin.de
* Change ${COPY} to -c, always needed hereAndrey A. Chernov1994-12-312-3/+3
| | | | Remove manpage reference to BSD adduser, add pwd_mkdb reference
* Remove extra targets per Bruce suggestion.Andrey A. Chernov1994-12-301-3/+1
| | | | Use more macros instead of hardcoded things
* Change man sectionAndrey A. Chernov1994-12-301-3/+2
|
* Oops, rename adduser.sh to adduser.perlAndrey A. Chernov1994-12-302-1/+198
| | | | Add empty clean and obj targets.
* Yet one cleanupAndrey A. Chernov1994-12-303-6/+272
|
* Fix everything.Bruce Evans1994-12-301-6/+8
|
* Changed my copyright back. Too many problems with new one.Gary Clark II1994-12-282-4/+6
|
* Fix configfile pathAndrey A. Chernov1994-12-281-3/+2
|
* Move conf files to src/etcAndrey A. Chernov1994-12-281-6/+0
|
* Add makefile for adduser.Gary Clark II1994-12-281-0/+15
| | | | Would a makefile guru please look this over to make sure I did this right?
* Add Id stringsGary Clark II1994-12-283-0/+7
|
* Adding my adduser command. I only have to add a makefile for it toGary Clark II1994-12-284-0/+275
be compleate.