Hi,
The user of ftp-proxy(8) for privdrop is _ftp_proxy. The man page has
a typo in the username mentionned.
src/usr.sbin/ftp-proxy/ftp-proxy.c
54
55 #define CHROOT_DIR "/var/empty"
56 #define NOPRIV_USER "_ftp_proxy"
57
Thanks.
--
Sebastien Marie
Index: ftp-proxy.8
... without changing the address family at the same time
Easier to read with diff -b.
This + previous fixes the ``ifconfig'' pflow regress test.
OK?
diff --git if_pflow.c if_pflow.c
index 80758b60bd5..2933df9b444 100644
--- if_pflow.c
+++ if_pflow.c
@@ -372,46 +372,37 @@ pflow_set(struct pflow_
... without changing the address family at the same time
Easier to see with diff -b
OK?
diff --git if_pflow.c if_pflow.c
index 8e95aaf753f..80758b60bd5 100644
--- if_pflow.c
+++ if_pflow.c
@@ -335,32 +335,35 @@ pflow_set(struct pflow_softc *sc, struct pflowreq *pflowr)
}
Hi tech@,
Harmonize the way frame buffer drivers display resolution and color
depth when attaching.
Comments? OK?
Index: sys/arch/alpha/tc/cfb.c
===
RCS file: /cvs/src/sys/arch/alpha/tc/cfb.c,v
retrieving revision 1.23
diff -u -p -r
On Sat, Jan 14, 2017 at 12:42:09PM +, Peter Kay wrote:
> On 14 January 2017 at 12:02, Stefan Sperling wrote:
> > On Sat, Jan 14, 2017 at 11:31:00AM +, Peter Kay wrote:
> >> On 14 January 2017 at 11:23, Stefan Sperling wrote:
>
> > If one of your clients says it cannot authenticate, then
On 14 January 2017 at 12:02, Stefan Sperling wrote:
> On Sat, Jan 14, 2017 at 11:31:00AM +, Peter Kay wrote:
>> On 14 January 2017 at 11:23, Stefan Sperling wrote:
> If one of your clients says it cannot authenticate, then this client may be
> trying to use TKIP/WPA1. You can enable wpa1 exp
On Sat, Jan 14, 2017 at 11:31:00AM +, Peter Kay wrote:
> On 14 January 2017 at 11:23, Stefan Sperling wrote:
> > On Sat, Jan 14, 2017 at 11:03:24AM +, Peter Kay wrote:
> >> On 12 January 2017 at 15:06, Stefan Sperling wrote:
>
> > So your first test might not have had 11n enabled since t
On 14 January 2017 at 11:23, Stefan Sperling wrote:
> On Sat, Jan 14, 2017 at 11:03:24AM +, Peter Kay wrote:
>> On 12 January 2017 at 15:06, Stefan Sperling wrote:
> So your first test might not have had 11n enabled since the first two
> versions of my patch had a bug where 11n was left disa
On Sat, Jan 14, 2017 at 11:03:24AM +, Peter Kay wrote:
> On 12 January 2017 at 15:06, Stefan Sperling wrote:
> > On Tue, Jan 10, 2017 at 12:27:47AM +0100, Stefan Sperling wrote:
> >> On Mon, Jan 09, 2017 at 01:54:55PM +0100, Stefan Sperling wrote:
> >> > This diff adds 11n support to the athn(
On 12 January 2017 at 15:06, Stefan Sperling wrote:
> On Tue, Jan 10, 2017 at 12:27:47AM +0100, Stefan Sperling wrote:
>> On Mon, Jan 09, 2017 at 01:54:55PM +0100, Stefan Sperling wrote:
>> > This diff adds 11n support to the athn(4) driver.
>> > Requires -current net80211 code from today.
>>
I'm
tests, OKs?
diff --git configlexer.lex configlexer.lex
index e6b26f947e1..42dbd152f16 100644
--- configlexer.lex
+++ configlexer.lex
@@ -66,15 +66,6 @@ static void config_start_include(const char* filename)
c_error_msg("include %s: malloc failure", filename);
return
11 matches
Mail list logo