Age | Commit message (Expand) | Author |
2001-01-16 | fix another signal race, and check signal flags even in non-EINTR from select... | Theo de Raadt |
2001-01-16 | check flags every loop, not just on EINTR | Theo de Raadt |
2001-01-16 | save_errno in signal handler, in case it calls signal() | Theo de Raadt |
2001-01-16 | use _exit() in signal handler | Theo de Raadt |
2001-01-16 | do not trash errno in signal handler | Theo de Raadt |
2001-01-16 | bzero the sets before FD_SET'n them | Jason Wright |
2001-01-16 | fix fd_set overflows | Jason Wright |
2001-01-15 | Fix bug that sometime ignored first command in -e mode. -moj | Mats O Jansson |
2001-01-15 | sync with latest kame tree. | Jun-ichiro itojun Hagino |
2001-01-15 | Revert previous patch. | Angelos D. Keromytis |
2001-01-15 | Revert previous patch (I should stop believing Theo, esp. when he's | Angelos D. Keromytis |
2001-01-14 | Handle quotas over 4G, PR 1534 (bob@prophecy.lu) | Angelos D. Keromytis |
2001-01-14 | Compute UDP checksum, PR 1621 (matthieu.herrb@wanadoo.fr) | Angelos D. Keromytis |
2001-01-12 | typo, enhough -> enough | Brad Smith |
2001-01-12 | make signo a volatile variable. sync with kame | Jun-ichiro itojun Hagino |
2001-01-12 | un-race three signal handlers, and fix the fd_set overflow gunk | Theo de Raadt |
2001-01-12 | make signal handler very short, to avoid possibility of race conditions. | Jun-ichiro itojun Hagino |
2001-01-12 | use setitimer instead of alarm | Jason Wright |
2001-01-11 | nearly a complete rewrite. use poll(), no more signals, no more races, | Theo de Raadt |
2001-01-11 | fd_set overflows, move races out of signal handlers, and fd_set repairs; | Theo de Raadt |
2001-01-11 | fix fd_set overflow | Theo de Raadt |
2001-01-11 | indent | Theo de Raadt |
2001-01-11 | fix closedown() stub generated by rpcgen(1) | Theo de Raadt |
2001-01-11 | indent | Theo de Raadt |
2001-01-06 | Commit 1.6 was just plain wrong on two counts; as a result, it caused | Angelos D. Keromytis |
2001-01-06 | Also protect write_client_lease() in bind_lease() | Angelos D. Keromytis |
2001-01-06 | Lock the leases file, to protect against multiple instances of | Angelos D. Keromytis |
2001-01-05 | alloc.h was renamed ap_alloc.h so install the correct thing and kill | Todd C. Miller |
2001-01-05 | Generate Makefiles that don't get confused if the source layout (with | Angelos D. Keromytis |
2001-01-03 | make smb printing a little closer to what it is supposed | Michael Shalayeff |
2001-01-03 | -Wall cleanup. | Eric Jackson |
2001-01-03 | Descend into doc dir, missed in past amd doc commit | Todd C. Miller |
2001-01-02 | fix sprintf overflow, found by spock@techfour.net, just a better fix of mine. | Michael Shalayeff |
2001-01-02 | do not build/install fsinfo; deraadt@ | Michael Shalayeff |
2001-01-02 | Fine, I'm convinced -- don't set the mask to ~0. | Angelos D. Keromytis |
2001-01-01 | Force mask to ~0 only if hostname (kudos to james@squish.net) | Angelos D. Keromytis |
2000-12-31 | fix __m88k__ definitions. | Steve Murphree |
2000-12-30 | setockopt(SO_REUSEPORT), so multiple dhclients work, PR 1391 | Angelos D. Keromytis |
2000-12-30 | Change wording when empty password is entered: our adduser sets the | Angelos D. Keromytis |
2000-12-29 | Log the ``MPPE: MasterKey is invalid...'' message as a CCP | brian |
2000-12-29 | If no LEASE_TIME was received from the server, use the | Angelos D. Keromytis |
2000-12-29 | Forwarding is set in sysctl.conf, not rc.conf (madey@openbsd.pl) | Angelos D. Keromytis |
2000-12-23 | if a short rwhod packet arrived on a little endian machine, all stack memory | Theo de Raadt |
2000-12-22 | when printing vrrp and verbose set -- print src/dst ip addrs | Michael Shalayeff |
2000-12-22 | revoke root priv earlier. use strl*. | Jun-ichiro itojun Hagino |
2000-12-21 | Print quotas > 4G correctly; be a little more paranoid with a few buffers. | Paul Janzen |
2000-12-21 | Deal with quotas over 4G correctly; also, tidy a bit and be a touch more | Paul Janzen |
2000-12-21 | Standard OpenBSD'ifications that happen when new man pages are imported. | Aaron Campbell |
2000-12-21 | more careful euid killing | Theo de Raadt |
2000-12-20 | use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@ | Markus Friedl |