summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* vfs_full_audit: Fix logging of get_real_filename outputChristof Schmitt2019-04-101-1/+1
* leases_db: Make leases_db_del use leases_db_do_lockedVolker Lendecke2019-04-091-79/+26
* leases_db: Make leases_db_add use leases_db_do_lockedVolker Lendecke2019-04-091-108/+56
* leases_db: Make leases_db_rename atomicVolker Lendecke2019-04-091-10/+153
* smbd: Factor out map_lease_type_to_oplockVolker Lendecke2019-04-091-15/+21
* CVE-2019-3880 s3: rpc: winreg: Remove implementations of SaveKey/RestoreKey.Jeremy Allison2019-04-085-343/+1
* CVE-2019-3880 s3: rpc: winreg: Remove implementations of SaveKey/RestoreKey.Jeremy Allison2019-04-081-88/+4
* CVE-2019-3870 pysmbd: Ensure a zero umask is set for smbd.mkdir()Andrew Bartlett2019-04-081-1/+10
* CVE-2019-3870 pysmbd: Move umask manipuations as close as possible to usersAndrew Bartlett2019-04-081-24/+10
* torture: Add test for talloc size accounting in memcacheChristof Schmitt2019-04-061-1/+69
* memcache: Increase size of default memcache to 512kChristof Schmitt2019-04-061-1/+1
* spell "recursive"Douglas Bagnall2019-04-051-1/+1
* s3-messages: add mallinfo() information to pool-usage reportRalph Wuerthner2019-04-042-1/+61
* s3-messages: modify msg_pool_usage() to allow enhanced memory reportsRalph Wuerthner2019-04-041-6/+17
* s3-libnet_join: allow fallback to NTLMSSP auth in libnet_joinGünther Deschner2019-04-031-0/+2
* s3-libnet_join: setup libnet join error string when AD connect failsGünther Deschner2019-04-031-0/+3
* s3-libnet_join: always pass down admin domain to ads layerGünther Deschner2019-04-031-0/+12
* rpc: Don't crash if npa_accept failsVolker Lendecke2019-04-031-2/+3
* make some auth functions return an NTSTATUS like other similar functions for ...Kristján Valur2019-04-023-37/+49
* s3:ldap: Leave add machine code early for pre-existing accountsGuenther Deschner2019-04-021-1/+9
* s3:libads: Make sure we can lookup KDCs which are not configuredAndreas Schneider2019-04-021-2/+10
* s3:libnet: Use more secure name for the JOIN krb5.confAndreas Schneider2019-04-021-3/+5
* s3:libnet: Fix debug message in libnet_DomainJoin()Guenther Deschner2019-04-021-2/+2
* s3:libsmb: Add some useful debug output to cliconnectAndreas Schneider2019-04-021-0/+13
* s3:libads: Print more information when LDAP failsAndreas Schneider2019-04-021-2/+10
* libsmb: Make cli_posix_chown/chmod proper tevent_req functionsVolker Lendecke2019-04-011-10/+72
* libsmb: Rename InfoType from [MS-SMB2] according to the specVolker Lendecke2019-04-014-17/+17
* s3:smbd: fix max_buffer handling of initial notify requestsStefan Metzmacher2019-03-294-5/+17
* smb2_server: grant all 8192 credits to clientsStefan Metzmacher2019-03-281-5/+12
* vfs_default: fix vfswrap_offload_write_send() NT_STATUS_INVALID_VIEW_SIZE checkStefan Metzmacher2019-03-281-6/+37
* vfs_default: fix DEBUG messages in vfswrap_offload_write_*_done()Stefan Metzmacher2019-03-281-2/+2
* smb2_tcon: avoid STATUS_PENDING completely on tdisStefan Metzmacher2019-03-281-3/+3
* smb2_sesssetup: avoid STATUS_PENDING completely on session logoffStefan Metzmacher2019-03-281-3/+3
* smb2_tcon: avoid STATUS_PENDING responses for tree connectStefan Metzmacher2019-03-281-1/+5
* smb2_sesssetup: avoid STATUS_PENDING responses for session setupStefan Metzmacher2019-03-281-1/+10
* smb2_server: allow smbd_smb2_request_pending_queue(0) to avoid STATUS_PENDINGStefan Metzmacher2019-03-281-1/+1
* smb2_ioctl_network_fs: remove unused fsctl_srv_copychunk_state->aapl_copyfileStefan Metzmacher2019-03-281-1/+0
* s3:smbd: handle IO_REPARSE_TAG_DFS in SMB_FIND_FILE_FULL_DIRECTORY_INFOStefan Metzmacher2019-03-281-2/+4
* s3:smbd: fix SAFE_FREE() vs. TALLOC_FREE() in list_sessions()Stefan Metzmacher2019-03-281-2/+2
* s3:smb2_write: add missing initialization of state->in_offsetStefan Metzmacher2019-03-281-0/+1
* vfs_snapper: drop unneeded fstat handlerDavid Disseldorp2019-03-271-19/+0
* s3:tests: Add test for smbstatus and smbstatus --resolve_uidsAndreas Schneider2019-03-272-1/+160
* s3:utils: Add 'smbstatus -L --resolve-uids' to show usernamesAndreas Schneider2019-03-271-3/+24
* libsmb: Change cli_posix_readlink to return talloc'ed targetVolker Lendecke2019-03-274-59/+58
* libsmb: Don't pass "cli" to cli_posix_readlink_recvVolker Lendecke2019-03-272-12/+17
* libsmb: Rename "readlink_state" to "cli_posix_readlink_state"Volker Lendecke2019-03-271-6/+8
* libsmb: Fix valgrind errors in cli_smb2_get_reparse_pointVolker Lendecke2019-03-271-2/+4
* libsmb: Fix cli_smb2_get_reparse_point_fnum_sendVolker Lendecke2019-03-261-1/+1
* rpc_server3: Add a \n to a DEBUG messageVolker Lendecke2019-03-221-1/+1
* librpc: Add a required #includeVolker Lendecke2019-03-221-0/+2