git: 8f7d3ef26dec..d82a140dad3a - vendor/krb5 - vendor branch updated

2025-08-05 Thread Cy Schubert
The branch vendor/krb5 has been updated by cy: URL: https://cgit.FreeBSD.org/src/log/?id=8f7d3ef26dec..d82a140dad3a d82a140dad3a krb5: Import MIT 1.22

git: 56a79b8a6c76 - Create tag vendor/krb5/1.22

2025-08-05 Thread Cy Schubert
The annotated tag vendor/krb5/1.22 has been created by cy: URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/krb5/1.22 tag vendor/krb5/1.22 Tagger: Cy Schubert TaggerDate: 2025-08-06 06:54:46 + krb5: Tag MIT KRB5 1.22 commit d82a140dad3a571d66abb2da24acbba90191f168 Author: Cy

git: 62e5a3629483 - main - krb5: Remove et directory

2025-08-05 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=62e5a3629483d44cdc6662deb5913c88dc2d700e commit 62e5a3629483d44cdc6662deb5913c88dc2d700e Author: Cy Schubert AuthorDate: 2025-08-05 19:47:36 + Commit: Cy Schubert CommitDate: 2025-08-05 19:48:48

git: 62e5a3629483 - main - krb5: Remove et directory

2025-08-05 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=62e5a3629483d44cdc6662deb5913c88dc2d700e commit 62e5a3629483d44cdc6662deb5913c88dc2d700e Author: Cy Schubert AuthorDate: 2025-08-05 19:47:36 + Commit: Cy Schubert CommitDate: 2025-08-05 19:48:48

git: 9a726ef24134 - main - krb5: Move compile_et to /usr/bin as it was with Heimdal

2025-08-05 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=9a726ef241344d5a67bb0c465a43fcf79f94a33f commit 9a726ef241344d5a67bb0c465a43fcf79f94a33f Author: Cy Schubert AuthorDate: 2025-08-01 06:21:42 + Commit: Cy Schubert CommitDate: 2025-08-05 16:33:03

git: 9a726ef24134 - main - krb5: Move compile_et to /usr/bin as it was with Heimdal

2025-08-05 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=9a726ef241344d5a67bb0c465a43fcf79f94a33f commit 9a726ef241344d5a67bb0c465a43fcf79f94a33f Author: Cy Schubert AuthorDate: 2025-08-01 06:21:42 + Commit: Cy Schubert CommitDate: 2025-08-05 16:33:03

git: 3a99a0961d44 - main - krb5: Remove Heimdal library when MK_MITKRB5 is enabled

2025-08-05 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=3a99a0961d44ed661a19d8d746f6e3ea5d97e1ee commit 3a99a0961d44ed661a19d8d746f6e3ea5d97e1ee Author: Cy Schubert AuthorDate: 2025-08-01 06:01:43 + Commit: Cy Schubert CommitDate: 2025-08-05 16:32:43

git: 383e7290c0b5 - main - krb5: Add missing gssapi header

2025-08-05 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=383e7290c0b5f25c5377cfce07debef7d59f76a3 commit 383e7290c0b5f25c5377cfce07debef7d59f76a3 Author: Cy Schubert AuthorDate: 2025-07-31 14:49:02 + Commit: Cy Schubert CommitDate: 2025-08-05 16:32:42

git: 3a99a0961d44 - main - krb5: Remove Heimdal library when MK_MITKRB5 is enabled

2025-08-05 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=3a99a0961d44ed661a19d8d746f6e3ea5d97e1ee commit 3a99a0961d44ed661a19d8d746f6e3ea5d97e1ee Author: Cy Schubert AuthorDate: 2025-08-01 06:01:43 + Commit: Cy Schubert CommitDate: 2025-08-05 16:32:43

git: 383e7290c0b5 - main - krb5: Add missing gssapi header

2025-08-05 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=383e7290c0b5f25c5377cfce07debef7d59f76a3 commit 383e7290c0b5f25c5377cfce07debef7d59f76a3 Author: Cy Schubert AuthorDate: 2025-07-31 14:49:02 + Commit: Cy Schubert CommitDate: 2025-08-05 16:32:42

Re: RFC: MIT kerberos and the gssd in main

2025-08-05 Thread Cy Schubert
e so that it only builds the > gssd when both MK_GSSAPI and MK_KERBEROS_SUPPORT > are not "no". This allows me to get rid of the cruft in gssd.c > that makes it build for the MK_KERBEROS_SUPPORT == "no" > case, since it won't

Re: git: 73ed0c7992fd - main - krb5: install gssapi_krb5/gssapi/gssapi.h once

2025-08-04 Thread Cy Schubert
usr/src/lib/libgssapi cannot directly support MIT KRB5. Our libgssapi is incompatible with MIT KRB5. > CLEANFILES= osconf.new > > # XXX The output of this needs to be verified against the osconf.h I created > -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0

Re: git: 73ed0c7992fd - main - krb5: install gssapi_krb5/gssapi/gssapi.h once

2025-08-04 Thread Cy Schubert
usr/src/lib/libgssapi cannot directly support MIT KRB5. Our libgssapi is incompatible with MIT KRB5. > CLEANFILES= osconf.new > > # XXX The output of this needs to be verified against the osconf.h I created > -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0

Re: kgssapi and gssd patches for MIT's Kerberos

2025-08-02 Thread Cy Schubert
I don't have it here. I'm on my phone. I'll get it to you when I get back. -- Cheers, Cy Schubert FreeBSD UNIX:Web: https://FreeBSD.org NTP:Web: https://nwtime.org e^(i*pi)+1=0 Pardon the typos. Tiny

Re: kgssapi and gssd patches for MIT's Kerberos

2025-08-02 Thread Cy Schubert
There is also a review in phabricator to switch the gssapi from lib/libgssapi to the MIT provided gssapi as a companion to the patches in this thread. -- Cheers, Cy Schubert FreeBSD UNIX:Web: https://FreeBSD.org NTP:Web: https://nwtime.org

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-31 Thread Cy Schubert
In message , Rick Macklem writes: > On Thu, Jul 31, 2025 at 8:28=E2=80=AFAM Cy Schubert com> wrote: > > > > In message ail.c > > om> > > , Rick Macklem writes: > > > On Thu, Jul 31, 2025 at 6:51=3DE2=3D80=3DAFAM Rick Macklem m...@gmail.co=3D > >

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-31 Thread Cy Schubert
In message , Rick Macklem writes: > On Thu, Jul 31, 2025 at 8:28=E2=80=AFAM Cy Schubert com> wrote: > > > > In message ail.c > > om> > > , Rick Macklem writes: > > > On Thu, Jul 31, 2025 at 6:51=3DE2=3D80=3DAFAM Rick Macklem m...@gmail.co=3D > >

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-31 Thread Cy Schubert
In message <20250731152803.19f9...@slippy.cwsent.com>, Cy Schubert writes: > In message om> > , Rick Macklem writes: > > On Thu, Jul 31, 2025 at 6:51=E2=80=AFAM Rick Macklem = > > m> wrote: > > > > > > On Thu, Jul 31, 2025 at 6:07=E2=80=AFAM Rick M

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-31 Thread Cy Schubert
In message <20250731152803.19f9...@slippy.cwsent.com>, Cy Schubert writes: > In message om> > , Rick Macklem writes: > > On Thu, Jul 31, 2025 at 6:51=E2=80=AFAM Rick Macklem = > > m> wrote: > > > > > > On Thu, Jul 31, 2025 at 6:07=E2=80=AFAM Rick M

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-31 Thread Cy Schubert
In message <20250731152803.19f9...@slippy.cwsent.com>, Cy Schubert writes: > In message om> > , Rick Macklem writes: > > On Thu, Jul 31, 2025 at 6:51=E2=80=AFAM Rick Macklem = > > m> wrote: > > > > > > On Thu, Jul 31, 2025 at 6:07=E2=80=AFAM Rick M

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-31 Thread Cy Schubert
In message <20250731152803.19f9...@slippy.cwsent.com>, Cy Schubert writes: > In message om> > , Rick Macklem writes: > > On Thu, Jul 31, 2025 at 6:51=E2=80=AFAM Rick Macklem = > > m> wrote: > > > > > > On Thu, Jul 31, 2025 at 6:07=E2=80=AFAM Rick M

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-31 Thread Cy Schubert
ly some good news... > All I did was "pkg install krb5" and then linked the gssd to the libraries = > in > /usr/local/lib and it worked!! gssapi/gssapi.h from krb5/lib/gssapi/generic is overwritten by our lib/libgssapi. As we have two the MIT gssapi.h is put in /usr/include/gssapi_krb5/gssapi.h. This patch should fix the problem. I haven't tested this yet. diff --git a/usr.sbin/gssd/Makefile b/usr.sbin/gssd/Makefile index 569e2c7e18f5..4c9d342c48c3 100644 --- a/usr.sbin/gssd/Makefile +++ b/usr.sbin/gssd/Makefile @@ -14,7 +14,7 @@ LIBADD= gssapi .if ${MK_MITKRB5} != "no" # MIT KRB5 LIBADD+= krb5 k5crypto krb5profile krb5support -CFLAGS+= -DMK_MITKRB5=yes +CFLAGS+= -DMK_MITKRB5=yes -Iinclude/gssapi_krb5 .else # Heimdal LIBADD+= krb5 roken > > Now I can test/debug the changes. > > Btw, the stuff in /usr/local/include/gssapi are correct and not messed up > like the stuff in /usr/include/gssapi. (The ones in /usr/local/include defi= > ne > GSS_DLLIMP for example.) > > I'm going to leave figuring out why the libraries in /usr/lib are messed up > to someone else. > > rick > -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-31 Thread Cy Schubert
ly some good news... > All I did was "pkg install krb5" and then linked the gssd to the libraries = > in > /usr/local/lib and it worked!! gssapi/gssapi.h from krb5/lib/gssapi/generic is overwritten by our lib/libgssapi. As we have two the MIT gssapi.h is put in /usr/include/gssapi_krb5/gssapi.h. This patch should fix the problem. I haven't tested this yet. diff --git a/usr.sbin/gssd/Makefile b/usr.sbin/gssd/Makefile index 569e2c7e18f5..4c9d342c48c3 100644 --- a/usr.sbin/gssd/Makefile +++ b/usr.sbin/gssd/Makefile @@ -14,7 +14,7 @@ LIBADD= gssapi .if ${MK_MITKRB5} != "no" # MIT KRB5 LIBADD+= krb5 k5crypto krb5profile krb5support -CFLAGS+= -DMK_MITKRB5=yes +CFLAGS+= -DMK_MITKRB5=yes -Iinclude/gssapi_krb5 .else # Heimdal LIBADD+= krb5 roken > > Now I can test/debug the changes. > > Btw, the stuff in /usr/local/include/gssapi are correct and not messed up > like the stuff in /usr/include/gssapi. (The ones in /usr/local/include defi= > ne > GSS_DLLIMP for example.) > > I'm going to leave figuring out why the libraries in /usr/lib are messed up > to someone else. > > rick > -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-31 Thread Cy Schubert
ot; is failing. > > I'm currently just passing GSS_C_NULL_OID into gss_init_sec_context(), > > but I've also tried the Kerberos 9 byte OID (both work, in the sense that > > gss_init_sec_context() seems to work, except that the actual_mech_type > > returned by it has a bogus pointer in the reply). > > --> It looks like the "mech_type" field of "ctx" is busted, for some reas= > on? > > > > I'm going to try building krb5 from ports and linking to that, to see if = > it > > does the same thing. > Finally some good news... > All I did was "pkg install krb5" and then linked the gssd to the libraries = > in > /usr/local/lib and it worked!! I will double check the generated gssapi.h from its .et files in krb5/lib/gssapi/generic. > > Now I can test/debug the changes. > > Btw, the stuff in /usr/local/include/gssapi are correct and not messed up > like the stuff in /usr/include/gssapi. (The ones in /usr/local/include defi= > ne > GSS_DLLIMP for example.) This is generated from one of the .et files. > > I'm going to leave figuring out why the libraries in /usr/lib are messed up > to someone else. > > rick > -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-31 Thread Cy Schubert
ot; is failing. > > I'm currently just passing GSS_C_NULL_OID into gss_init_sec_context(), > > but I've also tried the Kerberos 9 byte OID (both work, in the sense that > > gss_init_sec_context() seems to work, except that the actual_mech_type > > returned by it has a bogus pointer in the reply). > > --> It looks like the "mech_type" field of "ctx" is busted, for some reas= > on? > > > > I'm going to try building krb5 from ports and linking to that, to see if = > it > > does the same thing. > Finally some good news... > All I did was "pkg install krb5" and then linked the gssd to the libraries = > in > /usr/local/lib and it worked!! I will double check the generated gssapi.h from its .et files in krb5/lib/gssapi/generic. > > Now I can test/debug the changes. > > Btw, the stuff in /usr/local/include/gssapi are correct and not messed up > like the stuff in /usr/include/gssapi. (The ones in /usr/local/include defi= > ne > GSS_DLLIMP for example.) This is generated from one of the .et files. > > I'm going to leave figuring out why the libraries in /usr/lib are messed up > to someone else. > > rick > -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0

Re: Be careful with "make delete-old-libs"

2025-07-30 Thread Cy Schubert
> This was noted in UPDATING. All ports with USES=gssapi are affected. USES=gssapi:mit and USES=gssapi:heimdal are not. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0

Re: Be careful with "make delete-old-libs"

2025-07-30 Thread Cy Schubert
dn't see your message and ended up with the same issue here. After > > delete-old-libs libcurl is broken > > I just copied over the necessary libraries from another machine... UPDATING does mention that some packages will need to be rebuilt. Any packages that have USES=g

Re: ssh errors, libgssapi_krb5

2025-07-28 Thread Cy Schubert
don't really understand what broke it to begin with... what causes > ssh to load libgssapi_something? The DSO bump broke gssapi/mech. The mech file was updated last night to point to the current DSO. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0

Re: git: c0fae431fd6a - main - krb5: Chase dd0ec030f8fd updating to current DSO

2025-07-28 Thread Cy Schubert
In message , Konstantin Belousov writes: > On Mon, Jul 28, 2025 at 03:58:27AM +0000, Cy Schubert wrote: > > The branch main has been updated by cy: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=c0fae431fd6ae9092d5f04da108b02 > 4f

Re: git: c0fae431fd6a - main - krb5: Chase dd0ec030f8fd updating to current DSO

2025-07-28 Thread Cy Schubert
In message , Konstantin Belousov writes: > On Mon, Jul 28, 2025 at 03:58:27AM +0000, Cy Schubert wrote: > > The branch main has been updated by cy: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=c0fae431fd6ae9092d5f04da108b02 > 4f

Re: ssh errors, libgssapi_krb5

2025-07-28 Thread Cy Schubert
temporarily, while we work through the kernel NFS issue we may to alter our gssapi to use a second lookup table (in /etc/gss/mech) just for heimdal. I have some ideas how to implement this securely so that no other app could use the alternate table. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-28 Thread Cy Schubert
> know the content is safe. If in doubt, forward suspicious emails to IThelp@= > uoguelph.ca. > > > > On Sun, Jul 27, 2025 at 08:26:03PM -0700, Rick Macklem wrote: > > > On Tue, Jul 22, 2025 at 9:00=E2=80=AFAM Cy Schubert ert.com> wrote: > > > > > > >

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-28 Thread Cy Schubert
> know the content is safe. If in doubt, forward suspicious emails to IThelp@= > uoguelph.ca. > > > > On Sun, Jul 27, 2025 at 08:26:03PM -0700, Rick Macklem wrote: > > > On Tue, Jul 22, 2025 at 9:00=E2=80=AFAM Cy Schubert ert.com> wrote: > > > > > > >

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-27 Thread Cy Schubert
In message , Rick Macklem writes: > On Tue, Jul 22, 2025 at 9:00=E2=80=AFAM Cy Schubert com> wrote: > > > > CAUTION: This email originated from outside of the University of Guelph. = > Do not click links or open attachments unless you recognize the sender and = > know th

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-27 Thread Cy Schubert
In message , Rick Macklem writes: > On Tue, Jul 22, 2025 at 9:00=E2=80=AFAM Cy Schubert com> wrote: > > > > CAUTION: This email originated from outside of the University of Guelph. = > Do not click links or open attachments unless you recognize the sender and = > know th

git: c0fae431fd6a - main - krb5: Chase dd0ec030f8fd updating to current DSO

2025-07-27 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=c0fae431fd6ae9092d5f04da108b024f750834f1 commit c0fae431fd6ae9092d5f04da108b024f750834f1 Author: Cy Schubert AuthorDate: 2025-07-28 03:57:30 + Commit: Cy Schubert CommitDate: 2025-07-28 03:58:20

git: c0fae431fd6a - main - krb5: Chase dd0ec030f8fd updating to current DSO

2025-07-27 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=c0fae431fd6ae9092d5f04da108b024f750834f1 commit c0fae431fd6ae9092d5f04da108b024f750834f1 Author: Cy Schubert AuthorDate: 2025-07-28 03:57:30 + Commit: Cy Schubert CommitDate: 2025-07-28 03:58:20

git: dd0ec030f8fd - main - krb5: Bump DSO version for version map creation

2025-07-27 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=dd0ec030f8fddfd109b860ae8df2b29fa0c60f23 commit dd0ec030f8fddfd109b860ae8df2b29fa0c60f23 Author: Cy Schubert AuthorDate: 2025-07-25 11:43:25 + Commit: Cy Schubert CommitDate: 2025-07-27 12:59:34

git: dd0ec030f8fd - main - krb5: Bump DSO version for version map creation

2025-07-27 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=dd0ec030f8fddfd109b860ae8df2b29fa0c60f23 commit dd0ec030f8fddfd109b860ae8df2b29fa0c60f23 Author: Cy Schubert AuthorDate: 2025-07-25 11:43:25 + Commit: Cy Schubert CommitDate: 2025-07-27 12:59:34

Re: git: 962876cc24ee - main - UPDATING: Note the Kerberos package rename (c7da9fb90b0b)

2025-07-24 Thread Cy Schubert
In message <8200b60d-fcf9-431f-a417-7c0865fee...@freebsd.org>, Kyle Evans write s: > On 7/24/25 14:36, Cy Schubert wrote: > > In message , Lexi Winter writes: > >> > >> > >> --/cJljwJYtPl3uHOB > >> Content-Type: text/plain; charset=us-ascii >

Re: git: 962876cc24ee - main - UPDATING: Note the Kerberos package rename (c7da9fb90b0b)

2025-07-24 Thread Cy Schubert
In message <8200b60d-fcf9-431f-a417-7c0865fee...@freebsd.org>, Kyle Evans write s: > On 7/24/25 14:36, Cy Schubert wrote: > > In message , Lexi Winter writes: > >> > >> > >> --/cJljwJYtPl3uHOB > >> Content-Type: text/plain; charset=us-ascii >

Re: git: ae07a5805b19 - main - krb5: Add version maps

2025-07-24 Thread Cy Schubert
In message , John Baldwin wri tes: > On 7/24/25 15:17, Cy Schubert wrote: > > In message , John Baldwin > > wri > > tes: > >> On 7/23/25 10:00, John Baldwin wrote: > >>> On 7/22/25 11:48, Cy Schubert wrote: > >>>> The branch main has been u

Re: git: ae07a5805b19 - main - krb5: Add version maps

2025-07-24 Thread Cy Schubert
In message , John Baldwin wri tes: > On 7/24/25 15:17, Cy Schubert wrote: > > In message , John Baldwin > > wri > > tes: > >> On 7/23/25 10:00, John Baldwin wrote: > >>> On 7/22/25 11:48, Cy Schubert wrote: > >>>> The branch main has been u

Re: git: 962876cc24ee - main - UPDATING: Note the Kerberos package rename (c7da9fb90b0b)

2025-07-24 Thread Cy Schubert
In message <20250724190526.2f85a...@slippy.cwsent.com>, Cy Schubert writes: > In message <202507241824.56oio88s005...@gitrepo.freebsd.org>, Lexi Winter > write > s: > > The branch main has been updated by ivy: > > > > URL: https://cgit.FreeBSD.org/src/co

Re: git: 962876cc24ee - main - UPDATING: Note the Kerberos package rename (c7da9fb90b0b)

2025-07-24 Thread Cy Schubert
In message <20250724190526.2f85a...@slippy.cwsent.com>, Cy Schubert writes: > In message <202507241824.56oio88s005...@gitrepo.freebsd.org>, Lexi Winter > write > s: > > The branch main has been updated by ivy: > > > > URL: https://cgit.FreeBSD.org/src/co

Re: git: 962876cc24ee - main - UPDATING: Note the Kerberos package rename (c7da9fb90b0b)

2025-07-24 Thread Cy Schubert
In message , Lexi Winter writes: > > > --/cJljwJYtPl3uHOB > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > hi Cy, > > Cy Schubert: > > In message <202507241824.56oio88s005...@g

Re: git: 962876cc24ee - main - UPDATING: Note the Kerberos package rename (c7da9fb90b0b)

2025-07-24 Thread Cy Schubert
In message , Lexi Winter writes: > > > --/cJljwJYtPl3uHOB > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > hi Cy, > > Cy Schubert: > > In message <202507241824.56oio88s005...@g

Re: git: ae07a5805b19 - main - krb5: Add version maps

2025-07-24 Thread Cy Schubert
In message , John Baldwin wri tes: > On 7/23/25 10:00, John Baldwin wrote: > > On 7/22/25 11:48, Cy Schubert wrote: > >> The branch main has been updated by cy: > >> > >> URL: https://cgit.FreeBSD.org/src/commit/?id=ae07a5805b1906f29e786f41

Re: git: ae07a5805b19 - main - krb5: Add version maps

2025-07-24 Thread Cy Schubert
In message , John Baldwin wri tes: > On 7/23/25 10:00, John Baldwin wrote: > > On 7/22/25 11:48, Cy Schubert wrote: > >> The branch main has been updated by cy: > >> > >> URL: https://cgit.FreeBSD.org/src/commit/?id=ae07a5805b1906f29e786f41

Re: git: 962876cc24ee - main - UPDATING: Note the Kerberos package rename (c7da9fb90b0b)

2025-07-24 Thread Cy Schubert
nstall the equivalent FreeBSD-kerberos* > + packages instead. Shouldn't this be the other way around? Heimdal is FreeBSD-kerberos while MIT is FreeBSD-krb5. I objected to the name change because it could cause people to assume they were one in the same. I'm open to be conv

Re: git: 962876cc24ee - main - UPDATING: Note the Kerberos package rename (c7da9fb90b0b)

2025-07-24 Thread Cy Schubert
nstall the equivalent FreeBSD-kerberos* > + packages instead. Shouldn't this be the other way around? Heimdal is FreeBSD-kerberos while MIT is FreeBSD-krb5. I objected to the name change because it could cause people to assume they were one in the same. I'm open to be conv

Re: git: e447c252d0ec - main - krb5: Merge Heimdal common functions into version maps

2025-07-24 Thread Cy Schubert
In message , Konstantin Belousov writes: > On Thu, Jul 24, 2025 at 11:40:10AM -0700, Cy Schubert wrote: > > In message , Konstantin Belousov writes: > > > On Thu, Jul 24, 2025 at 10:34:12AM -0700, Cy Schubert wrote: > > > > In message , Konstantin Belousov writes: >

Re: git: e447c252d0ec - main - krb5: Merge Heimdal common functions into version maps

2025-07-24 Thread Cy Schubert
In message , Konstantin Belousov writes: > On Thu, Jul 24, 2025 at 11:40:10AM -0700, Cy Schubert wrote: > > In message , Konstantin Belousov writes: > > > On Thu, Jul 24, 2025 at 10:34:12AM -0700, Cy Schubert wrote: > > > > In message , Konstantin Belousov writes: >

git: 110111a6cca1 - main - Revert "krb5: Use Heimdal DSO names"

2025-07-24 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=110111a6cca14dd46b6d68e6f34e141ff6b7e44e commit 110111a6cca14dd46b6d68e6f34e141ff6b7e44e Author: Cy Schubert AuthorDate: 2025-07-24 18:40:42 + Commit: Cy Schubert CommitDate: 2025-07-24 18:58:39

git: 110111a6cca1 - main - Revert "krb5: Use Heimdal DSO names"

2025-07-24 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=110111a6cca14dd46b6d68e6f34e141ff6b7e44e commit 110111a6cca14dd46b6d68e6f34e141ff6b7e44e Author: Cy Schubert AuthorDate: 2025-07-24 18:40:42 + Commit: Cy Schubert CommitDate: 2025-07-24 18:58:39

Re: git: e447c252d0ec - main - krb5: Merge Heimdal common functions into version maps

2025-07-24 Thread Cy Schubert
In message , Konstantin Belousov writes: > On Thu, Jul 24, 2025 at 10:34:12AM -0700, Cy Schubert wrote: > > In message , Konstantin Belousov writes: > > > On Thu, Jul 24, 2025 at 05:14:15PM +, Cy Schubert wrote: > > > > The branch main has been updated by c

Re: git: e447c252d0ec - main - krb5: Merge Heimdal common functions into version maps

2025-07-24 Thread Cy Schubert
In message , Konstantin Belousov writes: > On Thu, Jul 24, 2025 at 10:34:12AM -0700, Cy Schubert wrote: > > In message , Konstantin Belousov writes: > > > On Thu, Jul 24, 2025 at 05:14:15PM +, Cy Schubert wrote: > > > > The branch main has been updated by c

git: 5f8493bbf479 - main - krb5: Use Heimdal DSO names

2025-07-24 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=5f8493bbf479922ee027e2ee7dc733f29f66dd6d commit 5f8493bbf479922ee027e2ee7dc733f29f66dd6d Author: Cy Schubert AuthorDate: 2025-07-24 17:43:03 + Commit: Cy Schubert CommitDate: 2025-07-24 17:47:09

git: 5f8493bbf479 - main - krb5: Use Heimdal DSO names

2025-07-24 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=5f8493bbf479922ee027e2ee7dc733f29f66dd6d commit 5f8493bbf479922ee027e2ee7dc733f29f66dd6d Author: Cy Schubert AuthorDate: 2025-07-24 17:43:03 + Commit: Cy Schubert CommitDate: 2025-07-24 17:47:09

Re: git: e447c252d0ec - main - krb5: Merge Heimdal common functions into version maps

2025-07-24 Thread Cy Schubert
In message , Konstantin Belousov writes: > On Thu, Jul 24, 2025 at 05:14:15PM +0000, Cy Schubert wrote: > > The branch main has been updated by cy: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=e447c252d0eca8f1440996f2a3521c > 75

Re: git: e447c252d0ec - main - krb5: Merge Heimdal common functions into version maps

2025-07-24 Thread Cy Schubert
In message , Konstantin Belousov writes: > On Thu, Jul 24, 2025 at 05:14:15PM +0000, Cy Schubert wrote: > > The branch main has been updated by cy: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=e447c252d0eca8f1440996f2a3521c > 75

git: 4680e7fcc70a - main - krb5: Replace version maps with generated version maps

2025-07-24 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=4680e7fcc70a998765bb9ce602b080d8efb114bc commit 4680e7fcc70a998765bb9ce602b080d8efb114bc Author: Cy Schubert AuthorDate: 2025-07-24 14:59:47 + Commit: Cy Schubert CommitDate: 2025-07-24 16:31:39

git: e447c252d0ec - main - krb5: Merge Heimdal common functions into version maps

2025-07-24 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=e447c252d0eca8f1440996f2a3521c75c06ae126 commit e447c252d0eca8f1440996f2a3521c75c06ae126 Author: Cy Schubert AuthorDate: 2025-07-24 16:24:03 + Commit: Cy Schubert CommitDate: 2025-07-24 16:31:40

git: e447c252d0ec - main - krb5: Merge Heimdal common functions into version maps

2025-07-24 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=e447c252d0eca8f1440996f2a3521c75c06ae126 commit e447c252d0eca8f1440996f2a3521c75c06ae126 Author: Cy Schubert AuthorDate: 2025-07-24 16:24:03 + Commit: Cy Schubert CommitDate: 2025-07-24 16:31:40

git: 188138106b9f - main - krb5: Remove a duplicate include of error_tables/Makefile.inc

2025-07-24 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=188138106b9feb05bc2e51329295e41adbc95175 commit 188138106b9feb05bc2e51329295e41adbc95175 Author: Cy Schubert AuthorDate: 2025-07-24 04:57:26 + Commit: Cy Schubert CommitDate: 2025-07-24 16:31:39

git: 188138106b9f - main - krb5: Remove a duplicate include of error_tables/Makefile.inc

2025-07-24 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=188138106b9feb05bc2e51329295e41adbc95175 commit 188138106b9feb05bc2e51329295e41adbc95175 Author: Cy Schubert AuthorDate: 2025-07-24 04:57:26 + Commit: Cy Schubert CommitDate: 2025-07-24 16:31:39

git: 4680e7fcc70a - main - krb5: Replace version maps with generated version maps

2025-07-24 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=4680e7fcc70a998765bb9ce602b080d8efb114bc commit 4680e7fcc70a998765bb9ce602b080d8efb114bc Author: Cy Schubert AuthorDate: 2025-07-24 14:59:47 + Commit: Cy Schubert CommitDate: 2025-07-24 16:31:39

Re: git: ae07a5805b19 - main - krb5: Add version maps

2025-07-22 Thread Cy Schubert
symbol 'profile_= > flush_to_file' failed: symbol not defined > ld: error: version script assignment of 'KRB5_KRB5_1.0' to symbol 'profile_= > free_buffer' failed: symbol not defined > ld: error: too many errors emitted, stopping now (use --error-limit=3D0 to = > see all errors) > cc: error: linker command failed with exit code 1 (use -v to see invocation) > *** [libkrb5.so.121] Error code 1 > > make[4]: stopped making "all" in /usr/src/krb5/lib/krb5 > make[4]: 1 error > [...] > > Kind regards > oh Sorry about the breakage. It's been fixed by f58febc4cefa. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0

Re: git: ae07a5805b19 - main - krb5: Add version maps

2025-07-22 Thread Cy Schubert
symbol 'profile_= > flush_to_file' failed: symbol not defined > ld: error: version script assignment of 'KRB5_KRB5_1.0' to symbol 'profile_= > free_buffer' failed: symbol not defined > ld: error: too many errors emitted, stopping now (use --error-limit=3D0 to = > see all errors) > cc: error: linker command failed with exit code 1 (use -v to see invocation) > *** [libkrb5.so.121] Error code 1 > > make[4]: stopped making "all" in /usr/src/krb5/lib/krb5 > make[4]: 1 error > [...] > > Kind regards > oh Sorry about the breakage. It's been fixed by f58febc4cefa. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0

git: 805498e49ae4 - main - KRB5: Add util version maps

2025-07-22 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=805498e49ae4875ccebdbd8b8ec0280e88a29b08 commit 805498e49ae4875ccebdbd8b8ec0280e88a29b08 Author: Cy Schubert AuthorDate: 2025-07-22 17:45:19 + Commit: Cy Schubert CommitDate: 2025-07-22 19:09:23

git: 805498e49ae4 - main - KRB5: Add util version maps

2025-07-22 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=805498e49ae4875ccebdbd8b8ec0280e88a29b08 commit 805498e49ae4875ccebdbd8b8ec0280e88a29b08 Author: Cy Schubert AuthorDate: 2025-07-22 17:45:19 + Commit: Cy Schubert CommitDate: 2025-07-22 19:09:23

git: f58febc4cefa - main - krb5: Correct version maps

2025-07-22 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=f58febc4cefa7a34044c0c80b9300d289cead642 commit f58febc4cefa7a34044c0c80b9300d289cead642 Author: Cy Schubert AuthorDate: 2025-07-22 17:43:24 + Commit: Cy Schubert CommitDate: 2025-07-22 19:09:23

git: f58febc4cefa - main - krb5: Correct version maps

2025-07-22 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=f58febc4cefa7a34044c0c80b9300d289cead642 commit f58febc4cefa7a34044c0c80b9300d289cead642 Author: Cy Schubert AuthorDate: 2025-07-22 17:43:24 + Commit: Cy Schubert CommitDate: 2025-07-22 19:09:23

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-22 Thread Cy Schubert
In message , Konstantin Belousov writes: > On Mon, Jul 21, 2025 at 07:46:45AM -0700, Cy Schubert wrote: > > In message <47c3cc37-6f32-4376-900a-b5387b981...@freebsd.org>, Jessica > > Clarke w > > rites: > > > On 21 Jul 2025, at 15:10, Cy Schubert wrote: &g

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-22 Thread Cy Schubert
In message , Konstantin Belousov writes: > On Mon, Jul 21, 2025 at 07:46:45AM -0700, Cy Schubert wrote: > > In message <47c3cc37-6f32-4376-900a-b5387b981...@freebsd.org>, Jessica > > Clarke w > > rites: > > > On 21 Jul 2025, at 15:10, Cy Schubert wrote: &g

git: ae07a5805b19 - main - krb5: Add version maps

2025-07-22 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=ae07a5805b1906f29e786f415d67bef334557bd3 commit ae07a5805b1906f29e786f415d67bef334557bd3 Author: Cy Schubert AuthorDate: 2025-07-22 15:38:19 + Commit: Cy Schubert CommitDate: 2025-07-22 15:48:40

git: ae07a5805b19 - main - krb5: Add version maps

2025-07-22 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=ae07a5805b1906f29e786f415d67bef334557bd3 commit ae07a5805b1906f29e786f415d67bef334557bd3 Author: Cy Schubert AuthorDate: 2025-07-22 15:38:19 + Commit: Cy Schubert CommitDate: 2025-07-22 15:48:40

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-21 Thread Cy Schubert
In message <47c3cc37-6f32-4376-900a-b5387b981...@freebsd.org>, Jessica Clarke w rites: > On 21 Jul 2025, at 15:10, Cy Schubert wrote: > >=20 > > The branch main has been updated by cy: > >=20 > > URL: = > https://cgit.FreeBSD.org/src/commit/?id=3Dc7da9fb9

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-21 Thread Cy Schubert
In message <47c3cc37-6f32-4376-900a-b5387b981...@freebsd.org>, Jessica Clarke w rites: > On 21 Jul 2025, at 15:10, Cy Schubert wrote: > >=20 > > The branch main has been updated by cy: > >=20 > > URL: = > https://cgit.FreeBSD.org/src/commit/?id=3Dc7da9fb9

git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-21 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=c7da9fb90b0b6385e99bb7747476359b712993fa commit c7da9fb90b0b6385e99bb7747476359b712993fa Author: Cy Schubert AuthorDate: 2025-07-19 14:11:18 + Commit: Cy Schubert CommitDate: 2025-07-21 14:07:22

git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-21 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=c7da9fb90b0b6385e99bb7747476359b712993fa commit c7da9fb90b0b6385e99bb7747476359b712993fa Author: Cy Schubert AuthorDate: 2025-07-19 14:11:18 + Commit: Cy Schubert CommitDate: 2025-07-21 14:07:22

Re: git: 5df4eb5fd7f2 - main - krb5: Add pkgbase templates

2025-07-20 Thread Cy Schubert
In message , Lexi Winter writes: > > > --an7zxtnjBA17Oi4B > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Cy Schubert: > > krb5: Add pkgbase templates > > NB, a related review is open at <https://reviews.freebsd.org/D51420&g

Re: git: 5df4eb5fd7f2 - main - krb5: Add pkgbase templates

2025-07-20 Thread Cy Schubert
In message , Lexi Winter writes: > > > --an7zxtnjBA17Oi4B > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Cy Schubert: > > krb5: Add pkgbase templates > > NB, a related review is open at <https://reviews.freebsd.org/D51420&g

git: 5df4eb5fd7f2 - main - krb5: Add pkgbase templates

2025-07-20 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=5df4eb5fd7f2057d62ea2a142e8be42dc8b41c59 commit 5df4eb5fd7f2057d62ea2a142e8be42dc8b41c59 Author: Cy Schubert AuthorDate: 2025-07-21 04:37:38 + Commit: Cy Schubert CommitDate: 2025-07-21 04:37:38

git: 5df4eb5fd7f2 - main - krb5: Add pkgbase templates

2025-07-20 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=5df4eb5fd7f2057d62ea2a142e8be42dc8b41c59 commit 5df4eb5fd7f2057d62ea2a142e8be42dc8b41c59 Author: Cy Schubert AuthorDate: 2025-07-21 04:37:38 + Commit: Cy Schubert CommitDate: 2025-07-21 04:37:38

Re: git: 7e35117eb07f - main - Makefile: Hook MIT KRB5 into the build

2025-07-08 Thread Cy Schubert
On Tue, 8 Jul 2025 16:07:25 +0300 Dima Panov wrote: > On 08.07.2025 14:09, Dima Panov wrote: > > Hello! > > > > On 08.07.2025 07:28, Cy Schubert wrote: > >> In message , "Herbert J. Skuhra" > >> writes: > >>> On Mon, Jul 07, 202

Re: git: 7e35117eb07f - main - Makefile: Hook MIT KRB5 into the build

2025-07-08 Thread Cy Schubert
On Tue, 8 Jul 2025 16:07:25 +0300 Dima Panov wrote: > On 08.07.2025 14:09, Dima Panov wrote: > > Hello! > > > > On 08.07.2025 07:28, Cy Schubert wrote: > >> In message , "Herbert J. Skuhra" > >> writes: > >>> On Mon, Jul 07, 202

git: 0559f30a882d - main - krb5: Install the libkrb5clnt.so symlink with the .so

2025-07-08 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=0559f30a882d2f606782b68b9432a1e7362486fc commit 0559f30a882d2f606782b68b9432a1e7362486fc Author: Cy Schubert AuthorDate: 2025-07-08 13:45:46 + Commit: Cy Schubert CommitDate: 2025-07-08 13:54:27

git: 0559f30a882d - main - krb5: Install the libkrb5clnt.so symlink with the .so

2025-07-08 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=0559f30a882d2f606782b68b9432a1e7362486fc commit 0559f30a882d2f606782b68b9432a1e7362486fc Author: Cy Schubert AuthorDate: 2025-07-08 13:45:46 + Commit: Cy Schubert CommitDate: 2025-07-08 13:54:27

Re: git: 7e35117eb07f - main - Makefile: Hook MIT KRB5 into the build

2025-07-07 Thread Cy Schubert
In message , "Herbert J. Skuhra" writes: > On Mon, Jul 07, 2025 at 04:04:46PM -0700, Cy Schubert wrote: > > In message , "Herbert J. Skuhra" writes: > > > On Mon, Jul 07, 2025 at 10:36:31PM +0300, Dima Panov wrote: > > > > Hello! > &

Re: git: 7e35117eb07f - main - Makefile: Hook MIT KRB5 into the build

2025-07-07 Thread Cy Schubert
In message , "Herbert J. Skuhra" writes: > On Mon, Jul 07, 2025 at 04:04:46PM -0700, Cy Schubert wrote: > > In message , "Herbert J. Skuhra" writes: > > > On Mon, Jul 07, 2025 at 10:36:31PM +0300, Dima Panov wrote: > > > > Hello! > &

git: 45730dd3ed33 - main - files: add new IPFILTER_C rule for netpfil/ipfilter sources

2025-07-07 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=45730dd3ed334d265fc77cf6df1f82013fd5bf69 commit 45730dd3ed334d265fc77cf6df1f82013fd5bf69 Author: Siva Mahadevan AuthorDate: 2025-04-24 12:08:47 + Commit: Cy Schubert CommitDate: 2025-07-08 03:03

git: 45730dd3ed33 - main - files: add new IPFILTER_C rule for netpfil/ipfilter sources

2025-07-07 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=45730dd3ed334d265fc77cf6df1f82013fd5bf69 commit 45730dd3ed334d265fc77cf6df1f82013fd5bf69 Author: Siva Mahadevan AuthorDate: 2025-04-24 12:08:47 + Commit: Cy Schubert CommitDate: 2025-07-08 03:03

git: 79d23845179a - main - netpfil/ipfilter: fix remaining trivial unused variable warnings

2025-07-07 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=79d23845179a534f533185763cb92032202729a7 commit 79d23845179a534f533185763cb92032202729a7 Author: Siva Mahadevan AuthorDate: 2025-04-24 12:08:47 + Commit: Cy Schubert CommitDate: 2025-07-08 03:03

git: 2bbaeb717b69 - main - ip_nat6.c: fix non-trivial unused variable warnings

2025-07-07 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=2bbaeb717b690f796e751be63a656fb097ef786d commit 2bbaeb717b690f796e751be63a656fb097ef786d Author: Siva Mahadevan AuthorDate: 2025-04-24 12:08:47 + Commit: Cy Schubert CommitDate: 2025-07-08 03:03

git: 79d23845179a - main - netpfil/ipfilter: fix remaining trivial unused variable warnings

2025-07-07 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=79d23845179a534f533185763cb92032202729a7 commit 79d23845179a534f533185763cb92032202729a7 Author: Siva Mahadevan AuthorDate: 2025-04-24 12:08:47 + Commit: Cy Schubert CommitDate: 2025-07-08 03:03

git: 2bbaeb717b69 - main - ip_nat6.c: fix non-trivial unused variable warnings

2025-07-07 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=2bbaeb717b690f796e751be63a656fb097ef786d commit 2bbaeb717b690f796e751be63a656fb097ef786d Author: Siva Mahadevan AuthorDate: 2025-04-24 12:08:47 + Commit: Cy Schubert CommitDate: 2025-07-08 03:03

git: 2bae5cad793b - main - ip_nat.c: fix non-trivial unused variable warnings

2025-07-07 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=2bae5cad793bd67c071ade7c7a8ae9d4b34e6b6c commit 2bae5cad793bd67c071ade7c7a8ae9d4b34e6b6c Author: Siva Mahadevan AuthorDate: 2025-04-24 12:08:47 + Commit: Cy Schubert CommitDate: 2025-07-08 03:02

git: e4c864e55505 - main - ip_htable: fix -Wtautological-pointer-compare warnings

2025-07-07 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=e4c864e5550544e5ff7e395309c5098d84058403 commit e4c864e5550544e5ff7e395309c5098d84058403 Author: Siva Mahadevan AuthorDate: 2025-04-24 12:08:47 + Commit: Cy Schubert CommitDate: 2025-07-08 03:02

git: 2bae5cad793b - main - ip_nat.c: fix non-trivial unused variable warnings

2025-07-07 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=2bae5cad793bd67c071ade7c7a8ae9d4b34e6b6c commit 2bae5cad793bd67c071ade7c7a8ae9d4b34e6b6c Author: Siva Mahadevan AuthorDate: 2025-04-24 12:08:47 + Commit: Cy Schubert CommitDate: 2025-07-08 03:02

  1   2   3   4   5   6   7   8   9   10   >