summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2006-01-02#include <signal.h>, not <sys/signal.h>Todd C. Miller
2005-12-31Make useradd -p slightly less dangerous by overwriting the encryptedTodd C. Miller
2005-12-30Fix parse_prefix() for IPv4 addresses. Looks like fallout after IPv6 addition.Claudio Jeker
2005-12-30There is no attr_mp_nexthop() function, remove the prototype.Claudio Jeker
2005-12-30Remove unused attr_optlen()Claudio Jeker
2005-12-30Use sys/hash.h instead of own built functions that work similar.Claudio Jeker
2005-12-30Merge rde_attr_error() into rde_attr_parse() it is no longer necessary toClaudio Jeker
2005-12-29More correct cleanup on exit. OK norby@Claudio Jeker
2005-12-29Instead of a simple timer per neighbor for the LS retransmition list useClaudio Jeker
2005-12-29add an 'include' rule to hostapd.conf(5); based on an older diff fromReyk Floeter
2005-12-28Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes.Pedro Martelletto
2005-12-26have pkg_create warn about shared libs which have a version number hardcodedMarc Espie
2005-12-24bzero the pfd array before setting it up and calling poll because on errorClaudio Jeker
2005-12-24Don't use bzero(&pfd, sizeof(pfd)); pfd is an array so bzero(pfd, sizeof(pfd));Claudio Jeker
2005-12-23- no need to use .Bk/.Ek after every optionJason McIntyre
2005-12-23fill in the blanks for -r;Jason McIntyre
2005-12-23adjust the description of -r to that in freebsd's traceroute6(8),Jason McIntyre
2005-12-22`option', not `options';Jason McIntyre
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-12-20some wording improvements;Jason McIntyre
2005-12-19Better English in comment.Claudio Jeker
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-17remove extra space in output of router LSA; ok claudio@Kevin Steves
2005-12-17Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS.Pedro Martelletto
2005-12-16rm kerberosIV remnantTodd T. Fries
2005-12-15No need to call the nbr_fsm for unexpected LS requests. The RFC tells toClaudio Jeker
2005-12-15Fix ospfe shutdown function. The cleanup was totaly busted. OK norby@Claudio Jeker
2005-12-15Simpify iface_del() and nbr_del(). make them void funtions as they can not failClaudio Jeker
2005-12-15Fix memory leaks in the parser. Make the string passed with area more strict.Claudio Jeker
2005-12-14Replace strlcpy() with memcpy() in the sockaddr_dl handling. sdl_data isClaudio Jeker
2005-12-12correct err() usage and remove the do_death which is unneeded inBob Beck
2005-12-12Backout previous change back to 1.92 - My fault, committed diffBob Beck
2005-12-11inode/dinode separation for ext2fsPedro Martelletto
2005-12-10tweak: ok reykJason McIntyre
2005-12-10add an option to increase the multicast ttl which is currently limitedReyk Floeter
2005-12-10make lint more happyReyk Floeter
2005-12-09Mine, so modernize licenseBob Beck
2005-12-09calling do_death() after err makes us exit is not smart, and is inBob Beck
2005-12-09Unkown attributes need to be optional, if not issue a "unknown wellknownClaudio Jeker
2005-12-08make authpf give up group privs before exec'ing pfctl - makes itBob Beck
2005-12-08Missing #include <limits.h>Claudio Jeker
2005-12-08Missing ntohs() in error path. Found via regress test.Claudio Jeker
2005-12-08When parsing open messages enforce that the optional parameter length isClaudio Jeker
2005-12-07Do not use strlcpy if the source string is not NUL terminated andOtto Moerbeek
2005-12-07new ISC nslookup clone "written because we feel like it" is incorrectTheo de Raadt
2005-12-06Remove fdescfsPedro Martelletto
2005-12-05make sure set_modes always get called for a `real' extraction.Marc Espie
2005-12-05Optimize rde_redistribute() a bit and remove two unneeded and way to verboseClaudio Jeker
2005-12-05Ignore case on the file extension, to allow both .s and .S to be includedDale Rahn