Age | Commit message (Expand) | Author |
2016-09-07 | strlen + emalloc + snprintf = asprintf | Michal Mazurek |
2016-09-07 | Get rid of the static nomem() function and replace it with err(1, NULL); | Michal Mazurek |
2016-09-07 | Minimal man page. | Antoine Jacoutot |
2016-09-07 | Don't fetch all patches at once but instead fetch+verify+patch one by one. | Antoine Jacoutot |
2016-09-07 | Don't put bsd.mp twice in the GENERIC.MP rollback tarball. | Antoine Jacoutot |
2016-09-07 | syspatch goal is not to act as a package manager but to sync the system to the | Antoine Jacoutot |
2016-09-07 | Validate service names with _rc_check_name() from rc.subr. | Antoine Jacoutot |
2016-09-07 | Fix about the default value of pptp-hostname. It's an empty string. | YASUOKA Masahiko |
2016-09-06 | use closefrom() before reexec to make sure the new process only gets | Eric Faurot |
2016-09-06 | Drop useless variable and check. | Antoine Jacoutot |
2016-09-06 | Greatly simplify patch type detection and make things more generic. | Antoine Jacoutot |
2016-09-06 | Backport unbound r3830/3831 from upstreadm, fixing an issue where it can | Stuart Henderson |
2016-09-06 | Sort and set readonly global vars. | Antoine Jacoutot |
2016-09-06 | heck, have new signatures be -Dnewsign until we flip the switch | Marc Espie |
2016-09-06 | Mention PAGER behavior when undefined/empty. | Antoine Jacoutot |
2016-09-06 | remove code that allows pkg_create to sign | Marc Espie |
2016-09-06 | some indent; from michael reed | Jason McIntyre |
2016-09-05 | We do not compile things -g by default | Theo de Raadt |
2016-09-05 | this file cannot be kept accurate | Theo de Raadt |
2016-09-05 | Make sure the file exists before putting it in the rollback tarball. | Antoine Jacoutot |
2016-09-05 | Missing local. | Antoine Jacoutot |
2016-09-05 | use a for loop for mtree for the two spec files | Robert Nagy |
2016-09-05 | No need to install the /var/syspatch/$REL directory, the binpatch does it for... | Antoine Jacoutot |
2016-09-05 | Welcome syspatch(8), a binary patch management utility for the base system. | Antoine Jacoutot |
2016-09-05 | forgot to provide an empty method | Marc Espie |
2016-09-04 | The smtpd processes are not expected to ever leave their event loop. | Eric Faurot |
2016-09-04 | forgot to regen | Florian Obser |
2016-09-04 | Add format attribute to logger functions. | Florian Obser |
2016-09-04 | Add format attribute to logger functions. | Florian Obser |
2016-09-04 | Add format attribute to logger functions. | Florian Obser |
2016-09-04 | put signify errors alongside ftp | Marc Espie |
2016-09-04 | signature tracking bases: stored signed status inside object, so that | Marc Espie |
2016-09-04 | basic scaffolding to ask signify to check stuff | Marc Espie |
2016-09-04 | Avoid double negations in tests. | Jeremie Courreges-Anglas |
2016-09-04 | A few bits of stray leading/embedded/trailing whitespace spotted while | Kenneth R Westerback |
2016-09-04 | Remove the "smtpctl stop" command. | Eric Faurot |
2016-09-03 | log IP/hostname for all SMTP operations. | Giovanni Bechis |
2016-09-03 | remove dead code | Gilles Chehade |
2016-09-03 | rearrange code: traceroute.c now only contains main() and usage(), | Sebastian Benoit |
2016-09-03 | Some .h files are not needed | Theo de Raadt |
2016-09-03 | partial rewrite of the tcp/tls option parts: the trouble was | Jason McIntyre |
2016-09-03 | typos | Jeremie Courreges-Anglas |
2016-09-03 | Simplify shutdown process. | Renato Westphal |
2016-09-03 | Rework the sending of address messages. | Renato Westphal |
2016-09-03 | get rid of the type-checking system on internal messages. | Eric Faurot |
2016-09-03 | in lka specifically, use initgroups() so that users may share files between | Gilles Chehade |
2016-09-03 | Fix pasto; zero ka->dstbrd instead of clobbering ka->mask. | Jeremie Courreges-Anglas |
2016-09-03 | Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCES | Reyk Floeter |
2016-09-03 | switch from EVP_{En,De}cryptInit & EVP_{En,De}cryptFinal to their _ex | Gilles Chehade |
2016-09-03 | Use the fork+exec privsep model in relayd; based on rzalamena@'s work | Reyk Floeter |