summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2003-10-07add support for modifying attribute cache parametersHenning Brauer
2003-10-04Avoid crash on invalid config file (missing value for LIFE_DURATION).Chad Loder
2003-10-02clean up p = realloc(pRyan Thomas McBride
2003-10-01note that for user mounts special should be -rw user, and node owned by user;Jason McIntyre
2003-10-01free without testTheo de Raadt
2003-09-26Rearchitecture of the userland/kernel IOCTL interface for transactions.Cedric Berger
2003-09-26Walking up to a firewall box which had the console logged in, to seeTheo de Raadt
2003-09-26check strdup failure; ok anil millertTheo de Raadt
2003-09-26Fix off-by-ones in format string for 's' specifier; millert@, deraadt@ okAaron Campbell
2003-09-26don't listen to INADDR_ANY if Listen-on is specified.Cedric Berger
2003-09-26.Xr mount_ntfs;Jason McIntyre
2003-09-26realloc properly; ok jasonTheo de Raadt
2003-09-25Fix off-by-one out-of-bounds write; millert@ okAaron Campbell
2003-09-25Fix one case of set length before realloc. Fix another case ofChad Loder
2003-09-25realloc fixes; 3rd rev to make markus happierTheo de Raadt
2003-09-25do not crank size first, do not do p = realloc(p, ...Theo de Raadt
2003-09-25whack commons as wanted by hoTheo de Raadt
2003-09-25do not crank size before ereallocTheo de Raadt
2003-09-25p = realloc(p is not allowedTheo de Raadt
2003-09-24realloc fixTheo de Raadt
2003-09-24realloc fixes; ok hoTheo de Raadt
2003-09-24re-add AES, but without using EVP;Markus Friedl
2003-09-24back out EVP change; causes fd leaks; ok cedric@Markus Friedl
2003-09-24Fix realloc usage and make sure we don't increase buffer size on failure.Cedric Berger
2003-09-23use getaddrinfo for name-to-address resolution. mcbride@ okJun-ichiro itojun Hagino
2003-09-23fix a few strlcpyTheo de Raadt
2003-09-19an atexit handler to close a file descriptor? who wrote this crap..; millert okTheo de Raadt
2003-09-18Not all address types have a mask.Cedric Berger
2003-09-18fix early free (subtle); marius@monkey.orgTheo de Raadt
2003-09-18add .Bk/.Ek to SYNOPSIS;Jason McIntyre
2003-09-18add some space before lists;Jason McIntyre
2003-09-18replace NetBSD info with OBSD relevant stuff;Jason McIntyre
2003-09-09slight cleanup of man page and sync usage();Jason McIntyre
2003-09-05socket leak on error paths. from Patrick Latifi. ok deraadt@ ho@Ted Unangst
2003-09-02Xref boot_mvme88kMiod Vallat
2003-09-02escape punctuation;Jason McIntyre
2003-09-02A couple of nits. deraadt@ ok.Hakan Olsson
2003-09-02Require ISAKMP_FLAGS_ENC on phase 2 messages. ok markus@, deraadt@.Hakan Olsson
2003-09-02For easier compilation on linux systems. Requested by Thomas Walpuski.Hakan Olsson
2003-09-01KNFHenning Brauer
2003-08-31add references to /etc/mygate in FILES and SEE ALSO;Jason McIntyre
2003-08-29Document interactions between tables and anchors.Cedric Berger
2003-08-29exclude __sparc64__ since it can handle 16k blocks. from jason@Ted Unangst
2003-08-28sparcs cannot handle booting from > 8k block partitions, so set the rootTed Unangst
2003-08-28This change is busted. what's worse, REGRESSION TESTS WOULD HAVE CAUGHT IT!Kjell Wooding
2003-08-28support AES in phase 1, too. switch to OpenSSL EVP interface;Markus Friedl
2003-08-28tweak;Jason McIntyre
2003-08-27kill dangling 'else'. fixes modulus in W and M TCP optionsMike Frantzen
2003-08-27typos from deraadt@;Jason McIntyre
2003-08-26catch port/user/group a <>/>< b with a >= b, from mpech@Daniel Hartmeier