summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-10-24lib/tsocket: make use of TEVENT_FD_ERROR in tstream_bsd_fde_handler()Stefan Metzmacher1-111/+116
2023-10-24lib/tsocket: let tstream_bsd_connect_send() use TEVENT_FD_ERROR instead of TE...Stefan Metzmacher1-1/+1
2023-10-24lib/async_req: let writev_send/recv use TEVENT_FD_ERRORStefan Metzmacher1-31/+18
2023-10-24lib/async_req: let async_connect_send use TEVENT_FD_ERROR instead of TEVENT_F...Stefan Metzmacher1-1/+2
2023-10-24lib/tsocket: make use of samba_socket_sock_error()Stefan Metzmacher1-9/+1
2023-10-24lib/tsocket: make use of samba_socket_poll_or_sock_error()Stefan Metzmacher1-101/+2
2023-10-24lib/util: add samba_socket_{poll,sock,poll_or_sock}_error()Stefan Metzmacher2-0/+113
2023-10-13tevent: version 0.16.0tevent-0.16.0Stefan Metzmacher2-1/+168
2023-10-13tevent: add support for TEVENT_FD_ERRORStefan Metzmacher6-80/+167
2023-10-13tevent: add test_event_fd3Stefan Metzmacher1-0/+615
2023-10-13tevent: add test_fd_speed3Stefan Metzmacher1-0/+10
2023-10-13tevent: let tevent_epoll.c use new generic mpx infrastructureStefan Metzmacher1-294/+263
2023-10-13tevent: add tevent_common_fd_mpx infrastructureStefan Metzmacher4-0/+390
2023-10-13tevent: split out a tevent_common_fd_disarm() helperStefan Metzmacher5-37/+25
2023-10-13ldb: sync DLIST_DEMOTE_SHORT() changes to include/dlinklist.hStefan Metzmacher1-0/+21
2023-10-13lib/util: sync DLIST_DEMOTE_SHORT() changes to dlinklist.hStefan Metzmacher1-0/+21
2023-10-13tevent: introduce DLIST_DEMOTE_SHORT()Stefan Metzmacher1-0/+21
2023-10-13lib:util: Remove always‐false comparison (CID 242193)Joseph Sutton1-1/+1
2023-10-13util: Remove redundant assertion (CID 1497841)Joseph Sutton1-1/+1
2023-10-13tdb: Do not pass non–null‐terminated strings to strcmp() (CID 1449485)Joseph Sutton1-1/+7
2023-10-13lib:replace: Properly check result of write() and read() (CID 1034925)Joseph Sutton1-2/+2
2023-10-13lib:printer_driver: Check return value of gp_inifile_enum_section() (CID 1444...Joseph Sutton1-0/+3
2023-10-13lib:compression: Correctly fix sign extension of long matches (CID 1517275)Joseph Sutton1-1/+1
2023-10-10CVE-2023-42669 s4-rpc_server: Disable rpcecho server by defaultAndrew Bartlett1-1/+1
2023-10-01lib:krb5_wrap: Include missing headersJoseph Sutton1-0/+3
2023-10-01lib/util: Fix building with FORTIFY_SOURCE=2Joseph Sutton1-1/+1
2023-10-01ldb: Fix building with FORTIFY_SOURCE=2Joseph Sutton1-0/+3
2023-10-01lib/ldb-samba: Fix building with FORTIFY_SOURCE=2Joseph Sutton1-0/+1
2023-10-01lib:compression: Fix building with FORTIFY_SOURCE=2Joseph Sutton1-1/+1
2023-09-27lib:audit_logging: Initialize ‘tm’ structureJoseph Sutton1-1/+1
2023-09-27lib/krb5_wrap: Simplify assignmentsJoseph Sutton1-2/+1
2023-09-27lib/krb5_wrap: Make use of smb_krb5_make_data()Joseph Sutton1-5/+2
2023-09-26fuzzing: fuzz_sddl_parse forgives bad utf-8Douglas Bagnall1-0/+23
2023-09-26util/str: helper to check for utf-8 validityDouglas Bagnall2-0/+126
2023-09-26lib/fuzzing: fuzz_sddl_parse: allow non-round-trip with long stringsDouglas Bagnall1-0/+22
2023-09-26conditional_aces: Avoid manual parsing for ace_condition_bytes, use DATA_BLOBAndrew Bartlett1-0/+1
2023-09-26docs-xml: Add new parameter "acl claims evaluation"Andrew Bartlett3-0/+16
2023-09-26lib/fuzzing: adjust access-check seed patchDouglas Bagnall1-12/+15
2023-09-26lib/fuzzing: fuzz_conditional_ace_blobDouglas Bagnall2-0/+149
2023-09-26lib/fuzzing: adapt fuzz_sddl_access_check for claimsDouglas Bagnall1-10/+72
2023-09-26lib/fuzzing: fuzz SDDL conditional ACEsDouglas Bagnall1-0/+119
2023-09-25lib: Avoid a tdb handle leakVolker Lendecke1-0/+5
2023-09-25lib: Modernize tdb_fetch_lifetime()Volker Lendecke1-24/+31
2023-09-14ldb: Prefer explicit initialization to ZERO_STRUCT()Joseph Sutton1-9/+5
2023-09-14lib:krb5_wrap: Remove Heimdal‐only krb5_princ_component() implementationJoseph Sutton1-15/+0
2023-09-14lib:krb5_wrap: Add Heimdal‐specific smb_krb5_princ_component() implementationJoseph Sutton1-2/+19
2023-09-14lib:krb5_wrap: Add smb_krb5_princ_component()Joseph Sutton1-0/+24
2023-09-14lib:krb5_wrap: Have smb_krb5_principal_get_realm() check the return values of...Joseph Sutton1-3/+14
2023-09-14lib:krb5_wrap: Eliminate redundant code from smb_krb5_sockaddr_to_kaddr()Joseph Sutton1-22/+4
2023-09-14lib:tdr: Remove unnecessary castJoseph Sutton1-1/+1