fair
bfd08c6ef7
Deal with PR 9427 - add wording to clarify what sending SIGHUP to init(8)
...
does and does not do. Also, while we're here, make the list of flags more
readable.
2000-05-17 09:22:11 +00:00
itojun
6047a12c7b
move IPv6 considerations into BUGS section
2000-05-16 00:59:12 +00:00
bjh21
6c97e2bd78
Initial commit of arm26 port
2000-05-09 21:55:44 +00:00
kleink
e425e0a706
PowerPC: support ADDR16_LO, ADDR16_HI and ADDR16_HA relocations.
2000-05-01 11:41:08 +00:00
erh
a497b0d8ab
Cause ld.elf_so to find the symbols for __progname and environ and set them. If we wait until crt0 gets around to doing it it's too late for any library init functions.
2000-04-15 05:41:46 +00:00
christos
46d52e1ec5
re-indent sanely _rtld_dlsym() [no functional change]
2000-04-15 05:27:49 +00:00
itojun
d53d7cf148
reject connection attempt from IPv4 mapped addr, for safety.
2000-04-14 12:29:49 +00:00
itojun
42a6c72320
reject conneciton attempt from IPv4 mapped address, just in case.
...
I thought of supporting it, however, rejected due to possible complication.
i prefer the safer side here... (code available, commented out)
2000-04-14 12:28:51 +00:00
soren
0b24ff5b31
Also print a newline after the error in the xwarnx case.
2000-04-02 23:04:32 +00:00
mycroft
3d5dc334de
Don't try to get libc_pic from the libc compile directory. If we're doing a
...
build, libc has already been installed.
2000-03-26 21:55:55 +00:00
kleink
6138ff83d9
Document LD_PRELOAD, fixing PR lib/9663, and note that (and why) neither
...
this nor LD_LIBRARY_PATH are honored when executing set[ug]id.
2000-03-24 20:10:28 +00:00
lukem
c8c9e77cbf
only define _DEFAULT_CONFDIR if not set. (allows compile-time override)
2000-03-06 21:42:26 +00:00
lukem
f318090c60
* don't bother with a version[] string, just use the macro as appropriate
...
* clean some more of the GLOBAL stuff
* fix unused var if -UHASSETPROCTITLE
2000-03-05 06:12:19 +00:00
aidan
492312b9ed
Move include/kerberosIV/com_err.h to include/com_err.h
2000-02-14 03:26:06 +00:00
chs
871e0c1533
switch back to using a file mapping for the initial mapping of a new object.
...
this allows the kernel to use PMAP_PREFER() to give us better alignment on
platforms that care.
2000-02-13 04:28:09 +00:00
thorpej
f8b76eb0fd
Const poison dladdr().
2000-02-11 00:07:36 +00:00
scottb
076e309d3e
change first argument of dladdr to const.
2000-02-08 16:22:59 +00:00
scottb
c0cf420b69
add hooks to support the dladdr function.
2000-02-07 21:40:40 +00:00
kleink
65b8f3b2eb
Change _rtld_dlclose() to unload the object via _rtld_unload_object() rather
...
than by itself. Besides being duplicated code the open-coded version
also did not take care of cleaning up after the object's DAG(!).
Fixes PR bin/8905.
2000-02-07 19:02:49 +00:00
assar
f73a2b64ec
(net_write): rename to telnet_net_write
2000-02-01 02:30:43 +00:00
itojun
2a5b88bffb
IPv6 support.
2000-01-31 14:20:13 +00:00
tron
91e1f3f01b
Don't write leading white spaces and directory names to whatis file.
2000-01-24 23:03:54 +00:00
itojun
6e6f6caf3e
declare -DLOGIN_CAP in CPPFLAGS, not in CFLAGS.
2000-01-24 14:10:56 +00:00
veego
3764f5646b
Disable the linking with X11 libraries.
...
No userland should be linked against X11.
2000-01-23 09:58:13 +00:00
mjl
c47ddf604a
Login.conf-ify rshd. Heavily inspired by FreeBSD.
2000-01-22 10:22:55 +00:00
mycroft
f5d7100e26
Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get
...
the correct definition from errno.h.
2000-01-21 17:08:33 +00:00
perseant
d244493927
Take care of memory leaks
2000-01-18 08:02:30 +00:00
christos
3bc3e6f774
use xwarnx instead of warnx
2000-01-15 01:03:45 +00:00
ad
3090e2a588
Put RCS ID in the right place.
2000-01-14 02:11:54 +00:00
ad
6aa5f51487
- Either QVT/Term or the NT 'clipboard' converts tabs to spaces. I pasted in
...
some code via QVT/Term. Sigh. Fix it.
- Teeny KNF nit.
2000-01-14 02:10:08 +00:00
ad
3476632b59
Make 'if' capability from gettytab work. *shudder*.
2000-01-13 13:11:31 +00:00
lukem
ab88a15086
suppress verbose messages from CWD and post-login if the first
...
character of the anonymous password is `-'.
2000-01-13 00:04:31 +00:00
lukem
c8493e9499
* add ftpd.conf directive `portrange class min max', which allows specification
...
of the port range used by passive connections. based on work in [bin/9158]
from Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
* change the way global variables are defined and extern-ed to be more
consistent.
2000-01-12 22:39:27 +00:00
lukem
559037c273
fix problem where ftpd.conf lines would match everything if there was
...
no template defined. noted by Vebjorn Ljosa <ljosa@initio.no>
2000-01-10 08:03:50 +00:00
lukem
7e80378800
* new ftpd.conf directive:
...
template class [refclass]
following directives for refclass will apply to class as well.
this makes setting up a `template' class with many default settings
easy, whilst allowing for class-specific overrides
* prevent crash when the optional limitfile wasn't given to limit
* document count_users()
* document default setting of limit in ftpd.conf(5)
* crank version
2000-01-09 10:08:45 +00:00
lukem
61ee60248e
reference usr/share/examples/ftpd/ftpusers
2000-01-08 13:36:28 +00:00
lukem
584b0757f6
missing "." on reply
2000-01-08 11:14:36 +00:00
lukem
16e886121d
features:
...
* add connection limits (`limit' keyword in ftpd.conf)
* move initialisation of curclass from parse_conf() to new function
init_curclass()
* implement count_users(), which determines the number of users in a given
class. a file - /var/run/ftpd.pids-<class> - is used to store a list
of pids in use (effectively an array of pid_t's), and its size is reduced
as necessary.
* new % modifiers in format_file:
%c class
%M maximum connection count
%N current connection count
* always end_login()s, even for refused connections
bugs fixed:
* remove \n from %T output
* fix some inconsistencies in the man pages
* ensure that both `ftp' *and* `anonymous' are allowed in ftpusers.
(this was accidently broken in a recent commit to be ``or'' not ``and'')
* use MAXPATHLEN not MAXPATHLEN+1
* crank copyright date on modified files
* crank version
2000-01-08 11:09:56 +00:00
ad
93f5a68033
Oops, fix previous.
2000-01-04 13:51:55 +00:00
ad
2a1297db0c
Add two new capabilities to gettytab - idea from FreeBSD:
...
al - user to auto-login as
if - banner file to display, like /etc/issue
2000-01-04 13:43:36 +00:00
tron
e9a72ad0a3
Accept all kind of whitespaces when searching for the end of a nroff
...
macro.
1999-12-31 14:50:16 +00:00
tron
3434166ef3
Correct and improve nroff macro stripping. Partially fixes PR bin/9083
...
by Geoff C. Wing.
1999-12-31 14:28:03 +00:00
tron
18c5f3d5f1
Abort if memory for execv(2) argument array cannot be allocated instead
...
of passing an array with incomplete contents to login(1).
Fix provided by Jun-ichiro itojun Hagino in PR bin/9082.
1999-12-31 12:42:35 +00:00
itojun
602b7d0407
indentation fix.
1999-12-31 08:01:26 +00:00
christos
3856850e36
don't stutter when printing error messages.
1999-12-27 15:36:36 +00:00
lukem
d56fffdd70
* document all classtype defaults
...
* xref /usr/share/examples/ftpd/ftpd.conf
1999-12-26 09:42:18 +00:00
lukem
019b95b641
crank version
1999-12-21 12:57:45 +00:00
lukem
5c024702df
* add support for optional groupglob in ftpuser entry. the syntax is now:
...
userglob[:groupglob][@host] [directive [class]]
* append ``(class: CLASSNAME, type: TYPE)'' to the syslogged login messages
1999-12-21 12:56:15 +00:00
lukem
80ca00b8cd
trivial simplification
1999-12-21 12:52:18 +00:00
christos
b360d70cb7
PR/9031: Scott Ellis: Ignore empty sysctl directive lines.
1999-12-20 02:43:58 +00:00