summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2018-04-05wscript_build: fix c modules deps name for Python 3Joe Guo3-3/+8
2018-04-05python3 port for smbd moduleNoel Power2-8/+17
2018-04-05python samba test: enable samba.tests.libsmb_samba_internal for py3Noel Power1-1/+2
2018-04-05python3 port for libsmb_samba_internal moduleNoel Power1-8/+20
2018-04-05python3 port for passdb moduleNoel Power2-109/+120
2018-04-05python3 port for param moduleNoel Power2-7/+18
2018-04-05smbclient: Handle ENUM_DIR in "notify" commandVolker Lendecke1-2/+7
2018-04-05libsmb: Handle IO_TIMEOUT in cli_smb2_notify properlyVolker Lendecke1-0/+9
2018-04-04s3: lib: messages: Don't use the result of sec_init() before calling sec_init().Lutz Justen1-2/+7
2018-04-04net: Avoid tallocsVolker Lendecke1-2/+3
2018-04-04net: Fix CID 1414752 Resource leakVolker Lendecke1-0/+3
2018-04-04pdb_ldap: Fix CID 1363266 Resource leakVolker Lendecke1-2/+3
2018-04-04utils: Fix CID 1035541 Uninitialized scalar variableVolker Lendecke1-1/+1
2018-04-04groupdb: Fix CID 1167984 Ignoring number of bytes readVolker Lendecke1-1/+5
2018-04-04smbd: Fix CID 240676 Dereference after null checkVolker Lendecke1-0/+7
2018-04-03s3:modules: Set -Wno-strict-overflow for getdate if supportedAndreas Schneider1-0/+5
2018-04-03s3:modules: Generate new getdate.c with bisonAndreas Schneider1-977/+897
2018-04-03s3:modules: Update getdate.y to work with newer bison versionsAndreas Schneider1-122/+121
2018-04-03s3:torture: Fix size types in make_nonstd_fd()Andreas Schneider1-2/+2
2018-04-03s3:client: Fix size typesAndreas Schneider1-8/+15
2018-04-03s3:spoolss: Fix size typesAndreas Schneider1-1/+1
2018-04-03s3:printing: Fix size typesAndreas Schneider2-11/+18
2018-04-03s3:smbd: Fix size types in reply_negprot()Andreas Schneider1-5/+8
2018-04-03s3:modules: fix the build of vfs_aixacl2.cStefan Metzmacher1-2/+3
2018-04-03s3:modules: make virusfilter_io_connect_path() more portableStefan Metzmacher1-15/+16
2018-04-03s3:modules: fix the picky-developer build of vfs_virusfilter.c on FreeBSD 11Stefan Metzmacher1-2/+3
2018-03-30s3:smbd: don't use the directory cache for SMB2/3Ralph Boehme1-3/+29
2018-03-29s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE without delete...Jeremy Allison1-0/+12
2018-03-29libads: Fix CID 1349423 Resource leakVolker Lendecke1-1/+2
2018-03-29net: Fix CID 1128559 Dereference null return valueVolker Lendecke1-3/+7
2018-03-29smbstatus: Fix CID 1128560 Dereference null return valueVolker Lendecke1-1/+9
2018-03-29vfs_fruit: Fix CID 1433613 Operands don't affect resultVolker Lendecke1-2/+2
2018-03-29libads: Fix 1433611 Resource leakVolker Lendecke1-0/+1
2018-03-29libads: Fix CID 1433606 Dereference before null checkVolker Lendecke1-1/+1
2018-03-27selftest: Do not run *.lock tests against both nt4_dc and ad_dcAndrew Bartlett1-1/+2
2018-03-27selftest: Do not run raw.notify, smb2.oplock and raw.oplock twiceAndrew Bartlett1-1/+2
2018-03-27selftest: Move slower base.deny1 and base.deny2 to fileserver environmentAndrew Bartlett1-1/+1
2018-03-27Move smbtorture3 tests to fileserver environmentAndrew Bartlett1-1/+1
2018-03-27selftest: Move base.delaywrite tests to fileserver environmentAndrew Bartlett1-1/+1
2018-03-27selftest: Do not run smb2.notify against nt4_dc and ad_dcAndrew Bartlett1-1/+0
2018-03-24winbindd: Use talloc_zero_array for consistency with other winbindd_domain al...Andrew Bartlett1-2/+2
2018-03-24winbindd: Do re-connect if the RPC call fails in the passdb caseAndrew Bartlett1-0/+128
2018-03-24winbindd: Add a cache of the samr and lsa handles for the passdb domainAndrew Bartlett1-108/+159
2018-03-23s3/script/tests: convert print func to be py2/py3 compatibleNoel Power1-3/+4
2018-03-23s3:lib: Fix probably a copy&paste error in namemap_cache_set_sid2name()Andreas Schneider1-1/+0
2018-03-22s3: smbd: always set vuid in check_user_ok()Ralph Boehme1-0/+2
2018-03-22s3-libnet: move rpc_join label into HAVE_ADS block with only callerAndrew Bartlett1-1/+2
2018-03-22libsmb: Use the same #ifdef for is_our_primary_domain() as the only callerAndrew Bartlett1-1/+1
2018-03-22s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.Jeremy Allison1-18/+30
2018-03-22s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison22-0/+66