summaryrefslogtreecommitdiff
path: root/usr.sbin/sup/source
AgeCommit message (Expand)Author
2000-07-21Use correct argument type in call to "fparseln(3)". Fix supplied bytron
2000-07-19You can't just define read_line as fparseln since former keeps the storageenami
2000-03-12If we fail due to not being able to lookup our own hostname, display theabs
2000-01-21Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We getmycroft
1999-11-18Typos (from OpenBSD)kristerw
1999-08-24Add libwrap support to supfilesrv, as annnounced 2 weeks ago on tech-userlevel,bouyer
1999-08-02Replace the provided read_line function with calls to the fparseln function i...erh
1999-06-17Add -u flag, that prevents sup from attempting to restore a and m timeschristos
1999-04-12Software_Distribution => Software.Distribution.pk
1999-01-11In userland, pull in <errno.h> instead of <sys/errno.h> for the declarationkleink
1998-11-02Type mismatch in declaration... NOT (reverted previous change).kim
1998-10-14Type mismatch in declaration.kim
1998-10-12Before running "rm -rf" on a directory chmod the directory and its parentkim
1998-09-12Before running "rm -rf" on a directory try to turn on the S_IRWXU bits.kim
1998-09-06Fix paths to match the current code.kim
1998-09-05distclean is a synonym for cleandirlukem
1998-08-27{} fixes from Erik Bertelsen <erik@erik-be.uni-c.dk> (PR 6047) to shut up egcs.ross
1998-08-04handle negative arguments correctlymikel
1998-07-30Use the variable u instead of p in line 641 to prevent sup coredumping.frueauf
1998-07-27const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-03-30remove some registermrg
1998-02-03change includes to fix compiler warningperry
1998-01-21update to match new reality (/usr/lib/supfiles -> /etc/supfiles)mikel
1998-01-09RCS Id Police.perry
1997-11-15fix typomsaitoh
1997-11-13Oops! Forgot this yesterday: Add read_line.o goo.thorpej
1997-11-13Make sup(1) handle lines continued with '\'. Fixes PR #4430, fromthorpej
1997-10-19Use S_IS*(), not S_IF*.mycroft
1997-10-19fix compile warnings on the alpha.mrg
1997-10-18use string.h instead of strings.hlukem
1997-10-17WARNSifylukem
1997-10-07Garbage-collect the USE_CRYPT stuff.thorpej
1997-09-22String overflow bugs (from OpenBSD)christos
1997-08-04Add -q flag for quiet operation.christos
1997-07-30If a directory gets deleted in the master tree, but the client has it inchristos
1997-07-30- Don't botch varargs: the are not always an array of void * in the stack...christos
1997-07-15When in compress mode, don't overwrite the destination file directly,christos
1997-07-12c-style rcsid comments changed to nroff style, from Dave Huang in pr-3855perry
1997-07-08avoid last.temp filename collision by using rel-suffix;mikel
1997-07-08include release suffix when reporting update times; from my PR bin/1344.mikel
1997-06-18Make sure you set _base, otherwise we core dump.christos
1997-06-18When creating directories, make sure you remove previous non-directorieschristos
1997-06-17Cleanup unsigned char -> char and #if __STDC__ -> #ifdef __STDC__christos
1997-06-17- add $NetBSD$christos
1997-06-17Avoid coredump in svrfinishup.christos
1997-02-26compare only the prefix "nfs", not the whole word, so we match "nfs3" too.christos
1996-12-3164 bit patches (mostly long -> time_t) from Matthew Jacob (?)christos
1996-12-23- add missing prototypes.christos