CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2025-03-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 10 15:13:33 UTC 2025 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: cfparse.y Log Message: remove the last __P To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/crypto/dist/ipsec-tools/src/raco

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2025-03-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 10 15:13:33 UTC 2025 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: cfparse.y Log Message: remove the last __P To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/crypto/dist/ipsec-tools/src/raco

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2025-03-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 9 10:59:03 UTC 2025 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: cfparse.y Log Message: fix a bug caught by gcc: zero out the whole array. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/c

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2025-03-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 9 10:59:03 UTC 2025 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: cfparse.y Log Message: fix a bug caught by gcc: zero out the whole array. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/c

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2025-03-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Mar 8 19:09:46 UTC 2025 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: kmpstat.c racoonctl.c Log Message: Minor build fix. Add a missing const which -Werror was causing to break the build. To generate a diff of this

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2025-03-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 8 19:43:19 UTC 2025 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: kmpstat.c racoonctl.c Log Message: merge changes To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/crypto/dist/ipsec-tools/src

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2025-03-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 8 19:43:19 UTC 2025 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: kmpstat.c racoonctl.c Log Message: merge changes To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/crypto/dist/ipsec-tools/src

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2025-03-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Mar 8 19:09:46 UTC 2025 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: kmpstat.c racoonctl.c Log Message: Minor build fix. Add a missing const which -Werror was causing to break the build. To generate a diff of this

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2025-03-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 8 16:39:09 UTC 2025 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: admin.c admin.h algorithm.c algorithm.h backupsa.c cfparse.y cftoken.l crypto_openssl.c getcertsbyname.c grabmyaddr.c ha

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2025-03-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 8 16:39:09 UTC 2025 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: admin.c admin.h algorithm.c algorithm.h backupsa.c cfparse.y cftoken.l crypto_openssl.c getcertsbyname.c grabmyaddr.c ha

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2025-03-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 7 15:55:30 UTC 2025 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: admin.c admin.h admin_var.h algorithm.c algorithm.h backupsa.c backupsa.h cfparse.y cfparse_proto.h cftoken_proto.h cryp

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2023-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 9 02:31:02 UTC 2023 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: crypto_openssl.c Log Message: Deal with OpenSSL-3.x To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 \ src/crypto/dist/ipsec

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2023-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 9 02:31:02 UTC 2023 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: crypto_openssl.c Log Message: Deal with OpenSSL-3.x To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 \ src/crypto/dist/ipsec

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2023-02-27 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Mon Feb 27 13:39:09 UTC 2023 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: grabmyaddr.c Log Message: cast to the correct message structure (rt_msghdr instead of if_msghdr) To generate a diff of this commit: cvs rdiff -

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2023-02-27 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Mon Feb 27 13:39:09 UTC 2023 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: grabmyaddr.c Log Message: cast to the correct message structure (rt_msghdr instead of if_msghdr) To generate a diff of this commit: cvs rdiff -

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2022-04-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 21 19:14:46 UTC 2022 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: gnuc.h Log Message: ipsec-tools: in lint mode, keep keyword 'inline' This avoids hundreds of lint warnings for OpenSSL's stack definitions: ope

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2022-04-21 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Apr 21 19:14:46 UTC 2022 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: gnuc.h Log Message: ipsec-tools: in lint mode, keep keyword 'inline' This avoids hundreds of lint warnings for OpenSSL's stack definitions: ope

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2022-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 23 14:55:28 UTC 2022 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: prsa_par.y Log Message: PR/56658: Juraj Hercek: Plain RSA keys are not loaded by racoon IKE daemon To generate a diff of this commit: cvs rdi

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2022-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 23 14:55:28 UTC 2022 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: prsa_par.y Log Message: PR/56658: Juraj Hercek: Plain RSA keys are not loaded by racoon IKE daemon To generate a diff of this commit: cvs rdi

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2021-09-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 14 21:49:31 UTC 2021 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: privsep.c Log Message: ipsectools: fix lint error Returning a value from a void function is a GNU extension, but even in GNU mode, lint does not

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2021-09-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Sep 14 21:49:31 UTC 2021 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: privsep.c Log Message: ipsectools: fix lint error Returning a value from a void function is a GNU extension, but even in GNU mode, lint does not

Re: CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2011-11-17 Thread Paul Goyette
On Thu, 17 Nov 2011, VANHULLEBUS Yvan wrote: Module Name:src Committed By: vanhu Date: Thu Nov 17 14:41:55 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: handler.c Log Message: fixed some crashes in LIST_FOREACH where current element could be removed

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2010-03-04 Thread VANHULLEBUS Yvan
Module Name:src Committed By: vanhu Date: Thu Mar 4 15:13:53 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: session.c Log Message: >From Pierre POMES: fixed admin port initialization To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/cry

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2010-03-04 Thread VANHULLEBUS Yvan
Module Name:src Committed By: vanhu Date: Thu Mar 4 15:13:53 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: session.c Log Message: >From Pierre POMES: fixed admin port initialization To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/cry

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2010-01-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jan 17 23:03:01 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: sainfo.c Log Message: Free strdeupped string after using it. Found by cppcheck. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2010-01-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jan 17 23:02:48 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: eaytest.c ipsec_doi.c Log Message: Close file handles after using them. Found by cppcheck. To generate a diff of this commit: cvs rdiff -u -r1.9 -