summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* tldap: Make memcpy of no controls safeGarming Sam2019-08-011-1/+3
* s3:lib: Use the passed mem_ctx instead of talloc_tos()Andreas Schneider2019-07-261-4/+4
* libcli:auth: Return WERROR for encode_wkssvc_join_password_buffer()Andreas Schneider2019-07-261-16/+28
* s3:rpc_client: Return NTSTATUS for init_samr_CryptPasswordEx()Andreas Schneider2019-07-261-3/+6
* s3:rpc_client: Return NTSTATUS for init_samr_CryptPassword()Andreas Schneider2019-07-261-3/+6
* s3/lib: clang: Fix 'access to field results in a deref of a null pointer'Noel Power2019-07-241-1/+1
* s3/lib: clang: Fix 'function call argument is an uninitialized value'Noel Power2019-07-241-1/+1
* s3/lib: clang: Fix 'Acces to field results in a deref of a null pointer'Noel Power2019-07-241-2/+3
* s3/lib/dbwrap: clang: Fix 'Access to field results in a deref of a null'Noel Power2019-07-241-0/+5
* s3/lib/dwrap: clang: Fix 'Value stored to 'ret' is never read'Noel Power2019-07-241-1/+1
* s3:prefork: Allow to associate private data with listening socketSamuel Cabrero2019-07-222-18/+39
* s3-prefork: Add header inclusion guardsSamuel Cabrero2019-07-221-0/+4
* lib: Fix the 32-bit buildVolker Lendecke2019-07-181-4/+4
* s3/lib/smbconf: clang: 'Value stored during its initialization is never read'Noel Power2019-07-171-7/+7
* s3/lib: clang: 'Value stored to 'rta' is never read'Noel Power2019-07-161-1/+0
* s3/lib: clang: Fix 'passed-by-value struct argument contains uninit-ed data'Noel Power2019-07-161-1/+1
* s3/lib: clang: Fix 'Value stored to 'b' is never read'Noel Power2019-07-161-3/+3