summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2019-11-12lib: Remove unused file_id_string()Volker Lendecke2-12/+0
2019-11-12lib: Remove unused file_id_string_tos()Volker Lendecke2-12/+0
2019-11-07s3:lib: factor out talloc_sub_advanced() from talloc_sub_full()Ralph Boehme1-5/+23
2019-11-07s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme1-2/+2
2019-11-07s3: remove unused function standard_sub_advanced()Ralph Boehme1-16/+0
2019-11-06lib: Avoid includes.h in g_lock.cVolker Lendecke1-1/+5
2019-11-06lib: Remove g_lock_do()Volker Lendecke1-64/+0
2019-11-06g_lock: Avoid sys_random(), use generate_random()Volker Lendecke1-2/+2
2019-11-06lib: Remove #define serverid_equal server_id_equalVolker Lendecke1-3/+3
2019-10-30lib/adouble: pass filesize to ad_unpack()Ralph Boehme1-1/+3
2019-10-30lib/adouble: drop ad_data reallocate logicRalph Boehme1-23/+23
2019-10-30lib/adouble: README.Coding fix: multi-line if expressionRalph Boehme1-1/+2
2019-10-30lib/adouble: fix a long lineRalph Boehme1-1/+5
2019-10-24s3: remove now unneeded call to cmdline_messaging_context()Ralph Boehme1-7/+0
2019-10-24s3:dbwrap: initialize messaging before getting the ctdb connectionRalph Boehme1-1/+7
2019-10-23s3:lib:wins fix a compile warning on Ubuntu 18.04Christian Ambach1-1/+1
2019-10-18dbwrap_watch: Fix cleaning up dead watchersVolker Lendecke1-0/+1
2019-10-18lib: Explicitly refuse to truncate unix domain socket pathsAndrew Bartlett1-1/+12
2019-10-18s3/dump_core: Have a newline towards the end of log messageAnoop C S1-1/+1
2019-10-09s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider1-1/+4
2019-10-08s3: VFS: Add SMB_VFS_FCNTLAnoop C S1-0/+14
2019-10-02dbwrap_watch: Don't alert ourselves, fix raw.oplock.batch26 raceVolker Lendecke1-2/+14
2019-10-02dbwrap_watch: Remove "addwatch" handling from dbwrap_watched_save()Volker Lendecke1-28/+10
2019-10-02dbwrap_watch: Move reallocating watchers to dbwrap_watched_watch_send()Volker Lendecke1-2/+19
2019-10-02dbwrap_watch: Slightly simplify dbwrap_watched_fetch_locked()Volker Lendecke1-4/+1
2019-10-02lib: Fix CID 1453985: Null pointer dereferences (FORWARD_NULL)Volker Lendecke1-0/+1
2019-10-02s3:lib: add is_named_stream()Ralph Boehme1-0/+26
2019-10-02s3:lib: use strequal_m() in is_ntfs_default_stream_smb_fname()Ralph Boehme1-1/+1
2019-10-02s3:lib: implement logic directly in is_ntfs_default_stream_smb_fname()Ralph Boehme1-1/+3
2019-10-02s3:lib: expand a comment with the function doc for is_ntfs_stream_smb_fnameRalph Boehme1-1/+2
2019-10-02s3:lib: factor out stream name asserts to helper functionRalph Boehme1-4/+10
2019-10-02s3:lib: assert stream_name is NULL for POSIX pathsRalph Boehme1-1/+1
2019-10-02s3:lib: rework a return expression into an if blockRalph Boehme1-1/+5
2019-09-26s3/lib/netapi: clang: Fix 'Value stored during initialization is never read'Noel Power1-5/+5
2019-09-26s3/lib/netapi: clang: Fix 'Value stored during initialization is never read'Noel Power1-1/+1
2019-09-26s3/lib/netapi: clang: Fix 'Value stored during initialization is never read'Noel Power1-3/+3
2019-09-26s3: lib: adouble: Add dirfsp to ad_convert_delete_adfile(). Use UNLINKAT inst...Jeremy Allison1-5/+13
2019-09-26s3: lib: adouble: Add struct files_struct *dirfsp parameter to ad_convert().Jeremy Allison2-6/+8
2019-09-18messaging: Do POOL_USAGE via a socketVolker Lendecke1-73/+62
2019-09-17lib: Enable watching and storing dbwrap_watch records.Volker Lendecke1-14/+55
2019-09-17util_sec.c: Move __thread variable to global scopeKhem Raj1-8/+11
2019-09-11lib: Add "utok_string"Volker Lendecke1-0/+29
2019-09-10vfs: Use file_id_str_buf() in xattr_tdb_setattr()Volker Lendecke1-2/+3
2019-09-10vfs: Use file_id_str_buf() in xattr_tdb_getattr()Volker Lendecke1-2/+3
2019-09-10lib: Use file_id_str_buf() in file_id_string()Volker Lendecke1-4/+2
2019-09-10lib: Add file_id_str_buf()Volker Lendecke2-0/+18
2019-09-10lib: Properly #ifdef __LIB_FILE_ID_H__Volker Lendecke1-0/+5
2019-09-10s3:lib: add update_stat_ex_from_saved_stat()Ralph Boehme1-0/+20
2019-09-10s3:lib: round itime to NTTIME resolution in make_file_id_from_itime()Ralph Boehme1-0/+2
2019-09-04s3/lib/ctdbd_conn: assert hdr following read/recvDavid Disseldorp1-2/+6