summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-pysmbd: Fix return type of smbd.get_nt_aclAndrew Bartlett2012-08-231-1/+1
* s3-smbd: Add talloc_stackframe() to get_nt_acl_no_snum()Andrew Bartlett2012-08-231-3/+8
* param: Add startup checks for valid server role/binary combinationsAndrew Bartlett2012-08-233-0/+23
* s3-pysmbd: Fix error messageAndrew Bartlett2012-08-231-2/+2
* s3-pysmbd: Allow a mode to be specified for the simple ACLAndrew Bartlett2012-08-231-27/+32
* file_server: Move default VFS module settings to loadparm.cAndrew Bartlett2012-08-231-0/+13
* s3:smb2_break: encrypt OPLOCK BREAK notificationsStefan Metzmacher2012-08-233-18/+107
* s3:smb2_server: use smbXsrv_session->nonce_*Stefan Metzmacher2012-08-232-25/+27
* smbXsrv.idl: add nonce_* to smbsrv_sessionStefan Metzmacher2012-08-231-0/+2
* s3:smb2_server: remove dump_data() from smbd_smb2_request_pending_timer()Stefan Metzmacher2012-08-231-1/+0
* Remove align_string(). No longer used.Jeremy Allison2012-08-222-12/+0
* Fix bug in SMB_FIND_INFO_STANDARD parsing found by Volker.Jeremy Allison2012-08-221-1/+3
* s3-pysmbd: Correct the python type for smb_acl_tAndrew Bartlett2012-08-221-2/+2
* s3-vfs: Remove extra calls to SMB_VFS_HANDLE_GET_DATAAndrew Bartlett2012-08-221-6/+0
* Fix bug #9098 - winbind does not refresh kerberos tickets.Jeremy Allison2012-08-213-0/+39
* selftest: Add tests for vfs_aio_forkAndrew Bartlett2012-08-211-0/+4
* s3-vfs: Make vfs_aio_fork erratic timing behaviour a run-time optionAndrew Bartlett2012-08-211-5/+44
* s3-pysmbd: Add get/set functions for the posix ACL layerAndrew Bartlett2012-08-211-0/+89
* s3-pysmbd: Correct comments in python VFS bindingsAndrew Bartlett2012-08-211-2/+2
* s3-passdb: Allow pdb_sid_to_id to work on any SIDAndrew Bartlett2012-08-213-13/+19
* s3-pysmbd: Add hook for a VFS chown()Andrew Bartlett2012-08-211-0/+53
* build: Remove special case for the build farmAndrew Bartlett2012-08-215-11/+16
* Fix bug #9104 - winbindd can mis-identify idle clients - can cause crashes an...Herb Lewis2012-08-211-1/+2
* s3-build: Enable vfs_fake_acls when in developer mode or on the build farmAndrew Bartlett2012-08-202-0/+9
* s3-vfs: Add lstat and lchown hooks to the vfs_fake_acls moduleAndrew Bartlett2012-08-201-0/+63
* s3-vfs: Correct the implementation of fake_acls_sys_acl_delete_def_file()Andrew Bartlett2012-08-201-1/+31
* s3-vfs: Use the system. namespace for fake ACLsAndrew Bartlett2012-08-201-4/+4
* s3-smbd: ensure we give appropriate errors for EA requests on streamsAndrew Bartlett2012-08-201-35/+77
* s3-smbd: Do not look for EA information on a streamAndrew Bartlett2012-08-201-6/+8
* s3-smbd: Push smb_fname into estimate_ea_sizeAndrew Bartlett2012-08-201-12/+20