summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2012-04-30just a bit of refactoring, make sure option handling is done in state,Marc Espie
2012-04-29repair src/xsrc handlingMarc Espie
2012-04-28explain why the base pseudo-handle is a dirty hack and why it's lessMarc Espie
2012-04-28File::Path::rmtree is very stupid and spews out warning messages if there'sMarc Espie
2012-04-28zap blank spacesMarc Espie
2012-04-28work-around the fact that BaseSystem updates have specific dependencyMarc Espie
2012-04-28cleaner code: only wrap the call to quirks itself inside an eval.Marc Espie
2012-04-28add a "fake" handle class for base system updates and ForwardDependenciesMarc Espie
2012-04-27A message-body should be forwarded for DELETE method too.giovanni
2012-04-27use our light-weight OpenBSD::MkTemp, which is safer, more accurate,Marc Espie
2012-04-24take a stab at documenting when arguments need quoted, and valid macroJason McIntyre
2012-04-22typoMarc Espie
2012-04-22write a specialized version that appends a / to directories, to make itMarc Espie
2012-04-21i got the previous fix wrong, /etc/mail/aliases should use SMTPD_USERGilles Chehade
2012-04-20Back to non-verbose, crept back in with last merge.Camiel Dobbelaar
2012-04-19relayd re-uses the event callbacks and passes the value of iev.dataTheo de Raadt
2012-04-19small cleanup(%hd -> %d)Gleydson Soares
2012-04-16add missing header needed by str* and mem* functionsCharles Longeau
2012-04-16supplementary code for SamplesMarc Espie
2012-04-16use explicit pattern to avoid huge results from pkg_locate we willMarc Espie
2012-04-16display truely unknown stuff firstMarc Espie
2012-04-16new glue: figure out how to install pkglocatedb on our own (if notMarc Espie
2012-04-15when using aliases, the *real* delivery user is not set on expand nodesGilles Chehade
2012-04-15Remove dead assignments and newly created unused variables.Charles Longeau
2012-04-15fix a leakJonathan Gray
2012-04-15fix some leaksJonathan Gray
2012-04-14update to 1.0.15Robert Nagy
2012-04-14improve readabilityEric Faurot
2012-04-14Kill Boehms GC dead.Christiano F. Haesbaert
2012-04-14read returns ssize_t not int.Christiano F. Haesbaert
2012-04-14Kill useless memset.Christiano F. Haesbaert
2012-04-14Don't return from main with 2 uppon issuing double -c option, printChristiano F. Haesbaert
2012-04-14Add CDIAGFLAGS infrastructure.Christiano F. Haesbaert
2012-04-13clarify "hostname"; from robert peichaer orgJason McIntyre
2012-04-12use a shared stripping function for chroot and make sureRobert Nagy
2012-04-12accept pacing ldpd way. Since this daemon has multiple listening fdsClaudio Jeker
2012-04-12The ebgp flags is just a truth value and it is better to not == 1 compares.Claudio Jeker
2012-04-12aspath_neighbor() should return the local AS number for empty AS pathes.Claudio Jeker
2012-04-12accept() pacing for bgpd based on similar work done on other daemons.Claudio Jeker
2012-04-11delete excessive evtimer_pending; ok claudioTheo de Raadt
2012-04-11rate limiting of accept() in various cases. Testing by jmatthew. thereTheo de Raadt
2012-04-11Do rate limiting of accept() when under pressure, like in other recentTheo de Raadt
2012-04-11accept() pacing on the control socket if E*FILE errors are returned.Claudio Jeker
2012-04-10prevent dpb trace handler from getting in the way of normal usage error reports.Marc Espie
2012-04-10Build with -O1 on vax for now, pcre_exec can not build with -O2.Miod Vallat
2012-04-10Handle file descriptor exhaustion in the accept() case.Theo de Raadt
2012-04-08add the evtimout rate-limiting code for accept() here too.Theo de Raadt
2012-04-07The Route Distinguishers should not be used to control distribution.Claudio Jeker
2012-04-07grammar fix;Jason McIntyre
2012-04-06iterate over e_shnum using Elf32_Word instead of intTheo de Raadt