summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-msg: For msg_channel, correct the talloc hierarchyVolker Lendecke2012-08-161-1/+1
* s3-msg: Rename msg_channel_init_destructorVolker Lendecke2012-08-161-3/+3
* s3-autoconf: Fix deps for dbwrap_tortureVolker Lendecke2012-08-161-1/+1
* s3-g_lock: Properly free "rec" on retry to avoid deadlockVolker Lendecke2012-08-161-0/+1
* s3:brlock: give traverse_fn a proper nameChristian Ambach2012-08-161-2/+2
* s3:vfs_gpfs: make sure parameters are set correctly for leasesChristian Ambach2012-08-161-0/+25