Masafumi Max NAKANE
0434bdb78c
Typo.
2002-05-10 03:53:00 +00:00
Brian Somers
ff8e577bc6
Add support for MS-CHAP authentication via a RADIUS server.
...
Add support for Reply-Message and MS-CHAP-Error.
Sponsored by: Monzoon
2002-05-10 03:11:35 +00:00
David E. O'Brien
67b831cca6
Turn off pppctl -- it won't like with an in-tree Gcc 3.1 built libc_r.
2002-05-10 00:48:33 +00:00
Maxim Sobolev
8ae0995264
When packing installed package into a file (pkg_create -b) make sure to
...
include all package files into resulting tarball.
PR: 34007
Submitted by: olgeni
While I here:
- Remove bogus comment;
- ensure that we return the proper exit code in the case of -b failure.
MFC after: 5 days
2002-05-10 00:03:14 +00:00
Ollivier Robert
80077d2cc1
Fix buildworld breakage.
...
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
2002-05-09 14:15:57 +00:00
Josef Karthauser
1063e12617
Replace /kernel with /boot/kernel/kernel.
...
PR: docs/37757
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
2002-05-09 11:47:42 +00:00
Bill Paul
2ab778e1d3
Unbreak this file after the last drive-by committing. We have to
...
#include route.h before iso88025.h, and we have to dereference
the trld_route array correctly. (NOTE: I'm not altogether sure
that this is really the correct way to traverse this array. This
just eliminates the build warning/error. It may not work right at
runtime, and I have no way to test it since I lack the necessary
hardware.)
Broken by: kbyanc, who gets to wear the pointy hat
2002-05-09 00:37:57 +00:00
Paul Richards
ee13ade8a0
Do my bit for the Perl removal team and shoot my own, rather mangy
...
looking, dog.
2002-05-08 18:44:24 +00:00
Hajimu UMEMOTO
89511d9db3
Make compilable without -DINET6.
2002-05-08 17:20:08 +00:00
Hajimu UMEMOTO
7f59d20d17
Log address family of a connection.
...
Requested by: matusita
Reviewed by: matusita
2002-05-08 16:39:58 +00:00
Dag-Erling Smørgrav
ba1556b538
Use libutil instead of pw_{copy,util}.c. Clean up a little. Warnsify.
...
Sponsored by: DARPA, NAI Labs
2002-05-08 15:42:37 +00:00
Dag-Erling Smørgrav
e009976aa6
Fix a boatload of format errors and constness violations.
...
Sponsored by: DARPA, NAI Labs
2002-05-08 15:41:15 +00:00
Maxim Konovalov
7098979e16
style(9): remove an EOF space.
2002-05-08 07:40:22 +00:00
Maxim Konovalov
4a28d4abff
Implement 'speed' command: set a maximum read speed. At the moment it
...
works on ATAPI drives only.
PR: kern/35512 (a part of)
Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
Reviewed by: -hackers
MFC after: 1 month
2002-05-08 07:32:40 +00:00
Kelly Yancey
97fe20b4d0
Update ARP to access token-ring source routing information at it's new
...
location.
Not tested by: me (sorry!)
Sponsored by: NTT Multimedia Communications Labs
2002-05-08 00:55:29 +00:00
Dag-Erling Smørgrav
f1d0592537
Use libutil and libypclnt for all passwd manipulation and NIS needs.
...
Sponsored by: DARPA, NAI Labs
2002-05-08 00:54:29 +00:00
Peter Wemm
97303d4df3
Re-remove these files. Somehow obrien managed to revive them with a
...
Makefile cleanup sweep even after they were removed. cvs was very
confused because they were in the Attic still.
2002-05-07 21:47:57 +00:00
Brian Somers
299920e5ed
Don't corrupt MP fragments when they're put back on the front of our
...
inbound queue.
Submitted by: "Amit K. Rao" <arao@niksun.com>
PR: 37813
MFC after: 1 week
Also fix a typo while I'm here.
2002-05-07 12:48:45 +00:00
Brian Somers
bf1eaec5e8
Understand the Session-Timeout RADIUS attribute
...
Store the Filter-Id attribute (we don't do anything with it yet)
Submitted mostly by: andrew pavlov <and@kremenchug.net>
2002-05-07 10:06:54 +00:00
David Malone
d3275eea44
inet_aton returns 0 on failure, not -1.
...
PR: 37680
Submitted by: Scott Bertilson <scott@nts.umn.edu>
MFC after: 2 weeks
2002-05-06 08:39:43 +00:00
Maxim Sobolev
a1ad4f468a
New feature: allow origins of all dependencies be recorded into package list
...
using new `@comment DEPORIGIN:...' directive. This would allow us to make
many neat things including:
- easier binary upgrades;
- source upgrades without using external tools by simply extending
bsd.port.mk and pkg_install tools;
- mixed-mode upgrades (source + binary);
- depreciate and deorbit silly +REQUIRED_BY files in the near future.
This feature is no-op until appropriate bsd.port.mk patch is committed, and
even when it is already committed packages generated will remain 100%
compatible with old set of pkg_install tools (module all those neat
features, of course).
MFC after: 6 days
2002-05-05 21:03:25 +00:00
Maxim Sobolev
f351f851db
In a origin lookup mode (-O) don't bail out when encountering empty package
...
directory, because this prevent this option from being used from the
package-depends target of bsd.port.mk since it creates such empty dir
during its normal operation.
MFC after: 6 days
2002-05-05 20:50:27 +00:00
Maxim Sobolev
ae346c242b
Update usage() and manpage to match reality (add -O into usage and adjust
...
both to make clear that -W and -O are stand-alone options).
MFC after: 6 days
2002-05-05 13:44:32 +00:00
Maxim Sobolev
2dc0025a87
Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT.
...
MFC after: 6 days
2002-05-05 13:09:04 +00:00
Maxim Sobolev
63d4f9853d
Handle PLIST_ORIGIN properly.
...
Poked by: kris
Pointy hat grabbed by: sobomax
MFC after: 6 days
2002-05-05 12:54:11 +00:00
Doug Barton
2b0baf3e99
* Fix a small typo, thanks to olgeni
...
* Document the COMP_CONFS variable in the .mergemasterrc example
2002-05-04 22:53:03 +00:00
Doug Barton
b3559845fb
* Add some niceties to make the -p option quieter, and better behaved
...
* Take a simple idea about setting the screen width using stty (for sdiff's
purposes) thoughtfully suggested by Joerg to an absurd conclusion.
2002-05-04 22:45:12 +00:00
Brian Somers
c1d57c383a
Tweak a data type from char * to u_char *
2002-05-04 21:47:43 +00:00
Brian Somers
e1e3d2ca69
Make ``set mru'' require a context. In multi-link mode, there's no
...
point in being allowed to ``set mru'' for the MP lcp layer.
Spotted by: Richard Browne <richb@timestone.com.au>
MFC after: 1 month
2002-05-04 19:38:43 +00:00
Maxim Sobolev
76c0ee0ef2
Add ability to query installed packages based on origin.
2002-05-04 14:49:49 +00:00
Maxim Konovalov
cc37581539
style(9): sort includes, remove EOL spaces.
...
MFC after: 1 week
2002-05-03 21:03:37 +00:00
Maxim Konovalov
021e53b8df
wait(2) for compress_log() processes to complete before exit.
...
Spotted by: Grigoriy Strokin <grg@isabase.philol.msu.ru>
Reviewed by: -current
MFC after: 1 month
2002-05-03 20:53:37 +00:00
Maxim Sobolev
3d5c1511ca
Make pkg_info working again when argument is a file not in the current
...
directory.
PR: 37571
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
MFC after: 1 week
2002-05-02 13:09:33 +00:00
Maxim Sobolev
5583155096
Make `-g' working for symlinks.
...
PR: 33857
Submitted by: darren <igla@batterybackups.net>
MFC after: 1 week
2002-05-02 12:52:42 +00:00
Maxim Sobolev
3465d2ab40
Kill local variable which shadows global one. This fixes creation of bzip2
...
compressed packages broken in the previous commit.
Pointy hat to: obrien
2002-05-02 10:19:13 +00:00
Brian Somers
d9c83d7b81
Bump the version to mark the fixed FSM TLD ordering
2002-05-01 10:08:10 +00:00
Brian Somers
d14cc5f96a
If we receive a config request while Open, call TLD *before* decoding
...
the request as TLD may initialise fields that are set when decoding the
request.
MFC after: 1 week
2002-05-01 10:04:49 +00:00
Brian Somers
69f6ed253d
Allow the peer to modify the LQR interval
2002-05-01 07:49:07 +00:00
Peter Wemm
37436e4075
Make this compile and not segfault on ia64. ptr = strdup("foo"); is
...
fatal if the declaration of strdup() isn't in scope. The upper 32 bits
of the pointer are lost since it defaults to returning "int". Fix some
warnings while here, including trying to make gcc-3.1 happy.
2002-05-01 06:49:43 +00:00
David E. O'Brien
ee1c407b54
Add the ability to use Bzip'ed packages.
...
Also add the ability to use Bzip'ed distributions -- but this is exclusive
of being able to use Gzip'ed distributions.
Sponsored by: FreeBSD Mall, Inc.
2002-04-30 22:40:06 +00:00
Ruslan Ermilov
64b06e7897
Make crunchide(1) a cross-tool; needed for cross-arch "make release".
...
Note that a.out is only supported for the non-cross i386 case.
2002-04-30 09:34:53 +00:00
Ruslan Ermilov
96a2d897a7
Use the SCRIPTS knob.
2002-04-29 15:43:47 +00:00
Dag-Erling Smørgrav
f249dbcc71
Spell void * as void * rather than caddr_t. This is complicated by the
...
fact that caddr_t is often misspelled as char *.
Sponsored by: DARPA, NAI Labs
2002-04-28 15:18:50 +00:00
Ian Dowse
62e621e89c
Fix a number of warnings. A gcc preprocessor bug relating to macros
...
with variable numbers of arguments made this slightly harder than
it should be. Avoid the bug by not doing string concatenation within
the macros, and instead add a new function to syslog or print the
error messages.
2002-04-28 11:59:30 +00:00
Ian Dowse
72d12a7fae
Oops, remove references to NLOCKED and NWANTED, now that they no
...
longer exist.
2002-04-28 10:24:38 +00:00
Garance A Drosehn
f16d68d06e
Include <netinet/in.h> to squash one more compile-time warning.
...
MFC after: 3 days
2002-04-25 07:41:49 +00:00
Garance A Drosehn
32e56cd19d
When using %p to print out pointers to struct's, first cast the values
...
to (void *) to satisfy some stricter warning-level checks in the new
gcc (on sparc64).
Reviewed by: obrien
MFC after: 4 days
2002-04-25 05:46:44 +00:00
Hellmuth Michaelis
82dd825190
PR: 33966
...
Submitted by: Nicola Vitale <nivit@libero.it>
Reviewed by: hm
MFC after: 3 days
2002-04-24 14:30:56 +00:00
Hajimu UMEMOTO
afb2dc7515
handle ECONNABORTED.
...
Submitted by: morito@double-fault.net
Obtained from: KAME
MFC after: 3 days
2002-04-24 12:23:03 +00:00
Hajimu UMEMOTO
561ca6a7f6
typo in connect(2) error handling.
...
Submitted by: Yukiyo Akisada <Yukiyo.Akisada@jp.yokogawa.com>
Obtained from: KAME
MFC after: 3 days
2002-04-24 10:43:40 +00:00