Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-10 | overzealous cut-and-paste by me a week ago | Theo de Raadt | |
1998-09-09 | Reflect reality | brian | |
1998-09-09 | Initialise lcp::his_mru to the ``set mtu'' value if it's less | brian | |
than DEF_MRU, allowing our interface mtu to be decreased despite negotiation with the peer. | |||
1998-09-07 | updated pkg_* tools. Merged in many changes/improvements from NetBSD. | Marco S Hyman | |
New features include md5 hash so pkg_delete won't remove files that have changed and the ability to define conflicting packages, e.g. you can't install both mh and nmh. The ports tree will have to be updated to take advantage of this. Let me know of any problems, real or imagined :-) | |||
1998-09-07 | More 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-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell | |
occurrences squashed as well. | |||
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-09-04 | Add a missing #include | brian | |
1998-09-04 | Don't cast potentially unaligned addresses to pointers to | brian | |
non-char types on non-i386 architectures. On Alpha and Sparc we get a bus error if we do. | |||
1998-09-03 | buf overlook | Theo de Raadt | |
1998-09-01 | more man page fixes; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-31 | more paranoia | Theo de Raadt | |
1998-08-31 | Move libalias sources into the ppp directory. | brian | |
Suggested (many times) by: Theo | |||
1998-08-31 | mostly fix build problems | Theo de Raadt | |
1998-08-31 | Upgrade ppp to version 2.0 | brian | |
This adds a number of features including: o Multilink o Callback (including CBCP) o DNS negotiation (client & server) o Easy to configure masquerading/packet aliasing o Any number of diagnostic socket connections (limits DOS attacks) o Sticky routes (ppp updates the routing table when the IP number is changed) See the file README.changes for things that effect current configurations. | |||
1998-08-30 | buckets of scanf overflows | Theo de Raadt | |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-27 | fix | Theo de Raadt | |
1998-08-27 | fixes based on mail with jmcdonal@unf.edu | Theo de Raadt | |
1998-08-23 | o If the user doesn't specify a file, use /dev/ksyms in preference to | Todd C. Miller | |
/bsd if it exists and we can open it. o Fix a bug where kvm_mkdb would leave a temp file in /var/db if the file argument didn't exit. | |||
1998-08-21 | strengthen suspicious(); jmcdonal@unf.edu | Theo de Raadt | |
1998-08-21 | oops, remove debugging info | Todd C. Miller | |
1998-08-21 | Changes to work with /dev/ksyms: | Todd C. Miller | |
o If we are have no data segment and text seg is __LDPGSZ, we must be /dev/ksyms or an equivalent so use sysctl to get version string. o fix an int vs. long issue and prepend '_' to symbols that lack one (alpha for instance). | |||
1998-08-20 | add -q flag to silent messages of the type: | Marco S Hyman | |
missing: some-file-name (not created: File exists) which occurred of some-file-name was a path that contained a symbolic link | |||
1998-08-20 | ecoff support, based on libc/gen/nlist.c | Todd C. Miller | |
1998-08-19 | buf oflows; reported by felix@schlund.de but fixed by me because he did not ↵ | Theo de Raadt | |
send in a patch | |||
1998-08-19 | clean up our temp files on failure | Todd C. Miller | |
1998-08-19 | Make kvm_mkdb work again | Todd C. Miller | |
o testdb() needs to take as an arg the name of the kernel so it can do the version test correctly. o add undocumented verbose flag to tell when we are rebuilding the .db file o DO_* -> _NLIST_DO_*, this prevented kvm_mkdb from doing anything at all. o preserve a few error messages so you get error output when none of the exec types match the target. o check malloc return values o get_kerntext should not subtract the sizeof(struct exec) from kernel_text | |||
1998-08-19 | build that man page too | Theo de Raadt | |
1998-08-18 | kill old man page, use tcpdump.8 instead | Todd C. Miller | |
1998-08-18 | no library | Theo de Raadt | |
1998-08-18 | openbsd | Theo de Raadt | |
1998-08-18 | ISC dhcp, needs security audit for sure | Theo de Raadt | |
1998-08-17 | Don't lose an allocated pointer if realloc() fails. | brian | |
Free it instead. Pointed out by: Theo de Raadt | |||
1998-08-16 | fix realloc leak | Theo de Raadt | |
1998-08-16 | fix realloc use | Theo de Raadt | |
1998-08-16 | fix realloc memory leaks | Todd C. Miller | |
1998-08-15 | add openbsd OSTYPE (with additional mailer flag 'S') and use it | Todd C. Miller | |
1998-08-15 | realloc misuse | Theo de Raadt | |
1998-08-15 | oops | Theo de Raadt | |
1998-08-15 | realloc misuse | Theo de Raadt | |
1998-08-14 | bootfile, PidFile, NamedXfer should be absolute paths in the chroot'd case; ↵ | Todd C. Miller | |
niklas@openbsd.org | |||
1998-08-14 | Update to sendmail.8.9.1a which adds support for MaxMimeHeaderLength option, ↵ | Todd C. Miller | |
to help avoid buffer oflows in stupid clients (only if enabled in .cf file) | |||
1998-08-13 | fix exit code; fgsch@olimpo.com.br | Theo de Raadt | |
1998-08-04 | fix parsing on chat script when passed on the command line; problem noted by ↵ | Todd C. Miller | |
fgsch@olimpo.com.br but different fix committed. | |||
1998-08-03 | Set SO_REUSEADDR on printer/tcp service (port 515); csapuntz@clearviewtech.com | Todd C. Miller | |
1998-08-02 | Enable built-in spam protection | Thorsten Lockert | |
1998-07-27 | fix usage | Theo de Raadt | |
1998-07-24 | fix spelling of separate | Theo de Raadt | |
1998-07-24 | Man pages Xrefs. | Marc Espie | |