Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update nologin(5) to match the modern reality of login.conf(5) and PAM. | yar | 2007-05-10 | 1 | -12/+44 |
| | |||||
* | Use __unused macro instead of a bare void for main(). | delphij | 2005-01-04 | 1 | -1/+1 |
| | | | | Suggested by: nectar | ||||
* | nologin(8) does not seem to require any command line parameters, | delphij | 2005-01-04 | 1 | -2/+2 |
| | | | | | | | | | | | | so remove argc and argv from main() argument. At the same time, user and tt is not likely to be changed during execution so mark them const. This commit should guarantee nologin to pass WARNS=6. Tested on: i386 MFC After: 1 month | ||||
* | NOSHARED -> NO_SHARED | ru | 2004-12-21 | 1 | -1/+1 |
| | |||||
* | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software | imp | 2004-08-07 | 2 | -8/+0 |
| | | | | (with permission of addtional copyright holders where appropriate) | ||||
* | Assorted markup, grammar, and spelling fixes. | ru | 2004-06-13 | 1 | -5/+1 |
| | |||||
* | Add standard copyright notice; fix style bugs. (Reported by bde) | cperciva | 2004-03-13 | 1 | -9/+26 |
| | | | | Remove NO_NOLOGIN_LOG option now that we're off the root partition. | ||||
* | When nologin(8) is installed in /usr/sbin/, create a symlink from | cperciva | 2004-03-13 | 1 | -7/+2 |
| | | | | | | | | /sbin/nologin for compatibility purposes. Also, remove the NO_NOLOGIN_LOG option; we don't need to worry about conserving space as much on the /usr partition. Note that usr.sbin/nologin is not yet hooked up to the build. | ||||
* | Report login attempts to syslog. Due to the statically-linked nature of | cperciva | 2004-02-22 | 2 | -1/+21 |
| | | | | | | | | | | | nologin(8), this causes a considerable (100K) increase in the binary size, so I've added a NO_LOGIN_LOG option which disables this. While I'm here, s/sizeof(MESSAGE)/sizeof(MESSAGE) - 1/, in order to avoid writing the string-terminating zero byte. No complaints from: -current Approved by: rwatson (mentor) | ||||
* | Remove the BUGS section introduced in rev 1.11 now that the problem | das | 2003-11-17 | 1 | -15/+0 |
| | | | | has been addressed. | ||||
* | Reimplement nologin(8) as a C program. This allows us to statically | das | 2003-11-17 | 3 | -40/+29 |
| | | | | | | | link it at low cost and avoid environment poisoning attacks associated with LD_LIBRARY_PATH. Suggested by: rwatson | ||||
* | Document nologin(8) as being insecure in conjunction with a dynamic | das | 2003-11-17 | 1 | -0/+15 |
| | | | | root and suggest alternatives. | ||||
* | The .Nm utility | charnier | 2002-07-06 | 1 | -3/+4 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 2 | -5/+5 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 2 | -2/+2 |
| | |||||
* | beforeinstall -> SCRIPTS. | ru | 2001-04-07 | 1 | -6/+1 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -2/+2 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | mdoc(7) police: removed history info from the .Os FreeBSD call. | ru | 2000-12-14 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | more removal of trailing periods from SEE ALSO. | ben | 2000-11-15 | 1 | -1/+1 |
| | |||||
* | Be a little clearer about the relationship between these two. | nik | 2000-11-12 | 2 | -2/+12 |
| | | | | | PR: docs/20067 Submitted by: Takayuki Hagihara | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Added xref to nologin(5). | wosch | 1999-02-01 | 1 | -2/+3 |
| | |||||
* | Added xref to nologin(8). | wosch | 1999-02-01 | 1 | -1/+2 |
| | |||||
* | Oops, I missed a few more /etc/nologin references yesterday. It appears | asami | 1999-01-12 | 1 | -6/+6 |
| | | | | | | my check of the tree was incomplete. Sorry guys. Reported by: Ben Smithurst <ben@scientia.demon.co.uk> | ||||
* | Add Id. .Nm nologin -> .Nm. | charnier | 1998-07-15 | 3 | -2/+5 |
| | |||||
* | An odd merge from 2.2 to -current. Somehow that 2.2 nologin.5 | mpp | 1997-03-03 | 1 | -7/+9 |
| | | | | | | man page was in better shape than the 3.0-current version, so I'm committing the 2.2 version to 3.0. Whatever happened, it was my fault :-). | ||||
* | Plug a security hole involving $ENV forwarding over telnet. Sigh, i | joerg | 1997-02-15 | 1 | -1/+1 |
| | | | | thought i've long since done this. | ||||
* | /sbin -> ${BINDIR} | wosch | 1997-02-06 | 1 | -1/+1 |
| | |||||
* | Now that we have a manpage, don't have the 'clean' target be a NO-OP. | nate | 1996-07-10 | 1 | -1/+1 |
| | |||||
* | Fix a bunch of spelling errors. | mpp | 1996-01-29 | 1 | -2/+2 |
| | |||||
* | A manpage. May be the file nologin.5 should located in | wosch | 1996-01-28 | 2 | -0/+63 |
| | | | | src/share/man/man5. | ||||
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-07-25 | 1 | -1/+1 |
| | | | | specified in the top level Makefiles. | ||||
* | Convert to our man installation style. Also fixed long-standing bug | wollman | 1994-08-05 | 1 | -4/+1 |
| | | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message. | ||||
* | BSD 4.4 Lite sbin Sources | rgrimes | 1994-05-26 | 3 | -0/+106 |
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin. |