summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* build: sync the waf ACL checks with configure.inAndrew Bartlett2012-09-041-12/+35
* build: Remove references to charset modules - we no longer have theseAndrew Bartlett2012-09-042-3/+1
* build: vfs_fake_acls does not need the acl libAndrew Bartlett2012-09-041-1/+1
* build: remove unused HAVE_NO_ACLS defineAndrew Bartlett2012-09-042-5/+0
* s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DCAndrew Bartlett2012-09-044-277/+283
* waf: add new quota header checks and sysquota_4B source fileBjörn Jacke2012-09-022-1/+3
* s3: remove some duplicate quota codeBjörn Jacke2012-09-021-27/+12
* s3: adopt the new sysquotas_4B support for BSDBjörn Jacke2012-09-022-3/+28
* s3: add sysquotas_4B supportBjörn Jacke2012-09-025-4/+227
* s3: Make an if statement a bit easier to readVolker Lendecke2012-09-011-2/+3
* Change the S3 fileserver over to se_file_access_check().Jeremy Allison2012-08-312-7/+10
* s3: Fix warnings in aio_fork.cVolker Lendecke2012-09-011-2/+4
* s3: Remove a shadowing variable declarationVolker Lendecke2012-09-011-2/+0
* tdb: return unpack error on strdup failureDavid Disseldorp2012-08-311-0/+3
* s3: Fix a few "warning: ISO C90 forbids mixed declarations and code"Volker Lendecke2012-08-311-154/+234
* s3:build fix autoconf build on RHEL5Christian Ambach2012-08-311-0/+236
* s3:dbwrap_ctdb: Add DB name and key to warning messageChristof Schmitt2012-08-311-1/+8
* Windows does canonicalization of inheritance bits. Do the same.Jeremy Allison2012-08-301-0/+35
* Change the other two places where we set a security descriptor given by the c...Jeremy Allison2012-08-302-25/+2
* Re-add set_sd(), called from set_sd_blob(). Allows us to centralize all ACL c...Jeremy Allison2012-08-302-14/+28
* Rename set_sd() to set_sd_blob() - this describes what it does.Jeremy Allison2012-08-303-6/+6
* s3:libsmb correctly set isFsctl for snapshot listChristian Ambach2012-08-301-1/+1
* s4-torture: Add start of a test to confirm winbindd PAC parsingAndrew Bartlett2012-08-291-1/+3
* s3:vfs_gpfs: Use directory not file to get fileset idChristof Schmitt2012-08-292-5/+35
* vfs_media_harmony: fix some compile warnings with llvmBjörn Jacke2012-08-291-66/+66
* s3-printing: fix bug 9123 lprng job tracking errorsDavid Disseldorp2012-08-292-3/+3
* s3-smbd: Fix flooding the logs with records we don't find in pcap.Andreas Schneider2012-08-281-1/+1
* s3-vfs: Indicate the symlink destination when failing check_reduced_nameAndrew Bartlett2012-08-281-2/+2
* s3-vfs: Try to be consistent about localtime vs GMT handling in vfs_shadow_copy2Andrew Bartlett2012-08-281-12/+19
* s3-vfs_shadow_copy2: Also accept a sscanf resultAndrew Bartlett2012-08-281-18/+46
* s3-passdb: Allow reload of the static passdb from pythonAndrew Bartlett2012-08-282-2/+21
* selftest: Add test of smbclient --machine-pass against and using both s3 and s4Andrew Bartlett2012-08-282-0/+24
* s3-secrets: Use talloc_stackframe() in secrets_init_path()Andrew Bartlett2012-08-281-3/+6
* s3-secrets: Handle all valid ROLE_ values in get_default_sec_channel()Andrew Bartlett2012-08-281-1/+2
* s3-secrets: Add helper function to set machine account password from secrets_...Andrew Bartlett2012-08-282-0/+92
* s3-param: Avoid assert on use of talloc_tos() without stackframeAndrew Bartlett2012-08-281-2/+3
* s3:lib: make sure we don't try to send messages to server_id's marked as disc...Stefan Metzmacher2012-08-241-0/+4
* s3:lib: remove unused processes_exist()Stefan Metzmacher2012-08-241-70/+0
* s3:lib: readd the CTDB_CONTROL_CHECK_SRVIDS optimization to serverids_exist()Stefan Metzmacher2012-08-241-0/+45
* s3:lib: only loop over the server_ids we need to verify in serverids_exist()Stefan Metzmacher2012-08-241-11/+23
* s3:lib: use server_id_is_disconnected() in serverids_exist()Stefan Metzmacher2012-08-241-0/+4
* s3:lib: inline processes_exist() into serverids_exist()Stefan Metzmacher2012-08-241-14/+99
* s3:lib: SERVERID_UNIQUE_ID_NOT_TO_VERIFY only means not to verify the 'unique...Stefan Metzmacher2012-08-241-3/+4
* s3:lib: implement process_exists() as wrapper of serverid_exists()Stefan Metzmacher2012-08-241-14/+2
* s3:g_lock: use serverid_exists() with SERVERID_UNIQUE_ID_NOT_TO_VERIFYStefan Metzmacher2012-08-241-1/+10
* s3:lib: implement serverid_exists() as wrapper of serverids_exist()Stefan Metzmacher2012-08-241-30/+5
* s3:lib: remove CTDB_CONTROL_CHECK_SRVIDS optimization in serverids_exist() fo...Stefan Metzmacher2012-08-241-6/+0
* s3: fix compile warning on openindianaBjörn Jacke2012-08-231-5/+5
* s3/registry: fix compile warning on openindianaBjörn Jacke2012-08-231-1/+1
* s3-smbd: Add security_info_wanted argument to get_nt_acl_no_snumAndrew Bartlett2012-08-234-7/+7