Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

VyOS Project Collective

Developing open-source network OS Platform together
Collective - Host: opensource - https://opencollective.com/vyos - Website: https://vyos.io/ - Code: https://github.com/vyos

add extra 'data' argument to callback functions

github.com/vyos-legacy/libnetfilter-conntrack - c14bac8c8fd73e708430336dc8e4bcfc13e9b310 authored about 19 years ago
Add another missing bit concerned with the blank space in nfct_sprintf_expect_id

github.com/vyos-legacy/libnetfilter-conntrack - e4bba18a91266f9188e0d491f170a827798cc1aa authored about 19 years ago
Remove last blank space returned by nfct_sprintf_expect_id

github.com/vyos-legacy/libnetfilter-conntrack - 9c58321ef443859d18deaaacca200ceccfdfb3d4 authored about 19 years ago
o Kill non-portable NIPQUAD, use inet_ntoa instead.

o nfct_build_conntrack flit bits of status, timeout, id and mark.
o finish incomplete support for...

github.com/vyos-legacy/libnetfilter-conntrack - 972c094c088208e5092f2cd65ebda03734b6202a authored about 19 years ago
o Display similar ICMP output as cat /proc/net/ip_conntrack

github.com/vyos-legacy/libnetfilter-conntrack - 6a5a5174344f8b7318489aabc395864b1779db93 authored about 19 years ago
whitespace cleanup

github.com/vyos/initramfs-tools - 32b031319c9696f35246b482c23d8d060cb5c6c8 authored about 19 years ago
fix evms root by adding dm_mod module to the initramfs image.

github.com/vyos/initramfs-tools - 53cd915c489b5a5fd8be4a8cb532c2986859ba9b authored about 19 years ago
fix suspend to disk: use decimal numbers.

github.com/vyos/initramfs-tools - 32b804ba08c6d1bbc08491bcb0d50c6e84a75b98 authored about 19 years ago
fix reference to manpage.

github.com/vyos/initramfs-tools - 0abf7fae2bed74f635cad52f39d00b922aef69bf authored about 19 years ago
o ctnl_test now uses NFCT_ALL_CT_GROUPS

github.com/vyos-legacy/libnetfilter-conntrack - 5930b52c8f71c56b631e9d124b310874b5c0fc8f authored about 19 years ago
o Bumped version to 0.2.4

o Redefine NFCT_ALL_CT_GROUPS
o Fix typemsg2enum prototype, flags and type are 16 bits long, not ...

github.com/vyos-legacy/libnetfilter-conntrack - 8a1642dc19b2199ec06542e6b24aeddd5cf593f2 authored about 19 years ago
Special thanks to Deti Fiegl from the Leibniz Supercomputing Centre in Munich, Germany for providing the "fast" hardware to reproduce spurious bugs ;)

List of changes:
o Replace misleading flag NFCT_ANY_GROUP by NFCT_ALL_GROUPS
o Update test file ...

github.com/vyos-legacy/libnetfilter-conntrack - 837747610f4c8046889aacd3f29f1f63049015cc authored about 19 years ago
o Added the expectation printing API

o Bumped version to 0.2.2

github.com/vyos-legacy/libnetfilter-conntrack - f03dacaf6b7afb221a779cdc3ad6953a6aa770d7 authored about 19 years ago
o make static protocol handler functions

o move build_tuple_proto and build_protoinfo to the extensions where it
really belongs to.
o Rewo...

github.com/vyos-legacy/libnetfilter-conntrack - 8dbd12018152683d253ff59ca22f646a410c1a82 authored about 19 years ago
Thanks to Harald for all the comments.

o libnetfilter_conntrack.h splitted into two parts: what is visible to
application programs and...

github.com/vyos-legacy/libnetfilter-conntrack - 62b2c282232df3407b966198a3cbd1292edb4913 authored about 19 years ago
o Renamed nfct_[set|unset]_callback to nfct_[register|unregister]_callback

o Added some very brief comments to libnetfilter_conntrack.h
o Implemented the conntrack printers...

github.com/vyos-legacy/libnetfilter-conntrack - c7c7bbb573e310ca6fa6040e11f86440c9380ad7 authored about 19 years ago
o new nfct_handler prototype

o NFCT_COUNTERS splitted in NFCT_COUNTERS_[ORIG|RPLY]
o all global vars are now static
o kill nfc...

github.com/vyos-legacy/libnetfilter-conntrack - 38d44b9935a3001ce7872bcb22c481dcfe504925 authored about 19 years ago
rename files correctly (Eric Leblond)

github.com/vyos-legacy/libnetfilter-queue - 445a1e92c92d052007ab66b0a79d2bfa5683d493 authored about 19 years ago
cleanup some useless FIXME's.

github.com/vyos/initramfs-tools - 4e0954f5e95073cc881a138d3f649b9b0fcfb449 authored about 19 years ago
Check for dir ${MODULESDIR}/initrd/, exit if it doesn't exist.

github.com/vyos/initramfs-tools - 429cd75b35cf6c08aff80aec2aee9fab40eb42a5 authored about 19 years ago
fix stat usage, which is no longer available in newer busybox.

use awk instead for determinig major_minor.
great patch cures a hang observed on one of my laptop...

github.com/vyos/initramfs-tools - a62c8eadea176cc83f83cf1eeeca4aabe59e5a95 authored about 19 years ago
o Fix autogen.sh. Thanks to Eric Leblond <[email protected]>

github.com/vyos-legacy/libnetfilter-conntrack - 36c2ce21e743134783740063798c7015dd69513b authored about 19 years ago
Sesse wanted to have all the changes documented

that i did relative to latest version in debian unstable. ;-)

github.com/vyos/initramfs-tools - 2002749a483fabac4b0ee32256bd937a1d9effd6 authored about 19 years ago
remove the mdadm and lvm2 dep.

github.com/vyos/initramfs-tools - 496ba1a67c18ad88e66534566819b8e6a89a0c6b authored about 19 years ago
document better runtime checks for lvm and mdadm.

github.com/vyos/initramfs-tools - 5356137d364747c87b7924c5d30d5dd9b8dcbe11 authored about 19 years ago
add hooks/md with the needed bits.

next step will be to remove deps.

github.com/vyos/initramfs-tools - ab1f8ff4ccf955184a61d1dde6a5891c790b864e authored about 19 years ago
move the lvm bits to hooks/lvm.

allows to remove dependency on lvm as requested by several users.

github.com/vyos/initramfs-tools - 3c777488c38d22c88ca9ca0547e48173aeee1fa7 authored about 19 years ago
change virtual package providen.

github.com/vyos/initramfs-tools - a568d07a67b52e9f3176edac16000604bef49846 authored about 19 years ago
fix the lib deps of the hooks, run them before mklibs-copy.

github.com/vyos/initramfs-tools - 4fa9959b55e1d5047eb27c6dbe4fd843f93118a4 authored about 19 years ago
merge the thing waldi uploaded as 0.32.

it has the changes vorlon asked for so that 2.4 systems
that use the ramdisk value in /etc/kernel...

github.com/vyos/initramfs-tools - 17fed79e0dfb4fb5625a8195188d3d47da93391a authored about 19 years ago
o Add conntrack event notification test

o Define NFCT_ANY_GROUP flag
o Now callback can return a value to stop receiving events
o impleme...

github.com/vyos-legacy/libnetfilter-conntrack - f23f45f0f09656c0ef960febf6e07442c9053e6d authored about 19 years ago
o Fix wrong list initialization of proto_list

o Added a simple test case, yet incomplete

github.com/vyos-legacy/libnetfilter-conntrack - fd5957445131fa3855d40db40e421e78e9c9246a authored about 19 years ago
o Bumped version to 0.1.3

o Add support for ID's
o Fixed stupid bug in NFCT_* flags, I'm stupid
o Simplify handler logic
o ...

github.com/vyos-legacy/libnetfilter-conntrack - ed2a30011c4e490a278419ada44d2089f2874ae0 authored about 19 years ago
upload without the .bzr.backup dirs, there for pumped version.

github.com/vyos/initramfs-tools - 90d305d4e462a4dcbd6d213a9ccad6413b42bd80 authored about 19 years ago
fix my bad hand merging, verified against the last debian-kernel svn tree

github.com/vyos/initramfs-tools - 2546ef6e65c7407c8352e5900cc3564b84bdb466 authored about 19 years ago
waldi: pump udev dep

github.com/vyos/initramfs-tools - 58fa8de0d0a4ab01326623978ed200b1ad429d3b authored about 19 years ago
really finalize that release

github.com/vyos/initramfs-tools - dcd7525c33372c941631a6c6e38c2923a87f75b9 authored about 19 years ago
fix small stupid bug in newer opts handling.

github.com/vyos/initramfs-tools - 198b6acac258faa88345e45593679d54791506f0 authored about 19 years ago
jonas: Quote variables. Use test options -n and -z.

github.com/vyos/initramfs-tools - bbf15576550507c54b3e190ae6eac63ca070e333 authored about 19 years ago
jonas: use gnu getopt instead of getopts

github.com/vyos/initramfs-tools - 46727679e6e5bfdb67268511dc7a91a7a828abd7 authored about 19 years ago
added latest upstream fixes :-)

github.com/vyos/initramfs-tools - bee1355e2c21a86751648b6f0df8a6e4e4e5a45d authored about 19 years ago
waldi: add ibmvscsic module

github.com/vyos/initramfs-tools - 762c80e985a461a6d37f395696204184ec1f1d64 authored about 19 years ago
waldi udev fixes

github.com/vyos/initramfs-tools - b96ed45312562bbfc976ce0c6cf32b7e704f1e2f authored about 19 years ago
mklibs-small got as mklibs-copy into the archive, fix that

github.com/vyos/initramfs-tools - a5ceeefab355e57948134a8857f0b15fa56a8c6e authored about 19 years ago
waldi fixes for newer busybox

github.com/vyos/initramfs-tools - 347d6ecf62c2b0ce237deb38e7e80988b90fc078 authored about 19 years ago
fix the wrong busybox depend, was a bad fix as it needs consequent fixes

github.com/vyos/initramfs-tools - 60417290f1be20067c64431a5249cafe8a9bbc51 authored about 19 years ago
new repo format v6

github.com/vyos/initramfs-tools - 402fc00b3d7c55532f6e7408d6245783b909bd77 authored about 19 years ago
Some API changes, still some slighty modification are about to come before

the first 1.0 release

github.com/vyos-legacy/libnetfilter-conntrack - c5e567d6f8ae35456f1ec08cd1db3e1523e4454d authored over 19 years ago
o Missing flags fro nfct_open()

o fix some indentation
o fix a leak on error path in ncft_open()

github.com/vyos-legacy/libnetfilter-conntrack - 329bed355a397617d9661bc44aabde88476e9633 authored over 19 years ago
Commit libnetfilter_conntrack.h, I missed it :(

github.com/vyos-legacy/libnetfilter-conntrack - 5df5a11591fb6eff06ff931152d7b7d07e1f3cb3 authored over 19 years ago
Rename libnfnetlink_conntrack to libnetfilter_conntrack, for some

unknown reason this didn't happen in the lastest commit.

github.com/vyos-legacy/libnetfilter-conntrack - bfe902dc0f16bae4e07d9befc4ebd35c8d64ff06 authored over 19 years ago
Fix the calculation of the mininum size of a message. This fix the deficit complain of nfnl_parse_attr.

github.com/vyos-legacy/libnetfilter-conntrack - 1fc20c813dbf0c73ac37bf23cd932ff5afed835c authored over 19 years ago
Major changes, this library isn't libnfnetlink_conntrack anymore.

We provide an high level interface that abstracts from the netlink
sockets. Now users don't need ...

github.com/vyos-legacy/libnetfilter-conntrack - f9dc4d2ed9f724057ed107839aa8ca6122f7b46c authored over 19 years ago
rename libnfnetlink_queue to libnetfilter_queue

github.com/vyos-legacy/libnetfilter-queue - 646df1a88eceeab23750c700847198f2f02b4e69 authored over 19 years ago
we have to clear the iovec

github.com/vyos-legacy/libnetfilter-queue - 6ce0d594eeb3aca7928e73930fa0c4c20c9256cb authored over 19 years ago
- Add missing files: include/libnfnetlink_conntrack/Makefile.am and include/Makefile.am.

- Rename list_conntrack_handler to callback_handler, IMHO a proper name for such function.
- Use ...

github.com/vyos-legacy/libnetfilter-conntrack - 9307f9476ba20c3f08a5740ce06274a15d85b8c7 authored over 19 years ago
apply all the 0.30 upstream changes.

github.com/vyos/initramfs-tools - a893fa82665ee472079292eb84a125ef81009124 authored over 19 years ago
we only need automake 1.6

github.com/vyos-legacy/libnetfilter-conntrack - bed14205860cca8adef33d9ab5e80adc866518f3 authored over 19 years ago
include ip_conntrack.h for status bit enum

github.com/vyos-legacy/libnetfilter-conntrack - ce4510b60615d3b950f2b6bf16afa935458fbebd authored over 19 years ago
- make ctnl_test compile again (but it still needs to be ported)

- document new 3parameter open function

github.com/vyos-legacy/libnetfilter-conntrack - fb29cf4bf1c66b9ee76dd1644dfe473308b0e092 authored over 19 years ago
fix include paths, use correct automake version, add missing Makefile.am

github.com/vyos-legacy/libnetfilter-conntrack - 234a44df5c4f1599c11ab4a43eb4845d2e471345 authored over 19 years ago
fix build of utils against local libtool library

github.com/vyos-legacy/libnetfilter-queue - 89b46b82c35ed60d7643f91a28974c7e1149bee5 authored over 19 years ago
use new accessor functions (Eric Leblond, Harald Welte)

github.com/vyos-legacy/libnetfilter-queue - 269685fcecb0562420b99fa63329278dc49d2e8f authored over 19 years ago
use BUSYBOXDIR variable

github.com/vyos/initramfs-tools - 14739b596ae27800ae6ce071745cf2da382d73b4 authored over 19 years ago
fix typo in Uploaders

github.com/vyos/initramfs-tools - b1745fbbd0ca53ce3e47e1a35a100dac9ecf002a authored over 19 years ago
add update-initramfs.8

github.com/vyos/initramfs-tools - d1373b552d74f2ec4dd36bc0c8ea9e8faa963150 authored over 19 years ago
add question mark to the getopts

github.com/vyos/initramfs-tools - 2299a84b5dfa78e7fc8f89724ab105571095bc9c authored over 19 years ago
reoder initramfs.conf

github.com/vyos/initramfs-tools - 21555c3e52c0165aa081aec15de5ac4eba3b23fc authored over 19 years ago
fix debian busybox dep

github.com/vyos/initramfs-tools - d88210509bcd6e79ab77c062ce57d99380d55718 authored over 19 years ago
more changelog changes

github.com/vyos/initramfs-tools - e82955072791604c2691fac6ae796fc26b08c8e3 authored over 19 years ago
kernel team as maintainer ;)

github.com/vyos/initramfs-tools - f6492f6923910c26951398716f273767a545d1db authored over 19 years ago
remove unused BUSYBOX variable

github.com/vyos/initramfs-tools - 8b2a636d8c7979256c47c192c33477b031361c0c authored over 19 years ago
fix man reference

github.com/vyos/initramfs-tools - 60d4c3a0afa4517174f9b3c0b065c82a11c357b2 authored over 19 years ago
Add thanks to Jerry for helping test and typo fix to changelog

github.com/vyos/initramfs-tools - 11969599dad064723cad310e021613ae0bb88a20 authored over 19 years ago
initramfs-tools (0.26) breezy; urgency=low

"Experience is one thing you can't get for nothing."
- Oscar Wilde

* scripts/local-top/lv...

github.com/vyos/initramfs-tools - 5582f19f77d283348d946dd4cafcbc2134a3186c authored over 19 years ago
Add missing file

github.com/vyos/initramfs-tools - 61afce26f88ffc9ee2537f16fb4f3eaa82658af7 authored over 19 years ago
initramfs-tools (0.25) breezy; urgency=low

"If there was less sympathy in the world, there would be less
trouble in the world."
- Os...

github.com/vyos/initramfs-tools - 841a533b3b11b4a41f2eb8e6849fbd4ace0217fb authored over 19 years ago
initramfs-tools (0.24) breezy; urgency=low

"Experience is simply the name we give out mistakes."
- Oscar Wilde

* hook-functions (aut...

github.com/vyos/initramfs-tools - 7379c1bbf48cfa9df83dc7e92d169e2db37e3bc8 authored over 19 years ago
initramfs-tools (0.23) breezy; urgency=low

"This suspense is terrible. I hope it will last."
- Oscar Wilde

* scripts/local: Quote ${...

github.com/vyos/initramfs-tools - f0a04306ac01b22e80cbd1d2a7578a1a3efa6e5f authored over 19 years ago
initramfs-tools (0.21) breezy; urgency=low

"All that I desire to point out is the general principle that
life imitates art far more th...

github.com/vyos/initramfs-tools - 9a9de97229d09d9876575775a080a4056fcffcb5 authored over 19 years ago
Commit colin's changes to initramfs-tools

github.com/vyos/initramfs-tools - f903a759dea3c85c88bbec151337efd2c64ba3bf authored over 19 years ago
Cleanup commit, sorry for the mess

github.com/vyos/initramfs-tools - baab5f5fc3d6cfe4821a82e5b17f0f57bef060b0 authored over 19 years ago
Cleanup commit, sorry for the mess

github.com/vyos/initramfs-tools - 618760b004d07efb11f05e57d46ed4b5adb2823c authored over 19 years ago
add libtoolize call (Eric Leblond)

github.com/vyos-legacy/libnetfilter-queue - 6c46132f1b63f7874bb815e5de222300e9dcac00 authored over 19 years ago
really implement a full test program. returns NF_ACCEPT verdict for all packets

github.com/vyos-legacy/libnetfilter-queue - 1b5b6308f853ecd0a53c259b95fbf5ba8a99d14f authored over 19 years ago
sync with all 'upstream' changes in libnfnetlink_log

github.com/vyos-legacy/libnetfilter-queue - 0c5e5fb15205d1be968d84058d0b91f5c727c454 authored over 19 years ago
DSDT, init-premount, and add sata_nv

github.com/vyos/initramfs-tools - 3d319f70b29f804234fa5eb6e93c1168b0d2dddf authored over 19 years ago
This patch includes the following updates for the userspace

libnfnetlink_conntrack library:

a) change ctnl_open prototype: Now the subsystem is passed as pa...

github.com/vyos-legacy/libnetfilter-conntrack - 66a41c1c413e39ba39e41d72d18abb36a1491d46 authored over 19 years ago
fix up include path names

github.com/vyos-legacy/libnetfilter-conntrack - feb1ef7d0f450973aab2ed85987c3d6d17056498 authored over 19 years ago