mdw/samba.git
2013-09-05 Matthias Dieter... LDB:test-generic.sh - fix smaller/greater comparison...
2013-09-05 Matthias Dieter... s4:sam.py - "servicePrincipalName" - test for case...
2013-09-05 Andrew Bartlettlib/ldb: switch ldb_tdb to schema-based attribute compa...
2013-09-05 Andrew Bartlettlib/ldb: add schema based ldb_val comparison and ldb_ms...
2013-09-05 Matthias Dieter... LDB:ldb_tdb.c - also special entries should be checked...
2013-09-05 Matthias Dieter... LDB:ldb_comparison_dn() - let "ldb_dn_compare()" perfor...
2013-09-05 Matthias Dieter... LDB:ldb_attributes.c - handle special attributes (...
2013-09-04 Volker Lendeckesmbd: Add a paranoia check to oplock_timeout_handler
2013-09-04 Volker Lendeckesmbd: Fix an ancient oplock bug
2013-09-04 Andrew Bartletttorture: Ensure that GSSAPI and SPNEGO packets are...
2013-09-04 Andrew Bartlettselftest: Add a basic test of samba_upgradedns
2013-09-04 Andrew Bartlettselftest: Start internal DNS server on domain provision...
2013-09-04 Andrew Bartlettselftest: Test creation of the dns-SERVER account durin...
2013-09-04 Andrew Bartlettscripting/samba_upgradedns: Tighten up exception and...
2013-09-04 Andrew Bartlettscripting/join.py: Handle creating the dns-NAME account...
2013-09-03 Jeremy AllisonOptimization. Don't do the retry logic if sitename_fetc...
2013-09-03 Jeremy AllisonMove the retry logic when site_name is passed in a...
2013-09-03 Jeremy AllisonMove the manipulation of site_name into the caller...
2013-09-03 Jeremy AllisonRefactor dsgetdcname to be called via a wrapper function.
2013-09-03 Jeremy Allisondsgetdcname_cache_fetch() doesn't use the site_name...
2013-09-03 Volker Lendecketorture3: Trigger a nasty cleanup bug in smbd
2013-09-03 Volker Lendeckesmbd: Fix flawed share_mode_stale_pid API
2013-09-03 Volker Lendeckesmbd: Rename parameter "i" to "idx"
2013-09-03 Volker Lendeckesmbd: Don't store in-memory only flags in locking.tdb
2013-09-03 Volker Lendeckesmbd: Simplify find_oplock_types
2013-09-02 Michael Adamdocs: fix a typo on the description of "acl check permi...
2013-08-30 Stefan Metzmacherpython/provision: remove unused linklocal=False argumen...
2013-08-30 Stefan Metzmachers4:samba_upgradedns: don't pass linklocal=False to...
2013-08-30 Stefan Metzmacherpython/pyglue: filter out loopback and linklocal addres...
2013-08-30 Christopher... vfs_glusterfs: Fix excessive debug output from vfs_glus...
2013-08-29 Michael Adams3:winbind: fail ads_cached_connection_connect() if...
2013-08-29 Günther Deschners3-winbindd: remove unneded include of secrets.h from...
2013-08-29 Günther Deschners3-winbindd: use get_trust_pw_clear() wrapper for AD...
2013-08-29 Günther Deschners3-winbindd: make sure also the idmap code can deal...
2013-08-29 Günther Deschners3-winbindd: use find_domain_from_name() instead of...
2013-08-29 Günther Deschners3-winbindd: Fix winbind on DC crash with trusted AD...
2013-08-29 Günther Deschners3-winbindd: Fix memory leak in ads_cached_connection().
2013-08-29 Günther Deschners3-winbindd: remove pointless variable assigment, see...
2013-08-29 Andrew Bartlettprovision: Rewrite named.txt to be more useful
2013-08-29 Karolin Seegerdocs: Add man samba-regedit.8.
2013-08-28 Volker Lendecketorture: Add buffercheck tests
2013-08-28 Volker Lendeckesmbd: Correctly return INFO_LENGTH_MISMATCH for smb1
2013-08-28 Volker Lendeckesmbd: Fix error return for STREAM_INFO
2013-08-28 Volker Lendeckesmbd: Revert a93f9c3
2013-08-28 Volker Lendeckesmbd: Correctly return BUFFER_OVERFLOW in smb2_getinfo
2013-08-28 Volker Lendeckesmbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfo
2013-08-28 Volker Lendeckesmbd: qfsinfo has fixed/variable buffers
2013-08-28 Volker Lendeckesmbd: qfilepathinfo has fixed/variable buffers
2013-08-28 Volker Lendecketorture3: add clipathinfo-bufsize
2013-08-28 Volker Lendeckedbwrap_ctdb: Treat empty records as non-existing
2013-08-28 Abhidnya Joshis3: fix missing braces in nfs4_acls.c
2013-08-28 Jeremy AllisonFix valgrind errors with memmove and talloc pools.
2013-08-27 Jeremy AllisonAdd simple limited pool tests to test_memlimit().
2013-08-27 Jeremy AllisonRemove talloc_memlimit_update(). No longer used.
2013-08-27 Jeremy AllisonInside _talloc_realloc(), keep track of size changes...
2013-08-27 Jeremy AllisonDon't call talloc_memlimit_update() inside _talloc_real...
2013-08-27 Jeremy AllisonFix a conditional check. (size - tc->size > 0) is alway...
2013-08-27 Jeremy AllisonIn _talloc_steal_internal(), correctly decrement the...
2013-08-27 Jeremy AllisonInside _talloc_free_internal(), always call talloc_meml...
2013-08-27 Jeremy AllisonUpdate memory limits when we call free() on a pool.
2013-08-27 Jeremy AllisonChange __talloc() to only call talloc_memlimit_check...
2013-08-27 Jeremy AllisonChange _talloc_total_mem_internal() to ignore memory...
2013-08-27 Jeremy AllisonRemove magic TC_HDR_SIZE handling inside talloc_memlimi...
2013-08-27 Jeremy AllisonStart to fix talloc memlimits with talloc pools.
2013-08-27 Volker Lendeckesmbd: Use #defines in smb2_getinfo_send
2013-08-26 Jeremy AllisonFix the UNIX extensions CHOWN calls to use FCHOWN if...
2013-08-26 Jeremy AllisonAllow UNIX extensions client to act on open fsp instead...
2013-08-26 Jeremy AllisonFix the erroneous masking of chmod requests via the...
2013-08-26 Volker Lendeckesmbd: Simplify dropbox special case in unix_convert
2013-08-25 Jeremy AllisonRevert "Fix the erroneous masking of chmod requests...
2013-08-25 Jeremy AllisonRevert "Allow UNIX extensions client to act on open...
2013-08-25 Jeremy AllisonPushed from the wrong branch - this is the version
2013-08-24 Jeremy AllisonFix the UNIX extensions CHOWN calls to use FCHOWN if...
2013-08-24 Jeremy AllisonAllow UNIX extensions client to act on open fsp instead...
2013-08-24 Jeremy AllisonFix the erroneous masking of chmod requests via the...
2013-08-24 Jeremy AllisonFix bug #10063 - source3/lib/util.c:1493 leaking memory...
2013-08-23 Volker Lendecketorture: Split the fsinfo check into a separate test
2013-08-23 Volker Lendecketorture: Split the buffercheck into a separate test
2013-08-23 Volker Lendecketorture: Change smb2.getinfo into a suite
2013-08-23 Volker Lendeckelibsmb2: Fix opening the rootdirectory, part 2
2013-08-23 Volker Lendeckelibsmb2: Fix opening the rootdirectory, part 1
2013-08-23 Volker Lendecketorture: Remove an unused variable
2013-08-23 Volker Lendeckesmbd: Fix a debug message
2013-08-22 Günther Deschnerpkgconfig: Do not hardcode library version numbers...
2013-08-22 Günther Deschners3-pkgconfig: remove leftovers from autoconf build.
2013-08-21 Michael Adamclient: add missing newlines to error messages for...
2013-08-21 Karolin Seegerntdbtool.8.xml: Bump version up to 4.1.
2013-08-21 Karolin Seegerntdbrestore.8.xml: Bump version up to 4.1.
2013-08-21 Karolin Seegerntdbdump.8.xml: Bump version up to 4.1.
2013-08-21 Karolin Seegerntdbbackup.8.xml: Bump version up to 4.1.
2013-08-21 Karolin Seegerntdb.3.xml: Bump version up to 4.1.
2013-08-21 Michael Adamsmbtree: use the correct count variable from NetShareEn...
2013-08-21 Jeremy AllisonAdd documentation for the new internal command timeout...
2013-08-21 Jeremy AllisonAdd documentation for the new -t <timeout> parameter...
2013-08-21 Jeremy AllisonFix the documentation of --encrypt to explain SMB3...
2013-08-21 Jeremy AllisonFix the documentation of the iosize command to explain...
2013-08-21 Jeremy AllisonFix the documentation for --send-buffersize for the...
2013-08-21 Jeremy AllisonExpand on the documentation of -m max-protocol for...
2013-08-21 Jeremy AllisonAdd "-e" encrypt transport command line option document...
2013-08-21 Jeremy AllisonAdd "max protocol" command line documentation for smbcacls.
next