Skip to content

Commit

Permalink
Merge branch 'ba/osxkeychain-updates' into jch
Browse files Browse the repository at this point in the history
Update osxkeychain backend with features required for the recent
credential subsystem.

* ba/osxkeychain-updates:
  osxkeychain: store new attributes
  osxkeychain: erase matching passwords only
  osxkeychain: erase all matching credentials
  osxkeychain: replace deprecated SecKeychain API
  • Loading branch information
gitster committed Apr 12, 2024
2 parents cfcca4f + d5b35bb commit 898c90a
Show file tree
Hide file tree
Showing 2 changed files with 310 additions and 69 deletions.
3 changes: 2 additions & 1 deletion contrib/credential/osxkeychain/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ CFLAGS = -g -O2 -Wall
-include ../../../config.mak

git-credential-osxkeychain: git-credential-osxkeychain.o
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) -Wl,-framework -Wl,Security
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) \
-framework Security -framework CoreFoundation

git-credential-osxkeychain.o: git-credential-osxkeychain.c
$(CC) -c $(CFLAGS) $<
Expand Down
Loading

0 comments on commit 898c90a

Please sign in to comment.