Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-26 | Add a function to extract an address instead of copying the same code over | Claudio Jeker | |
and over again. Also allow the dump attr of struct mrt_parser to be NULL. | |||
2012-03-26 | Add a few missing files for 'make clean'. | Stuart Henderson | |
2012-03-26 | Add hibernate request support. Also installs a ZZZ binary for the | Theo de Raadt | |
shortcut. ok mlarkin miod | |||
2012-03-26 | When clenaing, run "make realclean" in the ldns subdirectory, not just unbound. | Stuart Henderson | |
2012-03-26 | remove this again, it's not needed after all. | Stuart Henderson | |
2012-03-26 | Use PYTHONMOD_HEADER variable set by autoconf to avoid pulling | Stuart Henderson | |
in pythonmod sources when not required. | |||
2012-03-26 | sync | Stuart Henderson | |
2012-03-26 | add PYTHONMOD_HEADER variable which is conditionalized on building the module. | Stuart Henderson | |
2012-03-26 | set --without-pythonmodule (this is the default anyway, but better to be ↵ | Stuart Henderson | |
explicit). | |||
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
pythonmod files are also required | |||
2012-03-26 | sync | Stuart Henderson | |
2012-03-26 | Don't force CFLAGS. | Stuart Henderson | |
2012-03-26 | Add Makefile wrapper for Unbound. From Bjorn Ketelaars <bjorn.ketelaars | Stuart Henderson | |
at hydroxide.nl>. | |||
2012-03-26 | Import 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-26 | Import 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-25 | Do not fatal() when failing to connect to a relay. | Eric Faurot | |
Instead, drop the relay and try the next one. ok gilles@ | |||
2012-03-24 | Allow relayd to use a separate SSL certificate for each port | Stuart 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-22 | Update 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-20 | New OIDs hrSystemUptime, hrSystemDate, hrSystemProcesses and | Joel Knight | |
hrSystemMaxProcesses. ok sthen@ | |||
2012-03-19 | when a mailer daemon loop is detected, do not insert new bounce in ramqueue | Gilles Chehade | |
fixes an issue experienced by myself and Roman Kravchuck ok eric@ | |||
2012-03-19 | Use $() instead of backticks. | Antoine Jacoutot | |
2012-03-17 | llu -> PRIu64 in enqueue() to avoid warning in portable | Gilles Chehade | |
diff from Guillaume Leconte <guillaume.leconte@scality.com> | |||
2012-03-16 | don't leak ypldap_addr structures when doing dns lookups | Jonathan Matthew | |
ok dlg@ | |||
2012-03-15 | stupid cvs (dir has 'core' in the name...) | Stuart Henderson | |
2012-03-15 | resolve conflicts | Stuart Henderson | |
2012-03-15 | use the correct dir for php in the default config | Robert Nagy | |
2012-03-15 | Add sys/queue.h. ok dlg | Nicholas Marriott | |
2012-03-15 | Accept empty/nonexistant ldap attributes when we want a list. This allows | Jonathan Matthew | |
empty groups to show up, which is helpful if they're used as primary groups. ok dlg@ | |||
2012-03-15 | don't leak ue_netid_line when freeing the old user tree | Jonathan Matthew | |
ok dlg@ | |||
2012-03-13 | When moving back envelope from offload tree to msg tree ... remove the | Gilles 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-10 | ldap doesnt necessarily do referential checks on the users in a | David 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-09 | set onrdomain and prio when creating pf rules, found by Gabriel Linder. | Sebastian Benoit | |
ok henning@ phessler@ camield@ "looks good to me" mkb@ | |||
2012-03-09 | Userspace 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 followed | Gilles 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 previous | Gilles Chehade | |
commit ... remove again | |||
2012-03-07 | various 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-07 | dont mix code and declarations. | David Gwynne | |
2012-03-06 | update to 1.0.13 | Robert Nagy | |
2012-03-06 | catch up with "on rdomain" changes; ok claudio | Mike Belopuhov | |
2012-03-06 | Implement 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-06 | clean up some newly created lies now that tftpd doesnt run out of inetd. | David Gwynne | |
poke by deraadt@ | |||
2012-03-05 | swap out libexec/tftpd for usr.sbin/tftpd | David Gwynne | |
ok henning@ sthen@ mikeb@ deraadt@ wants this | |||
2012-03-04 | tweak the description of -r further; | Jason McIntyre | |
2012-03-04 | document what tftpd expects when talking to the rewrite socket. | David Gwynne | |
with help from jmc@ | |||
2012-03-04 | In 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-02 | tweaks; | Jason McIntyre | |
2012-03-02 | resolve conflicts | Stuart Henderson | |
2012-03-02 | import nsd 3.2.10, "cool" jakob@, also looked over by Brad | Stuart Henderson | |
2012-03-02 | CFLAGS+= -Wall -Werror and the resulting cleanup | David Gwynne | |