summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-vfs: Allow vfs_xattr_tdb to work without a connected shareAndrew Bartlett2012-08-201-19/+99
* s3: add a debug message for failed execv in sys_popen()Michael Adam2012-08-171-1/+6
* s3:lib: implement interpret_pid() as wrapper of server_id_from_string()Stefan Metzmacher2012-08-171-30/+1
* s3:lib: implement serverid_equal() as macro of server_id_equal()Stefan Metzmacher2012-08-173-24/+1
* s3:vfs_tsmsm only send notifications when file was offline beforeChristian Ambach2012-08-171-2/+6
* s3: Adapt the tsmsm module to the new aio routinesVolker Lendecke2012-08-171-8/+120
* s3-vfs: Fix calls of lp_parm_talloc_stringVolker Lendecke2012-08-171-6/+9
* s3: Remove the gpfs_hsm_notify moduleVolker Lendecke2012-08-175-126/+1
* s3: Merge vfs_gpfs_hsm_notify into vfs_gpfs.cVolker Lendecke2012-08-171-0/+190
* s3:selftest: add some tests against a share the requires encryptionStefan Metzmacher2012-08-171-2/+7
* s3:smb2_negprot: annouce/negotiate SMB3 encryption supportStefan Metzmacher2012-08-171-0/+8
* s3:smb2_server: add SMB3 encryption supportStefan Metzmacher2012-08-172-49/+353
* s3:smbd: don't disconnect the client when a share has "smb encrypt = required"Stefan Metzmacher2012-08-172-6/+8
* s3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* valuesStefan Metzmacher2012-08-174-8/+8
* s3:smbd: make use of ENCRYPTION_REQUIRED()Stefan Metzmacher2012-08-171-2/+2
* Fix bug #9085 - NMB registration for a duplicate workstation fails with regis...S Hargagan2012-08-171-1/+1
* s3-torture: Allow vfstest to set ACLs on a directoryAndrew Bartlett2012-08-172-6/+20
* s3:smb2_server: try to sign an error response if we have a signing keyStefan Metzmacher2012-08-171-1/+18
* s3:smb2_server: verify the signature before the session_statusStefan Metzmacher2012-08-161-3/+4
* s3:smb2_server: add some const to print_req_vectors()Stefan Metzmacher2012-08-161-1/+1
* s3-libsmb: Add a python wrapperVolker Lendecke2012-08-163-1/+678
* s3-g_lock: Make g_lock_lock more robustVolker Lendecke2012-08-161-0/+24