adding sysctls

2008-06-18 Thread Zane C.B.
Any one know of any recent documentation for adding a sysctl to a kernel module for FreeBSD 6 and 7? signature.asc Description: PGP signature

NSS question

2008-04-15 Thread Zane C.B.
The only documentation I can really find for writing NSS stuff is the stuff for glibc. Any differences or the like I need to be aware of in regards to FreeBSD? http://www.gnu.org/software/libtool/manual/libc/Name-Service-Switch.html#Name-Service-Switch _

Re: FreeBSD packaging

2008-01-21 Thread Zane C.B.
On Mon, 21 Jan 2008 14:26:16 +0530 "navneet Upadhyay" <[EMAIL PROTECTED]> wrote: > Hi, > > We have our product on RHEL(almost all versions), we are planning > to support it on *FreeBSD*. > We were successfull in building the binaries. Now we have to make a > setup(RPM sort of thing). > By visitin

Re: PAM exec patch to allow PAM_AUTHTOK to be exported.

2007-05-20 Thread Zane C.B.
On Mon, 21 May 2007 03:43:22 +0200 Dan Lukes <[EMAIL PROTECTED]> wrote: > Zane C.B. napsal/wrote, On 05/21/07 02:03: > >> 3. want's to be PAM aware, but it's programmer is too lazy to > >> write it the clean way (as regular pam module) - we need the > &

Re: pam_exec patch and mount_smbfs

2007-05-19 Thread Zane C.B.
On Sun, 20 May 2007 00:45:18 +0300 Nikolay Pavlov <[EMAIL PROTECTED]> wrote: > On Saturday, 19 May 2007 at 13:35:57 -0400, Zane C.B. wrote: > > Figured some one may find this interesting. The patch modifies > > pam_exec to export PAM_AUTHTOK as a environmental variable. &g

Re: pam_exec patch and mount_smbfs

2007-05-19 Thread Zane C.B.
On Sun, 20 May 2007 00:45:18 +0300 Nikolay Pavlov <[EMAIL PROTECTED]> wrote: > On Saturday, 19 May 2007 at 13:35:57 -0400, Zane C.B. wrote: > > Figured some one may find this interesting. The patch modifies > > pam_exec to export PAM_AUTHTOK as a environmental variable. &g

pam_exec patch and mount_smbfs

2007-05-19 Thread Zane C.B.
Figured some one may find this interesting. The patch modifies pam_exec to export PAM_AUTHTOK as a environmental variable. I am currently working on modifying mount_smbfs to be able to use a specified environmental variable password instead of asking for one. The purpose of this is to be able to