The NetBSD Project

CVS log for src/usr.bin/login/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / usr.bin / login

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Jun 3 09:09:17 2023 UTC (18 months, 1 week ago) by lukem
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +3 -3 lines
bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
	GCC_NO_warning
to
	CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.

Revision 1.57.4.1: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:05:43 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57: +3 -1 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Oct 13 07:28:15 2019 UTC (5 years, 1 month ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -1 lines
introduce some common variables for use in GCC warning disables:

GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints.  many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Feb 25 00:16:49 2018 UTC (6 years, 9 months ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-base, phil-wifi-20190609, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, netbsd-9-base, netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9
Branch point for: phil-wifi
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -6 lines
add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterparts
to bsd.prog.mk.  use them instead of hard coding various lists
of libraries for krb5.

this fixes static builds.

Revision 1.55.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:05:00 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.55: preferred, colored; next MAIN 1.56: preferred, colored
Changes since revision 1.55: +1 -3 lines
Rebase to HEAD as of a few days ago.

Revision 1.52.4.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:42:45 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.52.4.1: preferred, colored; branchpoint 1.52: preferred, colored; next MAIN 1.53: preferred, colored
Changes since revision 1.52.4.1: +1 -3 lines
sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sun Aug 11 06:32:13 2013 UTC (11 years, 4 months ago) by dholland
Branches: MAIN
CVS tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -3 lines
Remove redundant WARNS=5.

Revision 1.52.4.1: download - view: text, markup, annotated - select for diffs
Wed May 23 10:08:25 2012 UTC (12 years, 6 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
sync with head.

Revision 1.52.6.1: download - view: text, markup, annotated - select for diffs
Mon May 7 16:24:07 2012 UTC (12 years, 7 months ago) by riz
Branches: netbsd-6
CVS tags: netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Diff to: previous 1.52: preferred, colored; next MAIN 1.53: preferred, colored
Changes since revision 1.52: +2 -2 lines
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

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Apr 24 16:52:26 2012 UTC (12 years, 7 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, agc-symver-base, agc-symver
Branch point for: tls-maxphys
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -3 lines
no more KRB5_DEPRECATED

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Apr 23 20:54:40 2012 UTC (12 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
remove obsolete comment.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Apr 22 23:26:19 2012 UTC (12 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -2 lines
make krb5 compile again. XXX: one function left that is deprecated, what's
the new equivalent?

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Apr 24 21:42:06 2011 UTC (13 years, 7 months ago) by elric
Branches: MAIN
CVS tags: yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, cherry-xenmp-base, cherry-xenmp
Branch point for: yamt-pagecache, netbsd-6
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
We no longer need -I/usr/include/krb5.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Dec 29 19:26:13 2009 UTC (14 years, 11 months ago) by christos
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -1 lines
PR/42540: Ed Ravin: /usr/bin/login does not log normal logins, and does not
log ip addresses.
- Factor out the common code in login.c and login_pam.c into common.c
- Always log a login event
- Check passed in sockaddr against the one from getpeername(2).

Revision 1.49.4.1: download - view: text, markup, annotated - select for diffs
Wed May 13 19:19:55 2009 UTC (15 years, 7 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.49: preferred, colored; next MAIN 1.50: preferred, colored
Changes since revision 1.49: +3 -2 lines
Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Apr 14 22:15:22 2009 UTC (15 years, 8 months ago) by lukem
Branches: MAIN
CVS tags: matt-premerge-20091211, jym-xensuspend-nbase, jym-xensuspend-base
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -2 lines
Enable WARNS=4 by default for usr.bin, except for:
	awk  bdes  checknr  compile_et  error  gss  hxtool  kgetcred  kinit
	klist  ldd  less  lex  locale  login  m4  man  menuc  mk_cmds
	mklocale  msgc  openssl  rpcgen  rpcinfo  sdiff  spell  ssh
	string2key  telnet  tn3270  verify_krb5_conf  xlint

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Oct 19 22:05:23 2008 UTC (16 years, 1 month ago) by apb
Branches: MAIN
CVS tags: netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2
Branch point for: jym-xensuspend
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Apr 6 09:54:37 2008 UTC (16 years, 8 months ago) by lukem
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, hpcarm-cleanup-nbase
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -3 lines
Be consistent about making USE_PAM!=no be exclusive to USE_SKEY!=no.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon May 28 12:06:28 2007 UTC (17 years, 6 months ago) by tls
Branches: MAIN
CVS tags: matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to
various string and memory copy and set functions (as well as a few system
calls and other miscellany) where known at function entry.  RedHat has
evidently built all "core system packages" with this option for some time.

This option should be used at the top of Makefiles (or Makefile.inc where
this is used for subdirectories) but after any setting of LIB.

This is only useful for userland code, and cannot be used in libc or in
any code which includes the libc internals, because it overrides certain
libc functions with macros.  Some effort has been made to make USE_FORT=yes
work correctly for a full-system build by having the bsd.sys.mk logic
disable the feature where it should not be used (libc, libssp iteself,
the kernel) but no attempt has been made to build the entire system with
USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.

Adjust the system build so that all programs and libraries that are setuid,
directly handle network data (including serial comm data), perform
authentication, or appear likely to have (or have a history of having)
data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,
with the exception of libc, which cannot use USE_FORT and thus uses
only USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=no
per-directory or in a system build will disable if desired.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Mar 20 04:03:23 2006 UTC (18 years, 8 months ago) by christos
Branches: MAIN
CVS tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -8 lines
Goodbye KerberosIV

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Mar 4 20:41:09 2005 UTC (19 years, 9 months ago) by he
Branches: MAIN
CVS tags: netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -2 lines
Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD.  When compiling
with MKPIC=no, possibly because the target does not support shared
libraries, these include libraries required to resolve all symbols
which end up referenced from PAM-using applications.  The libraries
presently required are -lcrypt, -lrpcsvc and -lutil.

Add use of these variables which are currently set up to use PAM,
so that they compile when MKPIC=no.

Also, in the telnetd case, reorder the order of the libraries, so
that libtelnet.a comes before -ltermcap and -lutil, again to fix
link error when MKPIC=no.

Discussed with thorpej and christos.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Jan 23 09:47:43 2005 UTC (19 years, 10 months ago) by manu
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +26 -18 lines
Add PAM support to login(8)

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jan 20 15:41:14 2005 UTC (19 years, 10 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -1 lines
Kill __P(), ANSIfy, remove main() prototype, whitespace; WARNS=2

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Jan 5 03:53:10 2004 UTC (20 years, 11 months ago) by lukem
Branches: MAIN
CVS tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +13 -2 lines
Generate the copyright string from sys/conf/copyright rather than
replicating it here.  Idea from Simon Burge.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Dec 11 09:46:27 2003 UTC (21 years ago) by dyoung
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -3 lines
Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)
and without Kerberos 4 & 5 (MKKERBEROS=no). Previously checkflist
complained of missing files.

* move kerberos- and kerberos 4-only files into new flists,
  distrib/sets/lists/*/krb.*

* make the flist generators grok MKKERBEROS{,4} variables

* fix Makefiles which treat MKKERBEROS=no as MKKERBEROS5=no.
  9 out of 10 experts agree that it is ludicrous to build w/
  KERBEROS4 and w/o KERBEROS5.

* fix header files, also, which treat MKKERBEROS=no as MKKERBEROS5=no.

* omit some Kerberos-only subdirectories from the build as
  MKKERBEROS{,4} indicate

(I acknowledge the sentiment that flists are the wrong way to go,
and that the makefiles should produce the metalog directly.  That
sounds to me like the right way to go, but I am not prepared to do
revamp all the makefiles.  While my approach is expedient, it fits
painlessly within the current build architecture until we are
delivered from flist purgatory, and it does not postpone our
delivery. Fair enough?)

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Aug 23 23:03:43 2003 UTC (21 years, 3 months ago) by lha
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -3 lines
libkrb depends on libdes, patch in private mail from
Harold Gutch logix at foobar franken de

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jul 23 08:01:35 2003 UTC (21 years, 4 months ago) by itojun
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +5 -1 lines
split MKKERBEROS4 from MKKERBEROS.  based on work by lha at stacken.kth.se
(build confirmed with both MKKERBEROS4=yes and MKKERBEROS4=no)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Oct 23 01:25:37 2002 UTC (22 years, 1 month ago) by itojun
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -1 lines
add DPADD.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Jul 27 22:58:07 2002 UTC (22 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
make this compile without SUPPORT_UTMPX

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Jul 27 20:10:32 2002 UTC (22 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Factor out the utmp/wtmp/lastlog updating and add utmpx/wtmpx/lastlogx updating.
Both are turned on for now.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Mar 22 18:10:23 2002 UTC (22 years, 8 months ago) by thorpej
Branches: MAIN
CVS tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -3 lines
Split the notion of building Hesiod, Kerberos, S/key, and YP
infrastructure and using that infrastructure in programs.

	* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building
	  of the infratsructure (libraries, support programs, etc.)

	* USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control
	  building of support for using the corresponding API
	  in various libraries/programs that can use it.

As discussed on tech-toolchain.

Revision 1.29.2.4: download - view: text, markup, annotated - select for diffs
Wed Oct 18 04:19:58 2000 UTC (24 years, 1 month ago) by tv
Branches: netbsd-1-5
CVS tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA
Diff to: previous 1.29.2.3: preferred, colored; branchpoint 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29.2.3: +1 -2 lines
Pull up 1.34 [simonb]:
Remove INSTALLFLAGS=-fschg.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Oct 18 00:24:18 2000 UTC (24 years, 1 month ago) by simonb
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -2 lines
Remove INSTALLFLAGS=-fschg, as per change to usr.bin/ssh/ssh/Makefile.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Aug 3 22:56:30 2000 UTC (24 years, 4 months ago) by assar
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
remove -lvers, it's not used

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Aug 3 04:02:31 2000 UTC (24 years, 4 months ago) by assar
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
update build infrastructure for heimdal 0.3a

Revision 1.29.2.3: download - view: text, markup, annotated - select for diffs
Wed Jul 26 23:17:34 2000 UTC (24 years, 4 months ago) by mycroft
Branches: netbsd-1-5
CVS tags: netbsd-1-5-ALPHA2
Diff to: previous 1.29.2.2: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.2: +4 -2 lines
Approved by thorpej:
Fix library link order.

basesrc/usr.bin/login/Makefile				1.30 -> 1.31

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Jul 23 22:23:14 2000 UTC (24 years, 4 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -2 lines
Fix library order.

Revision 1.29.2.2: download - view: text, markup, annotated - select for diffs
Sat Jun 24 06:59:36 2000 UTC (24 years, 5 months ago) by thorpej
Branches: netbsd-1-5
Diff to: previous 1.29.2.1: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.1: +31 -0 lines
Update from trunk:
Add MK... variables to enable/disable various aspects of building
crypto support into the system.  See share/mk/bsd.README for more
a full description.

Revision 1.28.2.1: download - view: text, markup, annotated - select for diffs
Fri Jun 23 16:30:34 2000 UTC (24 years, 5 months ago) by minoura
Branches: minoura-xpg4dl
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +8 -7 lines
Sync w/ netbsd-1-5-base.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Jun 23 06:01:16 2000 UTC (24 years, 5 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +5 -3 lines
Add MK... variables to enable/disable various aspects of building
crypto support into the system.  See share/mk/bsd.README for more
a full description.

Revision 1.29.2.1
Tue Jun 20 06:00:36 2000 UTC (24 years, 5 months ago) by thorpej
Branches: netbsd-1-5
FILE REMOVED
Changes since revision 1.29: +0 -29 lines
file Makefile was added on branch netbsd-1-5 on 2000-06-24 06:59:36 +0000

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jun 20 06:00:36 2000 UTC (24 years, 5 months ago) by thorpej
Branches: MAIN
CVS tags: netbsd-1-5-base
Branch point for: netbsd-1-5
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +8 -7 lines
Merge a bunch of things from crypto-us and crypto-intl into basesrc,
adding support for Heimdal/KTH Kerberos where easy to do so.  Eliminate
bsd.crypto.mk.

There is still a bunch more work to do, but crypto is now more-or-less
fully merged into the base NetBSD distribution.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Jan 13 12:43:19 2000 UTC (24 years, 11 months ago) by mjl
Branches: MAIN
CVS tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Clean up changes a bit.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Jan 13 06:52:47 2000 UTC (24 years, 11 months ago) by mjl
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Re-enable login_cap processing, now that a non-existing login.conf
won't make it crash. Also make it less noisy in that case.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Jan 13 06:30:31 2000 UTC (24 years, 11 months ago) by mjl
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Ack. Disable login caps, until problems are fixed.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jan 13 06:17:56 2000 UTC (24 years, 11 months ago) by mjl
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
Add login.conf capability setting.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jul 20 09:35:20 1999 UTC (25 years, 4 months ago) by mrg
Branches: MAIN
CVS tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, comdex-fall-1999-base, comdex-fall-1999
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
optionally include CRYPTOPATH Makefile.frag files.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Jul 12 22:11:37 1999 UTC (25 years, 5 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -15 lines
Use bsd.crypto.mk.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jul 12 21:36:10 1999 UTC (25 years, 5 months ago) by aidan
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -2 lines
Kerberos5 changes to login -- now supports forwarded TGTs.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Mar 5 01:07:56 1999 UTC (25 years, 9 months ago) by kim
Branches: MAIN
CVS tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +15 -1 lines
Build domestic login on domestic systems.
Incorporated (minor) diff from domestic man page.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Feb 18 21:22:52 1999 UTC (25 years, 9 months ago) by scottr
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -13 lines
Remove the crypto-related bits until such time as we have a fully-
integrated source tree.  Export-controlled versions of these are now
built during the domestic build process.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Oct 19 03:44:25 1997 UTC (27 years, 1 month ago) by lukem
Branches: MAIN
CVS tags: netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -2 lines
don't define WARNS=1 here

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Oct 12 14:07:38 1997 UTC (27 years, 2 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -2 lines
SRCS must be defined *before* bsd.prog.mk is included...

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Oct 12 13:10:16 1997 UTC (27 years, 2 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -6 lines
Minor changes.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Oct 12 12:54:55 1997 UTC (27 years, 2 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +8 -12 lines
Minor changes.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Oct 12 12:39:17 1997 UTC (27 years, 2 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 lines
Pull in bsd.own.mk for SKEY, KERBEROS, KERBEROS5.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Oct 11 19:19:11 1997 UTC (27 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +12 -7 lines
CFLAGS->CPPFLAGS; Conditionalize SKEY

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Aug 19 17:26:13 1997 UTC (27 years, 3 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Various changes to keep up with krb5, mostly addition of the kcontext
structure.  From PR 3826, by Chris Jones.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Aug 16 13:50:43 1997 UTC (27 years, 4 months ago) by lukem
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
* add functionality to `force password change at next login'. to use,
  set the pw_change field of the user to -1 (defined in <pwd.h> as
  _PASSWORD_CHGNOW). based on [bin/936] by Simon Gerraty <sjg@quick.com.au>
* clean up for WARNS?=1

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jun 23 12:47:45 1997 UTC (27 years, 5 months ago) by lukem
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Install statically linked, as suggested by mrg@eterna.com.au in [bin/1715].

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Dec 23 06:52:56 1994 UTC (29 years, 11 months ago) by jtc
Branches: MAIN
CVS tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2, netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -5 lines
Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.

Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Dec 23 01:19:14 1994 UTC (29 years, 11 months ago) by jtc
Branches: WFJ-920714, CSRG
CVS tags: lite-2, lite-1
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +6 -4 lines
imported from 44lite

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jul 25 21:11:08 1994 UTC (30 years, 4 months ago) by brezak
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -5 lines
Add support for Kerberos5 authentication.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue May 24 06:50:57 1994 UTC (30 years, 6 months ago) by deraadt
Branches: MAIN
CVS tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -3 lines
add s/key support

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Mar 30 02:49:15 1994 UTC (30 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +9 -4 lines
some changes to make Kerberos a bit easier to use.  from
Michael Graff <explorer@vorpal.com>, with some work by myself...

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Oct 7 02:19:25 1993 UTC (31 years, 2 months ago) by cgd
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -7 lines
always use libcrypt

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jul 31 15:20:28 1993 UTC (31 years, 4 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Add RCS indentifiers.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 26 23:13:43 1993 UTC (31 years, 7 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -3 lines
update to new version from uunet

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 26 14:42:42 1993 UTC (31 years, 7 months ago) by cgd
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -1 lines
changed to use new libcrypt scheme.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 22 23:27:37 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-alpha-1, netbsd-0-8
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
added support for using real crypt

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 8 months ago) by cgd
Branches: WFJ-920714, CSRG
CVS tags: patchkit-0-2-2, WFJ-386bsd-01
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
initial import of 386bsd-0.1 sources

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>