aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Collapse)AuthorAgeFilesLines
* Fix description of -t option.Joerg Wunsch1997-08-241-2/+2
| | | | | | | | PR: 3382 Submitted by: furuta@sra.co.jp (Atsushi Furuta) Notes: svn path=/head/; revision=28660
* Turn off hyphenation in this manpage so that .Xr macros, don't getSteve Price1997-08-231-1/+3
| | | | | | | | | split between lines. PR: bin/4080 Notes: svn path=/head/; revision=28626
* change -I/sys to -I${.CURDIR}/../../sysJohn-Mark Gurney1997-08-221-2/+2
| | | | Notes: svn path=/head/; revision=28588
* - In dlsym(), if the lookup fails using the original symbol, prepend anNate Williams1997-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 Notes: svn path=/head/; revision=28434
* .Nm --> .Xr so that gettytab(5) is shown instead of gettytab 5.Steve Price1997-08-171-2/+2
| | | | | | | PR: bin/4079 Notes: svn path=/head/; revision=28316
* Makefile.dist is a non-bmaked version of Makefile. We don't want it.Bruce Evans1997-08-021-14/+0
| | | | Notes: svn path=/head/; revision=27849
* This commit was generated by cvs2svn to compensate for changes in r27847,Bruce Evans1997-08-021-0/+14
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=27848
| * Import Lite2's src/libexec, except for makekey (which was spammedBruce Evans1997-08-0234-0/+15858
| | | | | | | | | 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. Notes: svn path=/vendor/CSRG/dist/; revision=27847
* Implement dlsym(RTLD_NEXT, symbol).John Polstra1997-08-021-12/+64
| | | | Notes: svn path=/head/; revision=27838
* Make useage of hostname global variable consistent.David Nugent1997-07-242-7/+8
| | | | | | | | PR: 4135 Based on submitted patch by: blank@fox.uni-trier.de Notes: svn path=/head/; revision=27650
* Rshd print to much information if a user does not exists.Wolfram Schneider1997-07-182-8/+7
| | | | Notes: svn path=/head/; revision=27516
* kill the undeadPeter Wemm1997-07-131-54/+0
| | | | Notes: svn path=/head/; revision=27369
* .if exists(../eBones) tests the obj dir, not the source dir's existance.Peter Wemm1997-07-051-2/+2
| | | | | | | The existance of a stale obj dir does not imply the source too. Notes: svn path=/head/; revision=27207
* Zap register keyword usage and convert: bcopy -> memmove, bzero -> memset,Steve Price1997-06-296-56/+56
| | | | | | | index -> strchr, and rindex -> strrchr. Notes: svn path=/head/; revision=27079
* Merge conflicts and make this compile -Wall clean.Steve Price1997-06-2912-131/+45
| | | | Notes: svn path=/head/; revision=27077
* This commit was generated by cvs2svn to compensate for changes in r27074,Steve Price1997-06-297-129/+147
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=27075
| * Import of NetBSD's rbootd version 19970629Steve Price1997-06-2912-0/+3229
| | | | | | | | Notes: svn path=/vendor/NetBSD/dist/; revision=27074
* | Removed unused variables.Alexander Langer1997-06-271-4/+1
| | | | | | | | Notes: svn path=/head/; revision=26999
* | Submitted by: Gene Stark and Robert Sexton (robert@kudra.com)Gene Stark1997-06-242-10/+17
| | | | | | | | | | | | | | | | Added patches from Robert Sexton to eliminate case sensitivity of the xtend command. Notes: svn path=/head/; revision=26867
* | Show the real revision date and not the date that thisSteve Price1997-06-232-4/+4
| | | | | | | | | | | | | | manpage is being viewed. Notes: svn path=/head/; revision=26826
* | Reset alarm before invoking ppplogin.David Nugent1997-06-031-1/+3
| | | | | | | | | | | | | | | | | | | | PR: 3733 Reviewed by: Submitted by: kfurge@worldnet.att.net Obtained from: Notes: svn path=/head/; revision=26415
* | login.group => login.conf.David Nugent1997-06-021-2/+2
| | | | | | | | | | | | | | | | | | | | PR: 3748 Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=26398
* | Typo fix.Masafumi Max NAKANE1997-05-273-9/+9
| | | | | | | | | | | | | | | | PR: 3693 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> Notes: svn path=/head/; revision=26195
* | Tell the chroot()ed user that "access restrictions apply".Daniel O'Callaghan1997-05-211-1/+6
| | | | | | | | Notes: svn path=/head/; revision=25986
* | Small tweak to the group parsing code to stop it from core dumpingBill Paul1997-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) Notes: svn path=/head/; revision=25969
* | Changes to support the kernel linker:Doug Rabson1997-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 Notes: svn path=/head/; revision=25774
* | Don't rely on stderr to report bad news.Poul-Henning Kamp1997-05-111-8/+8
| | | | | | | | Notes: svn path=/head/; revision=25717
* | Fix memory leak caused by not freeing memory returned by cgetstr()David Nugent1997-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. Notes: svn path=/head/; revision=25709
* | login_getclass() -> login_getpwclass().David Nugent1997-05-102-4/+4
| | | | | | | | Notes: svn path=/head/; revision=25674
* | Fix a bug that caused the relocs for linker set members in sharedJohn Polstra1997-04-301-1/+3
| | | | | | | | | | | | | | | | | | | | libraries to come out as 1-byte relocations instead of 4-byte relocations. Submitted by: Doug Rabson <dfr@nlsystems.com> Notes: svn path=/head/; revision=25300
* | Adds anon ftp virtual host capability to ftpd, using /etc/ftphosts forDavid Nugent1997-04-294-17/+271
| | | | | | | | | | | | | | definition of a system's virtual hosts. Notes: svn path=/head/; revision=25283
* | YAMF2.2: Allow @group entries in /etc/ftpusers & /etc/ftpchroot to denyDavid Nugent1997-04-272-10/+35
| | | | | | | | | | | | | | and allow chroot access to entire groups. Notes: svn path=/head/; revision=25187
* | Document internal ls, how to compile it in and what it changes wrtDavid Nugent1997-04-261-1/+20
| | | | | | | | | | | | | | anon ftp and chrooted users. Notes: svn path=/head/; revision=25166
* | Adds optional "internal ls" support for ftpd, by collectingDavid Nugent1997-04-265-8/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | modules from src/bin/ls, and handling exec(_PATH_LS,..) as a special case, very useful in an environment where many users are given chroot access. "~/etc/{s}pwd.db" files are still needed if uid/gid->user/group translation is desired. To enable this it must be compiled with the make variable FTP_INTERNAL_LS defined, either in /etc/make.conf or the environment. Notes: svn path=/head/; revision=25165
* | Add basic login.conf (sans authentication) support.David Nugent1997-04-233-7/+58
| | | | | | | | Notes: svn path=/head/; revision=25101
* | Added login.conf support.David Nugent1997-04-233-8/+71
| | | | | | | | Notes: svn path=/head/; revision=25099
* | Fixed `make depend' and related bogons. LDFLAGS was used forBruce Evans1997-04-161-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ld-specific flags. LDFLAGS is really for ld-related flags for cc, not for ld, and some flags, e.g., -Bshareable, mean completely different things to cc and ld. Having the wrong things in LDFLAGS also broke the standard ${PROG} target. This was kludged around by using a special rule that depended on LDFLAGS being bogus. Fixing `make depend' broke the special rule but fixed the standard rule (except in the DESTDIR case, which was handled more strictly here than elsewhere). Notes: svn path=/head/; revision=24979
* | Remove text about unsupported flags 'mdmbuf', 'local', 'crtscts' etcDavid Nugent1997-04-131-16/+9
| | | | | | | | | | | | | | | | | | that are in reality handled in gettytab. Document the new 'dialin' and 'network' tty flags. Notes: svn path=/head/; revision=24906
* | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>David Nugent1997-04-121-7/+14
| | | | | | | | | | | | | | | | Fixes name size limitation (was hardcoded to 8). Closes PR#3258 Notes: svn path=/head/; revision=24829
* | Ensure that the remote host name is Nul terminated.Mike Pritchard1997-04-081-1/+2
| | | | | | | | | | | | | | Closes PR# 2589. Notes: svn path=/head/; revision=24732
* | Fix for expiration date test. Closes PR#3224.David Nugent1997-04-081-2/+2
| | | | | | | | Notes: svn path=/head/; revision=24728
* | Use MAXHOSTNAMELEN, as opposed to an arbitrary number, and ensureJoerg Wunsch1997-04-011-3/+6
| | | | | | | | | | | | | | | | | | | | | | correct termination if it overflows. Closes PR # misc/2982. Submitted by: Drew Derbyshire <ahd@kew.com> Notes: svn path=/head/; revision=24514
* | Be a bit more careful about what port number we are using for thePeter Wemm1997-03-291-3/+7
| | | | | | | | | | | | | | | | second socket. If we're going to check for reserved ports, we should do it properly. Notes: svn path=/head/; revision=24379
* | compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-2814-31/+31
| | | | | | | | | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24349
* | Don't trucate username to 8 characters.David Nugent1997-03-251-24/+29
| | | | | | | | Notes: svn path=/head/; revision=24258
* | Remove some incorrect text on how passwords are validated.Mike Pritchard1997-03-251-3/+2
| | | | | | | | | | | | | | | | | | Closes PR# 3050. Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> Notes: svn path=/head/; revision=24242
* | Fix non explloitable buffer overflows (since the largest packet processedWarner Losh1997-03-241-3/+4
| | | | | | | | | | | | | | | | precludes it) to keep people from whining about it in the newsgroups and mailing lists. Notes: svn path=/head/; revision=24193
* | Fix various buffer overflows that may or may not be exploitable.Warner Losh1997-03-241-5/+7
| | | | | | | | | | | | | | | | | | | | Fixes PR 2588 Reviewed by: Dan Cross? Submitted by: Julian Assange Notes: svn path=/head/; revision=24191
* | Julian A's fix. Do chdir as user rather than as root. Fixes a minor NFSWarner Losh1997-03-241-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | compatibility problem at the same time. Some buffer made large enough for worst case hostname. fixes PR 2593. Reviewed by: Dan Cross and maybe others Notes: svn path=/head/; revision=24189
* | Change a reference to NetBSD to FreeBSD.Mike Pritchard1997-03-141-2/+5
| | | | | | | | Notes: svn path=/head/; revision=23880