summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #5908 - Samba 3.0.32 - internal change notify on share directory fails"Dina Fine2008-11-181-0/+3
* Re-structure Volker's patch to "Fix trans2findfirst for the large directory o...Jeremy Allison2008-11-181-26/+21
* Fix trans2findfirst for the large directory optimizationVolker Lendecke2008-11-181-0/+5
* Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.Jeremy Allison2008-11-172-3/+6
* Fix build breakTim Prouty2008-11-121-1/+1
* Pretty print out SD's on get/set.Jeremy Allison2008-11-121-0/+10
* s3: Add support for storing dos attributes as st_flags in the stat struct.Tim Prouty2008-11-121-13/+147
* Fix bug 5889. "delete veto files = no" seems to break.Jeremy Allison2008-11-111-4/+11
* Make "construct_reply_common" staticVolker Lendecke2008-11-081-1/+3
* Do not write into inbuf for the transs requestVolker Lendecke2008-11-084-19/+23
* Remove direct inbuf refs from send_trans_replyVolker Lendecke2008-11-081-37/+35
* change CHECK_READ to use smb_request instead of inbufVolker Lendecke2008-11-081-3/+3
* Remove a direct inbuf reference from reply_nttrans()Volker Lendecke2008-11-081-2/+1
* Remove a direct inbuf reference (should have been removed with 8987641d...)Volker Lendecke2008-11-081-1/+1
* Remove the change to the user context in process_blocking_lock_queue()Volker Lendecke2008-11-081-76/+8
* Converting notify.c to store a request, not an inbufVolker Lendecke2008-11-082-56/+30
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-062-4/+4
* Convert to use VFS layer.Herb Lewis2008-11-061-1/+1
* Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison2008-11-062-2/+2
* Final fix to make us pass NULL SD test in RAW-ACLs. Not sure if this is 100% ...Jeremy Allison2008-11-061-0/+3
* Don't call FSET_NT_ACL on file create if there's no SD to set. Leave the defa...Jeremy Allison2008-11-061-1/+6
* Add reference to bug #4308 to remind me to add regression test to smbtorture.Jeremy Allison2008-11-051-1/+1
* Fix the buildVolker Lendecke2008-11-051-1/+1
* Fix a const warningVolker Lendecke2008-11-041-1/+1
* Convert blocking.c to store a smb_request instead of just inbufVolker Lendecke2008-11-041-88/+54
* Simplify logic of cancel_pending_lock_requests_by_fid()Volker Lendecke2008-11-041-20/+18
* Slightly simplify logic in process_lockingX()Volker Lendecke2008-11-041-7/+8
* Slightly simplify logic in remove_pending_lock_requests_by_mid()Volker Lendecke2008-11-041-13/+21
* Slightly simplify logic in cancel_pending_lock_requests_by_fid()Volker Lendecke2008-11-041-20/+24
* Convert blocking.c to use tallocVolker Lendecke2008-11-041-23/+15
* Rewrite aio.c to keep the whole smb_request structure, not just the inbufVolker Lendecke2008-11-041-75/+41
* Make "inbuf" a talloc child of "smb_request" for normal smb requestsVolker Lendecke2008-11-043-3/+5
* Add construct_reply_common_req wrapperVolker Lendecke2008-11-043-3/+8
* Fix nonempty blank linesVolker Lendecke2008-11-041-3/+3
* Use talloc for struct aio_extraVolker Lendecke2008-11-041-27/+14
* Pass all of RAW-ACLS except for inheritence. Working on that next.Jeremy Allison2008-11-041-2/+79
* Trigger (and fix) a bug in Samba3 making smbd an infinite data sourceVolker Lendecke2008-11-041-0/+1
* Pass the directory versions of the RAW-ACL (still not inheritance). Refactor ...Jeremy Allison2008-11-031-43/+83
* Pass all the non-inherited S4 RAW-ACL tests.Jeremy Allison2008-11-031-14/+4
* Fix nonempty blank linesVolker Lendecke2008-11-031-14/+14
* Make a comment match its function definitionVolker Lendecke2008-11-031-1/+1
* Remove some inbuf references by adding "cmd" to smb_requestVolker Lendecke2008-11-024-16/+13
* Remove the inbuf reference from map_checkpath_error()Volker Lendecke2008-11-021-4/+4
* Remove a direct inbuf reference in reply_negprotVolker Lendecke2008-11-021-2/+8
* Make a [un]become_root wrap a bit tighterVolker Lendecke2008-11-021-7/+11
* Pass smb_request to send_trans_reply to match with send_[nt]trans[2]_replyVolker Lendecke2008-11-022-10/+10
* Use "vwv" in trans parsingVolker Lendecke2008-11-023-72/+67
* Remove a bunch of direct inbuf references by adding "vwv" to smb_requestVolker Lendecke2008-11-028-146/+143
* Fix bug 5860: safe_strcpy gives a nasty error message for overlong stringsVolker Lendecke2008-11-021-1/+1
* Rename "inbuf" to "base_ptr" in srvstr_get_path_*Volker Lendecke2008-11-021-5/+5