summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:mdssvc: add unit tests for the Spotlight to Elasticsearch parserRalph Boehme2019-10-092-0/+251
* s3:mdssvc: add Elasticsearch backendRalph Boehme2019-10-0912-2/+2258
* s3:mdssvc: add missing mds_ctx deallocationRalph Boehme2019-10-091-0/+1
* s3:mdssvc: fix a long lineRalph Boehme2019-10-091-1/+3
* s3:mdssvc: modernize a few DEBUG macrosRalph Boehme2019-10-091-2/+2
* s3:mdssvc: remove unused snum from struct sl_queryRalph Boehme2019-10-091-1/+0
* s3: add mdscli Python bindingsRalph Boehme2019-10-092-0/+572
* s3:rpc_client: add a mdssvc client libraryRalph Boehme2019-10-096-0/+1785
* s3:libads: Just change the machine password if account already existsAndreas Schneider2019-10-092-22/+146
* s3:libnet: Improve debug messagesAndreas Schneider2019-10-091-2/+2
* s3:libads: Fix creating machine account using LDAPAndreas Schneider2019-10-093-21/+124
* s3:libads: Don't set supported encryption types during account creationAndreas Schneider2019-10-091-18/+0
* s3:libads: Fix detection if acount already exists in ads_find_machine_count()Andreas Schneider2019-10-091-8/+28
* s3:libads: Use a talloc_asprintf in ads_find_machine_acct()Andreas Schneider2019-10-091-4/+8
* s3:libads: Cleanup error code paths in ads_create_machine_acct()Andreas Schneider2019-10-091-11/+23
* s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider2019-10-0910-16/+50
* s3:libads: Use ldap_add_ext_s() in ads_gen_add()Andreas Schneider2019-10-091-1/+1
* s3: VFS: Use SMB_VFS_FCNTL to set fd flags in open_file()Anoop C S2019-10-083-1/+33
* s3: VFS: Add SMB_VFS_FCNTLAnoop C S2019-10-0811-0/+254
* s3/passdb: clang: Fix 'Value stored during initialization is never read'Noel Power2019-10-081-2/+2
* s3: smbclient: Stop an SMB2-connection from blundering into SMB1-specific calls.Jeremy Allison2019-10-071-0/+4
* rpcclient: Remove unused global domain sidVolker Lendecke2019-10-031-72/+0
* rpcclient: Remove domain sid checkVolker Lendecke2019-10-031-6/+0
* rpcclient: Make cmd_samr.c independent of global domain_sidVolker Lendecke2019-10-031-8/+75
* rpcclient: Fix a commentVolker Lendecke2019-10-031-1/+1
* rpcclient: Move rpccli_try_samr_connects() to cmd_samr.cVolker Lendecke2019-10-033-26/+22
* rpcclient: Remove rpcclient_cli_stateVolker Lendecke2019-10-032-4/+0
* rpclient: Remove cmd_testVolker Lendecke2019-10-033-98/+0
* s3: smbd: Fix the SMB2 server to pass SMB2-PATH-SLASH.Jeremy Allison2019-10-021-0/+45
* s3: torture: Add MS-FSA style terminating '/' and '\\' test - SMB2-PATH-SLASH.Jeremy Allison2019-10-024-0/+211
* 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
* epmapper: Fix printf specifiersVolker Lendecke2019-10-021-2/+2
* rpc_client: Don't pass a NULL string to talloc_asprintfVolker Lendecke2019-10-021-7/+23
* smbd: Fix CID 1453984: Null pointer dereferences (REVERSE_INULL)Volker Lendecke2019-10-021-3/+5
* lib: Fix CID 1453985: Null pointer dereferences (FORWARD_NULL)Volker Lendecke2019-10-021-0/+1
* s3:smbd: use is_named_stream() in a a few placesRalph Boehme2019-10-026-129/+23
* vfs_default: use is_named_stream() for stream checkRalph Boehme2019-10-021-6/+6
* s3:smbd: add a comment explaining the File-ID semantics when a file is createdRalph Boehme2019-10-021-0/+9
* s3:smbd: ensure a created stream picks up the File-ID from the basefileRalph Boehme2019-10-021-1/+1
* s3:lib: add is_named_stream()Ralph Boehme2019-10-022-0/+27
* 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:smbd: when storing DOS attribute call dos_mode() beforehandRalph Boehme2019-10-021-0/+1