aboutsummaryrefslogtreecommitdiff
path: root/security/termlog
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Fix a couple of problems on 64 bit platforms by importing 2.5:Christian S.J. Peron2005-10-122-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: o Call va_start/va_end for each call to va_arg(). I have no idea why this works on i386 but it shouldn't. This un-busts termlog on 64 bit platforms. o When allocating snp descriptors, allocate the proper size. Currently we are allocating sizeof(struct utmp) when we really should be allocating sizeof(struct snp_d). I can only imagine how this happen, but I am going to guess it was a cut-and-paste-o. This helps un-busts termlog on 64 bit architectures. Fixes Submitted by: Eirik ?verby While we are here: o Open tty line with O_NONBLOCK o Close the line fd after we attach to it as we dont need it. This closes an fd leak. o Remove comment about fd leak Approved by: kris Notes: svn path=/head/; revision=145062
* -Remove MANCOMPRESSED macro as it's not requiredChristian S.J. Peron2005-09-251-1/+6
| | | | | | | | | | | | -Introduce do-install target which will use INSTALL_MAN and INSTALL_PROGRAM macros to install the files. This should fix packet build failures. Approved by: kris Notes: svn path=/head/; revision=143524
* Upgrade termlog. This fixes termlog on -CURRENT and hopefully the snpChristian S.J. Peron2005-09-212-3/+3
| | | | | | | | | | fixes in -CURRENT will be MFC'ed to RELENG_6 so it will work on all releases again. Approved by: petef Notes: svn path=/head/; revision=143262
* Update termlog from 2.0 to 2.2Christian S.J. Peron2004-11-132-3/+3
| | | | | | | | | | | | | This version introduces the following: -Bug fixes around locking -Enhanced jail support -Ability to create log files with SF_APPEND flag -cryptographic hashing algorithm was changed from md5 to sha1 Approved by: seanc@ Notes: svn path=/head/; revision=121526
* - update to 2.0Pete Fritchman2004-08-063-9/+7
| | | | | | | | | | - update maintainer email - update COMMENT & pkg-descr to match reality Submitted by: csjp Notes: svn path=/head/; revision=115509
* Mark BROKEN: Runtime breakage exists.Kirill Ponomarev2004-07-261-0/+2
| | | | | | | Submitted by: csjp at IRC Notes: svn path=/head/; revision=114804
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Maintainer update to 1.0.3Sean Chittenden2003-08-273-2/+4
| | | | | | | | PR: ports/56018 Submitted by: Chris S.J.Peron <maneo@bsdpro.com> (maintainer) Notes: svn path=/head/; revision=87759
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to 1.0.1, -current build fixesPete Fritchman2002-09-152-3/+3
| | | | | | | | PR: 42424 Submitted by: maintainer Notes: svn path=/head/; revision=66371
* Fix a last minute show stopper bug, re-roll the tarball + bumpPete Fritchman2002-08-222-1/+2
| | | | | | | | | PORTREVISION. Submitted by: maintainer (author) Notes: svn path=/head/; revision=64806
* Add termlog 1.0, monitor or log multiple system terminalsOliver Braun2002-08-215-0/+26
synchronously (real-time). Submitted by: Chris S.J. Peron <maneo@bsdpro.com> Approved by: dwcjr (mentor) Notes: svn path=/head/; revision=64782