summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.8.1 release.samba-4.8.1Karolin Seeger2018-04-261-1/+1
* WHATSNEW: Add release notes for Samba 4.8.1.Karolin Seeger2018-04-261-0/+108
* s3:modules: fix the build of vfs_aixacl2.cStefan Metzmacher2018-04-201-2/+3
* ldb/tests: avoid 'return void_function();' which isn't portableStefan Metzmacher2018-04-201-4/+4
* lib/crypto: avoid 'return void_function();' which isn't portableStefan Metzmacher2018-04-201-4/+6
* s3:modules: make virusfilter_io_connect_path() more portableStefan Metzmacher2018-04-201-15/+16
* s3:modules: fix the picky-developer build of vfs_virusfilter.c on FreeBSD 11Stefan Metzmacher2018-04-201-2/+3
* vfs_virusfilter: Fix CID 1428738 Macro compares unsigned to 0Volker Lendecke2018-04-201-1/+1
* vfs_virusfilter: Fix CID 1428740 Macro compares unsigned to 0Volker Lendecke2018-04-201-1/+1
* vfs_virusfilter: Fix CID 1428739 Buffer not null terminatedVolker Lendecke2018-04-201-1/+7
* nsswitch: fix the developer build of nsswitch/wins.c on freebsd 11Stefan Metzmacher2018-04-201-1/+1
* nsswitch: add some const to _nss_winbind_initgroups_dyn() prototypeStefan Metzmacher2018-04-202-2/+2
* nsswitch: maintain prototypes for the linux based functions only onceStefan Metzmacher2018-04-206-96/+27
* lib/replace: define __[u]intptr_t_defined if we prove an replacementStefan Metzmacher2018-04-201-0/+2
* s3:passdb: Do not return OK if we don't have pinfo set upAndreas Schneider2018-04-201-1/+1
* lib/util: remove unused '#include <sys/syscall.h>' from tests/tfork.cStefan Metzmacher2018-04-201-1/+0
* winbindd: add retry to _winbind_SendToSamRalph Boehme2018-04-201-1/+11
* winbindd: add retry to _winbind_DsrUpdateReadOnlyServerDnsRecordsRalph Boehme2018-04-201-0/+10
* winbindd: add retry to _wbint_DsGetDcNameRalph Boehme2018-04-201-18/+19
* winbindd: add retry to _wbint_LookupSids()Ralph Boehme2018-04-201-1/+7
* winbindd: use reset_cm_connection_on_error() instead of dcerpc_binding_handle...Ralph Boehme2018-04-201-13/+7
* winbindd: fix logic calling dcerpc_binding_handle_is_connected()Ralph Boehme2018-04-201-4/+4
* winbindd: call dcerpc_binding_handle_is_connected() from reset_cm_connection_...Ralph Boehme2018-04-203-23/+31
* winbindd: force netlogon reauth for certain errors in reset_cm_connection_on_...Ralph Boehme2018-04-201-0/+8
* winbindd: call reset_cm_connection_on_error() from reconnect_need_retry()Ralph Boehme2018-04-201-7/+1
* winbindd: make reset_cm_connection_on_error() publicRalph Boehme2018-04-202-2/+6
* winbindd: check for NT_STATUS_IO_DEVICE_ERROR in reset_cm_connection_on_error()Ralph Boehme2018-04-201-1/+3
* winbindd: add and use ldap_reconnect_need_retry() in winbindd_reconnect_ads.cRalph Boehme2018-04-201-6/+52
* winbind: Keep "force_reauth" in invalidate_cm_connectionVolker Lendecke2018-04-201-1/+1
* winbind: Add smbcontrol disconnect-dcVolker Lendecke2018-04-206-1/+65
* utils: Add destroy_netlogon_creds_cliVolker Lendecke2018-04-202-0/+146
* smbclient: Handle ENUM_DIR in "notify" commandVolker Lendecke2018-04-191-2/+7
* libsmb: Handle IO_TIMEOUT in cli_smb2_notify properlyVolker Lendecke2018-04-191-0/+9
* libsmb: Handle long-running smb2cli_notifyVolker Lendecke2018-04-191-9/+45
* rpc_server: Init local_server_* in make_internal_rpc_pipe_socketpairVolker Lendecke2018-04-193-24/+43
* libads: Fix the build --without-adsVolker Lendecke2018-04-191-0/+4
* torture: Test compound request request countersVolker Lendecke2018-04-121-0/+77
* s3:smb2_server: correctly maintain request counters for compound requestsStefan Metzmacher2018-04-121-1/+5
* winbindd: Do not ignore domain in the LOOKUPNAME requestChristof Schmitt2018-04-112-14/+21
* Add test for wbinfo name lookupChristof Schmitt2018-04-113-0/+46
* nsswitch: Fix wbcListGroups testChristof Schmitt2018-04-111-1/+32
* nsswitch: Fix wbcListUsers testChristof Schmitt2018-04-111-1/+32
* test_smbclient_s3.sh: Use correct separator in "list with backup privilege" testChristof Schmitt2018-04-111-3/+7
* s3: smbd: Unix extensions attempts to change wrong field in fchown call.Jeremy Allison2018-04-111-2/+2
* s3: smbd: Fix memory leak in vfswrap_getwd()Jeremy Allison2018-04-101-3/+6
* s3: lib: messages: Don't use the result of sec_init() before calling sec_init().Lutz Justen2018-04-101-2/+7
* dsdb: Fix CID 1034966 Uninitialized scalar variableVolker Lendecke2018-04-101-0/+1
* s3:smbd: don't use the directory cache for SMB2/3Ralph Boehme2018-04-102-5/+32
* ctdb-scripts: Drop "net serverid wipe" from 50.samba event scriptAmitay Isaacs2018-04-101-2/+0
* ms_schema: fix python2.6 incompatibilityBjörn Baumbach2018-04-101-1/+1