Age | Commit message (Expand) | Author |
2001-05-27 | regen. | Federico G. Schwindt |
2001-05-27 | Netgear FA410TXC; from Loic Tortay <loict@bougon.net>. | Federico G. Schwindt |
2001-05-27 | Cleanup of defines | Constantine Sapuntzakis |
2001-05-27 | Yup, more tag fixups. | Angelos D. Keromytis |
2001-05-27 | More tag fixups (why do I bother with this...) | Angelos D. Keromytis |
2001-05-27 | Fixup packet tags (I'm a masochist). | Angelos D. Keromytis |
2001-05-27 | Fixup tags. | Angelos D. Keromytis |
2001-05-27 | Initialize old mbuf chain head tags. | Angelos D. Keromytis |
2001-05-27 | Fixup tags on old mbuf chain head. | Angelos D. Keromytis |
2001-05-27 | Fixup old mbuf chain head. | Angelos D. Keromytis |
2001-05-27 | Reset pkthdr on old mbuf head. | Angelos D. Keromytis |
2001-05-27 | And clear the M_PKTHDR flag. | Angelos D. Keromytis |
2001-05-27 | Copy tags to first mbuf. | Angelos D. Keromytis |
2001-05-27 | Fix DirExpandCurlyi. Noticed by ho@. Okay miod@. | Marc Espie |
2001-05-27 | "If both ... is specified ..." is not proper english. | Angelos D. Keromytis |
2001-05-27 | Placeholders for the new socket options. | Angelos D. Keromytis |
2001-05-27 | Add some IPsec-related IP-level socket options. | Angelos D. Keromytis |
2001-05-27 | Remove ipsp_copy_ident() prototype. | Angelos D. Keromytis |
2001-05-27 | ipsp_copy_ident() no longer needed. | Angelos D. Keromytis |
2001-05-27 | ipsp_copy_ident() prototype unneeded now. | Angelos D. Keromytis |
2001-05-27 | Also copy the authentication material to the new socket. | Angelos D. Keromytis |
2001-05-27 | Free IPsec authentication material on PCB tear down. | Angelos D. Keromytis |
2001-05-27 | Keep local authentication material on the PCB. | Angelos D. Keromytis |
2001-05-27 | Probably a good idea to pass the NULL to the correct function... | Angelos D. Keromytis |
2001-05-27 | If we are passed a packet tag, it's an IPSEC_IN_CRYPTO_DONE so convert | Angelos D. Keromytis |
2001-05-27 | Pass a NULL packet tag for now to ipsp_common_input_cb(). | Angelos D. Keromytis |
2001-05-27 | Change prototype of ipsp_common_input_cb() to also accept a packet tag | Angelos D. Keromytis |
2001-05-27 | Forgot to convert this tag. | Angelos D. Keromytis |
2001-05-27 | Update pointers to IPsec-related PCB information when allocating new | Angelos D. Keromytis |
2001-05-27 | Remove unnecessary XXX comment. | Angelos D. Keromytis |
2001-05-27 | Remove unnecessary comment. | Angelos D. Keromytis |
2001-05-27 | Put back the fix for the possible leak and fix another bug | Artur Grabowski |
2001-05-27 | New tags. | Angelos D. Keromytis |
2001-05-27 | Use the new IPsec tags. | Angelos D. Keromytis |
2001-05-27 | m_tag_first()/m_tag_next() | Angelos D. Keromytis |
2001-05-27 | Split IPsec-related tags into 4 (instead of 2) names, for | Angelos D. Keromytis |
2001-05-26 | Be more precise about console settings for colour framebuffers. | Miod Vallat |
2001-05-26 | Missed that one : use the OpenBSDUpgrade macro. | Miod Vallat |
2001-05-26 | Check curly braces expansion. | Marc Espie |
2001-05-26 | remove code which was obviously not tested. begone, sloppy code monkeys | Theo de Raadt |
2001-05-26 | Use MALLOC/FREE to allocate/free PCBs, instead of using MT_PCB | Angelos D. Keromytis |
2001-05-26 | No such thing as MT_PCB (anymore?) -- just use MALLOC/free to allocate | Angelos D. Keromytis |
2001-05-26 | Convert to LIST, remove m_tag_append(), add m_tag_init(). | Angelos D. Keromytis |
2001-05-26 | Use m_tag_init() and M_COPY_HDR(). | Angelos D. Keromytis |
2001-05-26 | Use LIST instead of TAILQ (actually, we need a new type --- for now, | Angelos D. Keromytis |
2001-05-26 | Use m_tag_init() to initialize new mbuf m_pkthdr fields, rather than | Angelos D. Keromytis |
2001-05-26 | Fix backpointer. | Angelos D. Keromytis |
2001-05-26 | Style. | Angelos D. Keromytis |
2001-05-26 | Sync in some improvements from FreeBSD + my own improvements. | Artur Grabowski |
2001-05-26 | Make it a bit more obvious what dosetrlimit does. (shrink). | Artur Grabowski |