summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Add X11 XPM and BDF description strings. Alas, bitmaps do not havejoerg1995-09-171-0/+2
| | | | anything usable as "magic string".
* Point passwd to the new locations of kpasswd.c and kadm.h.gibbs1995-09-141-3/+3
|
* Simpler fix to the find bug reported by Terry Lambert <terry@lambert.org>nate1995-09-121-0/+3
| | | | | | | [ Find to a file vs. to stdout ] produces different output because find does not flush stdout when doing a -print. Submitted by: Jeffrey Hsu <hsu@freefall.freebsd.org>
* Updating /usr/include/kerberosIV/des.h so eBones will build breaksmarkm1995-09-102-14/+1
| | | | | | | rcp and rlogin. (patch supplied) Submitted by: John Capo <jc@irbs.com>
* message catalog for fr_FR.ISO_8859-1jmz1995-09-092-0/+340
|
* Add fr_FR.ISO_8859-1 to LANGSjmz1995-09-091-1/+1
|
* Change the errx(0,...) to errx(1,...)jkh1995-09-081-2/+2
| | | | Submitted by: Mike Murphy <mrm@alpharel.com>
* add RCS Id strings so we know what we havejulian1995-09-082-0/+6
|
* Submitted by: Luigi Rizzo (luigi@iet.unipi.it)julian1995-09-085-0/+384
| | | | | | | | | | | | | | | Obtained from: Gunther Schadow and Luigi Rizzo control program for Trust AmiScan BW (GI1904 chipset) ASC - A device driver for a handy scanner This is a device driver for GI1904-based hand scanners, e.g. the Trust Amiscan Grey and possibly others. The driver is based on the "gsc" driver and, partly, on a Linux driver. The driver has a working select(). -Luigi Rizzo (luigi@iet.unipi.it)
* Bring Barry Morris' changes from FreeBSD 1.1.5.1 back: pass argumentsjoerg1995-09-062-9/+50
| | | | | | | | | to the target login's shell. This allows for "su -c". Do it right this time and also explain this behaviour in the man page. :) Obtained from: bsm's work in FreeBSD 1.1.5.1
* Increase the tty column width from 2 to 3 characters.peter1995-09-042-7/+7
| | | | | | | | This gives us more room to breath with tty names, especially with drivers that support large numbers of ports.. eg: specialix and digiboard. This does not actually change the current tty names, it just allows room for reporting more characters if the drivers use them.
* Add pw_yp.c to SRCS. This is code that was moved to chpass, but passwd stillmarkm1995-09-031-2/+2
| | | | needs it to build.
* Correct a typo :-).ats1995-09-021-1/+1
|
* Bug fix: use the use_yp() function in the chpass(1) code to determinewpaul1995-09-023-48/+34
| | | | | | | | | correctly whether a user is local or NIS (or both, or neither). If you have a user that exists locally but not in NIS, passwd(1) could get confused and try to submit the password change to NIS. (Fortunately, yppasswdd is smart enough to spot the error and reject the change.) Bug reported by: Charles Owens <owensc@enc.edu>
* Make use_yp() smarter about figuring out whether a user is local orwpaul1995-09-024-30/+202
| | | | | | | | | | NIS (or both, or neither). Also add support for -l and -y flags to force behavior to local or NIS. use_yp() also goes out of its way to retrieve the correct password database information (local or NIS) depending on what the situation since getpwent() & co. can't necessarily be trusted in some cases. Also document new flags in man page.
* Command line arguments are now gathered by NewGetOpt. Command linejfieber1995-08-312-51/+109
| | | | | | | | syntax is slightly changed: -format is now -f format. New option: -i name This is a switch to control marked sections in SGML documents. Useful for multi-lingual documents.
* Fix error: while getting file name, backspace not works, but produceache1995-08-301-2/+4
| | | | | ^G instead. Proper interaction with ncurses require turn keypad off/on there.
* Fix 8bit chars output, not highlight all of themache1995-08-301-3/+3
|
* While posting something to -current about this, I got an idea for makingjkh1995-08-303-11/+347
| | | | it a more ideal I18N candidate. Here it is.
* Add ee.jkh1995-08-301-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r10452,jkh1995-08-309-0/+9696
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * This is `ee' - the Easy Editor. I'm bringing it in to replace vi onjkh1995-08-309-0/+9696
| | | | | | | | | the installation floppy (and in any references in new user docs for editing files) since tossing a novice into vi with no help or clue as to what the key bindings are is both cruel and in violation of the Hague Convention. It's also much SMALLER than vi and even supports emacs key bindings for those so inclined. Submitted by: "Hugh F. Mahon" <hugh@nsmdserv.cnd.hp.com>
* New Improved navigation controls.jfieber1995-08-292-43/+109
|
* Check for expired passwords before allowing access to the system.mpp1995-08-281-0/+7
|
* Oh foo. I should a) learn to read. b) learn to think. :-)jkh1995-08-281-1/+1
| | | | | | Telnet has nothing to do with this, it's telnetd and telnetd doesn't use KLUDGELINEMODE so that theory is washed up. Anyway, back out previous commit and slink away with red face.
* Remove -DKLUDGELINEMODE again; it's breaking things and Paul T. saysjkh1995-08-281-1/+1
| | | | it's a bug anyway.
* Fixed bug where 'id <user>' output the wrong group name (the user namedg1995-08-281-11/+11
| | | | was output instead). Pointed out by Chael Hall <nowhere@chaos.taylored.com>.
* Backed out change in rev 1.2.dg1995-08-271-1/+1
|
* Accept escaped quotes in msg catalogs.jkh1995-08-261-0/+4
|
* Make the -ascii option generate filename.ascii rather than filename.txtjfieber1995-08-252-6/+6
|
* Fix up warning about qsort parameterspst1995-08-231-1/+0
|
* Upgrade to 2.9ache1995-08-2112-116/+256
|
* Update the DNS tools from 4.9.3-b9 -> 4.9.3-b24peter1995-08-202-46/+73
|
* Remove bogus ${DESTDIR}s from LINKS.bde1995-08-172-10/+16
| | | | | | | Keep DPADD up to date with LDADD. bsd.prog.mk's install rule can't handle schg'ed links, so ugly beforeinstall and afterinstall rules are required.
* Merge various fixes from NetBSD. This will allow the WordPerfect forjkh1995-08-163-47/+87
| | | | SCO installation to run all the way through (some POSIX fixes).
* '#' is not a comment if a non-space char followjoerg1995-08-152-0/+13
| | | | | | Closes PR # bin/657: mail(1): comments in ~/.ma... Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
* head(1) ignored EOFs (in certain cases).joerg1995-08-151-3/+2
| | | | | | Closes PR # bin/678: head(1) ignore EOF Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
* Take the ypchfn/ypchsh stuff that was removed from passwdwpaul1995-08-137-9/+421
| | | | | | | | | | | | | | | | | | | and graft it into chpass. Chpass can now tell when it's being asked to operate on an NIS user and it displayes the appropriate message in the editor template ("Changing NIS information for foo"). After the changes have been made, chpass will promte the user for his NIS password. If the password is correct, the changes are committed to yppasswdd. Hopefully, this should make NIS more transparent to the end user. Note that even the superuser needs to know a user's password before he can change any NIS information (such is the nature of yppasswdd). Also, changes to the password field are not permitted -- that's what yppasswd is for. (The superuser may specify a new password, but again, he needs to know the user's original password before he can change it.)
* Remove the ypchfn/ypchsh stuff from passwd and leave just thewpaul1995-08-135-169/+78
| | | | yppasswd support. The rest is moving into chpass.
* Restore the reference to quot(8).mpp1995-08-131-1/+1
|
* Submitted by: careilly@tcd.ie Colman Reillyats1995-08-121-1/+1
| | | | | replace the reference of quot(8) with a reference to quota(1). Colman Reilly noticed the missing quot, GNATS bin/671.
* Replace old strftime format by %c, old format forces "Mon Day",ache1995-08-081-2/+4
| | | | sequence which can be false for several languages.
* Allow national printable chars in .planache1995-08-081-1/+1
|
* Replace asctime/ctime by strftime %c to use national representationache1995-08-082-8/+9
|
* Change ctime to strftime %c to use national date/time representation.ache1995-08-081-3/+5
|
* Replace ctime by strftime %c to use national date representation nowache1995-08-071-4/+4
|
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-0714-52/+42
| | | | which is no longer bogusly installed in /usr/include.
* Fix infamous "TIOCGWINSZ: Interrupted system call" on return from a ^Zpeter1995-08-071-2/+4
| | | | | | | Fixes PR#513 Reviewed by: Submitted by: Obtained from:
* Remove timedefache1995-08-061-2/+2
|
* Only build telnet if secure telnet is not going to be built.markm1995-08-061-2/+6
| | | | Reviewed by: rgrimes
OpenPOWER on IntegriCloud