summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: lib: Add file_ploadv_send().Jeremy Allison2019-06-132-0/+32
* s3: lib: Remove file_lines_pload().Jeremy Allison2019-06-132-17/+0
* s3: smbd: Convert sysquotas.c code to use file_lines_ploadv().Jeremy Allison2019-06-131-19/+107
* s3: smbd: Convert print_svid code to use file_lines_ploadv().Jeremy Allison2019-06-131-2/+27
* s3: smbd: Convert dfree code to use file_lines_ploadv().Jeremy Allison2019-06-131-12/+23
* s3: lib: util: Add file_lines_ploadv().Jeremy Allison2019-06-132-0/+18
* s3:util: Move static file_pload() function to lib/utilAliaksei Karaliou2019-06-131-47/+0
* s3:util: Move popen wrappers to lib/utilAliaksei Karaliou2019-06-134-282/+1
* smbd: Fix a panicVolker Lendecke2019-06-131-7/+6
* smbd: Enable "smbd:suicide mode" for smb2Volker Lendecke2019-06-131-0/+12
* s3: winbind: Fix crash when invoking winbind idmap scripts.Jeremy Allison2019-06-132-9/+33
* s3:loadparm: Ensure to truncate FS Volume Label at multibyte boundaryShyamsunder Rathi2019-06-131-3/+35
* vfs_ceph: fix cephwrap_flistxattr() debug messageDavid Disseldorp2019-05-171-1/+2
* s3:smbspool: Fix regression printing with Kerberos credentialsAndreas Schneider2019-05-171-1/+1
* s3: SMB1: Don't allow recvfile on stream fsp's.Jeremy Allison2019-05-171-0/+4
* s3:smbd: don't use recvfile on streamsRalph Boehme2019-05-171-0/+3
* s3:utils: If share is NULL in smbcacls, don't print itAndreas Schneider2019-05-171-2/+2
* s3:utils: If share is NULL in smbcquotas, don't print itAndreas Schneider2019-05-171-2/+2
* s3:winbindd: Do not free db_path in idmap_tdb2 before we printed itAndreas Schneider2019-05-171-2/+2
* s3:rpc_server: Do not free the tdbname before we printed itAndreas Schneider2019-05-171-2/+2
* smbd: implement SMB_FILE_NORMALIZED_NAME_INFORMATION handlingStefan Metzmacher2019-05-172-0/+66
* smbd: allow case insensitive opens of named streamsStefan Metzmacher2019-05-171-1/+71
* s3: modules: ceph: use current working directory instead of share pathRobert Sander2019-05-171-3/+3
* winbind: Fix overlapping id rangesVolker Lendecke2019-05-171-2/+10
* selftest: Pass trusted domain information to idmap_ad testChristof Schmitt2019-05-171-1/+1
* winbind: Use domain name from lsa query for sid_to_name cache entryChristof Schmitt2019-05-151-2/+3
* winbind: Return queried domain name from name_to_sidChristof Schmitt2019-05-159-6/+44
* winbind: Query domain from winbind sam_name_to_sidChristof Schmitt2019-05-151-0/+2
* winbind: Query domain from winbind rpc name_to_sidChristof Schmitt2019-05-151-1/+2
* winbind: Query domain from msrpc name_to_sidChristof Schmitt2019-05-151-1/+2
* s3/vfs_glusterfs: Dynamically determine NAME_MAXAnoop C S2019-04-301-8/+29
* s3/vfs_glusterfs_fuse: Dynamically determine NAME_MAXAnoop C S2019-04-301-6/+26
* vfs_ceph: explicitly enable libcephfs POSIX ACL supportDavid Disseldorp2019-04-241-0/+11
* smb2_server: grant all 8192 credits to clientsStefan Metzmacher2019-04-241-5/+12
* vfs_default: fix vfswrap_offload_write_send() NT_STATUS_INVALID_VIEW_SIZE checkStefan Metzmacher2019-04-241-6/+37
* vfs_default: fix DEBUG messages in vfswrap_offload_write_*_done()Stefan Metzmacher2019-04-241-2/+2
* vfs_snapper: drop unneeded fstat handlerDavid Disseldorp2019-04-241-19/+0
* smb2_tcon: avoid STATUS_PENDING completely on tdisStefan Metzmacher2019-04-241-3/+3
* smb2_sesssetup: avoid STATUS_PENDING completely on session logoffStefan Metzmacher2019-04-241-3/+3
* smb2_tcon: avoid STATUS_PENDING responses for tree connectStefan Metzmacher2019-04-241-1/+5
* smb2_sesssetup: avoid STATUS_PENDING responses for session setupStefan Metzmacher2019-04-241-1/+10
* smb2_server: allow smbd_smb2_request_pending_queue(0) to avoid STATUS_PENDINGStefan Metzmacher2019-04-241-1/+1
* s3:smbd: handle IO_REPARSE_TAG_DFS in SMB_FIND_FILE_FULL_DIRECTORY_INFOStefan Metzmacher2019-04-241-2/+4
* torture: Add test for talloc size accounting in memcacheChristof Schmitt2019-04-121-1/+69
* memcache: Increase size of default memcache to 512kChristof Schmitt2019-04-121-1/+1
* s3-libnet_join: allow fallback to NTLMSSP auth in libnet_joinGünther Deschner2019-04-091-0/+2
* s3-libnet_join: setup libnet join error string when AD connect failsGünther Deschner2019-04-091-0/+3
* s3-libnet_join: always pass down admin domain to ads layerGünther Deschner2019-04-091-0/+12
* s3:ldap: Leave add machine code early for pre-existing accountsGuenther Deschner2019-04-091-1/+9
* s3:libads: Make sure we can lookup KDCs which are not configuredAndreas Schneider2019-04-091-2/+10