svn commit: r210650 - head/sys/boot/zfs

2010-07-30 Thread Doug Rabson
== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/boot/zfs/zfstest.c Fri Jul 30 13:54:15 2010(r210650) @@ -0,0 +1,120 @@ +/*- + * Copyright (c) 2010 Doug Rabson + * All rights reserved

svn commit: r221374 - head/usr.bin/login

2011-05-03 Thread Doug Rabson
Author: dfr Date: Tue May 3 10:18:27 2011 New Revision: 221374 URL: http://svn.freebsd.org/changeset/base/221374 Log: Call pam_setcred() before login_getpwclass to support home directories on GSS-API authenticated NFS where the kerberos credentials need to be saved so that the kernel can au

svn commit: r259914 - head/usr.bin/rpcgen

2013-12-26 Thread Doug Rabson
Author: dfr Date: Thu Dec 26 11:38:33 2013 New Revision: 259914 URL: http://svnweb.freebsd.org/changeset/base/259914 Log: Generate client sample code which compiles without warnings. For 'rpcgen -a', generate a makefile where 'make clean all' works. Modified: head/usr.bin/rpcgen/rpc_main.c

Re: svn commit: r239058 - in head/sys/boot: common userboot userboot/test userboot/userboot

2012-08-05 Thread Doug Rabson
If you change the loader callbacks structure, you need to change the version number to avoid unexpected results for mismatched combinations of application and userboot.so. On 5 Aug 2012, at 13:15, Andrey V. Elsukov wrote: > Author: ae > Date: Sun Aug 5 12:15:15 2012 > New Revision: 239058 > U

svn commit: r239061 - head/include/gssapi

2012-08-05 Thread Doug Rabson
Author: dfr Date: Sun Aug 5 13:38:15 2012 New Revision: 239061 URL: http://svn.freebsd.org/changeset/base/239061 Log: Reduce namespace pollution from gssapi.h MFC after:2 weeks Modified: head/include/gssapi/gssapi.h Modified: head/include/gssapi/gssapi.h ===

svn commit: r239062 - head/lib/libpam/modules/pam_krb5

2012-08-05 Thread Doug Rabson
Author: dfr Date: Sun Aug 5 13:40:35 2012 New Revision: 239062 URL: http://svn.freebsd.org/changeset/base/239062 Log: Add an option for pam_krb5 to allow it to authenticate users which don't have a local account. PR: 76678 Submitted by: daved at tamu.edu MFC after:2 wee

svn commit: r223695 - in head/sys/boot: . common ficl/amd64 i386/libi386 userboot userboot/ficl userboot/libstand userboot/libstand/amd64 userboot/test userboot/userboot

2011-06-30 Thread Doug Rabson
Author: dfr Date: Thu Jun 30 16:08:56 2011 New Revision: 223695 URL: http://svn.freebsd.org/changeset/base/223695 Log: Add a version of the FreeBSD bootloader which can run in userland, packaged as a shared library. This is intended to be used by BHyVe to load FreeBSD kernels into new virtua

svn commit: r293168 - head/lib/libgssapi

2016-01-04 Thread Doug Rabson
Author: dfr Date: Mon Jan 4 17:42:12 2016 New Revision: 293168 URL: https://svnweb.freebsd.org/changeset/base/293168 Log: Fix a memory leak in gss_release_oid_set Modified: head/lib/libgssapi/gss_release_oid_set.c Modified: head/lib/libgssapi/gss_release_oid_set.c ==

svn commit: r343706 - head/usr.sbin/rpc.statd

2019-02-03 Thread Doug Rabson
Author: dfr Date: Sun Feb 3 08:15:26 2019 New Revision: 343706 URL: https://svnweb.freebsd.org/changeset/base/343706 Log: Reduce log spam from rpc.statd This only reports failed attempts to contact hosts on the first attempt. Modified: head/usr.sbin/rpc.statd/file.c Modified: head/usr.

svn commit: r362175 - head/sys/fs/nfs

2020-06-14 Thread Doug Rabson
Author: dfr Date: Sun Jun 14 11:41:57 2020 New Revision: 362175 URL: https://svnweb.freebsd.org/changeset/base/362175 Log: Add support for the timecreate attribute This maps to the va_birthtime VFS attribute. Modified: head/sys/fs/nfs/nfs_commonsubs.c Modified: head/sys/fs/nfs/nfs_commo

svn commit: r362490 - head/sys/fs/nfs

2020-06-22 Thread Doug Rabson
Author: dfr Date: Mon Jun 22 08:23:16 2020 New Revision: 362490 URL: https://svnweb.freebsd.org/changeset/base/362490 Log: Add some missing parts for supporting va_birthtime. Reviewed by: rmacklem Modified: head/sys/fs/nfs/nfs_commonsubs.c head/sys/fs/nfs/nfsport.h head/sys/fs/nfs/n

svn commit: r317402 - head/lib/librpcsec_gss

2017-04-25 Thread Doug Rabson
Author: dfr Date: Tue Apr 25 10:29:08 2017 New Revision: 317402 URL: https://svnweb.freebsd.org/changeset/base/317402 Log: Fix a potential problem where we might try to shift by more than 31 bits CID:1198859 Modified: head/lib/librpcsec_gss/svc_rpcsec_gss.c Modified: head/lib/librpc