summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Don't push the data out to the client in reply_sesssetup_blob()Volker Lendecke2008-10-221-4/+0
* Fix a debug message in send_nt_replies()Volker Lendecke2008-10-221-3/+6
* Fix nonempty blank linesVolker Lendecke2008-10-191-91/+91
* "fn_new"->"fn" in smb_messages[], we got beyond that :-)Volker Lendecke2008-10-191-3/+3
* Use a direct compare instead of calling strncmp in valid_smb_headerVolker Lendecke2008-10-191-1/+5
* Move the global hosts_allow() check out of the processing loopVolker Lendecke2008-10-191-19/+22
* Inline the once-used macro "init_dfsroot"Volker Lendecke2008-10-191-1/+6
* s3-build: fix the build of smbd.Günther Deschner2008-10-181-1/+1
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-2/+2
* Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.Jeremy Allison2008-10-161-3/+4
* Note url explaining this code.Jeremy Allison2008-10-141-0/+4
* Remove unused stuffVolker Lendecke2008-10-141-12/+0
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-1412-237/+237
* Remove smb_np_structVolker Lendecke2008-10-134-137/+3
* Use "struct files_struct" for pipes instead of smb_np_structVolker Lendecke2008-10-135-99/+99
* Remove the chain_fsp globalVolker Lendecke2008-10-133-21/+11
* Pass struct smb_request to file_freeVolker Lendecke2008-10-139-77/+80
* Pass struct smb_request to file_newVolker Lendecke2008-10-136-22/+25
* Pass struct smb_request to file_fspVolker Lendecke2008-10-135-34/+34
* s3: fix another build warning.Günther Deschner2008-10-131-4/+4
* Fix bug 5691: SIGBUS on SolarisVolker Lendecke2008-10-131-1/+4
* Use common util_file code.Jelmer Vernooij2008-10-123-6/+6
* Cope with the fact that the data blobs returned are nowJelmer Vernooij2008-10-121-4/+20
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-2/+2
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-1/+1
* Make use of talloc_tos()Volker Lendecke2008-10-111-2/+2
* Fix some nonempty blank linesVolker Lendecke2008-10-112-23/+23
* Fix a "nexted extern declaration" warningVolker Lendecke2008-10-111-1/+1
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-091-19/+7
* Remove a pointless level of indirectionVolker Lendecke2008-10-092-11/+1
* Fix a typoVolker Lendecke2008-10-091-1/+1
* For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison2008-10-082-0/+9
* Deal with inheritance from parent directory when setting WindowsJeremy Allison2008-10-081-1/+1
* Remove unused CHECK_FSP macroVolker Lendecke2008-10-081-3/+2
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-071-25/+26
* Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison2008-10-033-187/+40
* Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison2008-10-011-1/+1
* Fix the make test problem Karolin reported. Now rename_open_files actually wo...Jeremy Allison2008-09-301-2/+2
* Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_F...Jeremy Allison2008-09-261-4/+6
* Fix bug #5797 - Moving readonly files fails. Reported by infomail@lordb.de.Jeremy Allison2008-09-261-3/+1
* Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposit...Jeremy Allison2008-09-241-4/+2
* Fix bug #5783 FindFirst fails where search pattern == mangled filename.Jeremy Allison2008-09-232-8/+8
* s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner2008-09-231-4/+4
* Fix aio on FreeBSD.Timur2008-09-151-1/+16
* Fix cut and paste error in quota code.Timur2008-09-151-2/+2
* Fix bug 5761 "open of mangled directory name results in 'is a stream name'"Jeremy Allison2008-09-151-3/+7
* Modify a comment to make things clearer.Jeremy Allison2008-09-121-1/+3
* Fix bug #5052 - not work cancel inheritance on share. We wereJeremy Allison2008-09-101-3/+10
* When requesting UNIX info levels on findfirst/findnext, don't play games with...Jeremy Allison2008-09-101-1/+5
* Add some debug to reply_nttransVolker Lendecke2008-09-091-0/+11