Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: [netbsd-6] src/usr.bin/login



Hmm,

is rev 1.22 of login_pam.c needed too?

date: 2012/04/23 09:27:36;  author: martin;  state: Exp;  lines: +3 -3
trimusername (which does not exist) probably was meant to be called
trimloginname (which does exist, at least)

Bernd

On Mon, May 07, 2012 at 04:24:07PM +0000, Jeff Rizzo wrote:
> Module Name:  src
> Committed By: riz
> Date:         Mon May  7 16:24:07 UTC 2012
> 
> Modified Files:
>       src/usr.bin/login [netbsd-6]: Makefile common.c common.h k5login.c
>           login.c login_pam.c
> 
> Log Message:
> Pull up following revision(s) (requested by christos in ticket #215):
>       usr.bin/login/login.c: revision 1.100
>       usr.bin/login/login.c: revision 1.101
>       usr.bin/login/login.c: revision 1.102
>       usr.bin/login/common.c: revision 1.4
>       usr.bin/login/common.h: revision 1.2
>       usr.bin/login/k5login.c: revision 1.28
>       usr.bin/login/k5login.c: revision 1.29
>       usr.bin/login/login.c: revision 1.99
>       usr.bin/login/login_pam.c: revision 1.21
>       usr.bin/login/Makefile: revision 1.53
>       usr.bin/login/Makefile: revision 1.54
>       usr.bin/login/Makefile: revision 1.55
>       usr.bin/login/k5login.c: revision 1.30
>       usr.bin/login/k5login.c: revision 1.31
>       usr.bin/login/k5login.c: revision 1.32
>       usr.bin/login/k5login.c: revision 1.33
> make krb5 compile again. XXX: one function left that is deprecated, what's
> the new equivalent?
> centralize error function processing.
> fix the USE_KERBEROS=no USE_PAM=no build.
> remove obsolete comment.
> make kerberos work again:
> 1. make notickets external
> 2. don't use the tty as part of the credential cache, since pts/1 will not 
> work.
> 3. Attempt to use the newer functions, but punt for now since it does not work
> yet.
> don't abuse the instance variable
> move more of the compat code in the compat block.
> last commit before I nuke the old code.
> no more KRB5_DEPRECATED
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.52 -r1.52.6.1 src/usr.bin/login/Makefile
> cvs rdiff -u -r1.3 -r1.3.8.1 src/usr.bin/login/common.c
> cvs rdiff -u -r1.1 -r1.1.8.1 src/usr.bin/login/common.h
> cvs rdiff -u -r1.27 -r1.27.46.1 src/usr.bin/login/k5login.c
> cvs rdiff -u -r1.98 -r1.98.4.1 src/usr.bin/login/login.c
> cvs rdiff -u -r1.20 -r1.20.8.1 src/usr.bin/login/login_pam.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 


Home | Main Index | Thread Index | Old Index