Age | Commit message (Expand) | Author |
2016-01-25 | remove pointless log message; As a bonus avoid trigraph '??' | Gleydson Soares |
2016-01-25 | (hidden) is more readable than (??????) and avoid trigraph | Gleydson Soares |
2016-01-25 | avoid a potential double free | Jonathan Gray |
2016-01-25 | No need to declare main(). | Jeremie Courreges-Anglas |
2016-01-25 | malloc+memset -> calloc | Jeremie Courreges-Anglas |
2016-01-25 | Redundant assignement is redundant. | Jeremie Courreges-Anglas |
2016-01-24 | Check all daemons in "faulty", not just the base ones. | Antoine Jacoutot |
2016-01-24 | Set argument encode / result decode callbacks for 'all'. | Matthieu Herrb |
2016-01-24 | Set argument encode / result decode call backs for 'maplist'. | Matthieu Herrb |
2016-01-24 | Implement the 'master' request. ok jmatthew@ | Matthieu Herrb |
2016-01-22 | in lka process, revoke proc/exec pledges after privsep-ed table backends | Gilles Chehade |
2016-01-22 | add a log_warn() so that when smtpd fails to start due to a problem reading | Gilles Chehade |
2016-01-21 | another round of tiny wording tweaks and unifications | Joerg Jung |
2016-01-19 | Backport r3602 | wouter | 2016-01-19 15:37:54 +0000 (Tue, 19 Jan 2016) | 3 lines | Stuart Henderson |
2016-01-19 | minor tweaks: remove comma, remove superflous plural s, add the word "file" | Joerg Jung |
2016-01-18 | minor tweaks: add single quote to @ char, add .Ic markup to forward-only, | Joerg Jung |
2016-01-18 | Load pki keys before daemon(3). Keys with passphrase require access | Sunil Nimmagadda |
2016-01-18 | remove leftovers of (gone) curve option | Joerg Jung |
2016-01-18 | unify and add some more smtpd(8) references | Joerg Jung |
2016-01-17 | Properly remove unix sockets (control & listening) upon exit of the | Landry Breuil |
2016-01-16 | vmd(8) sometimes attempts page-crossing data copies between the host | Stefan Kempf |
2016-01-15 | sync() needs unistd.h | Tobias Ulmer |
2016-01-15 | remove a macro that was made an identity function by my previous commit | mmcc |
2016-01-15 | Introduce the 'eigrpctl clear neighbors' command. | Renato Westphal |
2016-01-15 | For each prefix, order routes by their nexthop. | Renato Westphal |
2016-01-15 | Better handle explicit nexthops. | Renato Westphal |
2016-01-15 | Fix detection of the Stuck-in-Active (SIA) state. | Renato Westphal |
2016-01-15 | Several fixes in the Conditionally Received (CR) mode. | Renato Westphal |
2016-01-15 | Fix bug that happened when a passive interface was shut down and then | Renato Westphal |
2016-01-15 | Minor tweaks. | Renato Westphal |
2016-01-15 | Add support for manually clearing neighbors. | Renato Westphal |
2016-01-15 | Do not set the EoT flag in the last startup update. | Renato Westphal |
2016-01-15 | Split TLV constants into subcomponents to simplify the code. | Renato Westphal |
2016-01-15 | Avoid the use of inet_pton() whenever possible. | Renato Westphal |
2016-01-15 | Order the routing instances by AF and then by AS. | Renato Westphal |
2016-01-15 | Remove preprocessor conditions (checking for ancient OSs) that try to | mmcc |
2016-01-14 | No more /etc/mail/aliases.db. | Antoine Jacoutot |
2016-01-14 | Check whether a string from imsg is empty by dereferencing the char* | mmcc |
2016-01-14 | stdio.h is not needed here anymore. | Mike Larkin |
2016-01-13 | "Check UDP length for short as well as long values" - apply the fix from | Stuart Henderson |
2016-01-13 | Update the comments in vmctl.c that are describing function arguments. | Reyk Floeter |
2016-01-13 | Update the comment that is decribing terminate_vm()'s arguments, | Reyk Floeter |
2016-01-12 | Move prototypes of local functions from lp.h to the .c files and make | tb |
2016-01-12 | Let smtpd start on machines without a FQDN as hostname. | Sunil Nimmagadda |
2016-01-12 | Do not print an error if the list of prefixes is empty. | Martin Pieuchot |
2016-01-12 | Remove wireless turbo mode support. It is a non-standard extension | Stefan Sperling |
2016-01-11 | This adds the host_error output and the http code (when available) to the | Sebastian Benoit |
2016-01-11 | sneaky whitespace snuck in again | Theo de Raadt |
2016-01-11 | When caching the mtime of the spool directory and system crontab files, | Todd C. Miller |
2016-01-11 | remove filter api man page, this needs rework | Joerg Jung |