summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Collapse)AuthorAgeFilesLines
* Store temporary files in /var/tmp instead /tmp. This should avoidwosch1997-10-112-4/+4
| | | | | a possible disk overflow for enormous large mails. Submitted by: grog
* PR: bin/771 and bin/1037 are resolved by this changeuhclem1997-10-081-1/+17
| | | | | | | | | | | | | | | | This change changes the default handling of linemode so that older and/or stupider telnet clients can still get wakeup characters like <ESC> and <CTRL>D to work correctly multiple times on the same line, as in csh "set filec" operations. It also causes CR and LF characters to be read by apps in certain terminal modes consistently, as opposed to returning CR sometimes and LF sometimes, which broke existing apps. The change was shown to fix the problem demonstrated in the FreeBSD telnet client, along with the telnet client in Solaris, SCO, Windows '95 & NT, DEC OSF, NCSA, and others. A similar change will be incorporated in the crypto version of telnetd. This resolves bin/771 and bin/1037.
* Clarify the actions of -s and the list of allowable names.imp1997-10-061-1/+5
|
* Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-051-3/+4
| | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
* Putting records with zero-length keys into a Berkeley DB hash databasewpaul1997-09-301-6/+22
| | | | | | | | | | | | | | | | | is asking for trouble (sequential database enumerations can get caught in an infinite loop). The yp_mkdb(8) utility avoids putting such records into a database, but ypxfr does not. Today I got bit by a NULL entry in one of the amd maps on my network, which is served by a SunOS master. The map was transfered successfully to my FreeBSD slave, but attempting to dump it with ypcat(1) caused ypserv(8) to transmit the same record over and over again, making the map appear to be infinitely large. I finally noticed the problem while testing a new version of amd under development at the Columbia CS department, which began gobbling up insane amounts of memory while trying to swallow the map. To deal with this problem, I'm modifying ypxfr to watch for records with zero-length keys and turn them into something less destructive before writing them to the database.
* Changes for KTH KerberosIV.markm1997-09-281-7/+2
|
* There is a clear separation of the crypto telnet and the non-crypto telnet.markm1997-09-281-4/+0
| | | | | As this is the non-crypto version, remove the useless (commented out) directives and macros.
* Changes for the new KTH Kerberos4.markm1997-09-282-16/+21
| | | | Also make -Wall a bit quieter
* Changes for the new KTH Kerberos.markm1997-09-282-12/+26
| | | | Also make -Wall a bit quieter.
* Many places in the code NULL is used in integer context, wherephk1997-09-184-10/+10
| | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* Allow backspace tooache1997-09-151-2/+2
|
* disable upper controls and enable all otherache1997-09-151-11/+15
| | | | 8bit codes due to lack of locale knowledge in daemon
* -p flag misdocumented in telnetd(8)wosch1997-09-141-3/+3
| | | | | PR: 4462 Submitted by: hfir@math.rochester.edu
* spelling corrections.wosch1997-09-133-9/+9
| | | | | PR: docs/4450 Submitted by: josh@quick.net
* Do setlogin() before changing uid/gid, sincedima1997-09-081-11/+17
| | | | | | `at/batch' requires this. Obtained from: me && OpenBSD
* Hopefully better fix for logwtmp(): rename to a privatetg1997-09-053-7/+8
| | | | version ftpd_logwtmp().
* logwtmp() prototype is in <libutil.h>.tg1997-09-051-2/+1
|
* Fix botch with escaped characters, go back to using cgetstr().davidn1997-09-031-3/+3
| | | | | | For escaped characters used in modem strings, use double-backslashes in gettytab. PR: 4370
* Use cgetustr() since we handled special escapes ourselves.davidn1997-09-012-5/+5
| | | | | | Fix typo in escape parsing function. PR: 4370 Submitted by: sumii@is.s.u-tokyo.ac.jp
* Fix description of -t option.joerg1997-08-241-2/+2
| | | | | PR: 3382 Submitted by: furuta@sra.co.jp (Atsushi Furuta)
* Turn off hyphenation in this manpage so that .Xr macros, don't getsteve1997-08-231-1/+3
| | | | | | split between lines. PR: bin/4080
* change -I/sys to -I${.CURDIR}/../../sysjmg1997-08-221-2/+2
|
* - In dlsym(), if the lookup fails using the original symbol, prepend annate1997-08-191-2/+30
| | | | | | | underscore and try looking it up again. This is a non-issue if we switch to ELF. Reviewed by: sef, jdp
* .Nm --> .Xr so that gettytab(5) is shown instead of gettytab 5.steve1997-08-171-2/+2
| | | | PR: bin/4079
* Makefile.dist is a non-bmaked version of Makefile. We don't want it.bde1997-08-021-14/+0
|
* This commit was generated by cvs2svn to compensate for changes in r27847,bde1997-08-021-0/+14
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import Lite2's src/libexec, except for makekey (which was spammedbde1997-08-0234-203/+2698
| | | | | | | | | | | | by a repository copy from 1.1.5 and patched back to Lite1) and rbootd/bootdir/SYSHPBSD (which is binary). All changed files have already left the vendor branch.
* | Implement dlsym(RTLD_NEXT, symbol).jdp1997-08-021-12/+64
| |
* | Make useage of hostname global variable consistent.davidn1997-07-242-7/+8
| | | | | | | | | | PR: 4135 Based on submitted patch by: blank@fox.uni-trier.de
* | Rshd print to much information if a user does not exists.wosch1997-07-182-8/+7
| |
* | kill the undeadpeter1997-07-131-54/+0
| |
* | .if exists(../eBones) tests the obj dir, not the source dir's existance.peter1997-07-051-2/+2
| | | | | | | | The existance of a stale obj dir does not imply the source too.
* | Zap register keyword usage and convert: bcopy -> memmove, bzero -> memset,steve1997-06-296-56/+56
| | | | | | | | index -> strchr, and rindex -> strrchr.
* | Merge conflicts and make this compile -Wall clean.steve1997-06-2912-131/+45
| |
* | This commit was generated by cvs2svn to compensate for changes in r27074,steve1997-06-297-129/+147
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of NetBSD's rbootd version 19970629steve1997-06-2912-235/+193
| | |
* | | Removed unused variables.alex1997-06-271-4/+1
| | |
* | | Submitted by: Gene Stark and Robert Sexton (robert@kudra.com)stark1997-06-242-10/+17
| | | | | | | | | | | | | | | Added patches from Robert Sexton to eliminate case sensitivity of the xtend command.
* | | Show the real revision date and not the date that thissteve1997-06-232-4/+4
| | | | | | | | | | | | manpage is being viewed.
* | | Reset alarm before invoking ppplogin.davidn1997-06-031-1/+3
| | | | | | | | | | | | | | | | | | | | | PR: 3733 Reviewed by: Submitted by: kfurge@worldnet.att.net Obtained from:
* | | login.group => login.conf.davidn1997-06-021-2/+2
| | | | | | | | | | | | | | | | | | | | | PR: 3748 Reviewed by: Submitted by: Obtained from:
* | | Typo fix.max1997-05-273-9/+9
| | | | | | | | | | | | | | | PR: 3693 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* | | Tell the chroot()ed user that "access restrictions apply".danny1997-05-211-1/+6
| | |
* | | Small tweak to the group parsing code to stop it from core dumpingwpaul1997-05-211-1/+3
| | | | | | | | | | | | | | | | | | | | | on malformed /etc/group entries. This is a band-aid until I can pull in the newer group parsing code from getgrent . Pointed out by: branson@belmakor.hq.ferg.com (Branson Matheson)
* | | Changes to support the kernel linker:dfr1997-05-131-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a -Bforcedynamic option which generates a dynamic object even if no shared libraries were given in the link. Make RRS in text section warnings conditional on "-assert pure-text" so that I can link non-PIC kernel modules without tons of link errors. Changes to bsd.lib.mk to follow. Fix a couple of bugs exposed by the fact that the kernel is not linked at zero. Reviewed by: jdp
* | | Don't rely on stderr to report bad news.phk1997-05-111-8/+8
| | |
* | | Fix memory leak caused by not freeing memory returned by cgetstr()davidn1997-05-111-8/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calls. The cost is a little more up-front memory allocation, but the effect seems minimal. Problem noticed-by: bde Added syslog at LOG_ERR when referencing an unknown gettytab entry and for other cgetent() failues (circular reference et al). To be merged into 2.2 after a few days testing.
* | | login_getclass() -> login_getpwclass().davidn1997-05-102-4/+4
| | |
* | | Fix a bug that caused the relocs for linker set members in sharedjdp1997-04-301-1/+3
| | | | | | | | | | | | | | | | | | | | | libraries to come out as 1-byte relocations instead of 4-byte relocations. Submitted by: Doug Rabson <dfr@nlsystems.com>
* | | Adds anon ftp virtual host capability to ftpd, using /etc/ftphosts fordavidn1997-04-294-17/+271
| | | | | | | | | | | | definition of a system's virtual hosts.
OpenPOWER on IntegriCloud