Age | Commit message (Expand) | Author | Files | Lines |
2012-11-28 | s3: Use dbwrap_parse_record in fetch_share_mode_unlocked | Volker Lendecke | 1 | -13/+14 |
2012-11-28 | BUG 9436: Fix leaking sockets of SMB connections to a DC. | Andreas Schneider | 1 | -0/+4 |
2012-11-28 | s3:vfs_gpfs: add no memory check in gpfs2smb_acl() | Stefan Metzmacher | 1 | -0/+5 |
2012-11-28 | s3:vfs_gpfs: make sure we return the correct errno in gpfs2smb_acl() | Stefan Metzmacher | 1 | -1/+1 |
2012-11-28 | s4:smbd/open: add missing TALLOC_FREE(frame) to inherit_new_acl() | Stefan Metzmacher | 1 | -0/+2 |
2012-11-28 | s3:vfs_aixacl2: make use of vfs_aixacl_util.h | Stefan Metzmacher | 1 | -3/+1 |
2012-11-28 | s3: Open gencache_notrans with TDB_NOSYNC | Volker Lendecke | 1 | -1/+4 |
2012-11-27 | s3: Avoid some transaction_commit on gencache.tdb | Volker Lendecke | 1 | -0/+110 |
2012-11-27 | s3: Fix bug 9428 -- inotify detection broken | Volker Lendecke | 1 | -1/+1 |
2012-11-26 | s3: Do not free a string where we should not | Volker Lendecke | 1 | -1/+1 |
2012-11-26 | s3: Do not free a string where we should not | Volker Lendecke | 1 | -1/+1 |
2012-11-26 | s3: Fix Coverity ID 741407 -- resource leak | Volker Lendecke | 1 | -0/+1 |
2012-11-26 | s3-rpc_client: try to use socket_addr if available in rpc_pipe_open_tcp() (bu... | Günther Deschner | 3 | -8/+19 |
2012-11-23 | configure(waf): Fail "configure --with-ads" if ads support is not available | Michael Adam | 1 | -24/+50 |
2012-11-23 | s3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port(). (bug #9426) | Günther Deschner | 1 | -1/+1 |
2012-11-23 | Fix MD5 detection in the autoconf build | Matthieu Patou | 1 | -7/+34 |
2012-11-22 | build: Do not install testing binaries | Andrew Bartlett | 3 | -2/+20 |
2012-11-22 | build: Remove --enable-smbtorture, require bin/smbtorture (from waf) for make... | Andrew Bartlett | 3 | -20/+11 |
2012-11-22 | build: Be consistent with the name of smbtorture binaries | Andrew Bartlett | 4 | -33/+24 |
2012-11-22 | torture: remove source3 locktest and masktest | Andrew Bartlett | 3 | -722/+0 |
2012-11-22 | build: Use ntlm_auth from source3 as the only ntlm_auth installed on the system | Andrew Bartlett | 1 | -1/+1 |
2012-11-20 | s3:smbd/aio do not mark file modified during reads | Christian Ambach | 1 | -2/+0 |
2012-11-20 | s3: Fix some blank line endings | Volker Lendecke | 1 | -10/+10 |
2012-11-20 | s3:librpc: add support for PFC_FLAG_OBJECT_UUID when parsing packets (bug #9382) | Stefan Metzmacher | 1 | -0/+4 |
2012-11-20 | s3:param: set "map archive = no" in ROLE_ACTIVE_DIRECTORY_DC | Stefan Metzmacher | 1 | -0/+1 |
2012-11-20 | build(waf): fix a typo | Christian Ambach | 1 | -1/+1 |
2012-11-20 | More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS... | Jeremy Allison | 3 | -9/+11 |
2012-11-19 | Add comments explaining exactly *why* we don't check FILE_READ_ATTRIBUTES whe... | Jeremy Allison | 1 | -3/+21 |
2012-11-17 | s3:modules:nfs4_acls remove unused mem_ctx parameter to smbacl4_fill_ace4 | Christian Ambach | 1 | -3/+1 |
2012-11-16 | s3:modules:nfs4_acls fix memory hierarchy in smb_create_smb4acl | Christian Ambach | 1 | -2/+1 |
2012-11-16 | s3:vfs_gpfs fix a memory leak in gpfsacl_get_posix_acl | Christian Ambach | 1 | -0/+3 |
2012-11-16 | s3:vfs_gpfs fix memory corruption in gpfs2smb_acl | Christian Ambach | 1 | -0/+2 |
2012-11-16 | s3:vfs_gpfs fix memory leak in gpfs_get_nfs4_acl | Christian Ambach | 1 | -0/+1 |
2012-11-16 | s3:vfs_gpfs fix memory leaks in gpfs_getacl_alloc | Christian Ambach | 1 | -2/+4 |
2012-11-16 | s3:param: make init_locals() static. | Michael Adam | 2 | -2/+1 |
2012-11-16 | s3-param: Handle setting default AD DC per-share settings in init_locals() | Andrew Bartlett | 1 | -19/+37 |
2012-11-15 | Another fix needed for bug #9236 - ACL masks incorrectly applied when setting... | Jeremy Allison | 1 | -7/+10 |
2012-11-14 | smbd_open_one_socket does not use the messaging_context variable so why pass ... | Richard Sharpe | 1 | -3/+0 |
2012-11-14 | A small error message fix in source3/smbd/server.c | Richard Sharpe | 1 | -1/+1 |
2012-11-13 | smbd: Remove NT4 compatability handling in posix -> NT ACL conversion | Andrew Bartlett | 3 | -109/+1 |
2012-11-13 | Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc... | Andrew Bartlett | 4 | -46/+34 |
2012-11-13 | smbd: Correctly set fsp->is_directory before dealing with ACLs | Andrew Bartlett | 1 | -1/+24 |
2012-11-13 | Ensure we Correctly set fsp->is_directory before dealing with ACLs. | Andrew Bartlett | 1 | -1/+1 |
2012-11-12 | s3:winbind: BUG 9386: Failover if netlogon pipe is not available. | Andreas Schneider | 1 | -13/+39 |
2012-11-12 | Use work around for 'winbind use default domain' only if it is set | Sumit Bose | 1 | -1/+2 |
2012-11-12 | pysmbd: Add SMB_ACL_EXECUTE to the mask set by make_simple_acl() | Andrew Bartlett | 1 | -1/+1 |
2012-11-10 | s3:smbd: Fix typo in got_duplicate_group check | Arvid Requate | 1 | -1/+1 |
2012-11-09 | build: add DMAPI configure option and checks | Christian Ambach | 2 | -1/+65 |
2012-11-09 | Revert "s3-winbindd: make sure we obey the -n switch also for samlogon cache ... | David Disseldorp | 4 | -13/+3 |
2012-11-08 | s3fs-client: Burn commandline password of client utils. | Andreas Schneider | 6 | -0/+10 |