summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3:lib: factor out talloc_sub_advanced() from talloc_sub_full()Ralph Boehme2019-11-071-5/+23
* s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme2019-11-071-2/+2
* s3: remove unused function standard_sub_advanced()Ralph Boehme2019-11-071-16/+0
* lib: Avoid includes.h in g_lock.cVolker Lendecke2019-11-061-1/+5
* lib: Remove g_lock_do()Volker Lendecke2019-11-061-64/+0
* g_lock: Avoid sys_random(), use generate_random()Volker Lendecke2019-11-061-2/+2
* lib: Remove #define serverid_equal server_id_equalVolker Lendecke2019-11-061-3/+3
* lib/adouble: pass filesize to ad_unpack()Ralph Boehme2019-10-301-1/+3
* lib/adouble: drop ad_data reallocate logicRalph Boehme2019-10-301-23/+23
* lib/adouble: README.Coding fix: multi-line if expressionRalph Boehme2019-10-301-1/+2
* lib/adouble: fix a long lineRalph Boehme2019-10-301-1/+5
* s3: remove now unneeded call to cmdline_messaging_context()Ralph Boehme2019-10-241-7/+0
* s3:dbwrap: initialize messaging before getting the ctdb connectionRalph Boehme2019-10-241-1/+7
* s3:lib:wins fix a compile warning on Ubuntu 18.04Christian Ambach2019-10-231-1/+1
* dbwrap_watch: Fix cleaning up dead watchersVolker Lendecke2019-10-181-0/+1
* lib: Explicitly refuse to truncate unix domain socket pathsAndrew Bartlett2019-10-181-1/+12
* s3/dump_core: Have a newline towards the end of log messageAnoop C S2019-10-181-1/+1
* s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider2019-10-091-1/+4
* s3: VFS: Add SMB_VFS_FCNTLAnoop C S2019-10-081-0/+14
* dbwrap_watch: Don't alert ourselves, fix raw.oplock.batch26 raceVolker Lendecke2019-10-021-2/+14
* dbwrap_watch: Remove "addwatch" handling from dbwrap_watched_save()Volker Lendecke2019-10-021-28/+10
* dbwrap_watch: Move reallocating watchers to dbwrap_watched_watch_send()Volker Lendecke2019-10-021-2/+19
* dbwrap_watch: Slightly simplify dbwrap_watched_fetch_locked()Volker Lendecke2019-10-021-4/+1
* lib: Fix CID 1453985: Null pointer dereferences (FORWARD_NULL)Volker Lendecke2019-10-021-0/+1
* s3:lib: add is_named_stream()Ralph Boehme2019-10-021-0/+26
* s3:lib: use strequal_m() in is_ntfs_default_stream_smb_fname()Ralph Boehme2019-10-021-1/+1
* s3:lib: implement logic directly in is_ntfs_default_stream_smb_fname()Ralph Boehme2019-10-021-1/+3
* s3:lib: expand a comment with the function doc for is_ntfs_stream_smb_fnameRalph Boehme2019-10-021-1/+2
* s3:lib: factor out stream name asserts to helper functionRalph Boehme2019-10-021-4/+10
* s3:lib: assert stream_name is NULL for POSIX pathsRalph Boehme2019-10-021-1/+1
* s3:lib: rework a return expression into an if blockRalph Boehme2019-10-021-1/+5
* s3/lib/netapi: clang: Fix 'Value stored during initialization is never read'Noel Power2019-09-261-5/+5
* s3/lib/netapi: clang: Fix 'Value stored during initialization is never read'Noel Power2019-09-261-1/+1
* s3/lib/netapi: clang: Fix 'Value stored during initialization is never read'Noel Power2019-09-261-3/+3
* s3: lib: adouble: Add dirfsp to ad_convert_delete_adfile(). Use UNLINKAT inst...Jeremy Allison2019-09-261-5/+13
* s3: lib: adouble: Add struct files_struct *dirfsp parameter to ad_convert().Jeremy Allison2019-09-262-6/+8
* messaging: Do POOL_USAGE via a socketVolker Lendecke2019-09-181-73/+62
* lib: Enable watching and storing dbwrap_watch records.Volker Lendecke2019-09-171-14/+55
* util_sec.c: Move __thread variable to global scopeKhem Raj2019-09-171-8/+11
* lib: Add "utok_string"Volker Lendecke2019-09-111-0/+29
* vfs: Use file_id_str_buf() in xattr_tdb_setattr()Volker Lendecke2019-09-101-2/+3
* vfs: Use file_id_str_buf() in xattr_tdb_getattr()Volker Lendecke2019-09-101-2/+3
* lib: Use file_id_str_buf() in file_id_string()Volker Lendecke2019-09-101-4/+2
* lib: Add file_id_str_buf()Volker Lendecke2019-09-102-0/+18
* lib: Properly #ifdef __LIB_FILE_ID_H__Volker Lendecke2019-09-101-0/+5
* s3:lib: add update_stat_ex_from_saved_stat()Ralph Boehme2019-09-101-0/+20
* s3:lib: round itime to NTTIME resolution in make_file_id_from_itime()Ralph Boehme2019-09-101-0/+2
* s3/lib/ctdbd_conn: assert hdr following read/recvDavid Disseldorp2019-09-041-2/+6
* s3: smbd: Add sys_mknodat() wrapper call.Jeremy Allison2019-08-221-0/+15
* tldap: Paged searches fail when they get to the endGarming Sam2019-08-011-1/+2