summaryrefslogtreecommitdiffstats
path: root/adduser
Commit message (Collapse)AuthorAgeFilesLines
* 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.