summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3: reduce db_ctdb_marshall_loop_next to specialized db_ctdb_marshall_buf_parseVolker Lendecke2012-11-291-48/+21
* s3: Factor out db_ctdb_marshall_loop_next_key from db_ctdb_marshall_loop_nextVolker Lendecke2012-11-291-9/+24
* s3: Slightly simplify db_ctdb_marshall_loop_nextVolker Lendecke2012-11-291-4/+3
* s3: Use db_ctdb_ltdb_parse in db_ctdb_fetch_db_seqnum_from_dbVolker Lendecke2012-11-291-20/+21
* s3: Use db_ctdb_ltdb_parse in db_ctdb_ltdb_fetchVolker Lendecke2012-11-291-30/+46
* s3: Add db_ctdb_ltdb_parseVolker Lendecke2012-11-291-0/+42
* s3: Slightly simplify db_ctdb_transaction_commitVolker Lendecke2012-11-291-1/+2
* s3: Remove header==NULL code from db_ctdb_marshall_recordVolker Lendecke2012-11-291-12/+5
* s3: test dbwrap_ctdbVolker Lendecke2012-11-295-0/+153
* s3-printing: add missing carriage return to debug strDavid Disseldorp2012-11-291-1/+1
* rpcclient: fix usage docs for rpcclient adddriverDavid Disseldorp2012-11-291-2/+2
* spoolss: fix segfault when "default devmode" is disabledDavid Disseldorp2012-11-291-18/+34
* s3: Use dbwrap_parse_record in fetch_share_mode_unlockedVolker Lendecke2012-11-281-13/+14
* BUG 9436: Fix leaking sockets of SMB connections to a DC.Andreas Schneider2012-11-281-0/+4
* s3:vfs_gpfs: add no memory check in gpfs2smb_acl()Stefan Metzmacher2012-11-281-0/+5
* s3:vfs_gpfs: make sure we return the correct errno in gpfs2smb_acl()Stefan Metzmacher2012-11-281-1/+1
* s4:smbd/open: add missing TALLOC_FREE(frame) to inherit_new_acl()Stefan Metzmacher2012-11-281-0/+2
* s3:vfs_aixacl2: make use of vfs_aixacl_util.hStefan Metzmacher2012-11-281-3/+1
* s3: Open gencache_notrans with TDB_NOSYNCVolker Lendecke2012-11-281-1/+4
* s3: Avoid some transaction_commit on gencache.tdbVolker Lendecke2012-11-271-0/+110
* s3: Fix bug 9428 -- inotify detection brokenVolker Lendecke2012-11-271-1/+1
* s3: Do not free a string where we should notVolker Lendecke2012-11-261-1/+1
* s3: Do not free a string where we should notVolker Lendecke2012-11-261-1/+1
* s3: Fix Coverity ID 741407 -- resource leakVolker Lendecke2012-11-261-0/+1
* s3-rpc_client: try to use socket_addr if available in rpc_pipe_open_tcp() (bu...Günther Deschner2012-11-263-8/+19
* configure(waf): Fail "configure --with-ads" if ads support is not availableMichael Adam2012-11-231-24/+50
* s3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port(). (bug #9426)Günther Deschner2012-11-231-1/+1
* Fix MD5 detection in the autoconf buildMatthieu Patou2012-11-231-7/+34
* build: Do not install testing binariesAndrew Bartlett2012-11-223-2/+20
* build: Remove --enable-smbtorture, require bin/smbtorture (from waf) for make...Andrew Bartlett2012-11-223-20/+11
* build: Be consistent with the name of smbtorture binariesAndrew Bartlett2012-11-224-33/+24
* torture: remove source3 locktest and masktestAndrew Bartlett2012-11-223-722/+0
* build: Use ntlm_auth from source3 as the only ntlm_auth installed on the systemAndrew Bartlett2012-11-221-1/+1
* s3:smbd/aio do not mark file modified during readsChristian Ambach2012-11-201-2/+0
* s3: Fix some blank line endingsVolker Lendecke2012-11-201-10/+10
* s3:librpc: add support for PFC_FLAG_OBJECT_UUID when parsing packets (bug #9382)Stefan Metzmacher2012-11-201-0/+4
* s3:param: set "map archive = no" in ROLE_ACTIVE_DIRECTORY_DCStefan Metzmacher2012-11-201-0/+1
* build(waf): fix a typoChristian Ambach2012-11-201-1/+1
* More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...Jeremy Allison2012-11-203-9/+11
* Add comments explaining exactly *why* we don't check FILE_READ_ATTRIBUTES whe...Jeremy Allison2012-11-191-3/+21
* s3:modules:nfs4_acls remove unused mem_ctx parameter to smbacl4_fill_ace4Christian Ambach2012-11-171-3/+1
* s3:modules:nfs4_acls fix memory hierarchy in smb_create_smb4aclChristian Ambach2012-11-161-2/+1
* s3:vfs_gpfs fix a memory leak in gpfsacl_get_posix_aclChristian Ambach2012-11-161-0/+3
* s3:vfs_gpfs fix memory corruption in gpfs2smb_aclChristian Ambach2012-11-161-0/+2
* s3:vfs_gpfs fix memory leak in gpfs_get_nfs4_aclChristian Ambach2012-11-161-0/+1
* s3:vfs_gpfs fix memory leaks in gpfs_getacl_allocChristian Ambach2012-11-161-2/+4
* s3:param: make init_locals() static.Michael Adam2012-11-162-2/+1
* s3-param: Handle setting default AD DC per-share settings in init_locals()Andrew Bartlett2012-11-161-19/+37
* Another fix needed for bug #9236 - ACL masks incorrectly applied when setting...Jeremy Allison2012-11-151-7/+10
* smbd_open_one_socket does not use the messaging_context variable so why pass ...Richard Sharpe2012-11-141-3/+0