Gene Stark
c8e50f41fe
PR: misc/4679
...
Submitted by: Glen Foster (gfoster@gfoster.com )
Fix missing "/" in dump file pathname.
1998-04-18 13:37:24 +00:00
Poul-Henning Kamp
20ef883886
openlog() needs to have LOG_NDELAY added, or else the syslog() calls after
...
the chroot will not get sent to syslogd.
PR: 4910
Reviewed by: phk
Submitted by: Jim Mercer <jim@komodo.reptiles.org>
1998-04-12 11:15:54 +00:00
Philippe Charnier
99e2b73dd8
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
1998-03-19 07:37:43 +00:00
Philippe Charnier
c92c0f2628
.Sh AUTHOR -. .Sh AUTHORS. Use .An/.Aq.
1998-03-19 07:37:22 +00:00
John Polstra
59f198d1ff
Enable rtld-elf when building an ELF system on the i386.
1998-03-07 19:43:48 +00:00
John Polstra
3124c3e093
Import the ELF dynamic linker. This is the ElfKit version with
...
quite a few enhancements and bug fixes. There are still some known
deficiencies, but it should be adequate to get us started with ELF.
Submitted by: John Polstra <jdp@polstra.com>
1998-03-07 19:24:35 +00:00
Daniel O'Callaghan
20d2e1ee59
PR: 5812
...
Pointed-in-the-right-driection-by: Mike Smith and Steve Price
Close syslogging before calling ls_main()
1998-02-25 07:10:57 +00:00
Eivind Eklund
f5c57d05c1
Make ftpd log IP-addresses in addition to hostnames.
1998-02-24 08:45:57 +00:00
David E. O'Brien
f97d7807ad
MFS.
1998-02-18 10:53:16 +00:00
John Polstra
663690b388
Implement dladdr.
1998-02-06 16:46:46 +00:00
Philippe Charnier
81389de071
Convert to mdoc. Header -> Id. Typo.
1998-02-03 07:30:22 +00:00
Poul-Henning Kamp
55d6f63f1c
Remove lfs_cleanerd
1998-01-30 12:36:10 +00:00
Poul-Henning Kamp
4f4a34fffa
Disable lfs_cleanerd
1998-01-30 12:35:10 +00:00
Bruce Evans
81d50a41f6
Merged just enough files from Lite2 in lfs_cleanerd to convert from
...
MOUNT_LFS to "lfs" in one place. The merge was painful because it
conflicted with cosmetic FreeBSD changes. lfs_cleanerd still compiles
cleanly but has aproximately the same chance of working as before (0).
1998-01-20 14:41:53 +00:00
Bill Paul
e4a0e42ba8
Make these programs compile and work correctly now that /usr/include/rpcsvc
...
has been ANSI-fied.
Pointed out by: bde
1998-01-19 23:13:38 +00:00
Bruce Evans
cc03533c8d
Removed most unused includes of <net/if_var.h> outside the kernel.
1998-01-16 17:38:56 +00:00
Philippe Charnier
4493ca0bce
Add missing dot.
1998-01-07 07:56:15 +00:00
Philippe Charnier
fcccc2999a
Remove unused #includes and make it compile again with -DDEBUG. Use syslog()
...
instead of errx() when being a daemon.
1998-01-07 07:54:18 +00:00
Philippe Charnier
859c540701
Remove unused #include. Display if inetd started us in case of failure.
1998-01-07 07:51:00 +00:00
Philippe Charnier
09c4476e4e
Typos.
1998-01-07 07:44:01 +00:00
Masafumi Max NAKANE
b1d9db7283
Typo fix: bootgw -> bootpgw
1997-12-29 13:59:28 +00:00
Warner Losh
a82e63028f
style(9) nits
...
Submitted by: bde
1997-12-26 23:36:43 +00:00
Warner Losh
d83662583c
sprintf->snprintf paranoia
...
Obtained from: OpenBSD (?)
1997-12-24 19:39:57 +00:00
Warner Losh
45b3189258
Be extra paranoid about the length of data returned from gethostbyaddr or
...
gethostbyname.
Submitted by: Julian Assange
1997-12-24 19:38:18 +00:00
Warner Losh
d3a9dd61ac
sprintf->snprintf paranoia. The one thing that looks like a hole in
...
the diff is in an ifdef that isn't enabled for FreeBSD.
Obtained from: OpenBSD(?)
1997-12-24 19:21:09 +00:00
Warner Losh
e760ef2c35
Various sprintf -> snprintf fixes.
...
Minor style fix (strcpy(foo,"") -> *foo = '\0')
Obtained from: OpenBSD(?)
1997-12-24 19:13:23 +00:00
Warner Losh
9bc34f7ce1
Use snprintf rather than printf out of paranoia
...
Obtained from: OpenBSD
1997-12-24 18:56:03 +00:00
Philippe Charnier
5802420635
Typo.
1997-12-18 07:39:27 +00:00
Philippe Charnier
20e9e8236d
Cosmetic in usage string.
1997-12-15 07:19:41 +00:00
Philippe Charnier
27eed7e3b4
Use full path in synopsis. Sort #includes. Use .Tn for NIS.
1997-12-08 07:49:56 +00:00
Philippe Charnier
38de36c41c
Sync with diffs I found in kerberised versions: -Wall, no `;' in macros.
1997-12-08 07:46:53 +00:00
John Polstra
6210388a93
Make emacs work again. This is a workaround for the fact that the
...
emacs a.out file, self-generated by emacs's "unexec" function in
"unexsunos4.c", is invalid. In particular, its "_end" symbol has
the wrong value. The dynamic linker was using the value of that
symbol to initialize its sbrk break level.
The workaround is to peek at the executable's a.out header in
memory, and calculate what "_end" should be based on the segment
sizes.
I will work out a fix for emacs and send it to the FSF. This
dynamic linker workaround is still worthwhile, if only to avoid
forcing all emacs users to build a new version.
Note: xemacs gives a bogus warning at startup, for related reasons.
The warning is harmless and can safely be ignored. I will send a
patch to the xemacs maintainers to get rid of it, and meanwhile
add a patch file to our port.
1997-12-05 02:06:37 +00:00
Philippe Charnier
14d460e1b4
Use err(3). Add prototypes. Document that startup scripts are rc.i386 and
...
rc.conf (enable/disable) not rc.local.
Use full pathname in SYNOPSIS section.
1997-12-04 07:25:19 +00:00
Philippe Charnier
8cda9fcc0d
Sort #includes. Add rcsid. Use full pathname in SYNOPSIS section.
1997-12-04 07:20:45 +00:00
Steve Price
59c780cdc1
FTP_INTERNAL_LS -> FTPD_INTERNAL_LS
...
Pointed out by: Jaye Mathisen <mrcpu@cdsnet.net>
1997-12-04 03:58:02 +00:00
Philippe Charnier
a8faeabc96
Use full path in synopsis. Syslog will add trailing \n.
1997-12-03 07:19:58 +00:00
Philippe Charnier
5f806c3ccf
Use err(3). Remove progname and trailing \n in syslog strings.
1997-12-03 07:16:08 +00:00
Philippe Charnier
a846453c5e
Use err(3). Add protos for -Wall.
1997-12-02 12:33:42 +00:00
Philippe Charnier
a40772799f
No \n in syslog() strings. Add man page to Xrefs. Change null byte to NUL byte.
1997-12-02 12:30:04 +00:00
Philippe Charnier
c7c2ef669a
Do not terminate syslog() messages with a dot, as others daemons do.
1997-12-02 12:25:39 +00:00
Philippe Charnier
40150947c4
Document -n flag. Use err(3). Add usage.
...
Add syslog capability.
1997-12-02 12:20:17 +00:00
John Polstra
08bdd3d27d
Get rid of the dynamic linker's internal malloc package, and arrange
...
things so that it uses the same malloc as is used by the program
being executed. This has several advantages, the big one being
that you can now debug core dumps from dynamically linked programs
and get useful information out of them. Until now, that didn't
work. The internal malloc package placed the tables describing
the loaded shared libraries in a mapped region of high memory that
was not written to core files. Thus the debugger had no way of
determining what was loaded where in memory. Now that the dynamic
linker uses the application's malloc package (normally, but not
necessarily, the system malloc), its tables end up in the regular
heap area where they will be included in core dumps. The debugger
now works very well indeed, thank you very much.
Also ...
Bring the program a little closer to conformance with style(9).
There is still a long way to go.
Add minimal const correctness changes to get rid of compiler warnings
caused by the recent const changes in <dlfcn.h> and <link.h>.
Improve performance by eliminating redundant calculations of symbols'
hash values.
1997-11-29 03:32:48 +00:00
Philippe Charnier
622058ebd0
Use err(3). -Wall cleaning. cosmetics in man page.
1997-11-26 07:36:51 +00:00
Philippe Charnier
754c3c574d
Remove \n at end of syslog string. -Wall cleaning. Cosmetics in man page.
1997-11-26 07:34:56 +00:00
Philippe Charnier
9ce3627ba1
Cosmetics in man page. Add rcsid and sort #includes.
1997-11-26 07:31:14 +00:00
Philippe Charnier
6896720af3
Use err(3). -Wall cleaning. Use Pa for file names and add section in Xrefs.
1997-11-26 07:29:04 +00:00
Philippe Charnier
943eade9ed
Sort #includes. Add rcsid. Add man page section in .Xrefs.
1997-11-25 07:17:15 +00:00
Philippe Charnier
3029b69f0b
Use warn(3). Hardcode progname instead of using argv[0]. Use Pa for file
...
name.
1997-11-25 07:14:34 +00:00
Philippe Charnier
eb0b829002
Add usage(), rcsids.
1997-11-24 07:33:42 +00:00
Philippe Charnier
ad17ca10b7
Cosmetics in usage() and man page.
1997-11-24 07:31:31 +00:00
Philippe Charnier
7d70b772c1
Key is 8 bytes according to code, not 10 as stated in man page. Add rcsid.
1997-11-24 07:29:12 +00:00
Philippe Charnier
d6bf9eb7bb
Use err(3) instead of local redefinition. Add usage. -Wall cleaning.
1997-11-24 07:27:06 +00:00
Philippe Charnier
d748864d2c
Correct incompletes .Xrs. Remove duplicate #includes and unused variables.
1997-11-21 07:43:53 +00:00
Philippe Charnier
692727e680
Use err(3). -Wall cleaning.
1997-11-21 07:40:48 +00:00
Philippe Charnier
e02897fa5b
Cosmetics in man page. Exit(-1) -> exit(1).
1997-11-21 07:38:43 +00:00
Philippe Charnier
74b634ac40
Add const to copyright string. Put sccsid under #if 0/#endif control.
1997-11-20 07:26:04 +00:00
Philippe Charnier
55033a6f9f
Use err(3). exit(-1) -> exit(1).
1997-11-20 07:23:44 +00:00
Philippe Charnier
864b6b6e0a
Cosmetic in error strings. Sort Xrefs. Add usage (with syslog capability).
1997-11-20 07:21:55 +00:00
Sean Eric Fagan
c6633e1b9f
Log the request from the remote side, in addition to it having happened.
...
Reviewed by: julian
1997-11-14 04:39:38 +00:00
Alexander Langer
1dd902ff4b
Switch the effective uid to that of the user when writing mail files,
...
allowing quotas to be enforced on mail spools.
PR: 1111
Submitted by: Charles Henrich <henrich@crh.cl.msu.edu>
1997-11-13 23:14:34 +00:00
Wolfram Schneider
77a87957c8
Store temporary files in /var/tmp instead /tmp. This should avoid
...
a possible disk overflow for enormous large mails.
Submitted by: grog
1997-10-11 22:05:44 +00:00
Frank Durda IV
f05011e686
PR: bin/771 and bin/1037 are resolved by this change
...
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.
1997-10-08 03:10:32 +00:00
Warner Losh
20271f308f
Clarify the actions of -s and the list of allowable names.
1997-10-06 16:28:47 +00:00
Jordan K. Hubbard
97fe7f477f
Changes to support full make parallelism (-j<n>) in the world
...
target.
Reviewed by: <many different folks>
Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
1997-10-05 09:40:24 +00:00
Bill Paul
23677e98fe
Putting records with zero-length keys into a Berkeley DB hash database
...
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.
1997-09-30 18:08:11 +00:00
Mark Murray
1ba18872f4
Changes for KTH KerberosIV.
1997-09-28 09:07:34 +00:00
Mark Murray
8aeaa47e80
There is a clear separation of the crypto telnet and the non-crypto telnet.
...
As this is the non-crypto version, remove the useless (commented out)
directives and macros.
1997-09-28 08:40:54 +00:00
Mark Murray
0934db4674
Changes for the new KTH Kerberos4.
...
Also make -Wall a bit quieter
1997-09-28 08:38:04 +00:00
Mark Murray
e7509c75f5
Changes for the new KTH Kerberos.
...
Also make -Wall a bit quieter.
1997-09-28 08:36:04 +00:00
Poul-Henning Kamp
d030d2d2ae
Many places in the code NULL is used in integer context, where
...
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>
1997-09-18 14:08:40 +00:00
Andrey A. Chernov
fe38e2f8f4
Allow backspace too
1997-09-15 00:42:04 +00:00
Andrey A. Chernov
4541df7be4
disable upper controls and enable all other
...
8bit codes due to lack of locale knowledge in daemon
1997-09-15 00:27:49 +00:00
Wolfram Schneider
d6940a479f
-p flag misdocumented in telnetd(8)
...
PR: 4462
Submitted by: hfir@math.rochester.edu
1997-09-14 18:25:19 +00:00
Wolfram Schneider
f6b31571f6
spelling corrections.
...
PR: docs/4450
Submitted by: josh@quick.net
1997-09-13 16:01:53 +00:00
Dima Ruban
8fad2d7e99
Do setlogin() before changing uid/gid, since
...
`at/batch' requires this.
Obtained from: me && OpenBSD
1997-09-08 23:39:48 +00:00
Thomas Gellekum
986a117274
Hopefully better fix for logwtmp(): rename to a private
...
version ftpd_logwtmp().
1997-09-05 11:44:00 +00:00
Thomas Gellekum
b11f88b09a
logwtmp() prototype is in <libutil.h>.
1997-09-05 11:17:22 +00:00
David Nugent
1cc1582825
Fix botch with escaped characters, go back to using cgetstr().
...
For escaped characters used in modem strings, use double-backslashes
in gettytab.
PR: 4370
1997-09-03 01:05:36 +00:00
David Nugent
b92f6bd2b8
Use cgetustr() since we handled special escapes ourselves.
...
Fix typo in escape parsing function.
PR: 4370
Submitted by: sumii@is.s.u-tokyo.ac.jp
1997-09-01 10:06:05 +00:00
Joerg Wunsch
71c971334b
Fix description of -t option.
...
PR: 3382
Submitted by: furuta@sra.co.jp (Atsushi Furuta)
1997-08-24 18:21:34 +00:00
Steve Price
eb1ca88d07
Turn off hyphenation in this manpage so that .Xr macros, don't get
...
split between lines.
PR: bin/4080
1997-08-23 16:22:30 +00:00
John-Mark Gurney
82681653a4
change -I/sys to -I${.CURDIR}/../../sys
1997-08-22 14:00:57 +00:00
Nate Williams
39f2a9e2db
- In dlsym(), if the lookup fails using the original symbol, prepend an
...
underscore and try looking it up again. This is a non-issue if we
switch to ELF.
Reviewed by: sef, jdp
1997-08-19 23:33:45 +00:00
Steve Price
f000d0afab
.Nm --> .Xr so that gettytab(5) is shown instead of gettytab 5.
...
PR: bin/4079
1997-08-17 16:36:41 +00:00
Bruce Evans
0e52df1255
Makefile.dist is a non-bmaked version of Makefile. We don't want it.
1997-08-02 18:52:16 +00:00
Bruce Evans
75d986c2a6
This commit was generated by cvs2svn to compensate for changes in r27847,
...
which included commits to RCS files with non-trunk default branches.
1997-08-02 18:46:42 +00:00
Bruce Evans
9c60775004
Import Lite2's src/libexec, except for makekey (which was spammed
...
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.
1997-08-02 18:46:42 +00:00
John Polstra
7e7344e2f4
Implement dlsym(RTLD_NEXT, symbol).
1997-08-02 04:56:44 +00:00
David Nugent
0512556a48
Make useage of hostname global variable consistent.
...
PR: 4135
Based on submitted patch by: blank@fox.uni-trier.de
1997-07-24 09:26:12 +00:00
Wolfram Schneider
506a9d513c
Rshd print to much information if a user does not exists.
1997-07-18 21:04:19 +00:00
Peter Wemm
65b3003d2d
kill the undead
1997-07-13 14:26:00 +00:00
Peter Wemm
593718bea0
.if exists(../eBones) tests the obj dir, not the source dir's existance.
...
The existance of a stale obj dir does not imply the source too.
1997-07-05 14:22:15 +00:00
Steve Price
11fe7d5e79
Zap register keyword usage and convert: bcopy -> memmove, bzero -> memset,
...
index -> strchr, and rindex -> strrchr.
1997-06-29 19:50:26 +00:00
Steve Price
5c8709fd6d
Merge conflicts and make this compile -Wall clean.
1997-06-29 19:00:29 +00:00
Steve Price
6bc912a9a4
This commit was generated by cvs2svn to compensate for changes in r27074,
...
which included commits to RCS files with non-trunk default branches.
1997-06-29 18:50:34 +00:00
Steve Price
0559b33149
Import of NetBSD's rbootd version 19970629
1997-06-29 18:50:34 +00:00
Alexander Langer
b84136c8f6
Removed unused variables.
1997-06-27 21:51:59 +00:00
Gene Stark
8b9715c239
Submitted by: Gene Stark and Robert Sexton (robert@kudra.com)
...
Added patches from Robert Sexton to eliminate case sensitivity of the
xtend command.
1997-06-24 03:52:15 +00:00
Steve Price
681e5e7a09
Show the real revision date and not the date that this
...
manpage is being viewed.
1997-06-23 04:03:49 +00:00
David Nugent
85f5c8500d
Reset alarm before invoking ppplogin.
...
PR: 3733
Reviewed by:
Submitted by: kfurge@worldnet.att.net
Obtained from:
1997-06-03 12:56:47 +00:00