summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-09-30fix ugly comments.Pierre-Yves Ritschard
2008-09-30add missing copyright.Pierre-Yves Ritschard
2008-09-30aldap library -- Replacement for openldap used in ypldap. aldap is an semi-as...aschrijver
2008-09-29initialize both sides of the lockpipe (only used in debug mode) to -1 toTheo de Raadt
2008-09-29do not close a random file descriptor in debug mode, PR 5938 from mickeyTheo de Raadt
2008-09-29add prototype for Carp::croak to prevent error under perl 5.10Simon Bertrang
2008-09-29fix log option with filter rulesReyk Floeter
2008-09-29also log the label if available for the matching rule node (like theReyk Floeter
2008-09-29spacingReyk Floeter
2008-09-29Change parsing of comments in external rule files. The hash mark mayReyk Floeter
2008-09-29allow to load expect, filter, log, and remove keys from external filesReyk Floeter
2008-09-29Correct the logic when matching prefixes. This solves issues where IPv6Claudio Jeker
2008-09-29sort tokens for better readabilityReyk Floeter
2008-09-29allow to listen on a port range for redirections. this fixesReyk Floeter
2008-09-29Refactor code that handles the kroute interfaces and make it possible toClaudio Jeker
2008-09-28ntpd does not require you to run rdate -n before it -- it notices such anTheo de Raadt
2008-09-26add [-s socket] to usage();Jason McIntyre
2008-09-26allow to add an additional restricted control socket for trap sendingReyk Floeter
2008-09-19Merge printb() fix from ifconfig.c -r 1.157:Marco Pfatschbacher
2008-09-19typoPierre-Yves Ritschard
2008-09-18add -A to SYNOPSIS;Jason McIntyre
2008-09-18document -A and include in usageOtto Moerbeek
2008-09-18Add 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 fileAntoine Jacoutot
2008-09-15Sync with dhcpd. Do not use < 0 to check for failed syscalls use == -1Claudio Jeker
2008-09-15When checking if a syscall like open(), ioctl() or writev() failed compareClaudio Jeker
2008-09-12install the man page into MD location, since it only buildsJason McIntyre
2008-09-12- make it possible to use a user defined MERGE_CMD instead of sdiffAntoine Jacoutot
2008-09-12- use shell built-in getopts instead of getopt(1)Antoine Jacoutot
2008-09-12move dns lookups to its own (privilege revoking, not chrooting) process.Henning Brauer
2008-09-12Don't be to strict in find_iface() about what we accept on point-to-pointClaudio Jeker
2008-09-11remove hackery to un-demote after the session has been established forHenning Brauer
2008-09-11Do not clean ${PACKAGES} as this is the source files, if run without obj dirDale Rahn
2008-09-10sync synopsis and usage; documentation tweaks.Igor Sobrado
2008-09-10Properly free allocated memory if carp_demote_get encounters an error.Tobias Stoeckmann
2008-09-10Proper format string modifiers and missing includes to get correct prototypesMiod Vallat
2008-09-10bzero' the option buffer with the correct buffer size. this fixesReyk Floeter
2008-09-08clean warnings on all architecturesTheo de Raadt
2008-09-06- don't list *.merged files in the "remaining for you to merge by hand"Antoine Jacoutot
2008-09-06adapt to API changes in OpenSSL 0.9.8hDamien Miller
2008-09-06update for openssl-0.9.8hDamien Miller
2008-09-06correct name. -mojMats O Jansson
2008-09-05ignore unknown SAFIs in the MP capabilities. used by some to distributeHenning Brauer
2008-09-04Check for the correct ioctl failure case and reflect thatJonathan Gray
2008-09-03Missing breaks.Jonathan Gray
2008-09-03; -> : in getopt optstring.Jonathan Gray
2008-09-03Missing break in case statement.Jonathan Gray
2008-09-02- make sure they are no sendmail leftovers in src when sysmerge stopsAntoine Jacoutot
2008-09-02Install in the correct directory with NOMAN set. Based on makewhatisDale Rahn
2008-09-02be more careful in checking disk space; ok millertTheo de Raadt