summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: Fix %U substitutions if it contains a domain nameAndreas Schneider2020-09-141-1/+17
* s3:tests: Add test for 'valid users = DOMAIN\%U'Andreas Schneider2020-09-141-0/+5
* Revert "Add vfs_ring."Karolin Seeger2020-09-143-122/+0
* Revert "vfs_ring: Adapt to 4.13 VFS"Karolin Seeger2020-09-141-5/+3
* s3:libads: Also add a realm entry for the domain nameAndreas Schneider2020-09-101-0/+4
* s3:libads: Only add RC4 if weak crypto is allowedAndreas Schneider2020-09-101-2/+3
* s3:libads: Remove DES legacy types for KerberosAndreas Schneider2020-09-101-1/+1
* vfs_ring: Adapt to 4.13 VFSVolker Lendecke2020-09-101-3/+5
* Add vfs_ring.Jean-Marc Saffroy2020-09-103-0/+122
* build: toggle vfs_snapper using --with-shared-modulesDavid Disseldorp2020-09-041-15/+12
* s3:share_mode_lock: remove unused reproducer for bug #14428Stefan Metzmacher2020-09-032-22/+0
* s3:share_mode_lock: make sure share_mode_cleanup_disconnected() removes the r...Stefan Metzmacher2020-09-031-2/+54
* s3:share_mode_lock: add missing 'goto done' in share_mode_cleanup_disconnected()Stefan Metzmacher2020-09-031-0/+1
* s3:share_mode_lock: consistently debug share_mode_entry recordsStefan Metzmacher2020-09-031-2/+21
* s3:share_mode_lock: let share_mode_forall_entries/share_entry_forall evaluate...Stefan Metzmacher2020-09-031-12/+12
* s3:share_mode_lock: reproduce problem with stale disconnected share mode entriesStefan Metzmacher2020-09-032-0/+28
* s3:selftest: also run durable_v2_reconnect_delay_msec in samba3.blackbox.dura...Stefan Metzmacher2020-09-031-0/+6
* tldap: Receiving "msgid == 0" means the connection is deadVolker Lendecke2020-09-031-0/+11
* test: Test winbind idmap_ad ticket expiry behaviourVolker Lendecke2020-09-031-0/+5
* idmap_ad: Pass tldap debug messages on to DEBUG()Stefan Metzmacher2020-09-031-0/+36
* tldap: Add PRINTF_ATTRIBUTE declaration to tldap_debug()Volker Lendecke2020-09-031-0/+5
* tldap: Make sure all requests are cancelled on rundownVolker Lendecke2020-09-031-6/+6
* tldap: Centralize connection rundown on errorVolker Lendecke2020-09-031-12/+60
* tldap: Maintain the ldap read request in tldap_contextVolker Lendecke2020-09-031-8/+9
* tldap: Always remove ourselves from ld->pending at cleanup timeVolker Lendecke2020-09-031-8/+1
* tldap: Fix tldap_msg_received()Volker Lendecke2020-09-031-9/+1
* tldap: Only free() ld->pending if "req" is part of itVolker Lendecke2020-09-031-5/+5
* selftest: Do not let deprecated option warnings muck this test upAndrew Bartlett2020-08-241-0/+4
* selftest: Add test for suppression of deprecation warningsAndrew Bartlett2020-08-241-0/+33
* Remove depracated "ldap ssl ads" smb.conf optionIsaac Boukris2020-08-122-8/+0
* winbind: Fix lookuprids cache problemVolker Lendecke2020-08-101-1/+2
* winbind: Add test for lookuprids cache problemVolker Lendecke2020-08-102-0/+26
* torture3: Align integer typesVolker Lendecke2020-08-101-1/+2
* s3:smbd: skip ctdb public ips in fsctl_network_iface_info()Stefan Metzmacher2020-07-081-0/+28
* s3:smbd: disconnect the all client connections if a ctdb public ip droppedStefan Metzmacher2020-07-083-0/+36
* s3:smbd: make smbXsrv_client_connection_pass_loop() more robustStefan Metzmacher2020-07-081-9/+22
* s3:smbd: make sure smbXsrv_connection_disconnect_transport() closes the socke...Stefan Metzmacher2020-07-082-2/+7
* s3:smbd: make sure we detect stale smbXsrv_connection pointers in smbXsrv_ses...Stefan Metzmacher2020-07-082-0/+6
* s3:smbd: fill in xconn->client early in smbd_add_connection()Stefan Metzmacher2020-07-081-2/+1
* s3:smbd: handle NETWORK_ACCESS_DENIED in smbXsrv_client_connection_pass_loop()Stefan Metzmacher2020-07-081-0/+4
* s3:smbd: consistently use DLIST_ADD* to fill client->connections in smbd_add_...Stefan Metzmacher2020-07-081-1/+1
* s3:ctdbd_conn: add ctdbd_control_get_public_ips() and ctdbd_find_in_public_ips()Stefan Metzmacher2020-07-083-0/+92
* s3:ctdbd_conn: make use of samba_sockaddr in ctdbd_connect()Stefan Metzmacher2020-07-081-9/+16
* s3:ctdbd_conn: make use of ctdbd_control_local() in ctdbd_register_ips()Stefan Metzmacher2020-07-081-4/+4
* s3:smbd: implement FSCTL_SMBTORTURE_FORCE_UNACKED_TIMEOUTStefan Metzmacher2020-07-084-3/+98
* s3:smbd: make use of the new ack infrastructure for oplock/lease breaksStefan Metzmacher2020-07-081-17/+35
* s3:smbd: force multi-channel to be turned off without FreeBSD/Linux supportStefan Metzmacher2020-07-083-1/+30
* s3:smbd: add infrastructure to wait for TCP acksStefan Metzmacher2020-07-083-1/+365
* s3:smbd: add logic to retry break notifications on all available channelsStefan Metzmacher2020-07-081-2/+116
* s3:smbd: convert smbd_smb2_send_break() into async smbd_smb2_break_send/recv()Stefan Metzmacher2020-07-081-28/+91