Dag-Erling Smørgrav
bc2a5e683a
Document that basic authorization now kinda works.
2000-07-11 18:13:08 +00:00
Dag-Erling Smørgrav
35f723db8a
Rework the authorization code.
...
Only send absolute URI if connected to a proxy, since Apache doesn't always
understand absolute URIs.
Clean up some of the debugging output.
2000-07-11 18:12:41 +00:00
Dag-Erling Smørgrav
ec894321e3
Clean up the debugging output
2000-07-11 18:07:09 +00:00
Ben Smithurst
744cb90e1f
Fix typo; sa_siginfo -> sa_sigaction
...
PR: 19602
Submitted by: Tony Finch <dot@dotat.at>
2000-07-11 11:39:57 +00:00
Peter Wemm
4a1afa49fd
Try and fix the worst of some highly bogus malloc/free resource
...
management involving rcmd_af(), getaddrinfo(), freeaddrinfo(), etc.
We set *ahost to point to ai->canonname; and later free the ai-> stuff
and still leave the old pointers in *ahost to the freed data.
Perhaps the best way to deal with this is a static buffer or a static
strdup() that is freed on the next iteration or something. This gives
me headaches just thinking about this.
The new 'AJ' default for malloc() tripped this up.
2000-07-11 09:31:19 +00:00
Hajimu UMEMOTO
7487ef6243
Free chunks obtained by getaddrinfo(3).
...
Approved by: des
2000-07-10 16:28:28 +00:00
Hajimu UMEMOTO
80fe4a43d1
Separate parsing code of 229 replies from the code for 227 and 228.
...
Don't assume 227 and 228 replies enclose remote address with parentheses.
2000-07-10 10:00:20 +00:00
Hajimu UMEMOTO
fa5dce6c26
Make EPSV work again. Separate parsing code of 229 replies from
...
the code for 227 and 228.
Submitted by: des
2000-07-10 08:41:25 +00:00
Brian Feldman
c98c98a822
Actually make it so this Makefile can build grot.
2000-07-10 06:10:47 +00:00
Daniel C. Sobral
beea813ee4
Add a test case for one of the bugs found on the new additions to
...
regex(3).
2000-07-09 18:14:39 +00:00
Daniel C. Sobral
8ca5c256cb
Spencer's regex(3) test code.
...
Obtained from: BSD/OS
2000-07-09 18:13:35 +00:00
Daniel C. Sobral
8f9e434f46
altoffset() always returned whenever it recursed, because at the end
...
of the processing of the recursion, "scan" would be pointing to O_CH
(or O_QUEST), which would then be interpreted as being the end character
for altoffset().
We avoid this by properly increasing scan before leaving the switch.
Without this, something like (a?b?)?cc would result in a g->moffset of
1 instead of 2.
I added a case to the soon-to-be-imported regex(3) test code to catch
this error.
2000-07-09 17:45:30 +00:00
Daniel C. Sobral
b6c1a56180
Since g->moffset points to the _maximum_ offset at which the must
...
string may be found (from the beginning of the pattern), the point
at which must is found minus that offset may actually point to some
place before the start of the text.
In that case, make start = start.
Alternatively, this could be tested for in the preceding if, but it
did not occur to me. :-)
Caught by: regex(3) test code
2000-07-09 17:36:53 +00:00
Daniel C. Sobral
517bffca1b
Add some casts here and there.
2000-07-09 15:12:28 +00:00
Poul-Henning Kamp
832505d0c9
Turn malloc options "AJ" on by default.
...
These will be turned off again as we approach 5.0-RELEASE.
If you benchmark things, make sure to
ln -sf j /etc/malloc.conf
to see "true" performance.
2000-07-09 13:10:18 +00:00
Jun-ichiro itojun Hagino
ec20fe00cc
reject empty scopeid. use strtoul() for checking all-numericness of
...
portname. explicitly reject empty numeric portname.
sync with kame. based on comments from itohy@netbsd.org
2000-07-09 06:10:01 +00:00
Daniel Harris
9559d2b084
First appeared in 2.9BSD, not 3.0.
...
PR: 19263
Submitted by: NOKUBI Hirotaka <nokubi@ff.iij4u.or.jp>
Obtained from: Open|NetBSD
2000-07-08 18:17:12 +00:00
Daniel C. Sobral
6d902efe43
Since we have modified charjump to be CHAR_MIN-based, we have to
...
correct the offset when we free it.
Caught by: phkmalloc
2000-07-08 09:45:17 +00:00
Dag-Erling Smørgrav
51e3d46ec0
Don't assume the remote address in a 227 reply is enclosed in parentheses.
2000-07-08 09:27:47 +00:00
Dag-Erling Smørgrav
4d029f13b4
Fix basic authentication, and add proxy authentication.
...
Submitted by: se
2000-07-08 08:08:58 +00:00
John Polstra
59a821dae2
Change the dllockinit() interface from "experimental" to
...
"deprecated" and warn that it will disappear eventually.
2000-07-08 04:17:28 +00:00
Andrey A. Chernov
6ea9889255
fix comment
2000-07-07 08:24:50 +00:00
Nick Hibma
96102cae1a
Remove DIAGASSERT
2000-07-07 08:15:19 +00:00
Daniel C. Sobral
4d41cae8f8
Do not free NULL pointers.
2000-07-07 07:47:39 +00:00
Daniel C. Sobral
c5e125bbbf
Deal with the signed/unsigned chars issue in a more proper manner. We
...
use a CHAR_MIN-based array, like elsewhere in the code.
Remove a number of unused variables (some due to the above change, one
that was left after a number of optimizing steps through the source).
Brucified by: bde
2000-07-07 07:46:36 +00:00
John-Mark Gurney
20ff215b1d
remove sys/time.h by instruction from bde.
2000-07-06 22:18:44 +00:00
Hajimu UMEMOTO
645cdc6be5
Reduce shlib major that is bumped by my mistake.
...
We don't need bumping it in this time.
2000-07-06 20:19:02 +00:00
Andrey A. Chernov
42148dbc70
Better fix for .Fx macro
...
Submitted by: sheldonh
2000-07-06 20:13:42 +00:00
Alfred Perlstein
55241422d6
cleanup the tsearch import.
...
remove (comment out) functions defined or depricated elsewhere:
bsearch, lfind, lsearch, insque, remque
change hcreate to take a size_t rather than uint (essentially the same)
since hcreate/hdestroy are now in <search.h>, remove private search.h
in lib/libc/db/hash/
add $FreeBSD tags to hsearch.c
2000-07-06 20:04:34 +00:00
Daniel C. Sobral
f943749dcd
I hate signed chars.^W^W^W^W^WCast to unsigned char before using signed
...
chars as array indices.
2000-07-06 06:37:30 +00:00
Daniel C. Sobral
9868274b74
Correct comment to work with test code.
...
Prevent out of bounds array access in some specific cases.
2000-07-06 06:34:15 +00:00
Daniel C. Sobral
03b59f2038
Use UCHAR_MAX consistently.
2000-07-06 05:19:29 +00:00
Andrey A. Chernov
26c4c891be
Fix .Fx usage (causing error diagnositc)
2000-07-06 00:25:05 +00:00
Hajimu UMEMOTO
f7c67fc880
IPv6 support.
...
This is required for forthcoming IPv6 ready installer.
Obtained from: KAME
2000-07-05 19:34:43 +00:00
Jason Evans
e21fa6847e
Remove DEBUG_FLAGS=-g3, which never should have been committed.
2000-07-05 16:21:42 +00:00
Jun-ichiro itojun Hagino
024cdeff7a
sync with more recent kame tree.
...
- correct scoped notation separator (s/@/%/)
- include example and more references
2000-07-05 08:27:50 +00:00
Jun-ichiro itojun Hagino
6cb9418289
sync with latest kame.
...
- permit numeric scopeid, be more careful about buffer size
TODO: 2nd arg type should be socklen_t for RFC2553 conformance,
but due to include file dependency it is not a easy thing to do
(netdb.h does not have socklen_t)
2000-07-05 05:09:17 +00:00
Jun-ichiro itojun Hagino
b826397abd
sync with kame.
...
- better return code. from enami@netbsd
- do not use "class" as variable name. C++ guy had trouble with it.
2000-07-05 05:07:23 +00:00
Robert Watson
76e14ed07f
o Enable building of libposix1e capability state utility functions and
...
capability-related syscall wrappers.
Obtained from: TrustedBSD Project
2000-07-05 04:25:09 +00:00
Robert Watson
89b7801213
o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated with
...
soon to be committed syscall stubs. These calls will be used to get
and set capability state associated with executables.
Obtained from: TrustedBSD Project
2000-07-05 04:20:59 +00:00
Robert Watson
5d08343440
o When calling the syscall, use &cap instead of cap. Apparently this
...
error was introduced during the merge; fixing it corrects a (correct)
warning about types.
Obtained from: TrustedBSD Project
2000-07-05 04:08:35 +00:00
Robert Watson
b00446f08a
o Comment out <sys/audit.h> and <sys/mac.h> since they are not yet
...
committed
Obtained from: TrustedBSD Project
2000-07-05 03:30:32 +00:00
Jun-ichiro itojun Hagino
23ba01423e
add getifaddrs(3) from bsdi. this is a magic function which lets you grab
...
interface addresses in a portable manner, without headache of SIOCGIFCONF
or sysctl. it is in bsdi/openbsd/netbsd already.
from kame tree (actually, mandatory for latest kame tree).
2000-07-05 02:13:17 +00:00
Jun-ichiro itojun Hagino
3c62e87aa3
synchronize with latest kame tree.
...
behavior change: policy syntax was changed. you may need to update your
setkey(8) configuration files.
2000-07-04 16:22:05 +00:00
Andrey A. Chernov
3bc7ba9057
Describe agrument range correctly, according to multibyte(3)
...
Remove unneded comment
2000-07-03 13:03:15 +00:00
Peter Wemm
c8e97871bf
Add new man pages
2000-07-03 09:47:47 +00:00
Peter Wemm
d6a123ad6e
Get this to compile in the 5.1-20000701-prerelease environment.
2000-07-03 09:40:52 +00:00
Sheldon Hearn
256dba38d1
Remove trailing whitespace only.
2000-07-03 08:31:02 +00:00
Sheldon Hearn
d72b904079
Fix overlong line and trailing whitespace introduced in rev 1.8.
2000-07-03 08:28:30 +00:00
Sheldon Hearn
c50c83c0e1
Add to the SEE ALSO section, a reference to the RFC mentioned in
...
text introduced in the previous commit.
2000-07-03 08:26:50 +00:00