summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-10-22man page for Makefile.yp, and associated bits; from Ingo SchwarzeJason McIntyre
2008-10-22fix format of AS number outputJoerg Goltermann
2008-10-21ouch, this one requires local for nowMarc Espie
2008-10-21Code cleanup. No functional change.Michele Marchetto
2008-10-21Oops, freed to much memory.aschrijver
2008-10-20Do not stop connecting after the first connect fails.aschrijver
2008-10-20Add 2 missing directives and remove duplicate configuration entry.aschrijver
2008-10-20Say goodbye to local $_Marc Espie
2008-10-19Do the DNS resolution before the chroot and disable LDAP referrals for now.aschrijver
2008-10-17bring in findeol() fix from pfctlHenning Brauer
2008-10-17bring in the findeol() fix from pfctl. list of affected parsers by sthenHenning Brauer
2008-10-16Add support for IEEE "slow protocols" LACP, MARKER as per 802.3ad.Marco Pfatschbacher
2008-10-15- no need to separate list items with .PpJason McIntyre
2008-10-14Sh capitalizationTheo de Raadt
2008-10-14Add the list directive and an example configuration to the manpage.aschrijver
2008-10-14enable ypldap. serious development needs it to be enabled.Theo de Raadt
2008-10-14Add support for referrals and lists of attributes.aschrijver
2008-10-10Fix -X output of ppp packets. Inspired by PR4624 and especially the patchClaudio Jeker
2008-10-10- use nmea(4) for general sensor example rather than udcf(4)Stuart Henderson
2008-10-10add rcs tagsSteven Mestdagh
2008-10-09When adding a new user, do not move a potential yp line (+:*:::0:0::::) to theMiod Vallat
2008-10-09plug memleak by calling ber_free() after sending a trap to cleanup theReyk Floeter
2008-10-08SIOCAIFADDR can fail with EEXIST either if the local or the destinationClaudio Jeker
2008-10-08Correct exit codes for extra files. PR 5072.Matthias Kilian
2008-10-07protect better against races from incoming signals; slightly changedTheo de Raadt
2008-10-07dump pci devices from all the domains available in the system. this givesDavid Gwynne
2008-10-07oops, missed one compute_md5Marc Espie
2008-10-07pstat can hide information too; also based on PR 5113Theo de Raadt
2008-10-06Don't exit if the logfile specified on the command line can not beMarc Balmer
2008-10-06Oops, also commit the header file. Remove silly debug message.aschrijver
2008-10-06turn the checksums stored in packing elements into real objects, so thatMarc Espie
2008-10-06use strtonum() instead of atoi() and remove an unnecessary bzero()aschrijver
2008-10-05grammar; PR 5394Theo de Raadt
2008-10-05tweak previous;Jason McIntyre
2008-10-04tighter specs (tested for ages locally)Marc Espie
2008-10-04explicitly pad & pack the packetdata structure thrown around on the wire,Theo de Raadt
2008-10-03Readability changes.Marc Balmer
2008-10-03KNF and readability changes; no binary changes.Marc Balmer
2008-10-03Unify code between the various flavors of imsg buffer.c.Eric Faurot
2008-10-03correct comment; a part of PR4184Theo de Raadt
2008-10-03Use correct function signature when calling the write_host_header hook.Marc Balmer
2008-10-02get rid of some unneeded $Id stuffTheo de Raadt
2008-10-02Repair "set reconnect random 0" from PR 5368. This bug report was ignoredTheo de Raadt
2008-10-02use calloc() instead of malloc() and bzero()Theo de Raadt
2008-10-02in priv_settime(), we must not adjust the 'next' timestamps on their forHenning Brauer
2008-10-02correct path for isakmpd/local.pub; from Matthew DempskyJason McIntyre
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