summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3: utils: smbtree. Ensure we don't call cli_RNetShareEnum() on an SMB1 conne...Jeremy Allison2019-10-301-0/+5
* s3: libsmb: Ensure we don't call cli_RNetShareEnum() on an SMB1 connection.Jeremy Allison2019-10-301-1/+6
* s3:smb2_server: add message mid to SMB2 request done log messageRalph Boehme2019-10-301-2/+7
* s3:smb2_server: modernize a debug statementRalph Boehme2019-10-301-5/+6
* lib/adouble: pass filesize to ad_unpack()Ralph Boehme2019-10-301-1/+3
* lib/adouble: drop ad_data reallocate logicRalph Boehme2019-10-301-23/+23
* lib/adouble: README.Coding fix: multi-line if expressionRalph Boehme2019-10-301-1/+2
* lib/adouble: fix a long lineRalph Boehme2019-10-301-1/+5
* CVE-2019-10218 - s3: libsmb: Protect SMB2 client code from evil server return...Jeremy Allison2019-10-291-0/+7
* CVE-2019-10218 - s3: libsmb: Protect SMB1 client code from evil server return...Jeremy Allison2019-10-292-0/+78
* libnet_join: add SPNs for additional-dns-hostnames entriesIsaac Boukris2019-10-251-0/+27
* libnet_join_set_machine_spn: simplify adding uniq spn to arrayIsaac Boukris2019-10-251-33/+23
* libnet_join_set_machine_spn: simplify memory handlingIsaac Boukris2019-10-251-32/+42
* libnet_join_set_machine_spn: improve style and make a bit room for indentationIsaac Boukris2019-10-251-48/+47
* libnet_join: build dnsHostName from netbios name and lp_dnsdomain()Isaac Boukris2019-10-251-20/+11
* s3: remove now unneeded call to cmdline_messaging_context()Ralph Boehme2019-10-249-23/+0
* s3:dbwrap: initialize messaging before getting the ctdb connectionRalph Boehme2019-10-241-1/+7
* s3:lib:wins fix a compile warning on Ubuntu 18.04Christian Ambach2019-10-231-1/+1
* smbd: Save 520 bytes of writable memory from every smbdVolker Lendecke2019-10-231-3/+3
* smbd: Remove an unused #define from mangle_hash2.cVolker Lendecke2019-10-231-5/+0
* smbd: Mark #else/#endif with the if-#defineVolker Lendecke2019-10-231-2/+2
* net: 'net ads gpo getgpo' command not dumping gpoAmit Kumar2019-10-221-1/+13
* s3/libsmb: clang: Fix 'the left operand of '-' is a garbage value'Noel Power2019-10-221-2/+2
* s3/libsmb: clang: Fix 'Assigned value is garbage or undefined'Noel Power2019-10-221-1/+1
* s3/libsmb: clang: Fix 'Value stored to 'p' is never read'Noel Power2019-10-221-1/+0
* s3/libsmb: clang: Fix 'Assigned value is garbage or undefined'Noel Power2019-10-221-2/+2
* s3/libsmb: clang: Fix 'Value stored to 'create_options' is never read'Noel Power2019-10-221-1/+1
* s3/libsmb: clang: Fix 'Dereference of undefined pointer value'Noel Power2019-10-221-1/+9
* s3/libsmd: clang: Fix some uninitialized value errorsNoel Power2019-10-221-2/+2
* s3/libsmb: clang: Fix 'Value stored to 'p' is never read'Noel Power2019-10-221-1/+0
* s3: include: printing: align function parametersMarco Wang2019-10-211-4/+4
* s3: include: printing: fix indentation of struct printifMarco Wang2019-10-211-16/+16
* s3: include: printing: move copyright notice to beginningMarco Wang2019-10-211-3/+3
* smbstatus: fix column length for DenyModeChristian Schulz2019-10-211-1/+1
* smbstatus: use display print functionChristian Schulz2019-10-211-1/+1
* s3:waf: Remove check for fdatasyncAndreas Schneider2019-10-201-3/+1
* dbwrap_watch: Fix cleaning up dead watchersVolker Lendecke2019-10-181-0/+1
* dbwrap_watch: Test cleanup of dead watchersVolker Lendecke2019-10-184-0/+109
* s3:printing: Add spoolssd header fileSamuel Cabrero2019-10-183-6/+31
* s3:printing: Add header inclusion guards in queue_process.hSamuel Cabrero2019-10-181-0/+5
* s3:smbd: Add header inclusion guards in globals.hSamuel Cabrero2019-10-181-0/+5
* lib: Explicitly refuse to truncate unix domain socket pathsAndrew Bartlett2019-10-181-1/+12
* s3: torture: Ensure SMB1 cli_qpathinfo2() doesn't return an inode number.Jeremy Allison2019-10-181-2/+47
* s3: libsmb: Ensure SMB1 cli_qpathinfo2() doesn't return an inode number.Jeremy Allison2019-10-181-1/+9
* s3/dump_core: Have a newline towards the end of log messageAnoop C S2019-10-181-1/+1
* regfio: Allow ignoring of checksumMichael Hanselmann2019-10-182-1/+9
* Build registry parsing code into subsystemMichael Hanselmann2019-10-182-1/+1
* docs: modifies 'net ads dns gethostbyname -h' Changes server to nameserver an...Amit Kumar2019-10-171-2/+2
* s3:winbind: Don't abort when receiving a NULL SIDAmit Kumar2019-10-161-9/+7
* s3:tests: Add smbspool test for CUPS-like "sanitized" Device URI in argv[0]Bryan Mason2019-10-163-0/+99