Re: PAM modules dependency on PAM library (was: Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c)

2002-11-14 Thread Ruslan Ermilov
On Thu, Nov 14, 2002 at 04:28:37PM +0100, Dag-Erling Smorgrav wrote: > Ruslan Ermilov <[EMAIL PROTECTED]> writes: > > Uh oh, here is the version that seems to work. Once I'm confident it > > passes the "make release" test (it has already passed the preliminary > > "make buildworld" test), I intend

PAM modules dependency on PAM library (was: Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c)

2002-11-14 Thread Ruslan Ermilov
On Mon, Apr 08, 2002 at 02:49:04PM +0200, Dag-Erling Smorgrav wrote: > Ruslan Ermilov <[EMAIL PROTECTED]> writes: > > You're right. I forgot to relink pam_ssh.so library, and the diff was > > against the wrong revision. I will still commit the "const poisoning" > > patch to libutil, as the impact

Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c

2002-04-09 Thread Ruslan Ermilov
On Mon, Apr 08, 2002 at 04:13:38PM +0200, Dag-Erling Smorgrav wrote: > Ruslan Ermilov <[EMAIL PROTECTED]> writes: > > That should be as simple as that: > > [...] > > Thank you very much! > Sorry, this doesn't seem to work in the `makeworld' environment because at the time we build shared PAM mod

Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c

2002-04-08 Thread Dag-Erling Smorgrav
Ruslan Ermilov <[EMAIL PROTECTED]> writes: > That should be as simple as that: > [...] Thank you very much! DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c

2002-04-08 Thread Ruslan Ermilov
On Mon, Apr 08, 2002 at 02:49:04PM +0200, Dag-Erling Smorgrav wrote: > Ruslan Ermilov <[EMAIL PROTECTED]> writes: > > You're right. I forgot to relink pam_ssh.so library, and the diff was > > against the wrong revision. I will still commit the "const poisoning" > > patch to libutil, as the impac

Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c

2002-04-08 Thread Dag-Erling Smorgrav
Ruslan Ermilov <[EMAIL PROTECTED]> writes: > You're right. I forgot to relink pam_ssh.so library, and the diff was > against the wrong revision. I will still commit the "const poisoning" > patch to libutil, as the impact turned out to be really low. Thanks, const poisoning is a Good Thing [tm].

Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c

2002-04-08 Thread Ruslan Ermilov
On Mon, Apr 08, 2002 at 12:15:17PM +0200, Dag-Erling Smorgrav wrote: > Ruslan Ermilov <[EMAIL PROTECTED]> writes: > > On Sun, Apr 07, 2002 at 01:43:27PM -0700, Dag-Erling Smorgrav wrote: > > > Log: > > > Fix bug in previous commit that passed the wrong default value to > > > login_getcapstr(

Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c

2002-04-08 Thread Dag-Erling Smorgrav
Ruslan Ermilov <[EMAIL PROTECTED]> writes: > On Sun, Apr 07, 2002 at 01:43:27PM -0700, Dag-Erling Smorgrav wrote: > > Log: > > Fix bug in previous commit that passed the wrong default value to > > login_getcapstr(3). Also fix a longer-standing bug (login_close(3) > > frees the string retu

Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c

2002-04-08 Thread Ruslan Ermilov
On Sun, Apr 07, 2002 at 01:43:27PM -0700, Dag-Erling Smorgrav wrote: > des 2002/04/07 13:43:27 PDT > > Modified files: > lib/libpam/modules/pam_unix pam_unix.c > Log: > Fix bug in previous commit that passed the wrong default value to > login_getcapstr(3). Also fix a longer-