summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smb2_sesssetup: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-8/+6
* s3:smb2_glue: make use of SMBD_SMB2_IN_HDR_PTR()Stefan Metzmacher2012-08-051-4/+1
* s3:smb2_read: make use of SMBD_SMB2_IN_BODY_PTR()Stefan Metzmacher2012-08-051-2/+1
* s3:smb2_notify: make use of SMBD_SMB2_IN_*_PTR()Stefan Metzmacher2012-08-051-4/+2
* s3:smb2_flush: make use of SMBD_SMB2_IN_BODY_PTR()Stefan Metzmacher2012-08-051-2/+1
* s3:smb2_close: make use of SMBD_SMB2_IN_BODY_PTR()Stefan Metzmacher2012-08-051-2/+1
* s3:smb2_break: make use of SMBD_SMB2_IN_BODY_PTR()Stefan Metzmacher2012-08-051-4/+2
* s3:smbd: add helper macros to access smb2req->{in,out}.vector[]Stefan Metzmacher2012-08-051-0/+18
* s3:smb2_server: use 'i' instead of '1' as vector index in smbd_smb2_request_p...Stefan Metzmacher2012-08-051-2/+2
* s3:smb2_lock: remove unused in_smbpidStefan Metzmacher2012-08-051-8/+0
* s3:smb2_write: remove unused in_smbpidStefan Metzmacher2012-08-051-8/+0
* s3:smb2_read: remove unused in_smbpidStefan Metzmacher2012-08-051-8/+0
* s3:smbd: add support for SMB_EXTENDED_SIGNATURES in SMBtconXStefan Metzmacher2012-08-041-1/+9
* s3:smbd: setup the application session key with the first tcon on a sessionStefan Metzmacher2012-08-042-31/+87
* s3:smbd: setup session->global->signing_/application_key during SPNEGO SMB1 s...Stefan Metzmacher2012-08-041-2/+57
* s3:smbd: setup session->global->signing_/application_key during old SMB1 sess...Stefan Metzmacher2012-08-041-2/+60
* s3:smbd: keep the "application session key" during SMB1 reauthStefan Metzmacher2012-08-041-2/+12
* libcli/smb: pass hdr/len to smb_signing_check/sign_pdu() and skip the nbt headerStefan Metzmacher2012-08-041-2/+8
* s3:smbd: skip nbt header in srv_check_sign_mac()Stefan Metzmacher2012-08-041-4/+10
* s3-pysmbd: Add hook for get_nt_acl()Andrew Bartlett2012-08-021-0/+26
* s3-pysmbd: fix DEBUGAndrew Bartlett2012-08-021-1/+1
* s3-pysmbd: Add my copyrightAndrew Bartlett2012-08-021-1/+3
* s3-pysmbd: Add set_nt_acl() function based on parts of vfstestAndrew Bartlett2012-08-021-0/+111
* s3:smbd: add a optional_support helper variable to reply_tcon_and_X()Stefan Metzmacher2012-08-011-4/+7
* s3:smbd: make use of TCONX_FLAG_DISCONNECT_TID defineStefan Metzmacher2012-08-011-1/+1
* s3: Fix Coverity ID 710818 Resource leakVolker Lendecke2012-07-311-0/+1
* s3: Fix Coverity ID 710827 Resource leakVolker Lendecke2012-07-311-0/+1
* s3: Make request_timed_out() staticVolker Lendecke2012-07-312-4/+2
* s3:smbd: do a clean shutdown during release_ip() after CTDB_SRVID_RELEASE_IPStefan Metzmacher2012-07-311-15/+37
* s3:smbd: use print_sockaddr() instead of client_socket_addr()Stefan Metzmacher2012-07-311-1/+1
* s3:smbd: move smbd_register_ips() next to release_ip()Stefan Metzmacher2012-07-311-27/+23
* lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s...Andrew Bartlett2012-07-271-6/+3
* s3:smb2_negprot: return the current system time in the SMB2 NEGPROT responseStefan Metzmacher2012-07-261-1/+2
* s3:smbd: fix compiler warnings in notify_internal.cStefan Metzmacher2012-07-261-3/+5
* s3:smb2_sesssetup: reject SMB2_SESSION_FLAG_BINDING requestsStefan Metzmacher2012-07-261-0/+13
* s3:smb2_ioctl: fix GUID_compare() check in FSCTL_VALIDATE_NEGOTIATE_INFOStefan Metzmacher2012-07-251-1/+1
* s3:smb2_ioctl: allow clients to send padding at the end of FSCTL_VALIDATE_NEG...Stefan Metzmacher2012-07-251-1/+1
* s3:smb2_ioctl: remove FSCTL_VALIDATE_NEGOTIATE_INFO_224 implementationStefan Metzmacher2012-07-251-77/+0
* s3:smb2_server: simplify the talloc_pool handling for smbd_smb2_requestStefan Metzmacher2012-07-252-39/+4
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-243-0/+3
* param: Make the 'unicode' parameter commonAndrew Bartlett2012-07-241-1/+5
* Fix unused variable.Jeremy Allison2012-07-241-1/+0
* Fix compiler warning.Jeremy Allison2012-07-241-1/+1
* Fix problem found by Andrew Bartlett - correctly check encrypted flag.Jeremy Allison2012-07-231-2/+6
* s3:smb2_tcon: reject access to shares mark as "smb encrypt = required"Stefan Metzmacher2012-07-231-0/+8
* s3:smbd: if a fsp has fsp->deferred_close, clients shouldn't be able to use itStefan Metzmacher2012-07-231-2/+18
* Move everything to use the common pidfile functions.Jeremy Allison2012-07-192-2/+4
* Make the s3 pidfile use the common code inside lib/util/pidfile.cJeremy Allison2012-07-191-1/+1
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-192-2/+2
* lib/param: bring lp_smb_ports() into common by making it a list everywhereAndrew Bartlett2012-07-191-21/+10