summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-09-16Use $STATIC.Jason Downs
1996-09-16Add $STATIC.Jason Downs
1996-09-16update to reflect realityJason Downs
1996-09-16Be less verbose if we have been compiled without DEBUGThorsten Lockert
1996-09-16revert to in_cksum by zubin and ITheo de Raadt
1996-09-16Avoid pulling in stdioThorsten Lockert
1996-09-16joy[01] is at major 26Thorsten Lockert
1996-09-16Bring prototypes into scopeThorsten Lockert
1996-09-16Fix warningsThorsten Lockert
1996-09-16Fix warningsThorsten Lockert
1996-09-16Fix some warningsThorsten Lockert
1996-09-16Bring prototypes into scopeThorsten Lockert
1996-09-16theo the pendatJason Downs
1996-09-16pretty pretty pointless supportJason Downs
1996-09-16Use __inlineThorsten Lockert
1996-09-16Set umask to be read only by owner until we set real file permissions.Todd C. Miller
1996-09-16_PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible tooTheo de Raadt
1996-09-16_PATH_TMP -> _PATH_TMPFILETodd C. Miller
1996-09-16_PATH_TMP -> _PATH_TMPFILETodd C. Miller
1996-09-16use mkstemp correctlyTheo de Raadt
1996-09-16kill /tmp raceTheo de Raadt
1996-09-16kill the race; spotted by bitbltTheo de Raadt
1996-09-16kill the race; spotted by bitbltTheo de Raadt
1996-09-15kill the race; noticed by bitbltTheo de Raadt
1996-09-15more sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15more sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15Add manpage linkThorsten Lockert
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15fix a typo and vsprintf -> vsnprintf paranoiaTodd C. Miller
1996-09-15sprintf -> snprintf paranoiaTodd C. Miller
1996-09-15unused.Todd C. Miller
1996-09-15sync to netbsd; for graichenTheo de Raadt
1996-09-15handle umask nicerTheo de Raadt
1996-09-15kill the races; found by bitbltTheo de Raadt
1996-09-15setup trap after mkdirTheo de Raadt
1996-09-15Don't complain if setsockopt() fails. It will fail if we used rcmdsh()Todd C. Miller
instead of rcmd() and there's no easy way to detect which we used now.
1996-09-15sprintf -> snprintf (how'd that get missed?)Todd C. Miller
Don't complain if setsockopt() fails. It will fail if we used rcmdsh() instead of rcmd() and there's no easy way to detect which we used now.
1996-09-15kill the races; found by bitbltTheo de Raadt
1996-09-15Pmake has changed. $? expands to full prerequisite name.etheisen
1996-09-15Be slightly safer opening temp files.Todd C. Miller
1996-09-15Slightly safer temp file open.Todd C. Miller
1996-09-15Slightly safer temp file open.Todd C. Miller
1996-09-15Blind update of wosch@FreeBSD's code:michaels
optimized search algorithm faster IO due mmap(2) [-m | -s] better error check for damaged databases support for databases in network byte order (SunOS/sparc) optional case insensitve search [-i] optional multiple databases optional multiple pattern new enviroment variable LOCATE_PATH for database(s) [-S] print some statistic about the database [-l number] limit output to number file names [-c] suppress normal output; instead print a count of matching file names fix prototypes/forward declarations/return type
1996-09-15Don't use anonymous structsThorsten Lockert