summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* CVE-2018-1139 selftest: verify whether ntlmv1 can be used via SMB1 when it is...Günther Deschner2018-08-111-1/+1
* CVE-2018-1139 s3-utils: use enum ntlm_auth_level in ntlm_password_check().Günther Deschner2018-08-111-2/+4
* CVE-2018-10858: libsmb: Harden smbc_readdir_internal() against returns from m...Jeremy Allison2018-08-112-8/+51
* CVE-2018-10858: libsmb: Ensure smbc_urlencode() can't overwrite passed in buf...Jeremy Allison2018-08-111-2/+7
* s3:winbind: Fix regression introduced with bso #12851Andreas Schneider2018-06-251-18/+10
* s3:smbget: Fix buffer truncation issues with gcc8Andreas Schneider2018-06-251-1/+1
* s3:registry: Fix buffer truncation issues issues with gcc8Andreas Schneider2018-06-251-7/+5
* python: Fix talloc frame use in make_simple_acl().Jeremy Allison2018-06-201-23/+26
* s3: smbd: printing: Re-implement delete-on-close semantics for print files mi...Jeremy Allison2018-06-201-0/+17
* s3: torture: Add DELETE-PRINT test.Jeremy Allison2018-06-202-0/+136
* s3:winbind: Fix uninitialzed variable warningAndreas Schneider2018-06-201-1/+1
* s3:passdb: Fix size of ascii_p16Andreas Schneider2018-06-201-1/+1
* s3:lib: Use memcpy() in escape_ldap_string()Andreas Schneider2018-06-201-1/+1
* s3-utils: fix format-truncation in smbpasswdGünther Deschner2018-06-201-23/+26
* s3-printing: fix format-truncation in print_queue_update()Günther Deschner2018-06-201-1/+1
* s3-winbindd: remove unused fill_domain_username()Günther Deschner2018-06-202-21/+0
* s3-winbindd: use fill_domain_username_talloc() in winbind.Günther Deschner2018-06-205-17/+46
* s3: smbtorture: Add new SMB2-DIR-FSYNC test to show behavior of FSYNC on dire...Jeremy Allison2018-06-204-1/+273
* s3: smbd: Fix SMB2-FLUSH against directories.Jeremy Allison2018-06-201-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
* winbind: Fix UPN handling in canonicalize_username()Andreas Schneider2018-05-246-19/+44
* winbind: Fix UPN handling in parse_domain_user()Andreas Schneider2018-05-249-56/+151
* winbind: Remove unused function parse_domain_user_talloc()Andreas Schneider2018-05-242-14/+0
* winbind: Pass upn unmodified to lookup namesStefan Metzmacher2018-05-248-16/+36
* 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: 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: VFS: Fix memory leak in vfs_ceph.Vandana Rungta2018-05-141-10/+11
* s3:cleanupd: sends MSG_SMB_UNLOCK twice to interested peersRalph Boehme2018-05-141-2/+0
* s3:smbspool: Fix cmdline argument handlingAndreas Schneider2018-05-092-19/+72
* smbspool: Improve URI handling codeAndreas Schneider2018-05-091-11/+18
* s3: libsmbclient: Fix hard-coded connection error return of ETIMEDOUT.Jeremy Allison2018-05-071-1/+1
* s3:cleanupd: use MSG_SMB_BRL_VALIDATE to signal cleanupd unclean process shut...Ralph Boehme2018-05-072-2/+2
* ceph: VFS: Add asynchronous fsync to ceph module, fake using synchronous call.Jeremy Allison2018-05-071-0/+53
* rpc_server: Fix NetSessEnum with stale sessionsChristof Schmitt2018-05-071-0/+4
* selftest: Add testcase for querying sessions after smbd crashChristof Schmitt2018-05-072-0/+61
* rpcclient: Print number of entries for NetSessEnumChristof Schmitt2018-05-071-0/+2
* printing: return the same error code as windows does on upload failuresBjörn Jacke2018-05-071-1/+1
* s3: tests: Regression test to ensure we can never return a DIRECTORY attribut...Jeremy Allison2018-05-071-0/+76
* s3: smbd. Generic fix for incorrect reporting of stream dos attributes on a d...Jeremy Allison2018-05-071-0/+22
* s3: vfs: vfs_streams_xattr: Don't blindly re-use the base file mode bits.Jeremy Allison2018-05-071-0/+2
* s3:modules: fix the build of vfs_aixacl2.cStefan Metzmacher2018-04-201-2/+3