summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2012-03-26Add a function to extract an address instead of copying the same code overClaudio Jeker
and over again. Also allow the dump attr of struct mrt_parser to be NULL.
2012-03-26Add a few missing files for 'make clean'.Stuart Henderson
2012-03-26Add hibernate request support. Also installs a ZZZ binary for theTheo de Raadt
shortcut. ok mlarkin miod
2012-03-26When clenaing, run "make realclean" in the ldns subdirectory, not just unbound.Stuart Henderson
2012-03-26remove this again, it's not needed after all.Stuart Henderson
2012-03-26Use PYTHONMOD_HEADER variable set by autoconf to avoid pullingStuart Henderson
in pythonmod sources when not required.
2012-03-26syncStuart Henderson
2012-03-26add PYTHONMOD_HEADER variable which is conditionalized on building the module.Stuart Henderson
2012-03-26set --without-pythonmodule (this is the default anyway, but better to be ↵Stuart Henderson
explicit).
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
pythonmod files are also required
2012-03-26syncStuart Henderson
2012-03-26Don't force CFLAGS.Stuart Henderson
2012-03-26Add Makefile wrapper for Unbound. From Bjorn Ketelaars <bjorn.ketelaarsStuart Henderson
at hydroxide.nl>.
2012-03-26Import ldns 1.6.12, needed for Unbound, to work on in-tree.Stuart Henderson
These are the direct sources from NLnet Labs upstream, minus these: contrib doc/images examples packaging/fedora ok deraadt@ jakob@
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@
2012-03-25Do not fatal() when failing to connect to a relay.Eric Faurot
Instead, drop the relay and try the next one. ok gilles@
2012-03-24Allow relayd to use a separate SSL certificate for each portStuart Henderson
(/etc/ssl/host:port.crt, /etc/ssl/private/host:port.key). ok benno@, todd@ likes it too, doc tweak suggested by jmc.
2012-03-22Update alphasort() and scandir()'s argument types to match POSIX:Philip Guenthe
use "const struct dirent **" instead of "const void *". Also, add __restrict to readdir_r(). ok matthew@
2012-03-20New OIDs hrSystemUptime, hrSystemDate, hrSystemProcesses andJoel Knight
hrSystemMaxProcesses. ok sthen@
2012-03-19when a mailer daemon loop is detected, do not insert new bounce in ramqueueGilles Chehade
fixes an issue experienced by myself and Roman Kravchuck ok eric@
2012-03-19Use $() instead of backticks.Antoine Jacoutot
2012-03-17llu -> PRIu64 in enqueue() to avoid warning in portableGilles Chehade
diff from Guillaume Leconte <guillaume.leconte@scality.com>
2012-03-16don't leak ypldap_addr structures when doing dns lookupsJonathan Matthew
ok dlg@
2012-03-15stupid cvs (dir has 'core' in the name...)Stuart Henderson
2012-03-15resolve conflictsStuart Henderson
2012-03-15use the correct dir for php in the default configRobert Nagy
2012-03-15Add sys/queue.h. ok dlgNicholas Marriott
2012-03-15Accept empty/nonexistant ldap attributes when we want a list. This allowsJonathan Matthew
empty groups to show up, which is helpful if they're used as primary groups. ok dlg@
2012-03-15don't leak ue_netid_line when freeing the old user treeJonathan Matthew
ok dlg@
2012-03-13When moving back envelope from offload tree to msg tree ... remove theGilles Chehade
envelope from offload tree not msg tree, this corrupts the ramqueue in ways that I couldn't imagine before wasting so many hours tracking it. Fixes crash on my server under load, no crash after about 20K mails processed from up to 150 concurrent sessions.
2012-03-10ldap doesnt necessarily do referential checks on the users in aDavid Gwynne
group, so it is possible for them to list users that dont exist as members. they should just skip such entries instead of fail horribly. diff from jim smith ok aschrijver@
2012-03-09set onrdomain and prio when creating pf rules, found by Gabriel Linder.Sebastian Benoit
ok henning@ phessler@ camield@ "looks good to me" mkb@
2012-03-09Userspace counterpart of new vmmap.Ariane van der Steldt
Allows memory walks to function.
2012-03-08-pedantic wasnt supposed to be commited.David Gwynne
reported by steve andre
2012-03-07- remove some map_find() calls that are no longer needed, they are followedGilles Chehade
by a map_lookup() call that does the map_find() internally spotted and diff by Mathieu <ptr.jetable@gmail.com>
2012-03-07- db.h not needed here, already removed by chl@ but I fscked up previousGilles Chehade
commit ... remove again
2012-03-07various reliability fixes:Gilles Chehade
- prevent queue_fsqueue from fatal() when it hits an ENOENT, it can happen - change a bit the scheduler API to simplify it, fix runner accordingly - we can't remove msg/batch from ramqueue while envelope is offloaded or it will cause a double, instead we add refcnt to both msg/batch and only free them when it hits 0
2012-03-07dont mix code and declarations.David Gwynne
2012-03-06update to 1.0.13Robert Nagy
2012-03-06catch up with "on rdomain" changes; ok claudioMike Belopuhov
2012-03-06Implement a better way to detect the encoding of the MP_REACH_NLRI attr.Claudio Jeker
Check the addr length value of the RFC 6396 encoding to decide if it is one or not. While there try to make the comment more clear.
2012-03-06clean up some newly created lies now that tftpd doesnt run out of inetd.David Gwynne
poke by deraadt@
2012-03-05swap out libexec/tftpd for usr.sbin/tftpdDavid Gwynne
ok henning@ sthen@ mikeb@ deraadt@ wants this
2012-03-04tweak the description of -r further;Jason McIntyre
2012-03-04document what tftpd expects when talking to the rewrite socket.David Gwynne
with help from jmc@
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
2012-03-02tweaks;Jason McIntyre
2012-03-02resolve conflictsStuart Henderson
2012-03-02import nsd 3.2.10, "cool" jakob@, also looked over by BradStuart Henderson
2012-03-02CFLAGS+= -Wall -Werror and the resulting cleanupDavid Gwynne