Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-22 | man page for Makefile.yp, and associated bits; from Ingo Schwarze | Jason McIntyre | |
ok deraadt | |||
2008-10-22 | fix format of AS number output | Joerg Goltermann | |
ok henning@ | |||
2008-10-21 | ouch, this one requires local for now | Marc Espie | |
(as found out by Chris Cappuccio) | |||
2008-10-21 | Code cleanup. No functional change. | Michele Marchetto | |
OK norby@ | |||
2008-10-21 | Oops, freed to much memory. | aschrijver | |
2008-10-20 | Do not stop connecting after the first connect fails. | aschrijver | |
OK mikeb@ | |||
2008-10-20 | Add 2 missing directives and remove duplicate configuration entry. | aschrijver | |
Thanks to: uw at o3si dot de | |||
2008-10-20 | Say goodbye to local $_ | Marc Espie | |
lexical scoping is so much neater (courtesy of perl 5.10) | |||
2008-10-19 | Do the DNS resolution before the chroot and disable LDAP referrals for now. | aschrijver | |
2008-10-17 | bring in findeol() fix from pfctl | Henning Brauer | |
2008-10-17 | bring in the findeol() fix from pfctl. list of affected parsers by sthen | Henning Brauer | |
2008-10-16 | Add support for IEEE "slow protocols" LACP, MARKER as per 802.3ad. | Marco Pfatschbacher | |
Code from tcpdump.org with cleanup and shrinkage by me. Help and ideas for extra sanity checks from canacar@ OK canacar@ | |||
2008-10-15 | - no need to separate list items with .Pp | Jason McIntyre | |
- sort | |||
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 | |
provided by canacar@. I just modified it a bit to skip the data link proto number as well. OK deraadt@ | |||
2008-10-10 | - use nmea(4) for general sensor example rather than udcf(4) | Stuart Henderson | |
which only works in w.europe - use a more realistic value for udcf correction example - use a GPS-only receiver for "refid GPS" example suggested/ok mbalmer | |||
2008-10-10 | add rcs tags | Steven Mestdagh | |
ok espie | |||
2008-10-09 | When adding a new user, do not move a potential yp line (+:*:::0:0::::) to the | Miod Vallat | |
end of the file, for this would make logins coming after the yp line (such as nomadic or fallback accounts) to come back before the yp line and take precedence. Found the hard way installing packages needing a user to be created. ok deraadt@ | |||
2008-10-09 | plug memleak by calling ber_free() after sending a trap to cleanup the | Reyk Floeter | |
BER write buffer. | |||
2008-10-08 | SIOCAIFADDR can fail with EEXIST either if the local or the destination | Claudio Jeker | |
address already exists so mention both addresses in the error message. From PR4584 (alexander at beard dot se) I just tuned the error message a bit. | |||
2008-10-08 | Correct exit codes for extra files. PR 5072. | Matthias Kilian | |
Reminded by millert. ok millert, deraaadt | |||
2008-10-07 | protect better against races from incoming signals; slightly changed | Theo de Raadt | |
from 5394 by tracking the fd instead of the fp. ok beck | |||
2008-10-07 | dump pci devices from all the domains available in the system. this gives | David Gwynne | |
a proper view of what is plugged into the box, previously only the first domain was displayed. from Paul de Weerd <weerd@weirdnet.nl> with help and feedback from kettenis@. thanks paul :) | |||
2008-10-07 | oops, missed one compute_md5 | Marc Espie | |
noticed by djm@ | |||
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 | |
created due to a path component not existing, but log the error and retry. This will repeatetly log an error, like it does without the patch, but it will not slowly eat up memory. This fixes pr 4228. | |||
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 | |
pkg_add becomes mostly independent of the type of checksum stored. separate md5 into an abstract OpenBSD::digest class and an md5 subclass with specific methods to compute checksums and serialize results, and create an sha class that does the same thing with sha256 (with a base64 serializer) | |||
2008-10-06 | use strtonum() instead of atoi() and remove an unnecessary bzero() | aschrijver | |
ok pyr@ | |||
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 | |
just like in traceroute6. | |||
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 | |
Use unsigned int for msg_iovlen. ok henning@ claudio@ | |||
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 | |
from Josh Elsasser <josh@elsasser.org>, thanks. | |||
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 | |
since Feb 2007, even though it had a patch. How did this happen?? | |||
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 | |
the offset since we use monotime for these for some time now, and monotime is not affected by system time changes (like, duh, that was the reason for the change). PR5927 | |||
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 ↵ | aschrijver | |
semi-asynchronous client interface to connect to LDAP servers. | |||
2008-09-29 | initialize both sides of the lockpipe (only used in debug mode) to -1 to | Theo de Raadt | |
have averted the bug found in pr 5938 |