summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless (for us) Makefiles. There were already other "Makefile.dist"peter1996-02-2256-6351/+0
| | | | | | | files missing, so these shouldn't hurt. If somebody wanted to use sendmail 8.7 on their machine, they should use a clean dist anyway, not this one. Submitted by: wollman
* Merge 8.7.3->8.7.4 changes onto mainline.peter1996-02-222-6/+13
|
* This commit was generated by cvs2svn to compensate for changes in r14182,peter1996-02-223-9/+29
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Update to sendmail-8.7.4. This fixes a DNS related security vulnerabilty.peter1996-02-225-15/+42
| |
* | Submitted by: John Hay -- John.Hay@csir.co.zajulian1996-02-201-2/+7
| | | | | | | | fix broken local routing .. (broken in previous patch)
* | Initialize the argument list in the unpack() routine to zero.mpp1996-02-191-1/+2
| | | | | | | | | | This prevents a core dump due to the stack being trashed if pkg_add is asked to process something that really isn't a package file.
* | This commit was generated by cvs2svn to compensate for changes in r14125,peter1996-02-177-0/+1321
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import Jan 15 version of Andrew Gordon <andrew.gordon@net-tel.co.uk>'speter1996-02-177-0/+1321
| | | | | | | | | | | | | | | | | | rpc.statd. This is apparently fully functional and complete.
* | | This commit was generated by cvs2svn to compensate for changes in r14123,peter1996-02-177-0/+1481
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import Jan 15 version of Andrew Gordon <andrew.gordon@net-tel.co.uk>'speter1996-02-177-0/+1481
| / | | | | | | | | | | | | | | | | | | | | stub lockd. This implements just the protocol, but does not interact with the kernel. It says "Yes!" to all requests. This is useful if you have people using tools that do locking for no reason (eg: some PC NFS systems running some Microsoft products) and will happily report they couldn't lock the file and merrily proceed anyway. Running this will not change the reliability of sharing files, it'll just keep it out of everybody's face.
* | XNS sort-of-support is no more.wollman1996-02-1322-3579/+1
| |
* | Add rpc.yppasswddwpaul1996-02-121-4/+5
| |
* | This commit was generated by cvs2svn to compensate for changes in r14062,wpaul1996-02-1211-0/+2155
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | Add a ypset(8) man page.mpp1996-02-122-2/+87
| | | | | | | | Obtained from: NetBSD
* | Another round of man page cleanups.mpp1996-02-125-30/+31
| | | | | | | | Down to only about 100 items left to cleanup! :-)
* | Correct a bunch of man page cross references and generallympp1996-02-1114-32/+35
| | | | | | | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* | #include <kerberosIV/des.h> -> #include <des.h>markm1996-02-111-1/+1
| |
* | Submitted by: Masafumi NAKANE <masafumi@tky007.tth.expo96.ad.jp>wosch1996-02-101-2/+8
| | | | | | | | bugfix: chown home directory if don't copy dotfiles
* | Remove netns and netiso, whatever it did here in the first place...phk1996-02-102-22/+2
| |
* | Another round of various man page cleanups.mpp1996-02-093-5/+5
| |
* | Add some missing MLINKS, correct some cross references, correct somempp1996-02-094-15/+20
| | | | | | | | file locations and some minor formatting/style problems.
* | Remove pkg_manage from Makefilejkh1996-02-091-2/+2
| |
* | Nuke pkg_manage. No fault of the author, but it sort of died when wejkh1996-02-0916-1659/+0
| | | | | | | | | | | | | | | | went to the multi-directory package scheme since it wasn't designed with that kind of layout in mind when first written, and the attempts to adapt it haven't really resulted in an interface that's easy to use. I will make a stand-alone version of the pkg installer in sysinstall at some point and drop it into the existing pkg_install directory.
* | Fix to catch a stupid oversight on my part which allowed this thingjkh1996-02-091-2/+2
| | | | | | | | | | to remove the current directory under certain circumstances. Submitted by: Richard J Kuhns <rjk@watson.grauel.com>
* | LBA addition to new commandsache1996-02-091-31/+77
| |
* | Integrate vak fixes, mostly command parsing & cosmeticache1996-02-092-193/+459
| | | | | | | | Submitted by: vak@cronyx.ru
* | Clean up warnings.phk1996-02-082-35/+178
| | | | | | | | | | | | fix return/exit codes in some cases. Add -S which will delete any old entry first. Add "auto" in proxy case, so it finds the right interface automatically.
* | Call setsockopt(SO_PRIVSTATE) to renounce SS_PRIV on all the socketswollman1996-02-072-36/+69
| | | | | | | | | | | | | | we create. (Nothing being called from inetd should use it anyway, but you can never be too careful.) Translate the man page back into -mdoc.
* | Fixed pkg_create to eliminate the limits on the size of the PLIST.jdp1996-02-061-31/+41
| | | | | | | | | | | | | | Formerly, there were limits on both the number of files (hard-coded into the program) and the number of characters (because of the ARG_MAX limit in exec(2)). In this new version, the filenames are passed to tar through a pipe, using tar's "-T" option, rather than on the command line.
* | Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)wollman1996-02-066-6/+36
| | | | | | | | | | in preparation for its removal from the kernel source tree. NB: because a function was deleted, libc is now at version 3.0 (was 2.2 previously).
* | Oops, accidently committed makefile change, back it outpst1996-02-061-2/+2
| |
* | make setproctitle display smallerpst1996-02-062-4/+6
| |
* | Setproctitle some useful informationpst1996-02-061-0/+5
| |
* | Add support for local modifications to the tree, by using FOO.ctm insteadphk1996-02-058-50/+144
| | | | | | | | | | | | of FOO if present. Various other tweaks. Submitted by: Christian Haury <Christian.Haury@sagem.fr>
* | Typo.joerg1996-02-051-1/+1
| | | | | | | | Submitted by: somebody in Usenet whose name i forgot
* | Remove cdplay, cdcontrol is superset of itache1996-02-054-464/+3
| |
* | Add qcamcontrolpst1996-02-041-4/+4
| |
* | This commit was generated by cvs2svn to compensate for changes in r13899,pst1996-02-042-0/+190
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import very basic demo/control program for qcam driver.pst1996-02-042-0/+190
| / | | | | | | Manual to follow real-soon-now(tm).
* | Makefile.yp:wpaul1996-02-042-11/+34
| | | | | | | | | | | | | | | | - Improve support for multiple domains. (In preparation for new rpc.yppasswdd.) yp_dblookup.c: - Improve error reporting: be more selective as to what error code we return when a (dbp->get) fails.
* | Print out media catalog number, if existsache1996-02-031-2/+6
| |
* | Request/print out media catalog validation info in status commandache1996-02-032-4/+19
| |
* | Implement several new commandsache1996-02-032-35/+102
| |
* | Mention the currently supported vendor/model strings.joerg1996-02-021-1/+11
| |
* | Don't mask last track number with end word, better be shure that it is 170ache1996-02-021-1/+1
| |
* | Implement 'inject' commandache1996-02-022-13/+25
| |
* | Back out my control->addr_type change, need to be fixed in another placeache1996-02-021-1/+1
| |
* | Understand about the doc distribution.jkh1996-02-024-7/+11
| |
* | There is no longer a typedef clash with <rpc/auth.h>, so removehsu1996-02-021-5/+3
| | | | | | | | | | conditional. Also, use the system defined fixed sized types. This removes a 32-bit dependency on non-32-bit architectures.
* | man page link swapfile.8 -> vnconfig.8wosch1996-02-021-1/+2
| |
OpenPOWER on IntegriCloud