summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Finish release notes for Samba 3.6.9.samba-3.6.9Karolin Seeger2012-10-291-1/+35
* libcli/smb: fix unitialized padding in smb2_create_blob_push_one() (bug #9209)Stefan Metzmacher2012-10-291-1/+1
* WHATSNEW: Start to add changes since 3.6.8.Karolin Seeger2012-10-291-0/+56
* lib-addns: ensure that allocated buffer are pre set to 0 (bug #9259)Matthieu Patou2012-10-291-12/+12
* Remove useless bool "upper_case_domain" parameter from ntv2_owf_gen().Jeremy Allison2012-10-293-13/+3
* Remove useless bool "upper_case_domain" parameter. (cherry picked from commit...Jeremy Allison2012-10-291-13/+2
* Move uppercasing the domain out of smb_pwd_check_ntlmv2()Jeremy Allison2012-10-291-9/+21
* s3-libsmb: Initialise ticket to ensure we do not invalid memoryAndrew Bartlett2012-10-291-0/+1
* s3-printing: Increase debug level for info that the db is empty.Andreas Schneider2012-10-291-1/+2
* packaging: Add support for reloading systemd services.Andreas Schneider2012-10-293-0/+3
* autoconf: fix --with(out)-sendfile-support option handlingBjörn Jacke2012-10-291-15/+20
* libreplace: Bug 8107, Fix poll replacement to become a msleep replacementJoachim Schmitz2012-10-291-1/+1
* replace: add some includes for poll.hBjörn Jacke2012-10-291-0/+6
* Correct fix for bug #9222 - smbd ignores the "server signing = no" setting fo...Jeremy Allison2012-10-291-6/+11
* s3fs-printing: Fix RAW printing for normal users.Andreas Schneider2012-10-291-1/+1
* s3: Add two tests a CLEAR_IF_FIRST crashVolker Lendecke2012-10-291-0/+56
* tdb: Make tdb robust against improper CLEAR_IF_FIRST restartVolker Lendecke2012-10-291-5/+29
* tdb: Make robust against shrinking tdbsRusty Russell2012-10-291-7/+8
* When setting a non-default ACL, don't forget to apply masks to SMB_ACL_USER a...Jeremy Allison2012-10-291-0/+10
* Only apply masks on non-default ACL entries when setting the ACL.Jeremy Allison2012-10-291-9/+19
* Use is_default_acl variable in canonicalise_acl(). (cherry picked from commit...Jeremy Allison2012-10-291-2/+3
* Reformat spacing to be even. (cherry picked from commit efb446a38cca448855977...Jeremy Allison2012-10-291-7/+8
* html docs: Remove link to Using Samba.Karolin Seeger2012-10-291-4/+0
* s3:quota: don't force the block size to 512Björn Jacke2012-10-291-3/+0
* Fix net rpc share allowedusers to work with 2008r2Jeremy Allison2012-10-291-37/+44
* s3-smbd: Move housekeeping to the background process.Andreas Schneider2012-10-293-28/+40
* Fix service control for non-internal services.Vladimir Marek2012-10-291-4/+0
* s3:selftest: run the posix_s3.smb2.oplock testsStefan Metzmacher2012-10-292-1/+4
* s4:torture/smb2: remove samba specific stuff from smb2.oplockStefan Metzmacher2012-10-291-10/+0
* s3:smb2_create: don't take 'state->te' as indication for "was_deferred" (bug ...Stefan Metzmacher2012-10-291-1/+4
* s3:selftest: mark the driver_info_winreg tests knownfail.Stefan Metzmacher2012-10-291-0/+2
* Fix bug #9209 - Parse of invalid SMB2 create blob can cause smbd crash.Jeremy Allison2012-10-291-3/+2
* libcli/smb: fix padding in smb2_create_blob*Stefan Metzmacher2012-10-291-11/+30
* s3-smbd: Don't segfault if user specified ports out for range.Andreas Schneider2012-10-291-11/+12
* Fix bug #9213 - Bad ASN.1 NegTokenInit packet can cause invalid free.Jeremy Allison2012-10-291-0/+4
* selftest: we fail samba3.smb2.compound.interim2Michael Adam2012-10-291-0/+1
* s4:torture:smb2:compound: remove two unused macros (cherry picked from commit...Michael Adam2012-10-291-3/+0
* s4:torture:smb2: don't skip the compound.interim2 test for non win7/win2k8 (c...Michael Adam2012-10-291-4/+0
* s4:torture:smb2: don't skip the compound.interim1 test for non win7/win2k8 (c...Michael Adam2012-10-291-4/+0
* s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_notify_cancel()Stefan Metzmacher2012-10-291-2/+1
* s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue()Stefan Metzmacher2012-10-291-2/+6
* s4:torture:smb2: extend the compound.invalid1 testStefan Metzmacher2012-10-291-3/+8
* s3:smbd:smb2: simplify smbd_smb2_request_validate() and smbd_smb2_request_dis...Michael Adam2012-10-292-51/+3
* s3:smbd:smb2: add check for session_status for compound requests (cherry pick...Michael Adam2012-10-291-3/+3
* s3:smb2_server: do the req->next_status check before the signing checksStefan Metzmacher2012-10-291-15/+15
* s3:smb2_server: reset req->last_session_id and req->last_tid after using itStefan Metzmacher2012-10-292-0/+4
* s4:torture:smb2: fix the compound.invalid3 test to work against windows (cher...Michael Adam2012-10-291-2/+2
* s4:torture:smb2: fix compound.related3 test to work against windows (cherry p...Michael Adam2012-10-291-2/+2
* s3: Compound requests should continue processing.Ira Cooper2012-10-291-3/+2
* s4:torture/smb2: fix compound.invalid2 against windowsStefan Metzmacher2012-10-291-2/+2