summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: fix path check in smbd_smb2_create_durable_lease_check()Ralph Boehme2018-07-281-1/+15
* s3: libsmbclient: Fix cli_splice() fallback when reading less than a complete...Jeremy Allison2018-07-281-1/+3
* s3: torture: Test SMB1 cli_splice() fallback path when doing a non-full file ...Jeremy Allison2018-07-282-1/+157
* vfs_ceph: don't lie about flock supportDavid Disseldorp2018-07-281-6/+5
* s3:selftest: run rpc.lsa.lookupsids also with explicit [smb1] and [smb2]Stefan Metzmacher2018-07-281-1/+1
* s3: smbd: always set vuid in check_user_ok()Ralph Boehme2018-07-261-0/+2
* s3: smbd/durable: remove dev and inode check from vfs_default_durable_reconne...Ralph Boehme2018-07-121-24/+0
* libsmbclient: Initialize written in cli_splice_fallback()Bailey Berro2018-07-121-0/+2
* libsmbclient: Initialize written value before use.Jeremy Allison2018-07-121-1/+1
* python: pysmbd: Additional error path leak fix.Jeremy Allison2018-07-121-0/+1
* s3:smbd: don't allow renaming basefile if streams are openRalph Boehme2018-07-121-0/+4
* s3:locking: add file_has_open_streams()Ralph Boehme2018-07-122-0/+32
* s3:smbd: add private option NTCREATEX_OPTIONS_PRIVATE_STREAM_BASEOPENRalph Boehme2018-07-122-1/+9
* selftest: run smb2.streams tests against a share with vfs_streams_xattrRalph Boehme2018-07-121-0/+4
* vfs_fruit: delete 0 byte size streams if AAPL is enabledRalph Boehme2018-07-121-0/+3
* s3/notifyd.c: Rename CTDB_BROADCAST_VNNMAP to CTDB_BROADCAST_ACTIVE.Karolin Seeger2018-07-091-2/+2
* s3:smbget: Fix buffer truncation issues with gcc8Andreas Schneider2018-06-271-1/+1
* s3:registry: Fix buffer truncation issues issues with gcc8Andreas Schneider2018-06-271-7/+5
* s3-winbindd: remove unused fill_domain_username()Günther Deschner2018-06-272-21/+0
* s3-winbindd: use fill_domain_username_talloc() in winbind.Günther Deschner2018-06-275-17/+46
* s3:libnet: Fix format-truncation warning in samsync_ldifAndreas Schneider2018-06-271-1/+2
* s3:passdb: Fix size of ascii_p16Andreas Schneider2018-06-271-1/+1
* s3:lib: Use memcpy() in escape_ldap_string()Andreas Schneider2018-06-271-1/+1
* s3-utils: fix format-truncation in smbpasswdGünther Deschner2018-06-271-23/+26
* s3-printing: fix format-truncation in print_queue_update()Günther Deschner2018-06-271-1/+1
* python: Fix talloc frame use in make_simple_acl().Jeremy Allison2018-06-191-23/+26
* s3: smbd: printing: Re-implement delete-on-close semantics for print files mi...Jeremy Allison2018-06-191-0/+17
* s3: smbtorture: Add new SMB2-DIR-FSYNC test to show behavior of FSYNC on dire...Jeremy Allison2018-06-194-1/+273
* s3: smbd: Fix SMB2-FLUSH against directories.Jeremy Allison2018-06-191-2/+24
* smbd: Flush dfree memcache on service reloadChristof Schmitt2018-06-073-0/+7
* smbd: Cache dfree information based on query pathChristof Schmitt2018-06-071-19/+80
* selftest: Add test for 'dfree cache'Christof Schmitt2018-06-071-0/+35
* lib/util: Move log_stack_trace() to common codeAndrew Bartlett2018-06-044-102/+1
* s3-lib: Remove support for libexc for IRIX backtracesAndrew Bartlett2018-06-042-43/+1
* s3:utils: Do not segfault on error in DoDNSUpdate()Andreas Schneider2018-06-041-0/+1
* s3:smbd: fix interaction between chown and SD flagsRalph Boehme2018-05-241-2/+5
* nsswitch:tests: Add test for wbinfo --user-infoAndreas Schneider2018-05-241-0/+14
* nsswitch: Add a test looking up the user using the upnAndreas Schneider2018-05-241-1/+1
* winbindd: Name<->SID cache is not sequence number based anymoreVolker Lendecke2018-05-241-2/+0
* winbindd: Move name<->sid cache to gencacheVolker Lendecke2018-05-241-190/+143
* winbindd: Factor out winbindd_domain_init_backend from get_cache()Volker Lendecke2018-05-241-5/+12
* net: Parse namemap_cache in "net cache list"Volker Lendecke2018-05-241-0/+19
* lib: Add namemap_cacheVolker Lendecke2018-05-243-0/+369
* lib: Pass blob instead of &blob to gencache_set_data_blobVolker Lendecke2018-05-245-13/+14
* s3: VFS: Fix memory leak in vfs_ceph.Vandana Rungta2018-05-171-10/+11
* winbindd: Do re-connect if the RPC call fails in the passdb caseAndrew Bartlett2018-05-141-0/+128
* winbindd: Add a cache of the samr and lsa handles for the passdb domainAndrew Bartlett2018-05-141-108/+159
* vfs_ceph: add fake async pwrite/pread send/recv hooksDavid Disseldorp2018-05-141-1/+108
* s3: libsmbclient: Fix hard-coded connection error return of ETIMEDOUT.Jeremy Allison2018-05-071-1/+1
* ceph: VFS: Add asynchronous fsync to ceph module, fake using synchronous call.Jeremy Allison2018-05-071-0/+53