summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2001-01-17point out a few non-obvious and helpful ppp(8) optionsJason Wright
2001-01-17use sig_atomic_tTheo de Raadt
2001-01-17name in uppercase, doh!Federico G. Schwindt
2001-01-17IPF 3.4.16 userland.Federico G. Schwindt
2001-01-17Add ipfs(8); man page prolly needs tweaking. This needs testing.Federico G. Schwindt
2001-01-17empty line at the top.Federico G. Schwindt
2001-01-172nd part of the ipf code; need more testing.Federico G. Schwindt
2001-01-171st part of ipf userland code.Federico G. Schwindt
2001-01-17OpenBSD-ify.Paul Janzen
2001-01-17avoid C sequence point issues; found by cgd@netbsd.org using a developmentPaul Janzen
version of gcc.
2001-01-16fix another signal race, and check signal flags even in non-EINTR from ↵Theo de Raadt
select case
2001-01-16check flags every loop, not just on EINTRTheo de Raadt
2001-01-16save_errno in signal handler, in case it calls signal()Theo de Raadt
2001-01-16use _exit() in signal handlerTheo de Raadt
2001-01-16do not trash errno in signal handlerTheo de Raadt
2001-01-16bzero the sets before FD_SET'n themJason Wright
2001-01-16fix fd_set overflowsJason Wright
2001-01-15Fix bug that sometime ignored first command in -e mode. -mojMats O Jansson
2001-01-15sync with latest kame tree.Jun-ichiro itojun Hagino
- reduce chances for signal handler rae condition - decrease chances for misconfiguration - feedbacks from router renumbering protocol bakeoff - cleanups related to mtu handling
2001-01-15Revert previous patch.Angelos D. Keromytis
2001-01-15Revert previous patch (I should stop believing Theo, esp. when he'sAngelos D. Keromytis
intoxicated). Thanks to Paul Janzen for pointing this out.
2001-01-14Handle quotas over 4G, PR 1534 (bob@prophecy.lu)Angelos D. Keromytis
2001-01-14Compute UDP checksum, PR 1621 (matthieu.herrb@wanadoo.fr)Angelos D. Keromytis
2001-01-12typo, enhough -> enoughBrad Smith
2001-01-12make signo a volatile variable. sync with kameJun-ichiro itojun Hagino
2001-01-12un-race three signal handlers, and fix the fd_set overflow gunkTheo de Raadt
2001-01-12make signal handler very short, to avoid possibility of race conditions.Jun-ichiro itojun Hagino
commented by deraadt. sync with kame
2001-01-12use setitimer instead of alarmJason Wright
2001-01-11nearly a complete rewrite. use poll(), no more signals, no more races,Theo de Raadt
no more bullshit. someone use this? please run with it.
2001-01-11fd_set overflows, move races out of signal handlers, and fd_set repairs;Theo de Raadt
some conversations with alejo@core-sdi.com, not sure yet if this is 100% perfect, but i have tested it and it works..
2001-01-11fix fd_set overflowTheo de Raadt
2001-01-11indentTheo de Raadt
2001-01-11fix closedown() stub generated by rpcgen(1)Theo de Raadt
2001-01-11indentTheo de Raadt
2001-01-06Commit 1.6 was just plain wrong on two counts; as a result, it causedAngelos D. Keromytis
dhclient to complain about options.
2001-01-06Also protect write_client_lease() in bind_lease()Angelos D. Keromytis
2001-01-06Lock the leases file, to protect against multiple instances ofAngelos D. Keromytis
dhclient running.
2001-01-05alloc.h was renamed ap_alloc.h so install the correct thing and killTodd C. Miller
the zero-length alloc.h (truncated by patch no doubt). Fixes PHP4 build; matthieu@laas.fr.
2001-01-05Generate Makefiles that don't get confused if the source layout (withAngelos D. Keromytis
regards to depth and symbolic links) is not what's expected.
2001-01-03make smb printing a little closer to what it is supposedMichael Shalayeff
to look like in tcpdump world. main part from: Erik Fichtner <emf@marymount.edu>. help and testing from Jakob Schlyter <jakob@crt.se>.
2001-01-03-Wall cleanup.Eric Jackson
roll a function for writing out pidfile's instead of rolling it for each program. be careful with a few more buffers
2001-01-03Descend into doc dir, missed in past amd doc commitTodd C. Miller
2001-01-02fix sprintf overflow, found by spock@techfour.net, just a better fix of mine.Michael Shalayeff
user __progname, err/warn.
2001-01-02do not build/install fsinfo; deraadt@Michael Shalayeff
2001-01-02Fine, I'm convinced -- don't set the mask to ~0.Angelos D. Keromytis
2001-01-01Force mask to ~0 only if hostname (kudos to james@squish.net)Angelos D. Keromytis
2000-12-31fix __m88k__ definitions.Steve Murphree
2000-12-30setockopt(SO_REUSEPORT), so multiple dhclients work, PR 1391Angelos D. Keromytis
2000-12-30Change wording when empty password is entered: our adduser sets theAngelos D. Keromytis
password to "*" (thus disallowing logon) -- PR 1480
2000-12-29Log the ``MPPE: MasterKey is invalid...'' message as a CCPbrian
diagnostic rather than a warning.