summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* dbwrap: fix possible memleak and false result check.Swen Schillig2020-04-021-3/+6
* dbwrap: fix comment in code leading to wrong function parameterSwen Schillig2020-04-021-1/+1
* ctdbd_conn: possible memleak in ctdbd_db_attachSwen Schillig2020-04-021-1/+2
* ctdbd_conn: possible memleak in ctdbd_dbpathSwen Schillig2020-04-021-1/+1
* ctdbd_conn: possible memleak in ctdbd_workingSwen Schillig2020-04-021-2/+2
* s3: smbd: Remove all references to original_lcomp from name copying code.Jeremy Allison2020-03-301-12/+1
* s3:util_sec: fix the build on non-linux platformsStefan Metzmacher2020-03-271-4/+4
* lib: Use ARRAY_DEL_ELEMENT in messaging_dispatch_waiters()Volker Lendecke2020-03-261-6/+2
* s3: Remove tevent_wait code. The last user was fsp->deferred_close.Jeremy Allison2020-03-232-94/+0
* lib: Fix a typoVolker Lendecke2020-03-101-1/+1
* lib/util/fault.c: Unify printing of the stack trace with the INTERNAL ERROR s...Andrew Bartlett2020-02-271-4/+0
* lib/util: Make prctl_set_comment take a printf format stringAndrew Bartlett2020-02-271-1/+1
* s3:lib: Allow open_socket_out without a timeoutVolker Lendecke2020-02-261-1/+2
* s3:lib: avoid calling async_connect_send() again and again in open_socket_out*()Stefan Metzmacher2020-02-261-48/+0
* s3:lib: avoid goto's in open_socket_out_send()Stefan Metzmacher2020-02-261-12/+10
* s3:lib: s/result/req in open_socket_out_send()Stefan Metzmacher2020-02-261-11/+11
* s3:libsmb: pass dest_ss to cli_cm_open()Stefan Metzmacher2020-02-261-1/+1
* lib: Map EINPROGRESS->NT_STATUS_MORE_PROCESSING_REQUIREDVolker Lendecke2020-02-201-0/+1
* lib: Remove unneded #include malloc.hVolker Lendecke2020-02-191-3/+0
* lib: Fix a shutdown crash with "clustering = yes"Volker Lendecke2020-02-181-1/+2
* lib: Introduce messaging_context->per_process_talloc_ctxVolker Lendecke2020-02-181-29/+55
* lib: Add a TALLOC_CTX to base register_msg_pool_usage() onVolker Lendecke2020-02-182-3/+4
* lib: Simplify register_msg_pool_usage()Volker Lendecke2020-02-181-38/+19
* dbwrap: Improve an error messageVolker Lendecke2020-02-101-2/+3
* s3: lib: Now remote_machine is static, we can depend on it being non-NULL.Jeremy Allison2020-02-071-3/+1
* s3:lib: Remove unneded call to set_local_machine_name()Andreas Schneider2020-02-071-2/+0
* s3:lib: Use a static buffer for (local|remote)_machineAndreas Schneider2020-02-072-44/+23
* s3/lib: RIP smb_user_nameRalph Boehme2020-02-061-72/+0
* s3/lib: use talloc_alpha_strcpy() in sub_set_smb_name()Ralph Boehme2020-02-061-10/+5
* s3/lib: use talloc_alpha_strcpy() in set_remote_machine_name()Ralph Boehme2020-02-061-9/+4
* s3/lib: use talloc_alpha_strcpy() in set_local_machine_name()Ralph Boehme2020-02-061-8/+4
* lib: Align integer typesVolker Lendecke2020-01-301-2/+1
* dbwrap: Do direct struct initalization in db_ctdb_store_db_seqnum()Volker Lendecke2020-01-231-8/+2
* s3: lib: dbwrap_ctdb: Ensure value_valid is set when creating empty recordMartin Schwenke2020-01-201-0/+1
* lib: Use closefrom() in smbrun.cVolker Lendecke2020-01-191-12/+2
* lib: Align integer typesVolker Lendecke2020-01-191-2/+2
* lib: Avoid an unnecessary includeVolker Lendecke2020-01-141-1/+0
* lib: Remove "msg_ctx" from server_id_watch_send()Volker Lendecke2020-01-143-5/+1
* lib: Use tevent version of timeval_current_ofs()Volker Lendecke2020-01-141-3/+4
* s3: lib: dbwrap. Cleanup. Add a couple of missing 'return NULL' statements on...Jeremy Allison2020-01-131-0/+2
* s3: lib: dbwrap_ctdb: Ensure value_valid is set true if we find the record in...Jeremy Allison2020-01-131-0/+1
* s3: lib: dbwrap: Set rec->value_valid to avoid backtrace in `smbstatus`Anoop C S2020-01-081-0/+2
* system: Rename argument for kernel_flock functionChristof Schmitt2020-01-081-4/+4
* lib: Fix contending with a READ lockVolker Lendecke2019-12-221-0/+2
* s3:lib: Move NULL check before messaging_dgm_out_rearm_idle_timer()Andreas Schneider2019-12-101-1/+1
* s3:lib: use nt_time_to_full_timespec() in interpret_long_date()Ralph Boehme2019-12-061-1/+1
* s3:lib: add pull_long_date_full_timespec()Ralph Boehme2019-12-061-0/+7
* s3:lib: add put_long_date_full_timespec()Ralph Boehme2019-12-061-0/+12
* s3:lib: let round_timespec() handle SAMBA_UTIME_OMITRalph Boehme2019-12-061-0/+4
* s3:lib: remove unused uint64s_nt_time_to_unix_abs()Ralph Boehme2019-12-061-7/+0