summaryrefslogtreecommitdiff
path: root/usr.bin/sup
AgeCommit message (Collapse)Author
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
2000-01-21Deal with getcwd() returning NULL. This code is not currentlyTodd C. Miller
compiled but dixing it now means that it won't get flagged again in a future audit. Noted by Oleg Safiullin <form@vell.nsc.ru>
1999-09-23Typo fixes.Alex Feldman
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
1999-01-09behave reasonably if malloc failsTodd C. Miller
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-09-05more man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-09-01more man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-06-03zero sigaction before useTheo de Raadt
1998-05-18readlink len-1Theo de Raadt
1997-11-17match nfs3 and regular nfs; christosTheo de Raadt
1997-10-12 ftruncate the lock file for supfilesrv -O before writing pid into it.Bob Beck
1997-10-12 Documentation for -O switch on supfilesrv.Bob Beck
1997-10-11-Ooops. Didn't get this in last time.Bob Beck
1997-10-11 -Kludges for SunOS 5 portablility,Bob Beck
-Added -O option to supfilesrv. -O lockdir make serving process lock file in lockdir for each connecting ip address. Will refuse a second connection from a host it's already serving a request for.
1997-09-16Possible buf oflow, from Theo.Todd C. Miller
1997-09-16one more strcpy after thisTheo de Raadt
1997-09-16strcpy whacking; ci.c and expand.c need more workTheo de Raadt
1997-09-16snprintf this thingTheo de Raadt
1997-09-08Use setlogin(2).Todd C. Miller
1997-08-31solaris changes; beck@obtuseTheo de Raadt
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller
1997-07-28uniqify names more; s.k.stevens@ic.ac.ukTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-04-01This merges in the latest NetBSD sup source.Todd T. Fries
- removed $Log: ...$ tags to not waste space in the repository - now doesn't segfault on the alpha! Note: To compile sup on systems other than *BSD, you'll need a copy of vis.c, vis.h, daemon.c, and sys/cdefs.h. At least the first two (for OSF/1). From NetBSD changelog description (for credit where due): .... 1996/12/23 19:42:05 christos - add missing prototypes. - fix function call inconsistencies - fix int <-> long and pointer conversions It should run now on 64 bit machines... .... 1996/12/31 18:08:00 christos 64 bit patches (mostly long -> time_t) from Matthew Jacob (?) sup now works on the alpha!
1997-03-26no libcrypt, fix DPADDTheo de Raadt
1997-01-17more r?index -> strr?chrTodd C. Miller
1997-01-17r?index -> strr?chrTodd C. Miller
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-12-04Add support for BSD/OSNiklas Hallqvist
1996-08-22__OpenBSD__Theo de Raadt
1996-08-04ftp bounce protectionTheo de Raadt
1996-07-31Better use time_t instead of long when dealing with timesNiklas Hallqvist
1996-07-29links for supfilesrv/supscanTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-06-10hack: print hostname connection failed withTheo de Raadt
1996-04-17Shouldn't visually encode execute commands, only file names.dm
1996-02-15libcrypt no longer a link dependancy.etheisen
1996-02-03put supscan/supfilesrv in usr/sbin, users do not run themTheo de Raadt
1995-12-17SRCS are sources, and when they are sources, make depend will work like it ↵Theo de Raadt
should
1995-12-16add sup to the treeTheo de Raadt