Changes between Initial Version and Version 1 of Ticket #67150


Ignore:
Timestamp:
Mar 27, 2023, 9:10:41 AM (14 months ago)
Author:
hadrabap (Petr Hadraba)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67150 – Description

    initial v1  
    99}}}
    1010
    11 Based on the trace-back it looks like it is related to cryptographic stuff.
     11Based on the trace-back it looks like it is related to cryptographic stuff:
     12
     13{{{
     140   libcrypto.3.dylib                   0x00000001091dfe89 EVP_DecryptUpdate + 32
     151   libdigestmd5.3.so                   0x0000000109989535 dec_rc4 + 49
     162   libdigestmd5.3.so                   0x000000010998cf93 digestmd5_decode_packet + 212
     173   libdigestmd5.3.so                   0x000000010999058b _plug_decode + 295
     184   libdigestmd5.3.so                   0x000000010998c524 digestmd5_decode + 51
     195   libsasl2.3.dylib                    0x0000000108c491d6 sasl_decode + 100
     206   libsvn_ra_svn-1.0.dylib             0x0000000108c22574 sasl_read_cb + 124
     217   libsvn_ra_svn-1.0.dylib             0x0000000108c2b649 svn_ra_svn__stream_read + 17
     228   libsvn_ra_svn-1.0.dylib             0x0000000108c2b314 readbuf_input + 98
     239   libsvn_ra_svn-1.0.dylib             0x0000000108c2b286 readbuf_fill + 138
     2410  libsvn_ra_svn-1.0.dylib             0x0000000108c26a1f readbuf_getchar_skip_whitespace + 46
     2511  libsvn_ra_svn-1.0.dylib             0x0000000108c269cc svn_ra_svn__read_item + 50
     2612  libsvn_ra_svn-1.0.dylib             0x0000000108c279ac svn_ra_svn__read_tuple + 104
     2713  libsvn_ra_svn-1.0.dylib             0x0000000108c2809b svn_ra_svn__read_cmd_response + 124
     2814  libsvn_ra_svn-1.0.dylib             0x0000000108c209f5 open_session + 1759
     2915  libsvn_ra_svn-1.0.dylib             0x0000000108c1c35c ra_svn_open + 524
     3016  libsvn_ra-1.0.dylib                 0x000000010893bb14 svn_ra_open5 + 488
     3117  libsvn_client-1.0.dylib             0x0000000108853cd1 svn_client__open_ra_session_internal + 838
     3218  libsvn_client-1.0.dylib             0x000000010885da05 reuse_ra_session + 139
     3319  libsvn_client-1.0.dylib             0x000000010885d383 update_internal + 1241
     3420  libsvn_client-1.0.dylib             0x000000010885ce31 svn_client__update_internal + 761
     3521  libsvn_client-1.0.dylib             0x000000010885d80b svn_client_update4 + 285
     3622  svn                                 0x00000001087b55fe svn_cl__update + 309
     3723  svn                                 0x00000001087b4b0c sub_main + 7281
     3824  svn                                 0x00000001087b2e3b main + 95
     3925  libdyld.dylib                       0x00007fff6857fcc9 start + 1
     40}}}
     41
     42Remote server configuration:
     43
     44{{{
     45bash-4.4$ cat svnserve.conf | grep -v '^#' | grep -v '^$'
     46[general]
     47anon-access = none
     48password-db = passwd
     49authz-db = authz
     50realm = XXX
     51[sasl]
     52use-sasl = true
     53min-encryption = 128
     54max-encryption = 256
     55}}}