summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-22web_server: Properly set SCRIPT_NAME and PATH_INFO.Jelmer Vernooij1-2/+5
2012-11-22web_server: Create a string object for SERVER_PORT variable.Jelmer Vernooij1-1/+1
2012-11-22web_server/wsgi: Don't segfault when wsgi app doesn't return iterable.Jelmer Vernooij1-0/+5
2012-11-22build: Do not install testing binariesAndrew Bartlett4-5/+24
2012-11-22packaging: Remove long-gone --disable-merged-build from RHEL-CTDB packagingAndrew Bartlett2-2/+0
2012-11-22build: Remove --enable-smbtorture, require bin/smbtorture (from waf) for make...Andrew Bartlett5-22/+11
2012-11-22build: Be consistent with the name of smbtorture binariesAndrew Bartlett7-37/+28
2012-11-22torture: remove source3 locktest and masktestAndrew Bartlett3-722/+0
2012-11-22build: Use ntlm_auth from source3 as the only ntlm_auth installed on the systemAndrew Bartlett3-8/+10
2012-11-22lib/replace: Do not use STRERROR_R_PROTO_COMPATIBLE as only roken.h sets thisAndrew Bartlett2-4/+2
2012-11-22s4/web_server: Fix typo in URL.Jelmer Vernooij1-1/+1
2012-11-20s3:smbd/aio do not mark file modified during readsChristian Ambach1-2/+0
2012-11-20s3: Fix some blank line endingsVolker Lendecke1-10/+10
2012-11-20librpc/idl: teach ndrdump about dumping security.idl structuresStefan Metzmacher1-0/+21
2012-11-20s3:librpc: add support for PFC_FLAG_OBJECT_UUID when parsing packets (bug #9382)Stefan Metzmacher1-0/+4
2012-11-20s4:torture/rpc/handles: try to make the assoc_group test less flakeyStefan Metzmacher1-1/+5
2012-11-20s4:torture/rpc/handles: move a torture_comment()Stefan Metzmacher1-2/+3
2012-11-20s3:param: set "map archive = no" in ROLE_ACTIVE_DIRECTORY_DCStefan Metzmacher1-0/+1
2012-11-20examples: fix build on AIX6Christian Ambach2-0/+4
2012-11-20build(waf): fix a typoChristian Ambach1-1/+1
2012-11-20More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...Jeremy Allison3-9/+11
2012-11-19Add comments explaining exactly *why* we don't check FILE_READ_ATTRIBUTES whe...Jeremy Allison1-3/+21
2012-11-17s3:modules:nfs4_acls remove unused mem_ctx parameter to smbacl4_fill_ace4Christian Ambach1-3/+1
2012-11-16s3:modules:nfs4_acls fix memory hierarchy in smb_create_smb4aclChristian Ambach1-2/+1
2012-11-16s3:vfs_gpfs fix a memory leak in gpfsacl_get_posix_aclChristian Ambach1-0/+3
2012-11-16s3:vfs_gpfs fix memory corruption in gpfs2smb_aclChristian Ambach1-0/+2
2012-11-16s3:vfs_gpfs fix memory leak in gpfs_get_nfs4_aclChristian Ambach1-0/+1
2012-11-16s3:vfs_gpfs fix memory leaks in gpfs_getacl_allocChristian Ambach1-2/+4
2012-11-16samba-tool dns: Don't use "localhost" to connect to local hostKai Blin1-0/+2
2012-11-16utils: Remove unused samba-dig toolKai Blin3-168/+0
2012-11-16dsdb: Make secrets_tdb_sync cope with -H secrets.ldbAndrew Bartlett1-2/+3
2012-11-16s3:param: make init_locals() static.Michael Adam2-2/+1
2012-11-16s3-param: Handle setting default AD DC per-share settings in init_locals()Andrew Bartlett1-19/+37
2012-11-16s4:samba-tool: Fix samba-tool fsmo --role=schemaArvid Requate1-1/+1
2012-11-16samba-tool: Add new samba-tool gpo aclcheck and testAndrew Bartlett2-0/+73
2012-11-15Another fix needed for bug #9236 - ACL masks incorrectly applied when setting...Jeremy Allison1-7/+10
2012-11-15popt_common: Fix typos.Karolin Seeger1-2/+2
2012-11-14lib/replace: replace all *printf function if we replace snprintf (bug #9390)Stefan Metzmacher3-17/+34
2012-11-14subunit: Update to latest upstream version.Jelmer Vernooij21-318/+1143
2012-11-14testtools: Update to latest version.Jelmer Vernooij58-2931/+5207
2012-11-14smbd_open_one_socket does not use the messaging_context variable so why pass ...Richard Sharpe1-3/+0
2012-11-14A small error message fix in source3/smbd/server.cRichard Sharpe1-1/+1
2012-11-14scripting ntacls: Do not place a SACL in the GPO filesystem ACLAndrew Bartlett1-1/+0
2012-11-13ntvfs: Fill in sd->type based on the new ACL being addedAndrew Bartlett1-0/+21
2012-11-13smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett8-155/+11
2012-11-13Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc...Andrew Bartlett4-46/+34
2012-11-13smbd: Correctly set fsp->is_directory before dealing with ACLsAndrew Bartlett1-1/+24
2012-11-13Ensure we Correctly set fsp->is_directory before dealing with ACLs.Andrew Bartlett1-1/+1
2012-11-13lib/ldb: add missing newline in the output of ldb_ldif_write_trace()Stefan Metzmacher1-1/+1
2012-11-13s4:samba-tool/testparm: report a CommandError if loading of the config file f...Stefan Metzmacher1-1/+4