summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-12-10emulate linux SIOCGIFHWADDR; stolen from freebsd; not tested yetTheo de Raadt
1997-12-10pw -> rpcTobias Weingartner
1997-12-10insert forgotten copyright + handle eject ioctl.Niels Provos
1997-12-09no, this is betterTheo de Raadt
1997-12-09on mips systems, ldconfig after kerberos too as new libs get installedNiklas Hallqvist
1997-12-09syncTheo de Raadt
1997-12-09ioctl-patch for machines with many interfaces.Artur Grabowski
by Theo.
1997-12-09I just wondered why it said "ud" instead of "udp".Artur Grabowski
1997-12-09for XPG, do not use special typedef typesTheo de Raadt
1997-12-09syncTheo de Raadt
1997-12-09eolTheo de Raadt
1997-12-09fix O_TRUNC and O_{SH,EX}LOCK properly; problem found by provosTheo de Raadt
1997-12-09always those small bugs..Artur Grabowski
1997-12-09Always those small bugs..Artur Grabowski
1997-12-09Removed one expliotable hole, one possibly exploitable hole, many bufferArtur Grabowski
overflows and lots of unchecked pointers. Tags are nice too.
1997-12-09Minor mdoc cleanup.Todd C. Miller
1997-12-09make struct statfs reflect reality.Todd C. Miller
1997-12-09when downgrading a filesystem to read-only, use softdep_flushfiles; mckusickTheo de Raadt
1997-12-09Intel P5 f00f workaround; weingart & who knows who elseTheo de Raadt
1997-12-09Make reset_prog_mode() and reset_shell_mode() in libtermlib weakTodd C. Miller
symbols so that they get overridden by the ones in libcurses. This is rather gross but the curses versions are tightly coupled to naughty bits private to libcurses. This allows reset_prog_mode() and reset_shell_mode() to operate properly both with an without libcurses linked in.
1997-12-08fix chN (N > 0) problemMichael Shalayeff
1997-12-08add kern.nosuidcoredump to lock things out even moreTheo de Raadt
1997-12-08correct pathsTheo de Raadt
1997-12-08Deal with inflate() returning avail_in == avail_out == 0brian
We must call inflate again in case there's any pending output despite our input buffer being empty. If the output buffer is in fact already flushed, inflate() returns Z_BUF_ERROR. There isn't really an error !
1997-12-08Correct usage of `add' and `delete'.brian
1997-12-08mention "option IPFILTER"kstailey
1997-12-08first cut at performance enhancing heuristicTheo de Raadt
1997-12-08use cp -R for local copiesTheo de Raadt
1997-12-08start at appletalk...Theo de Raadt
1997-12-08avoid fclose(NULL)Theo de Raadt
1997-12-08Add page 0x10 (Device Configuration Page for sequential-access devices); joergTheo de Raadt
Add some extra flags in the caching page; tegge Fix a spelling error; mpp
1997-12-07Fix PAP, CHAP & LQR req (I broke the byte ordering whenbrian
I did the deflate re-org). Make PAP & CHAP negotiation prettier in the log file. If both PAP & CHAP are `enabled' and the peer NAKs CHAP suggesting PAP, be friendly and REQ PAP the next time. This is in line with the rfc.
1997-12-07handle linux cdrom ioctls. not that i play quake that often but it wasNiels Provos
the only binary around.
1997-12-07Add forgotten files.brian
1997-12-07Only allow one arg to `delete' - the mask & gateway aren't necessary.brian
Delete AF_LINK routes as well as AF_INET. Allow the word `default' as the arg to `delete' or in place of the first two args (dest & netmask) to `add'. Accept INTERFACE as the third arg to `add'. You can now say `add default interface' to create a default route through the tun interface. It's reported that subsequent bind()s will bind to a broadcast address and not to the address currently assigned to the tun device - this is the first step towards supporting that first connection that was around from before the dynamic IP negotiation....
1997-12-06Correct cftypes128 index.brian
1997-12-06goodbye TIMEZONE and DSTkstailey
1997-12-06tag direction based on SS_CONNECTOUTTheo de Raadt
1997-12-06#ifdef out call to _nc_update_screensizeTodd C. Miller
1997-12-06cuaaX => cua0X: This is OpenBSD !brian
1997-12-06Understand ``sockaddr_dl''s where sdl_nlen != 0brian
1997-12-06Remove duplicate REJECTED macro.brian
Remove extraneous pointers.
1997-12-06Initialize ccpstate when CCP comes down.brian
Remove extraneous pointers.
1997-12-06Parenthesise the REJECTED macro.brian
1997-12-06Identify rejected protocol types according to rfc1700.brian
1997-12-06Add DEFLATE capabilities (rfc1979).brian
1997-12-06Show uptime as zero if a connection has never been made.brian
1997-12-05$OpenBSD$ tag.gene
Also, remove secretmail sicne we no longer have it. This could probably use a review and modernization.
1997-12-05argh. this darn little bugger made CDIOCREADSUBCHANNEL unuseable, thisNiels Provos
should also fix some cdio problems with SCSI cdroms.
1997-12-04Fixed a sysadmin-dos.Artur Grabowski