summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* swat: Use additional nonce on XSRF protectionsamba-3.6.12Kai Blin2013-01-293-14/+29
* swat: Use X-Frame-Options header to avoid clickjackingKai Blin2013-01-291-1/+2
* WHATSNEW: Prepare release notes for Samba 3.6.12.Karolin Seeger2013-01-291-6/+31
* WHATSNEW: Start release notes for Samba 3.6.12.Karolin Seeger2013-01-211-2/+43
* VERSION: Bump version number up to 3.6.12.Karolin Seeger2013-01-211-1/+1
* WHATSNEW: Prepare release notes for 3.6.11.samba-3.6.11Karolin Seeger2013-01-181-1/+18
* ntlm_auth(1): fix format and make examples visible (bug #9569)Björn Baumbach2013-01-181-87/+108
* Fix bug #9471 - SEGV when using second vfs module.Tsukasa Hamano2013-01-171-1/+1
* Fix bug #9196 - defer_open is triggered multiple times on the same request.Jeremy Allison2013-01-171-3/+3
* Fix bug 9548: Correctly detect O_DIRECTVolker Lendecke2013-01-171-11/+10
* lib/replace: Add missing check for sys/wait.hJeremy Allison2013-01-171-1/+1
* lib/replace: Add ucontext configure autoconf checks.Jeremy Allison2013-01-171-0/+13
* lib/replace: Include sys/ucontext.h if available.Jeremy Allison2013-01-171-0/+4
* tevent: Fix bug 9550 - sigprocmask does not work on FreeBSD to stop further s...Jeremy Allison2013-01-171-0/+29
* configure: Fix bug 9546, aio_suspend detection on FreeBSDVolker Lendecke2013-01-171-1/+1
* WHATSNEW: Start release notes for Samba 3.6.11.Karolin Seeger2012-12-101-2/+43
* VERSION: Bump version up to 3.6.11.Karolin Seeger2012-12-101-1/+1
* WHATSNEW: Prepare release notes for Samba 3.6.10.samba-3.6.10Karolin Seeger2012-12-061-1/+55
* Fix bug #9460 - Samba 3.6.x and Master respond incorrectly to FILE_STREAM_INF...Richard Sharpe2012-12-061-1/+22
* s3-net: Fix DEBUG() location.Günther Deschner2012-12-061-1/+1
* s3-net: give more control how to update/register DNS entries.Günther Deschner2012-12-063-24/+78
* s3-net: pass down a flags field to DoDNSUpdate().Günther Deschner2012-12-062-2/+5
* s3-net: move out some prototypes to net_dns.h.Günther Deschner2012-12-063-22/+34
* s3-net: pass down struct net_context to the dns update calls.Günther Deschner2012-12-061-7/+9
* Final part of #9374 - Allow smb2.acls torture test to pass against smbd with ...Jeremy Allison2012-12-061-1/+16
* More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...Jeremy Allison2012-12-064-12/+12
* Ensure when calculating the access mask for MAXIMUM_ALLOWED_ACCESS that we ad...Jeremy Allison2012-12-061-1/+8
* Add comment explaining exactly *why* we don't check FILE_READ_ATTRIBUTES when...Jeremy Allison2012-12-061-0/+7
* First part of #9374 - Allow smb2.acls torture test to pass against smbd with ...Jeremy Allison2012-12-061-2/+2
* Use work around for 'winbind use default domain' only if it is setSumit Bose2012-12-061-1/+2
* s3-winbind: use new reconnect logic in rpc_lookup_sids() also.Günther Deschner2012-12-061-16/+7
* s3-winbindd: rework reconnect logic in winbindd_lookup_names().Günther Deschner2012-12-061-12/+13
* s3-winbindd: rework reconnect logic in winbindd_lookup_sids().Günther Deschner2012-12-061-12/+14
* s3-winbindd: remove lookup_sids_fn_t.Günther Deschner2012-12-061-21/+12
* s3-winbindd: remove lookup_names_fn_t.Günther Deschner2012-12-061-23/+13
* s3-rpc_client: make dcerpc_lsa_lookup_names_generic() public.Günther Deschner2012-12-062-11/+22
* s3-rpc_cli: make dcerpc_lsa_lookup_sids_generic() public.Günther Deschner2012-12-062-11/+20
* s3-winbindd: add cm_connect_lsat().Günther Deschner2012-12-062-0/+35
* s3-rpc_cli: Remove some unused wrapping code.Günther Deschner2012-12-062-76/+0
* s3: Make winbindd_lookup_names staticVolker Lendecke2012-12-062-14/+14
* spoolss: fix segfault when "default devmode" is disabledDavid Disseldorp2012-12-061-18/+34
* BUG 9436: Fix leaking sockets of SMB connections to a DC.Andreas Schneider2012-12-061-0/+4
* Fix MD5 detection in the autoconf buildMatthieu Patou2012-12-061-16/+12
* Fix Bug 9422 - large read requests cause server to issue malformed replyVolker Lendecke2012-12-062-3/+4
* s3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port(). (bug #9426)Günther Deschner2012-12-061-1/+1
* lib/addns: don't depend on the order in resp->answers[]Stefan Metzmacher2012-12-061-3/+12
* lib/addns: remove pointless check for resp->num_additionals != 1Stefan Metzmacher2012-12-061-2/+1
* lib/replace: replace all *printf function if we replace snprintf (bug #9390)Stefan Metzmacher2012-12-063-17/+34
* libreplace: Fix symbol names for snprintf/asprintf/vasprintf.Jelmer Vernooij2012-12-061-6/+6
* Another fix needed for bug #9236 - ACL masks incorrectly applied when setting...Jeremy Allison2012-12-061-4/+10