summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.0.18 release.samba-4.0.18Karolin Seeger2014-05-271-1/+1
* WHATSNEW: Add release notes for Samba 4.0.18.Karolin Seeger2014-05-271-2/+98
* bug #10609: CVE-2014-0239 Don't reply to repliesKai Blin2014-05-262-0/+35
* pidl/lib/wscript_build: make use of PERL_LIB_INSTALL_DIRStefan Metzmacher2014-05-201-2/+2
* script/autobuild: make use of --with-perl-{arch,lib}-install-dirStefan Metzmacher2014-05-201-1/+3
* wafsamba: Fail with error message if perl doesn't provide valid dirs.Stefan Metzmacher2014-05-201-19/+39
* wafsamba: If perl can't provide defaults, define them.Andreas Schneider2014-05-201-2/+8
* FSCTL_GET_SHADOW_COPY_DATA: Don't return 4 extra bytes at endChristof Schmitt2014-05-191-2/+2
* FSCTL_GET_SHADOW_COPY_DATA: Initialize output array to zeroChristof Schmitt2014-05-191-1/+1
* s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying ...Jeremy Allison2014-05-191-1/+2
* s3: smbd: Remove open_file_fchmod().Jeremy Allison2014-05-192-36/+0
* s3: smbd: change file_set_dosmode() to use get_file_handle_for_metadata() ins...Jeremy Allison2014-05-191-12/+92
* s3: smbd : Ensure file_new doesn't call into smbXsrv_open_create() for INTERN...Jeremy Allison2014-05-192-4/+15
* s3 : smbd : Protect all possible code paths from fsp->op == NULL.Jeremy Allison2014-05-193-2/+27
* byteorder: do not assume PowerPC is big-endianDavid Disseldorp2014-05-191-4/+6
* Fix an empty if statement.Jose A. Rivera2014-05-191-1/+1
* Minor typo fix in source3/wscript.Jose A. Rivera2014-05-191-1/+1
* s3: smbd - smb1 - fix read of deleted memory in reply_writeclose().Noel Power2014-05-021-11/+13
* lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)Björn Baumbach2014-04-2911-15/+15
* build: fix ordering problems with lib-provided and internal RPATHsMichael Adam2014-04-291-0/+13
* Revert "tevent: fix crash bug in tevent_queue_immediate_trigger()"Karolin Seeger2014-04-291-4/+0
* s3-lib/util: fix logic inside set_namearray loops.Jeremy Allison2014-04-291-10/+16
* s3-lib/util: fix read across end of namelist stringBjörn Baumbach2014-04-291-2/+5
* s3-nmbd: reset debug settings after reading config file (bug #10239)Björn Baumbach2014-04-291-0/+4
* VERSION: Bump version number up to 4.0.18...Karolin Seeger2014-04-101-2/+2
* WHATSNEW: Add release notes for Samba 4.0.17.samba-4.0.17Karolin Seeger2014-04-101-2/+116
* s3: messages: Implement cleanup of dead records.Jeremy Allison2014-04-074-0/+68
* s3: smbd: Ensure we always go via getgroups_unix_user() when creating an NT t...Jeremy Allison2014-04-041-0/+101
* tevent: fix crash bug in tevent_queue_immediate_trigger()Stefan Metzmacher2014-04-011-0/+4
* lsa.idl: define lsa.ForestTrustCollisionInfo and ForestTrustCollisionRecord a...Alexander Bokovoy2014-04-011-2/+2
* s3-rpc_server: Fix handling of fragmented rpc requests.Andreas Schneider2014-04-011-12/+7
* s3:rpc_server: minor refactoring of process_request_pdu()Gregor Beck2014-04-011-15/+10
* pidl-waf: Only install Yapp::Driver if it is not available.Andreas Schneider2014-04-011-1/+5
* pidl-waf: Check for system perl(Parse::Yapp::Driver).Andreas Schneider2014-04-011-0/+3
* pidl-waf: Add a function to check for a system perl module.Andreas Schneider2014-04-011-0/+22
* pidl-waf: Do not glob to install pidl modules.Andreas Schneider2014-04-011-1/+30
* pidl-waf: Install pidl modules to the perl vendorlib directory.Andreas Schneider2014-04-012-1/+3
* pidl-waf: Remove unused variable pidl_src.Andreas Schneider2014-04-011-3/+0
* autobuild: Set perl vendorlib direcotry.Andreas Schneider2014-04-011-3/+4
* buildtools: Add perl vendorlib configure option.Andreas Schneider2014-04-011-0/+10
* buildtools: Rename perl vendorarch configure option.Andreas Schneider2014-04-011-4/+9
* dns: Extend tests for records with another typeKai Blin2014-04-011-0/+14
* bug #10471: Don't respond with NXDOMAIN to records that exist with another typeKai Blin2014-04-012-6/+24
* s3: smbd: Fileserving share access checks.Jeremy Allison2014-04-011-2/+10
* smbreadline: switch to new-style readline typedefGustavo Zacarias2014-04-011-1/+1
* s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher2014-04-018-16/+16
* s4:lib/socket: use the same logic in iface_list_wildcard() as in smbdStefan Metzmacher2014-04-011-21/+5
* s3:smbd: s/BUFFER_SIZE/LARGE_WRITEX_BUFFER_SIZEStefan Metzmacher2014-04-012-4/+2
* s3:smbd: fix the maxentries calculation depending on the max_send.Stefan Metzmacher2014-04-011-1/+1
* s3:smbd: simplify maxentries calculation in reply_search()Stefan Metzmacher2014-04-011-5/+4