Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix -p switch. | davidn | 1997-08-01 | 1 | -2/+2 |
| | |||||
* | getuid() -> geteuid(). | davidn | 1997-07-17 | 1 | -2/+2 |
| | |||||
* | Remove srandomdev fallback code | ache | 1997-06-14 | 1 | -5/+7 |
| | |||||
* | Fixes skeleton directory test-it-is-a-directory logic. | davidn | 1997-05-24 | 1 | -2/+2 |
| | | | | | | | PR: 3666 Reviewed by: Submitted by: iaint@css.tuu.utas.edu.au Obtained from: | ||||
* | Initialize RNG only once | ache | 1997-03-24 | 1 | -23/+18 |
| | | | | Use srandomdev() now | ||||
* | Fix srandom arg according to Lite2 | ache | 1997-03-11 | 1 | -3/+3 |
| | |||||
* | Typo fix 'and' -> 'an'. | danny | 1997-03-04 | 1 | -2/+2 |
| | | | | This is a 2.2 candidate. | ||||
* | Back out MAXLOGNAME fix, Bruce points that copyinstr require NUL | ache | 1997-03-03 | 1 | -2/+2 |
| | |||||
* | Fix MAXLOGNAME usage, the code has wrong assumption that | ache | 1997-03-02 | 1 | -3/+3 |
| | | | | it must be NUL terminated | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 22 | -22/+22 |
| | |||||
* | Yet another formatting consistency check. | davidn | 1997-02-07 | 1 | -1/+1 |
| | |||||
* | Fix useage of MAXLOGNAME to include terminating NUL, by using | davidn | 1997-02-07 | 2 | -3/+12 |
| | | | | | max(MAXLOGNAME-1,UT_NAMESIZE). Tidy up "pretty" printing format for longer usernames. | ||||
* | Sort cross references. | wosch | 1997-01-20 | 2 | -4/+4 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 22 | -22/+22 |
| | | | | | | | | 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. | ||||
* | Adds optional NIS passwd file updating and optionally rebuilding | davidn | 1997-01-05 | 8 | -22/+202 |
| | | | | | | NIS maps. Suggested by: Peter Wemm | ||||
* | Remove duplicated #include. | davidn | 1997-01-05 | 1 | -2/+1 |
| | |||||
* | Fix reference /etc/acct/pw.conf -> /etc/pw.conf. | davidn | 1997-01-05 | 1 | -2/+2 |
| | | | | Pointed-Out-By: Peter Wemm. | ||||
* | Implemented /home -> /usr/home symlink kludge. | davidn | 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 | davidn | 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. | ||||
* | Correct file modes on updated /etc/skeykeys. | davidn | 1996-12-23 | 1 | -2/+2 |
| | |||||
* | 1) 200 users per group limitation removed and pw | davidn | 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. | davidn | 1996-12-20 | 1 | -3/+3 |
| | |||||
* | Allow 8-bit characters in the passwd gecos field, and adds a paragraph | davidn | 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 | davidn | 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 | davidn | 1996-12-17 | 1 | -2/+2 |
| | | | | Minor fix for security patch. | ||||
* | Reviewed by: davidn@blaze.net.au | davidn | 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 | 1996-12-11 | 1 | -5/+8 |
| | | | | | | the allowable character set. Submitted by: David Nugent | ||||
* | Merg-o-matic. | joerg | 1996-12-11 | 1 | -13/+7 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r20302, | joerg | 1996-12-10 | 20 | -219/+111 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Copyright update by the author, to be more in line with our sample | joerg | 1996-12-10 | 21 | -248/+139 |
| | | | | | | | | | | | | copyright. Submitted by: David Nugent | ||||
* | | Merge from the vendor-branch. | joerg | 1996-12-10 | 1 | -56/+208 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r20267, | joerg | 1996-12-09 | 8 | -127/+274 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Upgrade from the author, reflecting all my wishes resulting out of the | joerg | 1996-12-09 | 9 | -183/+482 |
| | | | | | | | | | | | | | | | | 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. | mpp | 1996-12-09 | 1 | -20/+25 |
|/ | |||||
* | pw(8) -- a backend utility to manage the user and group databases. | joerg | 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> |