dg
7a0e318154
Fixed bug where /etc/ftpusers was ineffective. Caused by the wrong
...
pointer being passed to strcmp(). Bug noticed by Matthew Green.
1994-09-20 15:53:30 +00:00
swallace
8d67c8cc5d
Add LDDESTDIR to ld command.
...
Add -I${DESTDIR}/usr/include to cpp command.
1994-09-18 19:41:38 +00:00
dg
8d2ab06cf5
Fix from John Kohl:
...
/usr/libexec/getty doesn't properly interpret the '%d' escape. It tries
to use %P to get AM or PM, but instead all it gets is "P".
Submitted by: John Kohl
1994-09-18 04:14:54 +00:00
bde
11fe93eee4
Unmap hints file when finished with it, so that it can go away
...
completely when ldconfig unlinks it. If init is shared, then the
referenced unlinked copy of the hints file created by running
ldconfig in /etc/rc caused the file system to be unclean after
every reboot.
1994-09-15 20:48:55 +00:00
rgrimes
83c1bfeaeb
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
1994-09-11 21:53:28 +00:00
paul
04fe68f132
Removed bugfiler.
...
Submitted by: Paul Richards
1994-09-09 16:40:27 +00:00
csgr
b1dfd03477
Don't define KLUDGELINEMODE.
...
(If you do, you will have problems trying to telnet into a FreeBSD-2.0
box from a Sun, and I WANT TO DO THAT.)
Submitted by: Geoff
1994-09-05 20:36:34 +00:00
ache
8aa2891ca7
Ignore SIGQUITs, cause getty dumps core on garbadge from modem line
1994-08-29 17:28:58 +00:00
bde
4b07d8e782
Add dependencies on libraries to DPADD. Someday this should be done
...
automagically. -lfoo has to be right to work, but ${LIBFO0} is too
easy to forget or misspell; nothing checks it and it should be
different for shared libraries.
1994-08-28 18:49:06 +00:00
csgr
e6984876ef
add: rpc.rstatd rpc.rusersd rpc.rwalld
...
Submitted by: Geoff.
1994-08-28 15:18:51 +00:00
csgr
70aa8df079
This commit was generated by cvs2svn to compensate for changes in r2341,
...
which included commits to RCS files with non-trunk default branches.
1994-08-28 14:58:36 +00:00
csgr
8adc1df0cc
rwalld from FreeBSD 1.1.5.1
...
Reviewed by: Geoff
Submitted by: Christopher G. Demetriou
1994-08-28 14:58:36 +00:00
csgr
79d61d21e6
rusersd from FreeBSD 1.1.5.1
...
Reviewed by: geoff.
Submitted by: John Brezak
1994-08-28 14:53:45 +00:00
csgr
a979028ace
This commit was generated by cvs2svn to compensate for changes in r2337,
...
which included commits to RCS files with non-trunk default branches.
1994-08-28 14:53:45 +00:00
csgr
31c1d9b089
rstatd -- from FreeBSD-1.1.5.1, with changes for 4.4-Lite kvm interface.
...
Original rstatd by John Brezak
Submitted by: Geoff.
1994-08-28 14:49:04 +00:00
csgr
56e79d0c70
This commit was generated by cvs2svn to compensate for changes in r2334,
...
which included commits to RCS files with non-trunk default branches.
1994-08-28 14:49:04 +00:00
wollman
189837a5f0
Install ld.so immutable.
1994-08-26 19:11:14 +00:00
jkh
c1a91349de
Whoops - forgot to add this guy.
...
Reviewed by:
Submitted by: jkh
1994-08-26 05:32:15 +00:00
jkh
8028c13dae
Replace this with the 1.1.5.1 getty. David says that the 4.4 version is too
...
broken to live.
Submitted by: jkh
1994-08-26 05:19:17 +00:00
guido
124456a1b1
Add -DBSD4.2 and -DBSDINETD so uucpd makes sense. Further correct a
...
warning at compil time.
This actually makes uucpd at tcp port 540 work, so slippers can poll
over tcp.
Reviewed by:
Submitted by: guido
1994-08-23 20:13:32 +00:00
jkh
628bc4d0cb
Add back atrun
...
Submitted by: jkh
1994-08-23 03:10:47 +00:00
guido
26e50b1c3e
Implement fbtab ala SunSO.
...
Could not compile it (on thud) because ttychar.h was still broken.
Reviewed by:
Submitted by: guido
1994-08-22 19:55:08 +00:00
guido
170df33e71
Add skey support
...
Reviewed by:
Submitted by: guido
1994-08-21 19:10:43 +00:00
guido
c1db1c5a23
Put skey support to ftpd
...
Reviewed by:
Submitted by: guido
1994-08-21 19:09:58 +00:00
guido
a368a750a1
Put skey support in ftpd.
...
Reviewed by:
Submitted by: guido
1994-08-21 19:09:23 +00:00
csgr
3d802d8383
LDADD= -lcrypt
...
Submitted by: Geoff
1994-08-20 21:36:40 +00:00
csgr
bb1890fe44
LDADD= -lcrypt
...
Submitted by: Geoff
1994-08-20 21:19:46 +00:00
guido
957ff9bd53
Plug already known security hole. (Brought over from 1.1.5):
...
Fixed security problem with telnetd, which allowed
telnet -l -hcert.org localhost
to change the user's host in utmp.
Thanks to Matthew Green <mrgreen@@mame.mu.oz.au> for showing me this one.
Reviewed by: karl, guido
Submitted by: mrgreen@@mame.mu.oz.au
1994-08-15 20:06:13 +00:00
guido
e55e130de4
Plug security hole that was already fixed in 1.1. It prevents
...
user from specifying their hostname when rlogin()-ing in
(using rlogin -f-h<host>)
Reviewed by:
Submitted by:
1994-08-15 19:44:50 +00:00
csgr
0c0aebce48
Remove the scary bits from telnetd - no more encryption left here.
...
Only crypt.c in libc remains.
Reviewed by: Geoff Rehmet
1994-08-12 23:00:04 +00:00
jkh
1b1c54c402
Change bogus --I to -I to make compilation happen again.
...
Submitted by: jkh
1994-08-10 04:55:19 +00:00
wollman
96c19e77ba
Update to new make macros and disable Kerberos because we haven't got it
...
set up right yet.
1994-08-05 21:24:58 +00:00
wollman
fa7e8791ec
For the moment, don't build kpasswdd until we figure out what
...
to do with it.
1994-08-04 21:54:38 +00:00
phk
002b4706b8
Reviewed by: phk
...
changed ^G to \007
1994-07-24 02:44:28 +00:00
rich
c2b2b84657
Changes from Paul Kranenburg which bring us into sync with his sources:
...
handling of errors through the standard err() and warn()
more fixes for Geoff Rehmet's NULL pointer bug.
fixes NULL pointer bugs when linking mono and nested X servers.
supports a `-nostdlib' option.
accept object files without a symbol table
don't attempt dynamic linking when `-A' is given
a few variable names have chaged (desc -> fd), and the formatting has
changed which should make it much easier to track his sources.
I tested 'make world' for /usr/src and X twice with these changes.
1994-06-15 22:41:19 +00:00
rgrimes
6c494f2fb2
Disable afterinstall rule as it is broken when you have CVS files around.
...
Reviewed by:
Submitted by:
1994-05-30 14:01:24 +00:00
rgrimes
71d9813960
rbootd compiles on i386 too.
...
Reviewed by:
Submitted by:
1994-05-28 06:21:34 +00:00
rgrimes
17dc789a4b
This commit was generated by cvs2svn to compensate for changes in r1592,
...
which included commits to RCS files with non-trunk default branches.
1994-05-27 12:39:25 +00:00
rgrimes
7d07d2de2f
BSD 4.4 Lite Libexec Sources
1994-05-27 12:39:25 +00:00
rgrimes
758c6e92c9
BSD 4.4 Lite Libexec Sources
1994-05-27 12:39:25 +00:00
ats
a673d40f25
Change the private declarations from dlopen,dlclose,dlsym,dlctl
...
to public. These functions are also used in /usr/include/link.h,
so it looks, like they shouldn't be private.
I will ask Paul about that, if this is correct.
1994-04-13 20:52:40 +00:00
ats
cc04fd6ad5
Due to the deletion of the gcc support from libc we need again the
...
-lgcc_pic library. rtld uses the udivd3 routine from it.
Repeat the bug by simply compiling ld on current.
1994-03-10 23:19:54 +00:00
jkh
477937c24f
This is Paul K's latest set of ld changes. A commit was necessary at this
...
late stage due to the fact that link.h was copyright Sun Microsystems.
This version of ld sync's us up with NetBSD's ld and supports compatablily
with NetBSD's -[zZ] flags (which we had reversed). Compiling with this
new ld will give you RRS warnings for libraries which do not contain .type
infomation - these wsarnings are harmless and will go away as soon as you
recompile your libraries (cd /usr/src; make libraries).
1994-02-13 20:43:13 +00:00
rgrimes
30e3f6b4a0
Remove /usr/X386/lib and /usr/local/lib from the default locations,
...
these are handled by /etc/rc and this was causing errors on a new
install as these places do NOT exsist by default!
1994-02-09 02:29:31 +00:00
dg
50dde40ae0
Removed dependance on EX_DYNAMIC in making decisions on the magic number.
1994-01-19 15:00:37 +00:00
jkh
9f745bbfc3
More proper fix for for shared lib debugging support.
1994-01-14 11:47:00 +00:00
jkh
29f81b79b8
1. Fix bug where duplicate symbol warnings were suppressed. This often
...
caued ld to `exit silently', to general confusion.
2. Add Gary Jennejohn's fix to support debugging of shared libraries.
1994-01-12 23:16:19 +00:00
nate
fabe92192e
Modified Os string to be FreeBSD instead of NetBSD
1994-01-05 01:03:58 +00:00
nate
69dc0f6e65
Added the Linux atrun command as hacked by Chris Demetriou for NetBSD.
1994-01-05 01:03:02 +00:00
dg
d44d2d472f
Implemented 'QMAGIC' a.out format correctly, and changed the default
...
output to be QMAGIC.
1994-01-03 18:35:54 +00:00