summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* winbindd: add retry to _winbind_SendToSamRalph Boehme2018-05-071-0/+9
* winbindd: add retry to _winbind_DsrUpdateReadOnlyServerDnsRecordsRalph Boehme2018-05-071-0/+10
* winbindd: add retry to _wbint_DsGetDcNameRalph Boehme2018-05-071-18/+19
* winbindd: add retry to _wbint_LookupSids()Ralph Boehme2018-05-071-1/+7
* winbindd: use reset_cm_connection_on_error() instead of dcerpc_binding_handle...Ralph Boehme2018-05-071-13/+7
* winbindd: fix logic calling dcerpc_binding_handle_is_connected()Ralph Boehme2018-05-071-4/+4
* winbindd: call dcerpc_binding_handle_is_connected() from reset_cm_connection_...Ralph Boehme2018-05-073-23/+31
* winbindd: force netlogon reauth for certain errors in reset_cm_connection_on_...Ralph Boehme2018-05-071-0/+8
* winbindd: call reset_cm_connection_on_error() from reconnect_need_retry()Ralph Boehme2018-05-071-7/+1
* winbindd: make reset_cm_connection_on_error() publicRalph Boehme2018-05-072-2/+6
* winbindd: check for NT_STATUS_IO_DEVICE_ERROR in reset_cm_connection_on_error()Ralph Boehme2018-05-071-1/+3
* winbindd: add and use ldap_reconnect_need_retry() in winbindd_reconnect_ads.cRalph Boehme2018-05-071-6/+52
* winbind: Keep "force_reauth" in invalidate_cm_connectionVolker Lendecke2018-05-071-1/+1
* winbind: Add smbcontrol disconnect-dcVolker Lendecke2018-05-075-1/+64
* utils: Add destroy_netlogon_creds_cliVolker Lendecke2018-05-072-0/+145
* winbindd: initialize type = SID_NAME_UNKNOWN in wb_lookupsids_single_done()Stefan Metzmacher2018-04-251-1/+1
* winbindd: don't split the rid for SID_NAME_DOMAIN sids in wb_lookupsidsStefan Metzmacher2018-04-251-1/+3
* s3:passdb: Do not return OK if we don't have pinfo set upAndreas Schneider2018-04-201-1/+1