summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2001-04-10someone should bellow at people who spell below wrongTheo de Raadt
2001-04-09Extend 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-0931 vs 32; ianm@cit.uws.edu.auTheo de Raadt
2001-04-08add support for printing cdp (Cisco Discovery Protocol), from tcpdump.orgJakob Schlyter
2001-04-08Better error messages: pwarnx function, which works like pwarn, exceptMarc 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-07Add $OpenBSD$.Hakan Olsson
2001-04-07Avoid a compiler warning. Add $OpenBSD$. (Suggestion and ok millert@)Hakan Olsson
2001-04-05another euid mixup; wiz@danbala.ifoer.tuwien.ac.atTheo de Raadt
2001-04-05When we change the interface MTU, run through the routing table and tweakbrian
all route MTUs too.
2001-04-04missung euid swapout; j@ida.interface-business.deTheo de Raadt
2001-04-03Be a bit more persistent when the NET_RT_IFLIST sysctl returns ENOMEMbrian
rather than dropping out immediately.
2001-04-03Don't say ``PPP enabled'' if we're given the -quiet switchbrian
2001-04-02Satisfy boss.Marc Espie
2001-04-02Handle 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-02style and fix cut & pasto from some previous commit.Federico G. Schwindt
2001-04-02+pkgMarc Espie
2001-04-02pkg command: perl frontend to pkg_{add,info,delete,create}, and hooksMarc Espie
to handle new dependencies.
2001-04-02More security fixes; check type before using it as tsptype index.Federico G. Schwindt
2001-04-02Fix security problem correctly; use >=, not >; mea culpa.Federico G. Schwindt
2001-04-02Use poll(2) instead of select(2).Federico G. Schwindt
2001-04-02Use strlcpy where possible.Federico G. Schwindt
2001-04-02Security fix; discard short packets.Federico G. Schwindt
2001-04-01Don'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-31Log on short packets before discard'em; millert@ ok.Federico G. Schwindt
2001-03-31Fix -Wall warnings; millert@ ok.Federico G. Schwindt
2001-03-31Security fixes: check for short packets and bad types; from FreeBSD.Federico G. Schwindt
millert@ ok.
2001-03-29Apache 1.3.19+mod_ssl 2.8.1 merge - also adds shared build of mod_headersBob Beck
and mod_expire
2001-03-29import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
2001-03-28improved print-domain. from tcpdump.org.Jakob Schlyter
- better error control - TSIG printing
2001-03-28Bring the netgraph PPPoE interface UP if required (only applies to FreeBSD)brian
2001-03-28do not core on truncated query-less dns packets; fix pr1746Michael Shalayeff
2001-03-27Rearrange title macros into the correct order.Aaron Campbell
2001-03-26Typo: paramters -> parametersAaron Campbell
2001-03-25Remove an extraneous declbrian
2001-03-25Add some style(9) to alias*.hbrian
2001-03-25If we're adding an interface address that is already one of the interface'sbrian
aliases with the same netmask and destination, don't remove it and then re-add exactly the same thing.
2001-03-24cleanup error messageJakob Schlyter
2001-03-24fix usage when called as invalid binary name; <raj@cerias.purdue.edu>Jakob Schlyter
2001-03-24fix multiple UID ranges; <raj@cerias.purdue.edu>Jakob Schlyter
2001-03-24fix strlcpy; <raj@cerias.purdue.edu>Jakob Schlyter
2001-03-24Remove some unprotected prototype variable namesbrian
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-23ac on/off hooks; from angelos@Michael Shalayeff
2001-03-22Smarter default conflict, use pkgname-[0-9]* if a version number has beenMarc Espie
found, pkgname-* otherwise.
2001-03-22Grok NetBSD's version of el_init() (#ifdef NetBSD only)brian
Submitted by: martin.hopkins@insignia.com
2001-03-22backing out undiscussed changes outside your areaTheo de Raadt
2001-03-22Power status change after resume only if it really changed.Angelos D. Keromytis
2001-03-22Document.Angelos D. Keromytis
2001-03-22Emulate a powerup/powerdown when resuming.Angelos D. Keromytis
2001-03-22Introduce powerup/powerdown actions, when power status changes (ACAngelos D. Keromytis
connected/disconnected).