summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* wafsamba: always generate compile_commands.json again, but only when the samb...Stefan Metzmacher2021-08-266-15/+21
* mit-kdc: Remove build time support for KDB_API < 10Andrew Bartlett2021-08-263-77/+0
* build: Move minimum MIT krb5 version to 1.19 to align with what is testedAndrew Bartlett2021-08-264-27/+1
* autobuild.py: Do not build MIT builds by default (eg sn-devel)Andrew Bartlett2021-08-261-0/+11
* gitlab-ci: Move MIT builds to current Fedora so we can test against a current...Andrew Bartlett2021-08-261-0/+6
* gitlab-ci/autobuild: Add new build confirming behaviour on older MIT KerberosAndrew Bartlett2021-08-262-2/+29
* autobuild.py: Explain why each job is removed from the default setAndrew Bartlett2021-08-261-0/+12
* s4: ntvfs: Missed comma in 24c09f913d82528ada14013e3d673d277cf04a93, string w...Jeremy Allison2021-08-251-1/+1
* s3: smbd: In create_conn_struct_cwd(), don't TALLOC_FREE() an unallocated poi...Jeremy Allison2021-08-251-6/+1
* s3: mdssvc: Correctly disconnect the VFS connection inside the mds_ctx destru...Jeremy Allison2021-08-251-0/+5
* mangle_hash2: remove LOCK$ from list of reserved namesBjörn Jacke2021-08-241-1/+1
* mangle_hash2: add missing COM/LPT ports that are also reserved namesBjörn Jacke2021-08-241-2/+4
* ntvfs: add missing COM/LPT ports that are also reserved namesBjörn Jacke2021-08-241-2/+4
* rpcclient: Add unixinfo commandsVolker Lendecke2021-08-243-0/+145
* winbindd: NULL-initialize a pointerVolker Lendecke2021-08-241-1/+1
* rpc_client: Align cli_api_pipe_send() with tevent_req() conventionsVolker Lendecke2021-08-241-14/+6
* rpc_client: Use tevent_req_nterror() properly in cli_api_pipeVolker Lendecke2021-08-241-6/+3
* rpc_client: Make rpc_pipe_open_tcp() staticVolker Lendecke2021-08-242-10/+6
* torture: Remove rpc_open_tcp test programVolker Lendecke2021-08-242-119/+0
* rpc_client: Simplify get_complete_frag_send()Volker Lendecke2021-08-241-32/+25
* rpc_client: Simplify get_complete_frag_got_header()Volker Lendecke2021-08-241-2/+1
* rpc_client: Simplify get_complete_frag_got_header()Volker Lendecke2021-08-241-1/+1
* rpc_client: Simplify get_complete_frag_got_rest()Volker Lendecke2021-08-241-11/+2
* rpc_client: Simplify rpc_api_pipe_auth3_done()Volker Lendecke2021-08-241-13/+2
* rpc_client: Avoid castsVolker Lendecke2021-08-241-4/+4
* rpc_client: Use tevent_req_nterror() properlyVolker Lendecke2021-08-241-26/+14
* rpc_client: Simplify rpccli_bh_disconnect_recv()Volker Lendecke2021-08-241-9/+1
* winbind: Remove an unused includeVolker Lendecke2021-08-241-1/+0
* rpc_client: Adapt rpc_write_send() to tevent_req conventionsVolker Lendecke2021-08-241-5/+2
* rpc_client: Adapt rpc_api_pipe_send() to recent coding conventionsVolker Lendecke2021-08-241-14/+6
* rpc_client: Use ndr_syntax_id_equal() in check_bind_response()Volker Lendecke2021-08-241-2/+3
* rpc_client: Use struct init/assignmentVolker Lendecke2021-08-241-22/+19
* rpc_client: Adapt rpc_pipe_bind_send() to talloc_req conventionsVolker Lendecke2021-08-241-10/+4
* rpc_client: Avoid ZERO_STRUCTP in prepare_verification_trailer()Volker Lendecke2021-08-241-29/+22
* rpc_client: Adapt rpc_api_pipe_req_send() to talloc_req conventionsVolker Lendecke2021-08-241-17/+10
* rpc_client: Slightly simplify rpc_api_pipe_req_send()Volker Lendecke2021-08-241-3/+0
* rpc_client: Early TALLOC_FREE() in prepare_verification_trailer()Volker Lendecke2021-08-241-0/+1
* rpc_client: Fix a small memleakVolker Lendecke2021-08-241-0/+2
* libsmb: Fix a typoVolker Lendecke2021-08-241-1/+1
* rpc_client: Slightly simplify rpc_transport_np_init_pipe_open()Volker Lendecke2021-08-241-4/+4
* lib: Improve comment wordingVolker Lendecke2021-08-241-1/+1
* rpc_server: Fix a commentVolker Lendecke2021-08-241-1/+1
* rpc_server: Simplify _samr_CreateUser2()Volker Lendecke2021-08-241-2/+4
* rpc_server: Align integer typesVolker Lendecke2021-08-241-6/+5
* rpc_server: Remove an unused function declarationVolker Lendecke2021-08-241-1/+0
* rpc_server: Slightly simplify set_user_info_18()Volker Lendecke2021-08-241-10/+6
* rpc_server: Slightly simplify set_user_info_21()Volker Lendecke2021-08-241-8/+10
* rpc_server: Simplify open_np_file()Volker Lendecke2021-08-241-20/+7
* librpc: Simplify GUID_hexstring()Volker Lendecke2021-08-241-14/+6
* librpc: Simplify GUID_string2() by using GUID_buf_string()Volker Lendecke2021-08-241-3/+3