| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 31 | -31/+31 |
| | | |||||
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 2 | -2/+2 |
| | | |||||
| * | Yet another formatting consistency check. | David Nugent | 1997-02-07 | 1 | -1/+1 |
| | | |||||
| * | Fix useage of MAXLOGNAME to include terminating NUL, by using | David Nugent | 1997-02-07 | 2 | -3/+12 |
| | | | | | | max(MAXLOGNAME-1,UT_NAMESIZE). Tidy up "pretty" printing format for longer usernames. | ||||
| * | Fix free()ing block twice, remove unused function. | David Nugent | 1997-01-30 | 1 | -15/+1 |
| | | |||||
| * | Fix typo .->, for default separators in login_getcaplist(). | David Nugent | 1997-01-29 | 1 | -1/+2 |
| | | |||||
| * | Completed fixes with login_getcapsize(). | David Nugent | 1997-01-29 | 1 | -1/+2 |
| | | |||||
| * | 1) Fixed bug in free()ing internal string/array where | David Nugent | 1997-01-29 | 1 | -24/+32 |
| | | | | | | | | allocated size not reset to 0 causing NULL dereference on call after login_close(). 2) Modify login_capsize() behaviour to match manpage, allow concatenated sizes; ie. 10m500k | ||||
| * | Sort cross references. | Wolfram Schneider | 1997-01-20 | 6 | -9/+9 |
| | | |||||
| * | Sort cross references. | Wolfram Schneider | 1997-01-15 | 1 | -1/+1 |
| | | |||||
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 36 | -36/+36 |
| | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
| * | Various bugfixes. | David Nugent | 1997-01-07 | 1 | -7/+11 |
| | | |||||
| * | Commit the right version this time. :-) | David Nugent | 1997-01-07 | 1 | -2/+2 |
| | | |||||
| * | Fix for login_getclass(NULL) case. | David Nugent | 1997-01-07 | 1 | -4/+6 |
| | | |||||
| * | Adds optional NIS passwd file updating and optionally rebuilding | David Nugent | 1997-01-05 | 8 | -22/+202 |
| | | | | | | | NIS maps. Suggested by: Peter Wemm | ||||
| * | Remove duplicated #include. | David Nugent | 1997-01-05 | 1 | -2/+1 |
| | | |||||
| * | Fix reference /etc/acct/pw.conf -> /etc/pw.conf. | David Nugent | 1997-01-05 | 1 | -2/+2 |
| | | | | | Pointed-Out-By: Peter Wemm. | ||||
| * | Library functions relating to the login class capabilities database, | David Nugent | 1997-01-04 | 1 | -0/+564 |
| | | | | | | including manpages. See also login_cap.h. | ||||
| * | Implemented /home -> /usr/home symlink kludge. | David Nugent | 1997-01-03 | 1 | -11/+28 |
| | | | | | | If home basedir would be created in the root partition, create it under /usr instead, and symlink /basedir -> /usr/basedir. | ||||
| * | 1) Base home directory is created if it does not already exist if | David Nugent | 1996-12-30 | 1 | -35/+65 |
| | | | | | | | | | useradd -m or useradd -D -b are used. 2) Hyphen allowed in username if not first character. Fix trivial bug in error fmt string. 3) /etc/skeykeys updating changed to do 'inplace' update, commenting out a username rather than removing it completely. | ||||
| * | Allow dash `-' (except for first char) and underscore `_' in usernames. | Wolfram Schneider | 1996-12-29 | 2 | -5/+7 |
| | | | | | pointed out by: max | ||||
| * | Finally document the interfaces found in libutil. While being here, | Joerg Wunsch | 1996-12-29 | 1 | -1/+3 |
| | | | | | | | | | | also add the missing declaration of forkpty() to libutil.h. Btw., the calling interface for login(3) is crude. Some better abstraction is needed, perhaps similar to logwtmp(3). 2.2 candidate, but i'll wait for the spelling police first. :) | ||||
| * | remove group limits checks | Wolfram Schneider | 1996-12-29 | 2 | -45/+7 |
| | | |||||
| * | increase username length limit to 16 | Wolfram Schneider | 1996-12-29 | 1 | -2/+2 |
| | | |||||
| * | Correct file modes on updated /etc/skeykeys. | David Nugent | 1996-12-23 | 1 | -2/+2 |
| | | |||||
| * | Minor internal mdoc usage changes. | Mike Pritchard | 1996-12-23 | 1 | -4/+6 |
| | | |||||
| * | Minor style fixes. | Mike Pritchard | 1996-12-23 | 5 | -87/+94 |
| | | | | | | | I also renamed the adduser "-quit" option to "-quiet", since it is supposed to be the same as the -s/-silent option, and -quit must have beena typo. | ||||
| * | 1) 200 users per group limitation removed and pw | David Nugent | 1996-12-21 | 9 | -290/+472 |
| | | | | | | | | will handle lines of any length in /etc/group. 2) Fixed bug with usermod -d not updating user's home directory. 3) Minor formatting display changes/fixes with *show -P. | ||||
| * | Bugfix (cosmetic) for output of generated passwords. | David Nugent | 1996-12-20 | 1 | -3/+3 |
| | | |||||
| * | Allow 8-bit characters in the passwd gecos field, and adds a paragraph | David Nugent | 1996-12-19 | 4 | -16/+37 |
| | | | | | | to the mangpage explaining the consequences (to be updated at a later date after login class conf support is added). | ||||
| * | Changes to password generator: fallback to MD5 generator disabled | David Nugent | 1996-12-17 | 2 | -35/+70 |
| | | | | | | | (/dev/urandom used by default under FreeBSD), and implemented a "portable" but less secure generator for other systems. Add display of expiry/password change dates in -P user display. | ||||
| * | Submitted by: proff@iq.org | David Nugent | 1996-12-17 | 1 | -2/+2 |
| | | | | | Minor fix for security patch. | ||||
| * | Reviewed by: davidn@blaze.net.au | David Nugent | 1996-12-16 | 1 | -4/+50 |
| | | | | | | Submitted by: proff@iq.org Security patch for better random password generation. | ||||
| * | Update from David, reflecting Wolfram's wishes regarding limitation of | Joerg Wunsch | 1996-12-11 | 1 | -5/+8 |
| | | | | | | | the allowable character set. Submitted by: David Nugent | ||||
| * | Merg-o-matic. | Joerg Wunsch | 1996-12-11 | 1 | -13/+7 |
| | | |||||
| * | Copyright update by the author, to be more in line with our sample | Joerg Wunsch | 1996-12-10 | 20 | -219/+111 |
| | | | | | | | copyright. Submitted by: David Nugent | ||||
| * | Merge from the vendor-branch. | Joerg Wunsch | 1996-12-10 | 1 | -56/+208 |
| | | |||||
| * | Upgrade from the author, reflecting all my wishes resulting out of the | Joerg Wunsch | 1996-12-09 | 8 | -127/+274 |
| | | | | | | | | | sysinstall use of this tool (plus some bug fixes). 2.2 candidate... Submitted by: David Nugent <davidn@nserver.usn.blaze.net.au> | ||||
| * | Minor spelling/mdoc/style fixes. | Mike Pritchard | 1996-12-09 | 1 | -20/+25 |
| | | |||||
| * | pw(8) -- a backend utility to manage the user and group databases. | Joerg Wunsch | 1996-12-09 | 21 | -0/+4523 |
| | | | | | | | | sysinstall's new User&group menu will use it, hence it's a 2.2 candidate despite of providing new functionality. Submitted by: David L. Nugent, <davidn@blaze.net.au> | ||||
| * | Expand username limit to 16 | Andrey A. Chernov | 1996-12-07 | 2 | -7/+7 |
| | | |||||
| * | Don't show on the screen just securely entered password | Andrey A. Chernov | 1996-11-27 | 1 | -3/+3 |
| | | | | | | (in /etc/adduser.message text) Sending password by E-mail on local machine is joke in any case | ||||
| * | do not print 'illegal shell' for pseudo users news and xten | Wolfram Schneider | 1996-11-20 | 1 | -2/+2 |
| | | | | | Submitted by: kuku | ||||
| * | install rmuser, addgroup, rmgroup in /usr/sbin | Wolfram Schneider | 1996-11-17 | 4 | -4/+574 |
| | | |||||
| * | pw_scan() was being used to convert a string into a struct passwd, with | Peter Wemm | 1996-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | | an auto stack variable that was about to disappear. It broke with some nis passwd changes because of a gethostbyname() call that uses a fair bit of stack.. This was a timebomb waiting to go off at any time and could have been causing subtle corruption for a while. AARGH!! This is HIGHLY reccomended for 2.2 and presumably 2.1.6 | ||||
| * | manpages for rmgroup(8) and addgroup(8) | Wolfram Schneider | 1996-11-04 | 3 | -2/+142 |
| | | |||||
| * | rmgroup - delete a Unix group | Wolfram Schneider | 1996-10-30 | 1 | -0/+29 |
| | | | | | usage: rmgroup group | ||||
| * | addgroup - add a group or add users to a group | Wolfram Schneider | 1996-10-29 | 1 | -0/+220 |
| | | | | | addgroup [-g gid] group [user[,user,...]] | ||||
| * | Add a flag to allow the 'use NIS or local?' logic to tell when NIS is | Bill Paul | 1996-10-23 | 2 | -5/+8 |
| | | | | | | | | enabled in /etc/master.passwd & friends. This allows the 'USER_YP_AND_LOCAL' case to make a more sensible guess (if NIS is enabled, default to NIS, otherwise default to local -- this is better than defaulting to NIS all the time). | ||||
| * | *blush* Whoops: got the format strings wrong. | Bill Paul | 1996-10-22 | 1 | -4/+4 |
| | | |||||
