Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-15 | No need to call the nbr_fsm for unexpected LS requests. The RFC tells to | Claudio Jeker | |
just ignore thos packets. OK norby@ | |||
2005-12-15 | Fix ospfe shutdown function. The cleanup was totaly busted. OK norby@ | Claudio Jeker | |
2005-12-15 | Simpify iface_del() and nbr_del(). make them void funtions as they can not fail | Claudio Jeker | |
and do not remove a element twice in iface_del(). OK norby@ | |||
2005-12-15 | Fix memory leaks in the parser. Make the string passed with area more strict. | Claudio Jeker | |
Finaly implement clear_config(). OK norby@ | |||
2005-12-14 | Replace strlcpy() with memcpy() in the sockaddr_dl handling. sdl_data is | Claudio Jeker | |
not a C string and strlcpy() only works on C strings -- returns length of the source. Found by tedu@ OK deraadt@ tedu@ | |||
2005-12-12 | correct err() usage and remove the do_death which is unneeded in | Bob Beck | |
the child proceess, (as noticed by <evol@online.ptt.ru>) | |||
2005-12-12 | Backout previous change back to 1.92 - My fault, committed diff | Bob Beck | |
from unclean tree. | |||
2005-12-11 | inode/dinode separation for ext2fs | Pedro Martelletto | |
2005-12-10 | tweak: ok reyk | Jason McIntyre | |
2005-12-10 | add an option to increase the multicast ttl which is currently limited | Reyk Floeter | |
to 1 hop. by using a higher multicast ttl, you could use inter-network multicast forwarding of hostapd messages (i.e. with mrouted(8) or multicast-capable routing switches); "set iapp mode multicast ttl 2". | |||
2005-12-10 | make lint more happy | Reyk Floeter | |
2005-12-09 | Mine, so modernize license | Bob Beck | |
2005-12-09 | calling do_death() after err makes us exit is not smart, and is in | Bob Beck | |
fact unnecessary, my usage of err() here also repeated the formatted error message twice. - We don't need do_death() here, and fix err to print the message a bit more sanely. Noticed by Andrey Matveev <evol@online.ptt.ru> - Thanks | |||
2005-12-09 | Unkown attributes need to be optional, if not issue a "unknown wellknown | Claudio Jeker | |
attribute" error. While this check is already present in the error handling function it is not done while parsing. Found via regress, OK henning@ | |||
2005-12-08 | make authpf give up group privs before exec'ing pfctl - makes it | Bob Beck | |
so the new taint enforcement for /dev/fd/X opens don't kill it | |||
2005-12-08 | Missing #include <limits.h> | Claudio Jeker | |
2005-12-08 | Missing ntohs() in error path. Found via regress test. | Claudio Jeker | |
2005-12-08 | When parsing open messages enforce that the optional parameter length is | Claudio Jeker | |
equal to the size of the rest of the message and not only enforcing that no overflow happens. Found via regress test. OK henning@ | |||
2005-12-07 | Do not use strlcpy if the source string is not NUL terminated and | Otto Moerbeek | |
avoid printing funny chars. Problem spotted by naddy@ whil tcpdumping enc0 with malloc.conf AJ; ok canacar@ on an earlier version. | |||
2005-12-07 | new ISC nslookup clone "written because we feel like it" is incorrect | Theo de Raadt | |
to spit out the ">" prompt to stderr; it has always been output to stdout historically, and that is the right thing to do. scripts depend on it, as spotted in pr 4937. my fix, because the scripts do not need fixing | |||
2005-12-06 | Remove fdescfs | Pedro Martelletto | |
2005-12-05 | make sure set_modes always get called for a `real' extraction. | Marc Espie | |
Problem noticed by sturm@ | |||
2005-12-05 | Optimize rde_redistribute() a bit and remove two unneeded and way to verbose | Claudio Jeker | |
log_debug() messages. OK norby@ | |||
2005-12-05 | Ignore case on the file extension, to allow both .s and .S to be included | Dale Rahn | |
in SFILES for mkdep. Would also pick up .C files (but we dont allow with those in the kernel) ok deraadt@ | |||
2005-12-04 | Increase ADJ_TMOUT to prevent loss of adjacency during bulk ls update | Esben Norby | |
transfers. ok claudio@ | |||
2005-12-04 | Increase the receive buffer of the raw socket. | Esben Norby | |
Prevents some of the retransmitting during bulk ls update transfers. ok claudio@ | |||
2005-12-02 | unlink() pid file on exit. ok deraadt@ | Moritz Jodeit | |
2005-12-02 | Fixed version of r1.35, readd candidate to list in both cases so that the list | Claudio Jeker | |
remains sorted. Tested and OK norby@ | |||
2005-12-02 | sort options and kill duplicate -C entry; | Jason McIntyre | |
2005-12-02 | remove trailing whitespace; | Jason McIntyre | |
2005-12-02 | sync usage to man page | Theo de Raadt | |
2005-12-02 | sync to usage in man page | Theo de Raadt | |
2005-12-02 | Modify automatic performance adjustment mode so that the cpu is set | Bob Beck | |
to go fast if the power is connected and the battery is more than 15% charged, and when on batteries keeps setperf low unless needed. add a cool runnings mode option (-C) that does the previous behaviour of keeping the CPU as low as possible unless needed. ok deradt@, sturm@, "i like it's" djm@ henning@ and others. | |||
2005-12-01 | tweaks; | Jason McIntyre | |
2005-12-01 | typo | Theo de Raadt | |
2005-12-01 | add configuration option to enable/disable specified iapp subtype handling | Reyk Floeter | |
2005-12-01 | support netmasks in table entry ip address assignments | Reyk Floeter | |
2005-12-01 | move iapp configuration in a separate data structure | Reyk Floeter | |
2005-12-01 | deauthenticate all stations on startup which will force them to | Reyk Floeter | |
reassociate cleanly. | |||
2005-11-30 | No need to filter incoming withdraws just try to remove everything form the | Claudio Jeker | |
RIB -- if it got filtered before so be it. | |||
2005-11-30 | put the command list back in order; | Jason McIntyre | |
2005-11-30 | timezone -> time zone | Jason McIntyre | |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto | |
anymore. Testing by jolan@, thanks. | |||
2005-11-29 | Add a flags field to struct prefix which will be used shortly. Remove the peer | Claudio Jeker | |
pointer so that the size does not grow. Adding 4 bytes to struct prefix would result in 64MB more memory usage on one of my systems. | |||
2005-11-29 | even more spaces and tabs. | Claudio Jeker | |
2005-11-29 | crontab.c uses the rcsid in the crontab head comment so don't protect | Todd C. Miller | |
it from lint. Found by cloder@ | |||
2005-11-29 | tabs on empty lines | Claudio Jeker | |
2005-11-29 | superfluous ; OK henning@ | Claudio Jeker | |
2005-11-29 | - Zap duplicate semicolon. From Alexander Hall via PR #4913. Thanks! | Bernd Ahlers | |
- Some indentation fixes while I'm here. okay espie@ | |||
2005-11-27 | ISOXXX/ISO-XXX -> ISO XXX | Jason McIntyre | |