lib/replace: Remove libaio support
[samba.git] / source3 /
2019-10-03 Volker Lendeckerpcclient: Remove unused global domain sid
2019-10-03 Volker Lendeckerpcclient: Remove domain sid check
2019-10-03 Volker Lendeckerpcclient: Make cmd_samr.c independent of global domain_sid
2019-10-03 Volker Lendeckerpcclient: Fix a comment
2019-10-03 Volker Lendeckerpcclient: Move rpccli_try_samr_connects() to cmd_samr.c
2019-10-03 Volker Lendeckerpcclient: Remove rpcclient_cli_state
2019-10-03 Volker Lendeckerpclient: Remove cmd_test
2019-10-02 Jeremy Allisons3: smbd: Fix the SMB2 server to pass SMB2-PATH-SLASH.
2019-10-02 Jeremy Allisons3: torture: Add MS-FSA style terminating '/' and ...
2019-10-02 Volker Lendeckedbwrap_watch: Don't alert ourselves, fix raw.oplock...
2019-10-02 Volker Lendeckedbwrap_watch: Remove "addwatch" handling from dbwrap_wa...
2019-10-02 Volker Lendeckedbwrap_watch: Move reallocating watchers to dbwrap_watc...
2019-10-02 Volker Lendeckedbwrap_watch: Slightly simplify dbwrap_watched_fetch_lo...
2019-10-02 Volker Lendeckeepmapper: Fix printf specifiers
2019-10-02 Volker Lendeckerpc_client: Don't pass a NULL string to talloc_asprintf
2019-10-02 Volker Lendeckesmbd: Fix CID 1453984: Null pointer dereferences (REVER...
2019-10-02 Volker Lendeckelib: Fix CID 1453985: Null pointer dereferences (FORWAR...
2019-10-02 Ralph Boehmes3:smbd: use is_named_stream() in a a few places
2019-10-02 Ralph Boehmevfs_default: use is_named_stream() for stream check
2019-10-02 Ralph Boehmes3:smbd: add a comment explaining the File-ID semantics...
2019-10-02 Ralph Boehmes3:smbd: ensure a created stream picks up the File...
2019-10-02 Ralph Boehmes3:lib: add is_named_stream()
2019-10-02 Ralph Boehmes3:lib: use strequal_m() in is_ntfs_default_stream_smb_...
2019-10-02 Ralph Boehmes3:lib: implement logic directly in is_ntfs_default_str...
2019-10-02 Ralph Boehmes3:lib: expand a comment with the function doc for...
2019-10-02 Ralph Boehmes3:lib: factor out stream name asserts to helper function
2019-10-02 Ralph Boehmes3:lib: assert stream_name is NULL for POSIX paths
2019-10-02 Ralph Boehmes3:lib: rework a return expression into an if block
2019-10-02 Ralph Boehmes3:smbd: when storing DOS attribute call dos_mode(...
2019-10-02 Ralph Boehmes3:smbd: change the place where we call dos_mode()...
2019-10-01 Noel Powers3: passdb: ret doesn't seem to be needed at all
2019-09-30 Noel Powers3/libsmb: clang: Fix 'Value stored during its initiali...
2019-09-27 Michael Adamwinbind: provide passwd struct for group sid with ID_TY...
2019-09-26 Noel Powers3/libsmb: clang: Fix 'warning: Value stored to 'p...
2019-09-26 Noel Powers3/passdb: clang: Value stored to 'c' is never read
2019-09-26 Noel Powers3/libsmb: clang: value stored to 'idx_current' is...
2019-09-26 Noel Powers3/passdb: clang: Fix warning: Value stored to 'acct_ct...
2019-09-26 Noel Powers3/lib/netapi: clang: Fix 'Value stored during initiali...
2019-09-26 Noel Powers3/rpc_client: clang: Fix 'Value stored during initiali...
2019-09-26 Noel Powers3/libads: clang: Fix 'Value stored during its initiali...
2019-09-26 Noel Powers3/lib/netapi: clang: Fix 'Value stored during initiali...
2019-09-26 Noel Powers3/lib/netapi: clang: Fix 'Value stored during initiali...
2019-09-26 Noel Powers3/auth: clang: Fix 'Value stored during its initializa...
2019-09-26 Noel Powers3/auth: clang: Fix 'Value stored during its initializa...
2019-09-26 Noel Powers3/libsmb: clang: Fix 'Value stored during its initiali...
2019-09-26 Noel Powers3/libads: clang: Fix 'Value stored during initializati...
2019-09-26 Noel Powers3/libads: clang: Fix 'Value stored to 'nt_status'...
2019-09-26 Noel Powers3/passed: clang: Fix 'Value stored during its initiali...
2019-09-26 Noel Powers3/rpc_client: clang: 'Value stored during its initiali...
2019-09-26 Noel Powers3/rpc_client: clang: Fix 'Value stored during initiali...
2019-09-26 Noel Powers3/passdb: clang: Fix 'Value stored during its initiali...
2019-09-26 Noel Powers3/passdb: clang: Fix 'Value stored during initializati...
2019-09-26 Noel Powers3/passdb: clang: Fix 'Value stored during initializati...
2019-09-26 Noel Powers3/passdb: clang: Fix 'Value stored during its initiali...
2019-09-26 Noel Powers3/rpc_client: clang: Fix 'Value stored during initiali...
2019-09-26 Noel Powers3/groupdb: clang: 'Value stored during its initializat...
2019-09-26 Noel Powers3/groupdb: clang: Fix 'Value stored during its initial...
2019-09-26 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_UNLINK...
2019-09-26 Jeremy Allisons3: VFS: vfs_full_audit: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_acl_tdb: Remove unlink_fn. No longer used.
2019-09-26 Jeremy Allisons3: VFS: vfs_acl_xattr: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_posix_eadb: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_ceph: Remove unlink_fn. No longer used.
2019-09-26 Jeremy Allisons3: VFS: vfs_glusterfs: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_streams_depot: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_syncops: Remove unlink_fn. No longer used.
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit: Remove unlink_fn. No longer used.
2019-09-26 Jeremy Allisons3: VFS: vfs_recycle: Remove unlink_fn. No longer used.
2019-09-26 Jeremy Allisons3: VFS: vfs_unityed_media: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_xattr_tdb: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_virusfilter: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_time_audit: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_streams_xattr: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_snapper: Remove unlink_fn. No longer used.
2019-09-26 Jeremy Allisons3: VFS: vfs_shadow_copy2: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_media_harmony: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_extd_audit: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_ceph_snapshots: Remove unlink_fn. No longe...
2019-09-26 Jeremy Allisons3: VFS: vfs_catia: Remove unlink_fn. No longer used.
2019-09-26 Jeremy Allisons3: VFS: vfs_cap: Remove unlink_fn. No longer used.
2019-09-26 Jeremy Allisons3: VFS: vfs_audit: Remove unlink_fn. No longer used.
2019-09-26 Jeremy Allisons3: lib: adouble: Add dirfsp to ad_convert_delete_adfil...
2019-09-26 Jeremy Allisons3: lib: adouble: Add struct files_struct *dirfsp param...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Change delete_invalid_meta_stream...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Change fruit_pread_meta_stream...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Add struct files_struct *dirfsp...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Add struct files_struct *dirfsp...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Add files_struct *dirfsp parameter...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Add struct files_struct *dirfsp...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Add files_struct *dirfsp parameter...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit: Convert fruit_rmdir_internal()...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit: Add dirfsp files_struct pointer...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit: Wrap fruit_rmdir() so we can add...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Change fruit_unlink_internal()...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Add files_struct *dirfsp to fruit_u...
2019-09-26 Jeremy Allisons3: VFS: vfs_fruit. Wrap Convert fruit_unlink() ->...
2019-09-26 Jeremy Allisons3: smbd: Change rmdir_internals() to call SMB_VFS_UNLI...
2019-09-26 Jeremy Allisons3: smbd: Change recursive_rmdir() to call SMB_VFS_UNLI...
2019-09-26 Jeremy Allisons3: smbd: Change close_remove_share_mode() to call...
2019-09-26 Jeremy Allisons3: smbd: Change delete_all_streams() to call SMB_VFS_U...
next