summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2007-09-11macro argument unused, using local instead; spotted by mpfTheo de Raadt
2007-09-11extend lex to spot numbers in the stream, without impacting the parsingTheo de Raadt
of ip addresses and such. this change is being pushed into all the pfctl derived parsers, starting with the easy ones; ok claudio michele
2007-09-11The same dance as in all other routing daemons. baudrate is 64bit plusClaudio Jeker
initialize iface->baudrate when the interface is created. An additional gimmick don't set the ictl->baudrate twice when building the control message.
2007-09-11More baudrate fixes. Again don't forget to initialize the iface->baudrate.Claudio Jeker
2007-09-1164bit baudrate and %llu to printHenning Brauer
2007-09-11baudrate, two non-obvious ones marked for micheleHenning Brauer
2007-09-11baudrate 64bit, two more questionable marked for norbyHenning Brauer
2007-09-11baudrate is 64bit now, plus print w/ %lluHenning Brauer
2007-09-11baudrate u_long -> u_int64_tHenning Brauer
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
ok pyr@, ray@, millert@, moritz@, chl@
2007-09-11add application/x-bittorrentHenning Brauer
From: Alex Holst <a@mongers.org>
2007-09-11Switch some more baudrates to 64 bit and initialize iface->baudrate.Claudio Jeker
2007-09-11Baudrate is 64bit so use %llu in printf(). Reminded by chl@Claudio Jeker
2007-09-11Improve the ospfd(8) manpage.Esben Norby
Hooray! claudio@
2007-09-10Proper use of fseek/fseeko macros.Tobias Stoeckmann
OK joris@, otto@
2007-09-10add support for relaying DNS traffic (with a little bit of packetReyk Floeter
header randomization). this adds an infrastructure to support UDP-based protocols. ok gilles@, tested by some
2007-09-09better printing code, fixing certain properties; reported by kettenis,Federico G. Schwindt
tested by him and Johan Mson Lindman. ok kettenis.
2007-09-07Initialize length variable slen properly to avoid possible EINVALAlexander Bluhm
errors from setsockopt(2) in function double_rbuf(). ok markus@ mpf@
2007-09-07unexpeced -> unexpected;Jason McIntyre
from Wouter Schoot, netbsd-bugs #36931
2007-09-07Fix use of arguments in usage().Marc Balmer
ok winiger
2007-09-07some small cleanup, including standard synopsis/usage and sort options;Jason McIntyre
ok fgsch deraadt
2007-09-07add a "show sessions" command to dump the complete list of running relayReyk Floeter
sessions.
2007-09-07simple style change in the switchReyk Floeter
2007-09-07add an interface to dump running relay sessions to the control socketReyk Floeter
2007-09-07remove unused flags field from the structureReyk Floeter
2007-09-07store the table's port as the relay's dstportReyk Floeter
2007-09-07add a function to print delays in hours, minutes, and secondsReyk Floeter
2007-09-06rename relay_host to print_host in log.cReyk Floeter
2007-09-05be extra careful with pointers in session_cmpReyk Floeter
2007-09-05add my copyright because i added a lot.Reyk Floeter
ok pyr@ (who is the first copyright holder)
2007-09-05store relay sessions in SPLAY trees instead of TAILQ lists. this willReyk Floeter
be used for faster lookups of sessions based on different criteria. ok pyr@
2007-09-05increase th maximum string size for the sslciphers from 32 to 768.Reyk Floeter
this unbreaks some configurations that worked when sslciphers was a dynamic charbuf. ok pyr@
2007-09-04add support to print the derivated tree from the OpenPROM (alas devinfo orFederico G. Schwindt
prtconf); ok kettenis@. thanks to the various people who helped me test in different sparc* machines.
2007-09-04use memrchr; ok millert@.Federico G. Schwindt
2007-09-04Add the ability to specify a host header when using http(s) check methods.Pierre-Yves Ritschard
Prodded by me, done by Gille Chehade <veins@evilkittens.org> ok reyk, jmc for the manpage bits.
2007-09-04small fix in the error path when accepting new relay sessionsReyk Floeter
2007-09-04support chained ssl certificates; a chain can be added to theReyk Floeter
PEM-encoded server cert file (no CA support yet). makes a chained ssl certificate from Comodo work with hoststated, also tested with other certs (self-signed, Thawte Premium) thanks to ben (pr0ncracker at gmail dot com)
2007-09-04Use err(3) functions. input and ok millert.Federico G. Schwindt
2007-09-03malloc(n * m) -> calloc(n, m); ok espieTheo de Raadt
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-09-01Include err.h and remove unused variables.Ray Lai
OK millert.
2007-08-31Copy editit() from sendbug, synchronizing editor calling code.Ray Lai
OK otto, millert, beck, mbalmer, deraadt.
2007-08-28add -I option for printing the interfaces;Markus Friedl
ok hshoexer, henning, mcbridge (some time ago)
2007-08-28reverse mistaken commit, restore FETCH_CMD to functionality.Marc Espie
2007-08-24Yet another application that does not check if the RTM_VERSION is the expectedClaudio Jeker
one. Luckily it seems that only show is affected. OK henning@
2007-08-24Add a new configuration directive 'RLimitNOFILE' to set the number ofMarc Balmer
of open filedescriptors (like RLimitNPROC for the number of processes). ok ckuethe, "no objection" henning
2007-08-23write out the object url in the error message if that's an object error andMarc Espie
not a basic listing repository issue.
2007-08-23fix v* order in keep_most_recent.Marc Espie
2007-08-22Allow ntpd to log sensor offsets and adjtime calls to syslog at LOG_DEBUGChris Kuethe
priority. ok gwk, mbalmer, weingart "explicit non-ok from" henning
2007-08-21No need to keep RLOGIN_PORT and RSH_PORT defines hanging around since theirKenneth R Westerback
uses were eliminated five years ago. Spotted by Diego Casati. ok deraadt@ hshoexer@