aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/login/pathnames.h
Commit message (Collapse)AuthorAgeFilesLines
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
* motd: Generate from template to /var/runConrad Meyer2019-07-201-1/+1
| | | | | | | | | | | | Update login(1), its manual pages, similar utilities, and motd.5 to refer to the new location. Suggested by: delphij@ (re: r349256) Reviewed by: bcr (manpages), delphij Differential Revision: https://reviews.freebsd.org/D20721 Notes: svn path=/head/; revision=350184
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326025
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
| | | | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson Notes: svn path=/head/; revision=216370
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+2
| | | | | | | needed. Notes: svn path=/head/; revision=200462
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
| | | | | | | Tested with: make universe Notes: svn path=/head/; revision=200420
* login(1) no longer handles /etc/login.access by itself,Yaroslav Tykhiy2006-03-061-1/+0
| | | | | | | | | it's PAM's job. MFC after: 3 days Notes: svn path=/head/; revision=156345
* Like su(1), make PAM use mandatory. Remove parts of the authenticationMark Murray2001-08-301-1/+1
| | | | | | | logic that are handled by PAM. Fix documentation to reflect this. Notes: svn path=/head/; revision=82562
* Sorry..forgot something for yesterdays login patch..Ugen J.S. Antsilevich1994-12-011-0/+1
| | | | | | | (Umm..i hope nobody "make world" this time:) Notes: svn path=/head/; revision=4881
* Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c)Guido van Rooij1994-08-221-3/+5
| | | | | | | | Reviewed by: Submitted by: guido Notes: svn path=/head/; revision=2224
* Add skey supprotGuido van Rooij1994-08-211-0/+1
| | | | | | | | Reviewed by: Submitted by: guido Notes: svn path=/head/; revision=2198
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+39
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590