Age | Commit message (Expand) | Author |
2008-10-02 | in priv_settime(), we must not adjust the 'next' timestamps on their for | Henning Brauer |
2008-10-02 | correct path for isakmpd/local.pub; from Matthew Dempsky | Jason McIntyre |
2008-09-30 | fix ugly comments. | Pierre-Yves Ritschard |
2008-09-30 | add missing copyright. | Pierre-Yves Ritschard |
2008-09-30 | aldap library -- Replacement for openldap used in ypldap. aldap is an semi-as... | aschrijver |
2008-09-29 | initialize both sides of the lockpipe (only used in debug mode) to -1 to | Theo de Raadt |
2008-09-29 | do not close a random file descriptor in debug mode, PR 5938 from mickey | Theo de Raadt |
2008-09-29 | add prototype for Carp::croak to prevent error under perl 5.10 | Simon Bertrang |
2008-09-29 | fix log option with filter rules | Reyk Floeter |
2008-09-29 | also log the label if available for the matching rule node (like the | Reyk Floeter |
2008-09-29 | spacing | Reyk Floeter |
2008-09-29 | Change parsing of comments in external rule files. The hash mark may | Reyk Floeter |
2008-09-29 | allow to load expect, filter, log, and remove keys from external files | Reyk Floeter |
2008-09-29 | Correct the logic when matching prefixes. This solves issues where IPv6 | Claudio Jeker |
2008-09-29 | sort tokens for better readability | Reyk Floeter |
2008-09-29 | allow to listen on a port range for redirections. this fixes | Reyk Floeter |
2008-09-29 | Refactor code that handles the kroute interfaces and make it possible to | Claudio Jeker |
2008-09-28 | ntpd does not require you to run rdate -n before it -- it notices such an | Theo de Raadt |
2008-09-26 | add [-s socket] to usage(); | Jason McIntyre |
2008-09-26 | allow to add an additional restricted control socket for trap sending | Reyk Floeter |
2008-09-19 | Merge printb() fix from ifconfig.c -r 1.157: | Marco Pfatschbacher |
2008-09-19 | typo | Pierre-Yves Ritschard |
2008-09-18 | add -A to SYNOPSIS; | Jason McIntyre |
2008-09-18 | document -A and include in usage | Otto Moerbeek |
2008-09-18 | Add a flag to print amap usage. | Artur Grabowski |
2008-09-17 | - when merging a file, add a key to see a diff between the merged file | Antoine Jacoutot |
2008-09-15 | Sync with dhcpd. Do not use < 0 to check for failed syscalls use == -1 | Claudio Jeker |
2008-09-15 | When checking if a syscall like open(), ioctl() or writev() failed compare | Claudio Jeker |
2008-09-12 | install the man page into MD location, since it only builds | Jason McIntyre |
2008-09-12 | - make it possible to use a user defined MERGE_CMD instead of sdiff | Antoine Jacoutot |
2008-09-12 | - use shell built-in getopts instead of getopt(1) | Antoine Jacoutot |
2008-09-12 | move dns lookups to its own (privilege revoking, not chrooting) process. | Henning Brauer |
2008-09-12 | Don't be to strict in find_iface() about what we accept on point-to-point | Claudio Jeker |
2008-09-11 | remove hackery to un-demote after the session has been established for | Henning Brauer |
2008-09-11 | Do not clean ${PACKAGES} as this is the source files, if run without obj dir | Dale Rahn |
2008-09-10 | sync synopsis and usage; documentation tweaks. | Igor Sobrado |
2008-09-10 | Properly free allocated memory if carp_demote_get encounters an error. | Tobias Stoeckmann |
2008-09-10 | Proper format string modifiers and missing includes to get correct prototypes | Miod Vallat |
2008-09-10 | bzero' the option buffer with the correct buffer size. this fixes | Reyk Floeter |
2008-09-08 | clean warnings on all architectures | Theo de Raadt |
2008-09-06 | - don't list *.merged files in the "remaining for you to merge by hand" | Antoine Jacoutot |
2008-09-06 | adapt to API changes in OpenSSL 0.9.8h | Damien Miller |
2008-09-06 | update for openssl-0.9.8h | Damien Miller |
2008-09-06 | correct name. -moj | Mats O Jansson |
2008-09-05 | ignore unknown SAFIs in the MP capabilities. used by some to distribute | Henning Brauer |
2008-09-04 | Check for the correct ioctl failure case and reflect that | Jonathan Gray |
2008-09-03 | Missing breaks. | Jonathan Gray |
2008-09-03 | ; -> : in getopt optstring. | Jonathan Gray |
2008-09-03 | Missing break in case statement. | Jonathan Gray |
2008-09-02 | - make sure they are no sendmail leftovers in src when sysmerge stops | Antoine Jacoutot |