new option "case sensitive = yes|no", FR #62.#2
Closed
ghost wants to merge 1 commit intobranch-netatalk-3-1from
unknown repository
Closed
new option "case sensitive = yes|no", FR #62.#2ghost wants to merge 1 commit intobranch-netatalk-3-1from unknown repository
ghost wants to merge 1 commit intobranch-netatalk-3-1from
unknown repository
Conversation
Member
There was a problem hiding this comment.
So you're enabling this by default, which is good imo, but you're not mentioning this in the docs nor in the NEWS.
slowfranklin
pushed a commit
that referenced
this pull request
Mar 1, 2022
* afpd: Return the correct error for non-existent volume Backport from 3.x to fix bug# 577 https://sourceforge.net/p/netatalk/bugs/577/ Co-authored-by: NJRoadfan <NJRoadfan@users.noreply.github.com>
JensKSP
pushed a commit
to JensKSP/Netatalk
that referenced
this pull request
Apr 15, 2022
* afpd: Return the correct error for non-existent volume Backport from 3.x to fix bug# 577 https://sourceforge.net/p/netatalk/bugs/577/ Co-authored-by: NJRoadfan <NJRoadfan@users.noreply.github.com>
This was referenced Jun 16, 2023
Closed
rdmark
pushed a commit
that referenced
this pull request
Oct 25, 2024
We need the file to be in read-write mode after all. The function later writes to the file to append data.
rdmark
added a commit
that referenced
this pull request
Apr 10, 2026
Implement the SRP (Secure Remote Password) UAM for AFP, as used by Apple Time Capsule. The protocol uses SRP-6a with SHA-1, MGF1 KDF, and RFC 5054 group #2 (1536-bit). afppasswd is modified to operate on SRP storage file by default, which stores per-user salts and verifiers. afppasswd retains the legacy RandNum functionality activated with the -r flag. afppasswd -a now takes username as argument rather than previous positional username arugment
rdmark
added a commit
that referenced
this pull request
Apr 10, 2026
Implement the SRP (Secure Remote Password) UAM for AFP, as used by Apple Time Capsule. The protocol uses SRP-6a with SHA-1, MGF1 KDF, and RFC 5054 group #2 (1536-bit). afppasswd is modified to operate on SRP storage file by default, which stores per-user salts and verifiers. afppasswd retains the legacy RandNum functionality activated with the -r flag. afppasswd -a now takes username as argument rather than previous positional username arugment
rdmark
added a commit
that referenced
this pull request
Apr 10, 2026
Implement the SRP (Secure Remote Password) UAM for AFP, as used by Apple Time Capsule. The protocol uses SRP-6a with SHA-1, MGF1 KDF, and RFC 5054 group #2 (1536-bit). afppasswd is modified to operate on SRP storage file by default, which stores per-user salts and verifiers, while retaining the legacy RandNum functionality activated with the -r flag. An additional breaking change is that afppasswd -a now takes username as argument rather than previous positional username arugment.
rdmark
added a commit
that referenced
this pull request
Apr 10, 2026
Implement the SRP (Secure Remote Password) UAM for AFP, as used by Apple Time Capsule. The protocol uses SRP-6a with SHA-1, MGF1 KDF, and RFC 5054 group #2 (1536-bit). afppasswd is modified to operate on SRP storage file by default, which stores per-user salts and verifiers, while retaining the legacy RandNum functionality activated with the -r flag. An additional breaking change is that afppasswd -a now takes username as argument rather than previous positional username arugment. The containers now use SRP for authentication by default.
rdmark
added a commit
that referenced
this pull request
Apr 10, 2026
Implement the SRP (Secure Remote Password) UAM for AFP, as used by Apple Time Capsule. The protocol uses SRP-6a with SHA-1, MGF1 KDF, and RFC 5054 group #2 (1536-bit). afppasswd is modified to operate on SRP storage file by default, which stores per-user salts and verifiers, while retaining the legacy RandNum functionality activated with the -r flag. An additional breaking change is that afppasswd -a now takes username as argument rather than previous positional username arugment. The containers now use SRP for authentication by default.
rdmark
added a commit
that referenced
this pull request
Apr 10, 2026
Implement the SRP (Secure Remote Password) UAM for AFP, as used by Apple Time Capsule. The protocol uses SRP-6a with SHA-1, MGF1 KDF, and RFC 5054 group #2 (1536-bit). afppasswd is modified to operate on SRP storage file by default, which stores per-user salts and verifiers, while retaining the legacy RandNum functionality activated with the -r flag. An additional breaking change is that afppasswd -a now takes username as argument rather than previous positional username arugment. The containers now use SRP for authentication by default.
rdmark
added a commit
that referenced
this pull request
Apr 10, 2026
Implement the SRP (Secure Remote Password) UAM for AFP, as used by Apple Time Capsule. The protocol uses SRP-6a with SHA-1, MGF1 KDF, and RFC 5054 group #2 (1536-bit). afppasswd is modified to operate on SRP storage file by default, which stores per-user salts and verifiers, while retaining the legacy RandNum functionality activated with the -r flag. An additional breaking change is that afppasswd -a now takes username as argument rather than previous positional username arugment. The containers now use SRP for authentication by default.
rdmark
added a commit
that referenced
this pull request
Apr 10, 2026
Implement the SRP (Secure Remote Password) UAM for AFP, as used by Apple Time Capsule. The protocol uses SRP-6a with SHA-1, MGF1 KDF, and RFC 5054 group #2 (1536-bit). afppasswd is modified to operate on SRP storage file by default, which stores per-user salts and verifiers, while retaining the legacy RandNum functionality activated with the -r flag. An additional breaking change is that afppasswd -a now takes username as argument rather than previous positional username arugment. The containers now use SRP for authentication by default.
rdmark
added a commit
that referenced
this pull request
Apr 10, 2026
Implement the SRP (Secure Remote Password) UAM for AFP, as used by Apple Time Capsule. The protocol uses SRP-6a with SHA-1, MGF1 KDF, and RFC 5054 group #2 (1536-bit). afppasswd is modified to operate on SRP storage file by default, which stores per-user salts and verifiers, while retaining the legacy RandNum functionality activated with the -r flag. An additional breaking change is that afppasswd -a now takes username as argument rather than previous positional username arugment. The containers now use SRP for authentication by default.
rdmark
added a commit
that referenced
this pull request
Apr 12, 2026
Implement the SRP (Secure Remote Password) UAM for AFP, as used by Apple Time Capsule. The protocol uses SRP-6a with SHA-1, MGF1 KDF, and RFC 5054 group #2 (1536-bit). afppasswd is modified to operate on SRP storage file by default, which stores per-user salts and verifiers, while retaining the legacy RandNum functionality activated with the -r flag. An additional breaking change is that afppasswd -a now takes username as argument rather than previous positional username arugment. The containers now use SRP for authentication by default.
rdmark
added a commit
that referenced
this pull request
Apr 14, 2026
Implement the SRP (Secure Remote Password) UAM for AFP, as used by Apple Time Capsule. The protocol uses SRP-6a with SHA-1, MGF1 KDF, and RFC 5054 group #2 (1536-bit). afppasswd is modified to operate on SRP storage file by default, which stores per-user salts and verifiers, while retaining the legacy RandNum functionality activated with the -r flag. An additional breaking change is that afppasswd -a now takes username as argument rather than previous positional username arugment. The containers now use SRP for authentication by default.
rdmark
added a commit
that referenced
this pull request
Apr 14, 2026
Implement the SRP (Secure Remote Password) UAM for AFP, as used by Apple Time Capsule. The protocol uses SRP-6a with SHA-1, MGF1 KDF, and RFC 5054 group #2 (1536-bit). afppasswd is modified to operate on SRP storage file by default, which stores per-user salts and verifiers, while retaining the legacy RandNum functionality activated with the -r flag. An additional breaking change is that afppasswd -a now takes username as argument rather than previous positional username arugment. The containers now use SRP for authentication by default.
rdmark
added a commit
that referenced
this pull request
Apr 16, 2026
Implement the SRP (Secure Remote Password) UAM for AFP, as used by Apple Time Capsule. The protocol uses SRP-6a with SHA-1, MGF1 KDF, and RFC 5054 group #2 (1536-bit). afppasswd is modified to operate on SRP storage file by default, which stores per-user salts and verifiers, while retaining the legacy RandNum functionality activated with the -r flag. An additional breaking change is that afppasswd -a now takes username as argument rather than previous positional username arugment. The containers now use SRP for authentication by default.
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.