Skip to content

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.#2
ghost wants to merge 1 commit intobranch-netatalk-3-1from
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Aug 6, 2014

No description provided.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So you're enabling this by default, which is good imo, but you're not mentioning this in the docs nor in the NEWS.

@ghost ghost closed this Aug 6, 2014
@ghost ghost deleted the casesens branch August 6, 2014 13:31
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>
@UUVE UUVE mentioned this pull request Apr 30, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant