summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2012-05-07new method to convert other file names to fullname.Marc Espie
2012-05-07well pkg_create itself doesn't care, but a custom ->annotate will getMarc Espie
2012-05-07in the odd case we don't live under /usr/local, make sure we stop eventuallyMarc Espie
2012-05-07Remove leftovers from last commit, getdevicedesc() cannot be used nowMartin Pieuchot
2012-05-05better description of input to mode hash/loadbalanceSebastian Benoit
2012-05-05if the lib directory is not localbase->lib, we add directory entries toMarc Espie
2012-05-05un-specialcase shallow/deep copy: create a normal new plist.Marc Espie
2012-05-03esp/ah sequence number is unsigned and should be printed as such;Mike Belopuhov
2012-05-02s/ospfd/iscsid/ in commentGleydson Soares
2012-05-02s/snmpd/iked/ in commentGleydson Soares
2012-05-01make fragment handling yet more customizableMarc Espie
2012-05-01properly pass extra parameters from State->new to init.Marc Espie
2012-04-30Use paged searches so we can handle larger directories. Servers that don'tJonathan Matthew
2012-04-30allow a subclass to override that specific errorMarc Espie
2012-04-30Check for nat_range_high before creating the PF nat rule.Christiano F. Haesbaert
2012-04-30add 'groupdn' option for specifying a separate base DN for group searches.Jonathan Matthew
2012-04-30make the reading of packing-lists amenable to further annotations, such asMarc Espie
2012-04-30move code around a bit moreMarc Espie
2012-04-30The message-body should be forwarded for GET,HEAD and OPTIONS methods as well.Sebastian Benoit
2012-04-30more refactorMarc Espie
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