Skip to content

Commit b55edb8

Browse files
committed
Merged the user-defined-authn branch to trunk.
git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1927627 13f79535-47bb-0310-9956-ffa450edef68
2 parents c5fe01e + eea4473 commit b55edb8

18 files changed

+2167
-200
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,14 @@ list(APPEND SOURCES
147147
"src/pump.c"
148148
"src/resolve.c"
149149
"src/ssltunnel.c"
150+
"src/syntax.c"
150151
"auth/auth.c"
151152
"auth/auth_basic.c"
152153
"auth/auth_digest.c"
153154
"auth/auth_spnego.c"
154155
"auth/auth_spnego_gss.c"
155156
"auth/auth_spnego_sspi.c"
157+
"auth/auth_user_defined.c"
156158
"buckets/aggregate_buckets.c"
157159
"buckets/allocator.c"
158160
"buckets/barrier_buckets.c"

0 commit comments

Comments
 (0)