Age | Commit message (Expand) | Author |
2008-10-15 | - no need to separate list items with .Pp | Jason McIntyre |
2008-10-14 | Sh capitalization | Theo de Raadt |
2008-10-14 | Add the list directive and an example configuration to the manpage. | aschrijver |
2008-10-14 | enable ypldap. serious development needs it to be enabled. | Theo de Raadt |
2008-10-14 | Add support for referrals and lists of attributes. | aschrijver |
2008-10-10 | Fix -X output of ppp packets. Inspired by PR4624 and especially the patch | Claudio Jeker |
2008-10-10 | - use nmea(4) for general sensor example rather than udcf(4) | Stuart Henderson |
2008-10-10 | add rcs tags | Steven Mestdagh |
2008-10-09 | When adding a new user, do not move a potential yp line (+:*:::0:0::::) to the | Miod Vallat |
2008-10-09 | plug memleak by calling ber_free() after sending a trap to cleanup the | Reyk Floeter |
2008-10-08 | SIOCAIFADDR can fail with EEXIST either if the local or the destination | Claudio Jeker |
2008-10-08 | Correct exit codes for extra files. PR 5072. | Matthias Kilian |
2008-10-07 | protect better against races from incoming signals; slightly changed | Theo de Raadt |
2008-10-07 | dump pci devices from all the domains available in the system. this gives | David Gwynne |
2008-10-07 | oops, missed one compute_md5 | Marc Espie |
2008-10-07 | pstat can hide information too; also based on PR 5113 | Theo de Raadt |
2008-10-06 | Don't exit if the logfile specified on the command line can not be | Marc Balmer |
2008-10-06 | Oops, also commit the header file. Remove silly debug message. | aschrijver |
2008-10-06 | turn the checksums stored in packing elements into real objects, so that | Marc Espie |
2008-10-06 | use strtonum() instead of atoi() and remove an unnecessary bzero() | aschrijver |
2008-10-05 | grammar; PR 5394 | Theo de Raadt |
2008-10-05 | tweak previous; | Jason McIntyre |
2008-10-04 | tighter specs (tested for ages locally) | Marc Espie |
2008-10-04 | explicitly pad & pack the packetdata structure thrown around on the wire, | Theo de Raadt |
2008-10-03 | Readability changes. | Marc Balmer |
2008-10-03 | KNF and readability changes; no binary changes. | Marc Balmer |
2008-10-03 | Unify code between the various flavors of imsg buffer.c. | Eric Faurot |
2008-10-03 | correct comment; a part of PR4184 | Theo de Raadt |
2008-10-03 | Use correct function signature when calling the write_host_header hook. | Marc Balmer |
2008-10-02 | get rid of some unneeded $Id stuff | Theo de Raadt |
2008-10-02 | Repair "set reconnect random 0" from PR 5368. This bug report was ignored | Theo de Raadt |
2008-10-02 | use calloc() instead of malloc() and bzero() | Theo de Raadt |
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 |