CVS commit: src/usr.sbin/inetd

2017-02-14 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Wed Feb 15 02:48:31 UTC 2017 Modified Files: src/usr.sbin/inetd: inetd.c Log Message: Increase buffer size reported to strlcpy() to be one larger than the length of the string we copy in so that there is space for the '\0'. To ge

CVS commit: src/libexec/httpd

2016-01-02 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sat Jan 2 20:35:59 UTC 2016 Modified Files: src/libexec/httpd: bozohttpd.c Log Message: Fix bug in cleanup of reply headers. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/libexec/httpd/bozohttpd.c Please not

CVS commit: src/libexec/httpd

2016-01-02 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sat Jan 2 18:40:13 UTC 2016 Modified Files: src/libexec/httpd: bozohttpd.c bozohttpd.h Log Message: Add the concept of ``reply headers'', that is a SIMPLEQ of headers that will be included in the HTTP reply. We define this as we

CVS commit: src/bin/hostname

2014-02-13 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Thu Feb 13 12:00:29 UTC 2014 Modified Files: src/bin/hostname: hostname.1 hostname.c Log Message: Remove options added in 1.18, commitid: UhxHPgtT2Pzeg4Yw due to some level of controversy about their inclusion. To generate a diff

CVS commit: src/lib/libc/sys

2013-08-02 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri Aug 2 14:10:46 UTC 2013 Modified Files: src/lib/libc/sys: accept.2 Log Message: Update accept(2) to indicate that paccept honours SOCK_NOSIGPIPE in its flags argument. To generate a diff of this commit: cvs rdiff -u -r1.29 -

CVS commit: src/crypto/external/bsd/libsaslc/dist/src

2013-05-16 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Thu May 16 13:02:12 UTC 2013 Modified Files: src/crypto/external/bsd/libsaslc/dist/src: mech_gssapi.c Log Message: AUTHCID is optional for the GSSAPI mechanism. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ sr

CVS commit: src/crypto/external/bsd/libsaslc/dist/man

2013-05-14 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Tue May 14 15:33:21 UTC 2013 Modified Files: src/crypto/external/bsd/libsaslc/dist/man: libsaslc.3 Log Message: principals have principles. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 \ src/crypto/external/b

CVS commit: src/lib/libc/sys

2013-04-23 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Tue Apr 23 23:39:13 UTC 2013 Modified Files: src/lib/libc/sys: pipe.2 Log Message: For pipe2(2), EINVAL won't be returned if the flag is O_NOSIGPIPE. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/

CVS commit: src/sys/dev

2012-05-29 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Tue May 29 10:20:34 UTC 2012 Modified Files: src/sys/dev: dksubr.c Log Message: Fix 32/64 bit int truncation issue. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/dksubr.c Please note that diffs are no

CVS commit: src/sys/arch/xen/xen

2012-05-25 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri May 25 15:03:38 UTC 2012 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: Update xdb_xenbus.c to new usage of routines in dksubr.c. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/xen

CVS commit: src/sys/dev

2012-05-25 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri May 25 14:25:39 UTC 2012 Modified Files: src/sys/dev: dksubr.c Log Message: Revert a few lines of accidental commit. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/dksubr.c Please note that diffs a

CVS commit: src/sys/dev

2012-05-25 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri May 25 10:53:46 UTC 2012 Modified Files: src/sys/dev: cgd.c cgdvar.h dksubr.c dkvar.h Log Message: Modify dksubr.c to add a function that sets the disk properties in the drvctl framework. And call this new functionality from c

CVS commit: src/libexec/httpd

2012-02-20 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Mon Feb 20 09:26:56 UTC 2012 Modified Files: src/libexec/httpd: bozohttpd.8 bozohttpd.c bozohttpd.h Log Message: Check in very basic compressed file support. httpd will now serve a precompressed .gz file if it exists, the client c

CVS commit: src/libexec/httpd

2012-02-20 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Mon Feb 20 08:40:46 UTC 2012 Modified Files: src/libexec/httpd: ssl-bozo.c Log Message: Use a ``certificate chain file'' rather than a ``certificate file'' so that bozohttpd can be used with non-toplevel certs. To generate a diff

CVS commit: src/sys/dev/pci

2011-10-08 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sat Oct 8 11:07:09 UTC 2011 Modified Files: src/sys/dev/pci: if_iwn.c Log Message: Use aprint_error_dev(). To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/dev/pci/if_iwn.c Please note that diffs are not pu

CVS commit: src/sys/dev/pci

2011-10-08 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sat Oct 8 09:15:09 UTC 2011 Modified Files: src/sys/dev/pci: if_iwnreg.h Log Message: Update from OpenBSD merging in 1.111 and 1.112 with log messages: 1.112 Differential gain calibration makes the 6005 firmware crap ou

CVS commit: src/sys/dev/pci

2011-10-07 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri Oct 7 22:42:19 UTC 2011 Modified Files: src/sys/dev/pci: if_iwn.c Log Message: Update from OpenBSD merging in 1.111 and 1.112 with log messages: 1.112 Differential gain calibration makes the 6005 firmware crap out,

CVS commit: src/sys/dev/pci

2011-08-28 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Aug 28 16:33:52 UTC 2011 Modified Files: src/sys/dev/pci: if_iwn.c Log Message: Revert prior inadvertent checkin. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dev/pci/if_iwn.c Please note that diffs

CVS commit: src/crypto/external/bsd/heimdal/lib/libvers

2011-08-28 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Aug 28 11:20:16 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/lib/libvers: Makefile Log Message: Change the location of version.h from the old Heimdal srcs to the new srcs. To generate a diff of this commit: cvs rd

CVS commit: src/crypto/external/bsd/heimdal/lib/libcom_err/compile_et

2011-08-28 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Aug 28 10:28:36 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/lib/libcom_err/compile_et: Makefile Log Message: Change the location of version.h from the old Heimdal srcs to the new srcs. To generate a diff of this

CVS commit: src/crypto/external/bsd/heimdal/lib

2011-08-24 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Thu Aug 25 00:25:47 UTC 2011 Removed Files: src/crypto/external/bsd/heimdal/lib: Makefile.inc Log Message: This file should not have been imported. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/crypto/external/bsd

CVS commit: src/crypto/external/bsd/heimdal/dist/kdc

2011-08-15 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Tue Aug 16 01:14:58 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/dist/kdc: kerberos5.c Log Message: We shouldn't cast client_time to (intmax_t) because it is a char * not an integer. To generate a diff of this commit:

CVS commit: src/doc

2011-05-11 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Wed May 11 10:11:11 UTC 2011 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Heimdal has been upgraded to 1.5pre1. To generate a diff of this commit: cvs rdiff -u -r1.836 -r1.837 src/doc/3RDPARTY cvs rdiff -u -r1.1546 -r1.

CVS commit: src/crypto/external/bsd/heimdal/include

2011-04-24 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Apr 24 22:24:14 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/include: krb5-types.h Log Message: Remove the definition of various X_DEPRECATED as userland has been fixed to stop using functions defined as deprecated

CVS commit: src

2011-04-24 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Apr 24 21:42:06 UTC 2011 Modified Files: src/libexec/ftpd: Makefile src/libexec/telnetd: Makefile src/usr.bin/login: Makefile src/usr.bin/passwd: Makefile src/usr.bin/su: Makefile src/usr.

CVS commit: src/libexec/telnetd

2011-04-24 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Apr 24 21:18:24 UTC 2011 Modified Files: src/libexec/telnetd: telnetd.c Log Message: #include -> #include . To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/libexec/telnetd/telnetd.c Please note that diffs

CVS commit: src/usr.bin/passwd

2011-04-24 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Apr 24 21:16:44 UTC 2011 Modified Files: src/usr.bin/passwd: krb5_passwd.c Log Message: Stop using functions deprecated by Heimdal. Also, if krb5_init_context() fails, we can't use Kerberos functions to grab error strings, we

CVS commit: src/lib/libtelnet

2011-04-24 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Apr 24 19:00:56 UTC 2011 Modified Files: src/lib/libtelnet: Makefile Log Message: We no longer need to -I/usr/include/krb5. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libtelnet/Makefile Please note

CVS commit: src/lib/libtelnet

2011-04-24 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Apr 24 19:00:32 UTC 2011 Modified Files: src/lib/libtelnet: kerberos5.c Log Message: Stop using functions that are deprecated in Heimdal. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libtelnet/kerbero

CVS commit: src/lib/libpam/modules/pam_ksu

2011-04-24 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Apr 24 18:53:55 UTC 2011 Modified Files: src/lib/libpam/modules/pam_ksu: pam_ksu.c Log Message: Stop using functions that are marked as deprecated in Heimdal. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/li

CVS commit: src/lib/libpam/modules/pam_krb5

2011-04-24 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Apr 24 18:48:05 UTC 2011 Modified Files: src/lib/libpam/modules/pam_krb5: pam_krb5.c Log Message: Remove use of functions marked as deprecated in Heimdal. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/

CVS commit: src/crypto/external/bsd/openssh

2011-04-24 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Apr 24 14:09:39 UTC 2011 Modified Files: src/crypto/external/bsd/openssh: Makefile.inc src/crypto/external/bsd/openssh/dist: session.c Log Message: Stop using -I/usr/include/gssapi and -I/usr/include/krb5. We must in t

CVS commit: src/crypto/external/bsd/openssh/dist

2011-04-24 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Apr 24 14:01:46 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: auth-krb5.c gss-serv-krb5.c sshconnect1.c sshconnect2.c Log Message: Stop using functions that are marked as deprecated in Heimdal. To

CVS commit: src/crypto/external/bsd

2011-04-20 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Wed Apr 20 08:36:08 UTC 2011 Modified Files: src/crypto/external/bsd: Makefile Log Message: openssh and libsaslc depend on heimdal, so we need to wait for it to be built. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1

CVS commit: src/crypto/external/bsd/heimdal/include

2011-04-15 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri Apr 15 21:03:51 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/include: roken.h Log Message: Randomness isn't terribly necessary when we are building tools. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.

CVS commit: src/crypto/external/bsd/heimdal/lib/libsl/slc

2011-04-15 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri Apr 15 21:02:47 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/lib/libsl/slc: Makefile Log Message: No need to -lfl -ly. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/crypto/external/bsd/heim

CVS commit: src/crypto/external/bsd/heimdal/include

2011-04-15 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri Apr 15 21:01:22 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/include: config.h Log Message: We need to include nbtool_config.h when we build tools. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/c

CVS commit: src/crypto/external/bsd/heimdal/lib/libipc

2011-04-15 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri Apr 15 20:56:52 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/lib/libipc: Makefile Log Message: Define an empty libinstall:: target instead of the prior methodology which doesn't necessarily work everywhere. To gen

CVS commit: src/crypto/external/bsd/heimdal/lib

2011-04-15 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri Apr 15 19:41:11 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/lib/libasn1/asn1_compile: Makefile src/crypto/external/bsd/heimdal/lib/libcom_err/compile_et: Makefile src/crypto/external/bsd/heimdal/lib/

CVS commit: src

2011-04-15 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri Apr 15 18:05:46 UTC 2011 Modified Files: src/crypto/external/bsd: Makefile src/crypto/external/bsd/libsaslc/lib: Makefile src/distrib/sets/lists/base: md.amd64 mi shl.mi src/distrib/sets/lists/comp: md.am

CVS commit: src/crypto/external/bsd/openssh/dist

2011-04-15 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri Apr 15 14:51:22 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: gss-serv-krb5.c Log Message: On reasonably modern versions of Heimdal, you should not include krb5.h to get the krb5 GSS functions. gssapi/gssapi_k

CVS commit: src/crypto/external/bsd/heimdal/include

2011-04-15 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri Apr 15 14:41:11 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/include: krb5-types.h Log Message: Also define GSSAPI_DEPRECATED and KRB5_DEPRECATED as NULL to complete the work of the prior check in. To generate a d

CVS commit: src/crypto/external/bsd/heimdal

2011-04-15 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri Apr 15 14:39:33 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal: Makefile.rules.inc src/crypto/external/bsd/heimdal/lib/libkadm5clnt: Makefile Log Message: Need a variable to disable using an existent version-s

CVS commit: src/crypto/external/bsd/heimdal/include

2011-04-15 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri Apr 15 12:19:20 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/include: krb5-types.h Log Message: Fix $Id$ -> $NetBSD$ in our own include. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/crypto/exter

CVS commit: src/crypto/external/bsd/heimdal/include

2011-04-15 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri Apr 15 12:18:22 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/include: krb5-types.h Log Message: For the duration of the import and upgrade, we eliminate the marking of older interfaces as deprecated as this breaks t

CVS commit: src/crypto/external/bsd/heimdal

2011-04-15 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Fri Apr 15 12:16:31 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal: Makefile.rules.inc Log Message: Quick makefile bits that will use a version-script.map file if it exists when building libraries. To generate a diff of

CVS commit: src/tools/slc

2011-04-14 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Thu Apr 14 19:38:21 UTC 2011 Added Files: src/tools/slc: Makefile Log Message: Tool for slc, a command built during the Heimdal build. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/tools/slc/Makefile Please note

CVS commit: src/crypto/external/bsd/heimdal/dist

2011-04-14 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Thu Apr 14 19:19:20 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/dist/admin: ktutil.8 src/crypto/external/bsd/heimdal/dist/kadmin: kadmin.8 kadmind.8 src/crypto/external/bsd/heimdal/dist/kcm: kcm.8

CVS commit: src/crypto/external/bsd/heimdal/dist/lib/vers

2011-04-14 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Thu Apr 14 18:23:24 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/dist/lib/vers: print_version.c Log Message: >From prior location. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/crypto/exter

CVS commit: src/crypto/external/bsd/heimdal/dist/lib/hx509

2011-04-14 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Thu Apr 14 18:22:35 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/dist/lib/hx509: revoke.c Log Message: >From prior location: revision 1.2 date: 2010/04/02 15:26:17; author: christos; state: Exp;

CVS commit: src/crypto/external/bsd/heimdal/dist/kuser

2011-04-14 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Thu Apr 14 18:21:32 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/dist/kuser: klist.c Log Message: >From prior location, handle ctime returning NULL. revision 1.11 date: 2010/04/02 15:25:04; author: chr

CVS commit: src/crypto/external/bsd/heimdal/dist/kpasswd

2011-04-14 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Thu Apr 14 18:18:16 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/dist/kpasswd: kpasswdd.c Log Message: Turn inetd support back on. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/crypto/exter

CVS commit: src/crypto/external/bsd/heimdal

2011-04-14 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Thu Apr 14 18:16:21 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal: heimdal2netbsd Log Message: Also take the $'s out from around $Id.*$ as well as $Id.* $. This change was required because there are many unexanded $Id$'

CVS commit: src/crypto/external/bsd/heimdal

2011-04-14 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Thu Apr 14 18:12:08 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/dist/lib/roken: get_window_size.c getarg.c roken.h.in src/crypto/external/bsd/heimdal/include: roken.h Log Message: Replicate changes

CVS commit: src/crypto/external/bsd/heimdal/dist/lib/krb5

2011-04-14 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Thu Apr 14 18:02:08 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/dist/lib/krb5: context.c Log Message: Turn on the hack which disables Kerberos if there is no /etc/krb5.conf. We should review this logic and come up with

CVS commit: src/crypto/external/bsd/heimdal/dist/lib/krb5

2011-04-14 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Thu Apr 14 18:00:30 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/dist/lib/krb5: auth_context.c salt.c Log Message: Copy coverity alloc comments from old location. To generate a diff of this commit: cvs rdiff -u -r1.1.

CVS commit: src/crypto/external/bsd/heimdal

2011-04-13 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Wed Apr 13 19:17:01 UTC 2011 Added Files: src/crypto/external/bsd/heimdal: Makefile Makefile.inc Makefile.rules.inc src/crypto/external/bsd/heimdal/bin: Makefile Makefile.inc src/crypto/external/bsd/heimd

CVS commit: src/crypto/external/bsd/heimdal/include

2011-04-13 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Wed Apr 13 19:15:27 UTC 2011 Added Files: src/crypto/external/bsd/heimdal/include: heimntlm-protos.h Log Message: Autogenerated headers for heimdal head-20110412. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \ sr

CVS commit: src/crypto/external/bsd/heimdal/lib/libwind

2011-04-13 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Wed Apr 13 19:08:57 UTC 2011 Added Files: src/crypto/external/bsd/heimdal/lib/libwind: bidi_table.c bidi_table.h combining_table.c combining_table.h errorlist_table.c errorlist_table.h map_table.c map_table.h

CVS commit: src/crypto/external/bsd/heimdal

2011-04-13 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Wed Apr 13 19:04:40 UTC 2011 Added Files: src/crypto/external/bsd/heimdal: heimdal2netbsd Log Message: Script to convert a git clone of Heimdal into our dist format. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/c

CVS commit: src/crypto/external/bsd/heimdal/include

2011-04-13 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Wed Apr 13 19:03:58 UTC 2011 Added Files: src/crypto/external/bsd/heimdal/include: config.h der-private.h der-protos.h gsskrb5-private.h hdb-private.h hdb-protos.h hx509-private.h hx509-protos.h kadm5-private

CVS commit: src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5

2011-04-13 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Wed Apr 13 18:30:04 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5: init_sec_context.c Log Message: _gss_DES3_get_mic_compat() requires that ctx->target has been defined, and, well, it has

CVS commit: src/crypto/external/bsd/heimdal/dist/lib/hdb

2011-04-13 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Wed Apr 13 18:23:42 UTC 2011 Modified Files: src/crypto/external/bsd/heimdal/dist/lib/hdb: hdb.c Log Message: Conditionalise the sqlite3 HDB backend. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/crypt

CVS commit: src/sbin/cgdconfig

2010-12-02 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Thu Dec 2 18:02:58 UTC 2010 Modified Files: src/sbin/cgdconfig: cgdconfig.c Log Message: Remove a line that was intended only for my personal testing and that breaks things. To generate a diff of this commit: cvs rdiff -u -r1.30

CVS commit: src/sbin/cgdconfig

2010-12-01 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Thu Dec 2 04:54:32 UTC 2010 Modified Files: src/sbin/cgdconfig: cgdconfig.c Log Message: In -G, refuse to operate if KEYGEN_URANDOM is specified as we already do for KEYGEN_RANDOMKEY. Print a warning if such a refusal is made---t

CVS commit: src/sbin/cgdconfig

2010-11-27 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sat Nov 27 17:08:37 UTC 2010 Modified Files: src/sbin/cgdconfig: cgdconfig.c pkcs5_pbkdf2.c Log Message: Remove trailing whitespace (patch provided by: Taylor R Campbell ) To generate a diff of this commit: cvs rdiff -u -r1.28 -