NJRoadfan
NJRoadfan
Moving this here.... Some notes regarding afpd and dsi/atp support `afp_config.c` Re-add DSI and ATP specific logic in `configfree()` Re-add DSI and ATP specific logic in `configinit()`. Code here needs...
Note, one item of concern is any possible regressions, particularly in the area of file transfer performance. Read/write benchmarks between this PR and stock Netatalk 3 are going to be...
MacOS 9 supports SLP 2.0, which works with Netatalk 2.x out of the box. MacOS 8.5 and 8.6 shipped with SLP 1.0, which is not compatible with the later protocol....
Maybe contact the author @jcalcote about doing another release? There are commits from the past few years that haven't seen release. From the netatalk perspective, are there any users actually...
macipgw is likely licensed under an incompatible license (BSD like) which would preclude it being integrated into netatalk 2.x. Its easy enough to compile, although it needs additional setup depending...
The code compiles cleanly on current distros of Linux. It likely works fine on *BSD as well. The biggest issue I see is with the installation. Its not a nicely...
@jasonking3's fork still has important improvements that should be integrated. Looks like they should drop in for the most part. One notable fix is changing the DDP listening port to...
That is my one holdup with macipgw. Its a simple command line tool that handles basic gateway duties and wrapping/unwrapping of packets. The user has to figure out how to...
The code that converts AD from v2 (.AppleDouble folders) to extended attributes and ._Files (resource forks) lives in `ad_convert.c`. One would have to make calls to read the extended attribute...
Here is what comes up when trying to rebuild an existing volume with `dbd -f`: ` Nov 14 18:53:18.614566 dbd[5231] {cnid_sqlite.c:100} (error:Default): sqlite3_bind_text(db->cnid_add_stmt, 1, stmt_param_name, strlen(stmt_param_name), SQLITE_STATIC) failed: No such...