Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-10 | someone should bellow at people who spell below wrong | Theo de Raadt | |
2001-04-09 | Extend IKE knowledge so we can parse the rest (normally encrypted parts) | Hakan Olsson | |
of the IKE negotiation. Useful for isakmpd's new -L and -l options. Also some cleanup. (angelos@, niklas@ ok) | |||
2001-04-09 | 31 vs 32; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-04-08 | add support for printing cdp (Cisco Discovery Protocol), from tcpdump.org | Jakob Schlyter | |
2001-04-08 | Better error messages: pwarnx function, which works like pwarn, except | Marc Espie | |
it shows a current package name along with the program name, e.g., pkg_add(foo-3.0): some error occurred. A few messages now bear redundant pkgnames, which is much better than doing pkg_add * and being informed that something went slightly wrong somewhere... | |||
2001-04-07 | $OpenBSD$ here too. | Hakan Olsson | |
2001-04-07 | Add $OpenBSD$. | Hakan Olsson | |
2001-04-07 | Avoid a compiler warning. Add $OpenBSD$. (Suggestion and ok millert@) | Hakan Olsson | |
2001-04-05 | another euid mixup; wiz@danbala.ifoer.tuwien.ac.at | Theo de Raadt | |
2001-04-05 | When we change the interface MTU, run through the routing table and tweak | brian | |
all route MTUs too. | |||
2001-04-04 | missung euid swapout; j@ida.interface-business.de | Theo de Raadt | |
2001-04-03 | Be a bit more persistent when the NET_RT_IFLIST sysctl returns ENOMEM | brian | |
rather than dropping out immediately. | |||
2001-04-03 | Don't say ``PPP enabled'' if we're given the -quiet switch | brian | |
2001-04-02 | Satisfy boss. | Marc Espie | |
2001-04-02 | Handle for newdepend. | Marc Espie | |
- recognize the keyword, - pass all packing lists to `pkg dependencies solve' for rewriting. pkg dependencies solve is a no-op in the absence of newdepends. With newdepends, it rewrites @newdepends -> @pkgdep on the fly, depending on what's actually installed on the machine. | |||
2001-04-02 | style and fix cut & pasto from some previous commit. | Federico G. Schwindt | |
2001-04-02 | +pkg | Marc Espie | |
2001-04-02 | pkg command: perl frontend to pkg_{add,info,delete,create}, and hooks | Marc Espie | |
to handle new dependencies. | |||
2001-04-02 | More security fixes; check type before using it as tsptype index. | Federico G. Schwindt | |
2001-04-02 | Fix security problem correctly; use >=, not >; mea culpa. | Federico G. Schwindt | |
2001-04-02 | Use poll(2) instead of select(2). | Federico G. Schwindt | |
2001-04-02 | Use strlcpy where possible. | Federico G. Schwindt | |
2001-04-02 | Security fix; discard short packets. | Federico G. Schwindt | |
2001-04-01 | Don't assume challenges and responses don't contain embedded '\0's. | brian | |
Mschapv2 response generation may produce embedded NULs... causing us to send a bogus response to the radius server and end up failing the client's valid response. Problem pointed out by: Eugene Vigovskiy <vigov@com2com.ru> | |||
2001-03-31 | Log on short packets before discard'em; millert@ ok. | Federico G. Schwindt | |
2001-03-31 | Fix -Wall warnings; millert@ ok. | Federico G. Schwindt | |
2001-03-31 | Security fixes: check for short packets and bad types; from FreeBSD. | Federico G. Schwindt | |
millert@ ok. | |||
2001-03-29 | Apache 1.3.19+mod_ssl 2.8.1 merge - also adds shared build of mod_headers | Bob Beck | |
and mod_expire | |||
2001-03-29 | import apache 1.3.26 + mod_ssl 2.8.10 | Bob Beck | |
2001-03-28 | improved print-domain. from tcpdump.org. | Jakob Schlyter | |
- better error control - TSIG printing | |||
2001-03-28 | Bring the netgraph PPPoE interface UP if required (only applies to FreeBSD) | brian | |
2001-03-28 | do not core on truncated query-less dns packets; fix pr1746 | Michael Shalayeff | |
2001-03-27 | Rearrange title macros into the correct order. | Aaron Campbell | |
2001-03-26 | Typo: paramters -> parameters | Aaron Campbell | |
2001-03-25 | Remove an extraneous decl | brian | |
2001-03-25 | Add some style(9) to alias*.h | brian | |
2001-03-25 | If we're adding an interface address that is already one of the interface's | brian | |
aliases with the same netmask and destination, don't remove it and then re-add exactly the same thing. | |||
2001-03-24 | cleanup error message | Jakob Schlyter | |
2001-03-24 | fix usage when called as invalid binary name; <raj@cerias.purdue.edu> | Jakob Schlyter | |
2001-03-24 | fix multiple UID ranges; <raj@cerias.purdue.edu> | Jakob Schlyter | |
2001-03-24 | fix strlcpy; <raj@cerias.purdue.edu> | Jakob Schlyter | |
2001-03-24 | Remove some unprotected prototype variable names | brian | |
MAXPATHLEN -> PATH_MAX Handle ENOENT from opening /dev/tun* properly Rename _PATH_PPP -> PPP_CONFDIR and allow it to be redefined at compile time Reduce MIN_LQRPERIOD and MIN_FSMRETRY to 1 second Be smarter about identifying sockets on stdin Allow primary DNS IP negotiation when the secondary IP has been rejected Fix the call to PacketAliasProxyRule() properly. Add/fix some comments Fix man page markups; ru@FreeBSD.org Use localhost when no hostname is configured | |||
2001-03-23 | ac on/off hooks; from angelos@ | Michael Shalayeff | |
2001-03-22 | Smarter default conflict, use pkgname-[0-9]* if a version number has been | Marc Espie | |
found, pkgname-* otherwise. | |||
2001-03-22 | Grok NetBSD's version of el_init() (#ifdef NetBSD only) | brian | |
Submitted by: martin.hopkins@insignia.com | |||
2001-03-22 | backing out undiscussed changes outside your area | Theo de Raadt | |
2001-03-22 | Power status change after resume only if it really changed. | Angelos D. Keromytis | |
2001-03-22 | Document. | Angelos D. Keromytis | |
2001-03-22 | Emulate a powerup/powerdown when resuming. | Angelos D. Keromytis | |
2001-03-22 | Introduce powerup/powerdown actions, when power status changes (AC | Angelos D. Keromytis | |
connected/disconnected). |