summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/4.3/rexec.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix Coverity CID 978183 Resource leak in rexec().truckman2016-05-251-0/+1
| | | | | | | | Close the socket if connect() fails to avoid leaking it. Reported by: Coverity CID: 978183 MFC after: 1 week
* rexec(3): use NULL instead of zero for pointers.pfg2016-04-181-5/+5
|
* rexec(3): prevent uninitialized access to "port" variable.pfg2015-02-161-4/+4
| | | | CID: 1018716 (and clang static checker)
* Add a missing parameter to ruserpass(). According to C99 6.9.1p7rdivacky2009-02-261-2/+4
| | | | | | | K&R function is not a prototype but this is a bad style. GCC accepts this other compilers warn or reject this. Approved by: kib (mentor)
* Remove California Regent's clause 3, per letterimp2007-01-091-4/+0
|
* Return an error instead of overflowing the buffer in the case of a longkris2000-08-041-0/+4
| | | | $HOME in ruserpass()
* General -Wall warning cleanup, part I.jkh1996-07-121-0/+1
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* The implementation of rexec() missed the function ruserpass(), so thejoerg1995-04-111-2/+242
| | | | | | | | | | | | | | | link stage fell over for any program that attempted to use rexec(). Ruserpass() remains undocumented; i could not find any documentation for it on other systems. Also added a BUGS section to the man page, stating that this function constitutes a potential security hole (as well as the underlying "exec" service). Submitted by: rgrimes Originally submitted by: agc@uts.amdahl.com (Alistair G. Crooks) Obtained from: netbsd-bugs@NetBSD.ORG
* add a couple of missing #include linesphk1995-03-191-0/+2
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+146
OpenPOWER on IntegriCloud