Re: ping.c modifications proof of concept

2023-08-24 Thread A Tammy
On 8/24/23 05:59, Peter J. Philipp wrote: > Hi, > > I have modified ping(8) to grab a raw descriptor from a daemon over AF_UNIX > sockets. This seems to work. While what I call the sun daemon needs to be > tightened a lot more it should work to make people understand my concept. > > benefits: > w

Re: fw_update lock_db should exit when parent exits

2023-08-22 Thread A Tammy
On 8/22/23 22:55, Andrew Hewus Fresh wrote: > I noticed this when testing how signal handling worked in fw_update, it > turns out that if you `pkill -KILL -f fw_update` it may leave behind a perl > process that is locking the package database. Instead of just waiting > to be killed, we can have

Re: EVFILT_TIMER add support for different timer precisions NOTE_{,U,N,M}SECONDS

2023-08-04 Thread A Tammy
On 8/5/23 00:49, Scott Cheloha wrote: > On Sat, Aug 05, 2023 at 12:17:48AM -0400, aisha wrote: >> On 22/09/10 01:53PM, Visa Hankala wrote: >>> On Wed, Aug 31, 2022 at 04:48:37PM -0400, aisha wrote: I've added a patch which adds support for NOTE_{,U,M,N}SECONDS for EVFILT_TIMER in the kq

Re: Add exit status to route.8

2023-08-02 Thread A Tammy
On 8/2/23 18:59, Matthew Martin wrote: > On Wed, Aug 02, 2023 at 06:36:26PM -0400, A Tammy wrote: >> Not a huge fan of this complicated representation. >>> +.Ar command >>> +was invoked but failed with this exit status; >>> +see its manual page for more inform

Re: Add exit status to route.8

2023-08-02 Thread A Tammy
On 8/2/23 18:23, Matthew Martin wrote: > A user in IRC asked about route exec's exit status which seems > a reasonable thing to document. > > The text is a combination of .Ex -std and env(1). Also route exec > requires a command, so fix the .Op markup. > > > diff --git route.8 route.8 > index 887

Re: K&R -> ANSI functions in config(8)

2023-06-16 Thread A Tammy
On 6/16/23 12:08, Theo Buehler wrote: > Trivial, but config is important, so I'd rather have an ok. > > Index: scan.l > === > RCS file: /cvs/src/usr.sbin/config/scan.l,v > retrieving revision 1.24 > diff -u -p -r1.24 scan.l > --- sca

Re: dpb.1: Reference sections properly

2023-05-29 Thread A Tammy
OK aisha@ On 5/29/23 12:21, Josiah Frentsos wrote: > Index: dpb.1 > === > RCS file: /cvs/src/share/man/man1/dpb.1,v > retrieving revision 1.32 > diff -u -p -r1.32 dpb.1 > --- dpb.1 29 May 2023 09:05:24 - 1.32 > +++ dpb.1

Re: userdel: remove login group for =uid

2023-05-19 Thread A Tammy
On 5/19/23 12:24, Todd C. Miller wrote: > If /etc/usermgmt.conf has a line like: > > group =uid > > where a new user's group ID in the passwd file is the same as their > user ID, remove that group when the user is removed. The group is > only removed if it matches the login name, has a g

Re: smtpd.conf.5: fix markup for action maildir

2023-05-19 Thread A Tammy
On 5/19/23 07:06, Omar Polo wrote: > it's currently rendered as > > maildir [pathname [junk]] > > whereas it really is > > maildir [pathname] [junk] > > i.e. both the path and `junk' are optional but indipendently so. it's > quite clear from the grammar in parse.y. > > ok? > > diff /

Re: ypldap: reduce imsg traffic

2023-03-29 Thread A Tammy
On 3/27/23 01:45, Jonathan Matthew wrote: > On systems where we pull in around 100k users from ldap, ypldap uses a > fair bit of memory (over 300MB peak) moving data from the ldapclient process > to the main process. > > The ldapclient process sends each user and group record to the parent proces

Re: Authentication in OpenIKED

2023-03-02 Thread A Tammy
On 3/2/23 10:44, Stuart Henderson wrote: > On 2023/03/01 22:15, A Tammy wrote: >>> >>> -# Configuration for clients connecting with EAP authentication. >>> +# Configuration for clients connecting with EAP authentication >>> +# and sending all traffic ov

Re: Authentication in OpenIKED

2023-03-01 Thread A Tammy
On 3/1/23 11:53, Stuart Henderson wrote: > [from misc] >>> I don't see that in the iked.conf manual. There is some reference to not >>> using psk in /etc/examples/iked.conf but it's not clear whether that's >>> because of the need to share a single psk with all endpoints connecting >>> via the sa

Re: fc-{cache,cat,list,match,pattern,query,scan}.1: broken links

2022-11-13 Thread A Tammy
On 11/12/22 16:01, A Tammy wrote: > On 11/12/22 04:29, Thim Cederlund wrote: >> Hi tech@, >> >> I noticed that the fontconfig manpages are referring to a users manual >> that doesn't exist as it now resides in the /usr/X11R6/share/doc/ folder. >> >>

Re: fc-{cache,cat,list,match,pattern,query,scan}.1: broken links

2022-11-12 Thread A Tammy
On 11/12/22 04:29, Thim Cederlund wrote: > Hi tech@, > > I noticed that the fontconfig manpages are referring to a users manual > that doesn't exist as it now resides in the /usr/X11R6/share/doc/ folder. > > See the diff below. > good catch, thanks! committed. > Index: fc-cache/fc-cache.1 > ===

Re: ssh-keygen(1): by default generate ed25519 key (instead of rsa)

2022-11-06 Thread A Tammy
On 11/6/22 09:29, Job Snijders wrote: > Dear all, > > Support for using Ed25519 for server and user authentication was > introduced in 2014. I like the compactness of Ed25519 public keys. > > Perhaps now is a good time to make Ed25519 the default key type when > invoking ssh-keygen(1) without arg