summaryrefslogtreecommitdiffstats
path: root/adduser/adduser.perl
Commit message (Collapse)AuthorAgeFilesLines
* 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-081-562/+941
| | | | | | | | | | | 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>
* Wolfram Schneider <wosch@cs.tu-berlin.de>:Jordan K. Hubbard1995-01-091-107/+527
| | | | | | | 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-031-150/+531
| | | | | adduser is a Cadillac to your Volkswagen.. :-) Submitted by: wosch@cs.tu-berlin.de
* Oops, rename adduser.sh to adduser.perlAndrey A. Chernov1994-12-301-0/+195
Add empty clean and obj targets.