summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Collapse)AuthorAgeFilesLines
* Here is a patch to talkd which makes it send the request to the tty withjkh1996-03-241-5/+10
| | | | | the lowest idle time. Submitted by: loodvrij@gridpoint.com (Bruce J. Keeler)
* Fix bug that caused a coredump when attempting to enter passive mode whendg1996-03-181-1/+5
| | | | | | | not logged in. Original fix slightly altered by me to return the correct reply code. Submitted by: Vadim Kolontsov <vadim@tversu.ac.ru>
* Update the uucpd makefile to install the man page.mpp1996-02-181-1/+1
|
* New man page for uucpd. There is precious little info for this thingmarkm1996-02-181-0/+67
| | | | | | | available, but I managed to find something in the BSD4.4 uucico(8) docs. Closes pr docs/131.
* Turn on ypxfr.wpaul1996-02-131-1/+2
|
* Include both, the regular and the `secure' telnetd, when buildingjoerg1996-02-131-0/+4
| | | | a release.
* Correct a bunch of man page cross references and generallympp1996-02-112-4/+3
| | | | | | 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-112-2/+2
|
* Another round of various man page cleanups.mpp1996-02-091-1/+0
|
* Correct a file location in the FILES section.mpp1996-02-091-1/+1
|
* ypxfr_getmap.c:wpaul1996-02-042-13/+35
| | | | | | | | | | | | - Handle 'empty' maps more gracefully. By empty I mean a valid map that just happens not to have any entries in it, such as you would get if you built a map database from an empty file. Previously, trying to ypxfr such a map would yield an 'NIS map/database error' which is not the correct behavior. ypxfr_misc: - Make sure to free() or xdr_free() dynamically allocated memory in ypxfr_get_master() as necessary.
* Rename des_set_key -> des_set_key_krb. (libdes conflict)markm1996-02-032-2/+2
|
* Add some missing manual page links.mpp1996-02-021-1/+2
|
* Section FILES and SEE ALSO completedwosch1996-01-281-1/+18
| | | | Section FILES and SEE ALSO completed
* Section FILES and SEE ALSO completedwosch1996-01-281-1/+13
|
* Fix getif() to work under 4.3bsd and laterpst1996-01-231-4/+3
|
* Remove bootpgwpst1996-01-232-687/+0
|
* Disconnect bootpgwpst1996-01-231-1/+1
|
* Merge back in 4.4bsd ARP changes by handpst1996-01-232-0/+14
|
* Add bootpgw makefilepst1996-01-231-0/+12
|
* Fix conflicts from 2.4.3 mergepst1996-01-234-42/+71
|
* This commit was generated by cvs2svn to compensate for changes in r13572,pst1996-01-2327-108/+1012
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import bootpd-2.4.3 from ftp.mc.compst1996-01-2330-146/+1082
| |
* | This commit was generated by cvs2svn to compensate for changes in r13569,pst1996-01-232-4/+2
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Minor cleanups from NetBSD-current.pst1996-01-232-4/+2
| | | | | | | | Obtained from: NetBSD
* | This release is a moderate restructuring of the dynamic linker.jdp1996-01-131-592/+605
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It addresses a number of problems that were present in earlier versions. The calls to the "init" and "fini" functions of shared libraries have been reordered, so that they are called in a strictly nested fashion, as is required for C++ constructors and destructors. In addition, the "init" functions are called in better order relative to each other. That makes the system more tolerant of C++ programs which depend on a library's being initialized before its clients. The dynamic linker is now more tolerant of shared libraries in which dependencies on other shared libraries are incompletely recorded. Cleanup in the event of errors has been improved throughout the dynamic linker. A number of memory leaks were eliminated. The warning message for a shared library whose minor version number is too old has been clarified. The code dealing with the "ld.so.hints" file has been cleaned up. A bug that caused the hints file to be unmapped incompletely has been fixed. A different bug that could potentially cause the hints file to be mapped on top of a loaded object has been fixed. The code that searches for shared libraries has been cleaned up. The searching is now more compatible with that done by SunOS and SVR4. Also, some unnecessary and useless searches of both the hints file and library directories have been eliminated. Reviewed by: nate@freebsd.org
* | Split up the code so that a single directory can be searched, tojdp1996-01-131-81/+116
| | | | | | | | | | | | | | support some changes in the dynamic linker. (This code is shared by the dynamic linker.) Reviewed by: nate@freebsd.org
* | Another '-' needed for make release.phk1996-01-111-2/+2
| |
* | Make the new realinstall target a little less draconian so that make releasephk1996-01-111-3/+3
| | | | | | | | doesn't fall over.
* | Install ld.so in a way that is safe even on a running system.jdp1996-01-111-2/+13
| |
* | - Fix error reporting when checking order number via NIS: we return zerowpaul1996-01-101-14/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on a failure, but if we're checking a corrupt map we could also get back a zero from ypserv without really encountering any actual error. Flag this condition and generate an meaningful error message. - Fix transmission of ypxfr_clear to ypserv: error checking was wrong and we sending YPXFR_YPERR as an error status instead of YPXFR_CLEAR. - To help avoid a race condition (or at least reduce the likelyhood of it occuring), use rename() to move a newly transfered map into place instead of unlink()ing the old one first and then renaming. Da man page sez that rename should do the unlink() for us. This prevents ypserv from returning 'no such map in domain' when asked to query a map which ypxfr has just unlink()ed but not yet replaced.
* | Sync with my sources at home (these are really tiny changes):wpaul1996-01-062-12/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix a SEGV condition in ypxfr_main.c that reared its ugly head while I was working on the 'parallel jobs' feature of the new yppush. After we've completed the map transfer and created a local temporary copy, we check the order number of the map on ypserv again to make sure it didn't change while the transfer was in progress (map skew). If for some reason we flat out fail to get the order number from the server, we flag this as an error and bail, telling ypxfr_exit() to clean up our temporary files for us. However, ypxfr_exit() tries to close the database before unkining it, not realizing that it has already been closed prior to the skew check. The second attempt to close the database causes a SEGV somewhere inside the DB code. (Well, it does on my 2.0.5 machine anyway. I haven't seen anyone modify the DB library code in ages, so the condition is probably still there.) To work around this, we deliberately set dbp to NULL after closing the database and check for the condition in ypxfr_exit(), being careful to avoid the second close if we see the NULL. - In yp_dbwrite.c, make yp_open_db_rw() open the database with O_EXLOCK flag set. This probably won't affect much of anything, but I feel better having it there.
* | added rpc.rquotad and rpc.spraydgraichen1996-01-051-2/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r13240,graichen1996-01-053-0/+234
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Obtained from: NetBSDgraichen1996-01-053-0/+234
| | | | | | | | | | | | | | | imported the rpc.sprayd from NetBSD - it is used by the new spray command for network analysis
* | | This commit was generated by cvs2svn to compensate for changes in r13237,graichen1996-01-053-0/+399
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Obtained from: NetBSDgraichen1996-01-053-0/+399
| | | | | | | | | | | | | | | Imported rpc.rquotad from NetBSD - currently only used by the quota-command to display quota's over nfs
| * | recording cvs-1.6 file deathpeter1995-12-301-56/+0
| | |
* | | Make ftpd use setproctitle() from libutilpeter1996-01-014-10/+16
| | | | | | | | | | | | | | | I've left the old code in there under #ifdef OLD_SETPROCTITLE in case somebody wants to try to compile out ftpd on some other machine.
* | | This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-3018-1961/+0
| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | recording cvs-1.6 file deathpeter1995-12-305-240/+0
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r13007,wpaul1995-12-257-0/+1224
| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | Implement server-side transaction TCP. (Has no effect on non-TTCP clients.)wollman1995-12-171-9/+25
| | |
* | | Fix the bug which allowed people to avoid the "-s" (secure) bug.peter1995-12-101-2/+3
| | | | | | | | | | | | | | | Now, "finger" is invoked with "--" before the first network supplied argument, so the "--" and "-l" hacks will be stopped.
* | | Fix typo.nate1995-12-021-1/+1
| | |
* | | It is not necessary to check if a '-' is in lusername., Checking ifguido1995-12-011-1/+1
| | | | | | | | | | | | | | | lusername starts with a '-' is enough. Otherwise, no users with a '-' in there name can use rlogin.
* | | Timeout when an expected accept does not happen after all.guido1995-11-291-3/+11
| | | | | | | | | | | | | | | | | | This gets rids of dozens of hanging ftpd's because some broken pc implementation `forgets' to open a passive connection. Obtained from: Wietse Venema
* | | Stop rlogind from bogusly ignoring an explicit .rhosts file for root.peter1995-11-201-3/+2
| | | | | | | | | | | | It still correctly ignores hosts.equiv. This is now consistant with rshd.
* | | Add missing & in des_set_key argumentache1995-11-191-1/+1
| | |
* | | Move the setlogin() call a little earlier.. It was being done in the childpeter1995-11-121-4/+5
| | | | | | | | | | | | | | | process - which would be no longer allowed if the setlogin() changes go through. Now the parent (the session leader, when started by inetd) does it.
OpenPOWER on IntegriCloud