summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-30s4:samba_upgradedns: don't pass linklocal=False to interface_ips_v6()Stefan Metzmacher1-1/+1
2013-08-30python/pyglue: filter out loopback and linklocal addresses unless all_interfa...Stefan Metzmacher1-2/+43
2013-08-30vfs_glusterfs: Fix excessive debug output from vfs_gluster_open().Christopher R. Hertel1-3/+0
2013-08-29s3:winbind: fail ads_cached_connection_connect() if realm == NULLMichael Adam1-0/+4
2013-08-29s3-winbindd: remove unneded include of secrets.h from idmap_ad.cGünther Deschner1-1/+0
2013-08-29s3-winbindd: use get_trust_pw_clear() wrapper for AD connection code.Günther Deschner1-7/+4
2013-08-29s3-winbindd: make sure also the idmap code can deal with trusted domains.Günther Deschner1-9/+31
2013-08-29s3-winbindd: use find_domain_from_name() instead of find_domain_from_name_no_...Günther Deschner1-2/+2
2013-08-29s3-winbindd: Fix winbind on DC crash with trusted AD domains.Günther Deschner1-1/+1
2013-08-29s3-winbindd: Fix memory leak in ads_cached_connection().Günther Deschner1-1/+1
2013-08-29s3-winbindd: remove pointless variable assigment, see the strdup below.Günther Deschner1-1/+0
2013-08-29provision: Rewrite named.txt to be more usefulAndrew Bartlett1-16/+20
2013-08-29docs: Add man samba-regedit.8.Karolin Seeger2-0/+122
2013-08-29torture: Add buffercheck testsVolker Lendecke2-18/+229
2013-08-28smbd: Correctly return INFO_LENGTH_MISMATCH for smb1Volker Lendecke1-0/+4
2013-08-28smbd: Fix error return for STREAM_INFOVolker Lendecke1-0/+4
2013-08-28smbd: Revert a93f9c3Volker Lendecke1-5/+0
2013-08-28smbd: Correctly return BUFFER_OVERFLOW in smb2_getinfoVolker Lendecke1-0/+10
2013-08-28smbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfoVolker Lendecke1-0/+12
2013-08-28smbd: qfsinfo has fixed/variable buffersVolker Lendecke3-0/+13
2013-08-28smbd: qfilepathinfo has fixed/variable buffersVolker Lendecke3-0/+25
2013-08-28torture3: add clipathinfo-bufsizeVolker Lendecke4-0/+59
2013-08-28dbwrap_ctdb: Treat empty records as non-existingVolker Lendecke2-0/+18
2013-08-28s3: fix missing braces in nfs4_acls.cAbhidnya Joshi1-1/+2
2013-08-28Fix valgrind errors with memmove and talloc pools.Jeremy Allison1-0/+21
2013-08-27Add simple limited pool tests to test_memlimit().Jeremy Allison1-0/+27
2013-08-27Remove talloc_memlimit_update(). No longer used.Jeremy Allison1-24/+0
2013-08-27Inside _talloc_realloc(), keep track of size changes over malloc/realloc/free.Jeremy Allison1-4/+15
2013-08-27Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just ...Jeremy Allison1-15/+0
2013-08-27Fix a conditional check. (size - tc->size > 0) is always true if size and tc-...Jeremy Allison1-1/+1
2013-08-27In _talloc_steal_internal(), correctly decrement the memory limit in the sour...Jeremy Allison1-12/+5
2013-08-27Inside _talloc_free_internal(), always call talloc_memlimit_update_on_free() ...Jeremy Allison1-23/+4
2013-08-27Update memory limits when we call free() on a pool.Jeremy Allison1-0/+2
2013-08-27Change __talloc() to only call talloc_memlimit_check()/talloc_memlimit_grow()...Jeremy Allison1-12/+9
2013-08-27Change _talloc_total_mem_internal() to ignore memory allocated from a pool wh...Jeremy Allison1-1/+8
2013-08-27Remove magic TC_HDR_SIZE handling inside talloc_memlimit_check().Jeremy Allison1-1/+1
2013-08-27Start to fix talloc memlimits with talloc pools.Jeremy Allison1-0/+72
2013-08-27smbd: Use #defines in smb2_getinfo_sendVolker Lendecke1-4/+4
2013-08-26Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.Jeremy Allison1-6/+20
2013-08-26Allow UNIX extensions client to act on open fsp instead of pathname if availa...Jeremy Allison1-1/+8
2013-08-26Fix the erroneous masking of chmod requests via the UNIX extensions.Jeremy Allison1-8/+10
2013-08-26smbd: Simplify dropbox special case in unix_convertVolker Lendecke1-6/+23
2013-08-25Revert "Fix the erroneous masking of chmod requests via the UNIX extensions."Jeremy Allison1-2/+7
2013-08-24Revert "Allow UNIX extensions client to act on open fsp instead of pathname i...Jeremy Allison1-8/+1
2013-08-24Pushed from the wrong branch - this is the versionJeremy Allison1-14/+6
2013-08-25Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.Jeremy Allison1-6/+14
2013-08-24Allow UNIX extensions client to act on open fsp instead of pathname if availa...Jeremy Allison1-1/+8
2013-08-24Fix the erroneous masking of chmod requests via the UNIX extensions.Jeremy Allison1-7/+2
2013-08-24Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / w...Jeremy Allison1-2/+4
2013-08-23torture: Split the fsinfo check into a separate testVolker Lendecke2-2/+9