summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
1998-10-31If the CBCP callee offsers no callback, send our configuredbrian
1998-10-31Allow multiple systems (config labels) on the commandbrian
1998-10-31Catch other cases where the accept(2) can fail.Todd C. Miller
1998-10-30fix usage()Michael Shalayeff
1998-10-29Don't call PacketAliasIn() when we turn around packets destinedbrian
1998-10-29provide an option to retreive battery life estimate in minutesMichael Shalayeff
1998-10-29fix for those boxens like hppa which do not supply boot file nameMichael Shalayeff
1998-10-29Catch up with the latest ppp updates/fixes:brian
1998-10-29use correct ioctl for flushing; garath@code.ridgefield.orgTheo de Raadt
1998-10-28uninitialized variable; hgweigand@wiesbaden.netsurf.deTodd C. Miller
1998-10-28fix ? usage handling; route@resentment.infonexus.comTheo de Raadt
1998-10-17Stricter anti-spam measures; mostly from Eric's knecht.mcThorsten Lockert
1998-10-16Die quietly if the open fails with ENXIOJason Wright
1998-10-16fix path to regdef.h on pmaxMats O Jansson
1998-10-14solve < > or - in password problemTheo de Raadt
1998-10-13Sync with recent NetBSD changes:Marco S Hyman
1998-10-12*UNTESTED* Makefile change that may work on the arc and pmax.Bob Beck
1998-10-11Enforce valid Message-Id to help stop spammersTodd C. Miller
1998-10-11Apache 1.3.3 merge + proxy_segv fixBob Beck
1998-10-10Apache Configure script can bomb if Configuration.tmpl newer thanBob Beck
1998-10-07build ssleayTheo de Raadt
1998-10-06compile ssleay hereTheo de Raadt
1998-10-06crank RLIMIT_DATA, seems to be necessary for some peopleTodd C. Miller
1998-10-06fixTheo de Raadt
1998-10-06use /usr/bin/lndirTheo de Raadt
1998-10-04Say no to realloc leaks.Bob Beck
1998-10-041.3.2 versions of conf filesBob Beck
1998-10-01Fix template (rong file before) and fix clean target for new dirs.Bob Beck
1998-10-01fix conflict.Bob Beck
1998-10-01simplify a bitBob Beck
1998-10-01minor change makes building in tree much easier.Bob Beck
1998-10-01update for 1.3.2Bob Beck
1998-10-01fix retarded default pathsBob Beck
1998-10-01Config and wrapper for 1.3.2.Bob Beck
1998-10-011.3.2 Makefile.Bob Beck
1998-10-01unused files, thanks to apache souce tree transmogrification..Bob Beck
1998-10-01Apache 1.3.2Bob Beck
1998-09-29only spew 'illegal option' once if they give an unsupported optinoTodd C. Miller
1998-09-27preceeding -> precedingAaron Campbell
1998-09-26if malloc fails, say how much we tried to allocTodd C. Miller
1998-09-24The return value of setmode(3) is a pointer to malloc()'ed area andTodd C. Miller
1998-09-22make tcpdump aware of SACK (RFC 2018), loosely based on a patch fromNiels Provos
1998-09-22Add support for having UIDs past 32000. Changed the option -uid toTobias Weingartner
1998-09-20add -1 option: Try once, if we fail, EXITTheo de Raadt
1998-09-18Order SEE ALSO correctly.brian
1998-09-17alpha does not survive -O2 compiles hereNiklas Hallqvist
1998-09-17Use optarg, not argv[optind]Niklas Hallqvist
1998-09-17dhclient-script should be in sbinTheo de Raadt
1998-09-17move dhclient-script to /usr/bin by default; executables do not belong in /etcTheo de Raadt
1998-09-17reset variable "log" so that it would properly detach from controlling terminal.pattonme