summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2008-11-04Convert blocking.c to use tallocVolker Lendecke1-23/+15
2008-11-04Rewrite aio.c to keep the whole smb_request structure, not just the inbufVolker Lendecke1-75/+41
2008-11-04Make "inbuf" a talloc child of "smb_request" for normal smb requestsVolker Lendecke3-3/+5
2008-11-04Add construct_reply_common_req wrapperVolker Lendecke3-3/+8
2008-11-04Fix nonempty blank linesVolker Lendecke1-3/+3
2008-11-04Use talloc for struct aio_extraVolker Lendecke1-27/+14
2008-11-04Pass all of RAW-ACLS except for inheritence. Working on that next.Jeremy Allison1-2/+79
2008-11-04Trigger (and fix) a bug in Samba3 making smbd an infinite data sourceVolker Lendecke1-0/+1
2008-11-03Pass the directory versions of the RAW-ACL (still not inheritance). Refactor ...Jeremy Allison1-43/+83
2008-11-03Pass all the non-inherited S4 RAW-ACL tests.Jeremy Allison1-14/+4
2008-11-03Fix nonempty blank linesVolker Lendecke1-14/+14
2008-11-03Make a comment match its function definitionVolker Lendecke1-1/+1
2008-11-02Remove some inbuf references by adding "cmd" to smb_requestVolker Lendecke4-16/+13
2008-11-02Remove the inbuf reference from map_checkpath_error()Volker Lendecke1-4/+4
2008-11-02Remove a direct inbuf reference in reply_negprotVolker Lendecke1-2/+8
2008-11-02Make a [un]become_root wrap a bit tighterVolker Lendecke1-7/+11
2008-11-02Pass smb_request to send_trans_reply to match with send_[nt]trans[2]_replyVolker Lendecke2-10/+10
2008-11-02Use "vwv" in trans parsingVolker Lendecke3-72/+67
2008-11-02Remove a bunch of direct inbuf references by adding "vwv" to smb_requestVolker Lendecke8-146/+143
2008-11-02Fix bug 5860: safe_strcpy gives a nasty error message for overlong stringsVolker Lendecke1-1/+1
2008-11-02Rename "inbuf" to "base_ptr" in srvstr_get_path_*Volker Lendecke1-5/+5
2008-11-02Remove some direct inbuf references by adding smbreq_bufremVolker Lendecke4-8/+8
2008-11-02Simplify params of srvstr_pull_buf_talloc()Volker Lendecke6-47/+34
2008-11-02Add srvstr_get_path_req[_wcard]Volker Lendecke2-115/+59
2008-11-01Kill some fstringsVolker Lendecke1-31/+55
2008-11-01Remove a bunch of direct inbuf references by adding "buf" to smb_requestVolker Lendecke8-80/+70
2008-11-01In reply_copy, don't write to inbuf when splitting directory and maskVolker Lendecke1-19/+14
2008-11-01In reply_search(), don't write to inbuf when splitting directory and maskVolker Lendecke1-16/+10
2008-11-01Apply some const to get_lock_*()Volker Lendecke2-7/+12
2008-11-01Add a "buflen" struct member to smb_requestVolker Lendecke3-19/+11
2008-11-01Remove unused extern declarationVolker Lendecke1-2/+0
2008-11-01Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij3-9/+49
2008-11-01Use dup2() replacement from libreplace.Jelmer Vernooij1-3/+3
2008-11-01Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij1-1/+1
2008-10-31Get closer to passing S4 RAW-ACLs.Jeremy Allison2-8/+48
2008-10-31Remove a pointles call to smb_bufremVolker Lendecke1-2/+1
2008-10-31Unify se_access_check with the S4 code. Will makeJeremy Allison1-4/+3
2008-10-30Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...Jeremy Allison2-1/+10
2008-10-30use glibc sys/inotify.h headerAndrew Tridgell1-1/+5
2008-10-29Fix CID 574 - tidies up the code expression.Jeremy Allison1-2/+2
2008-10-25Move the is_known_pipename check into np_openVolker Lendecke2-21/+10
2008-10-25Remove "pipe_handle_offset" -- pipes now use "struct files_struct"Volker Lendecke1-5/+0
2008-10-22s3-asn1: make all of s3 asn1 code do a proper asn1_init() first.Günther Deschner1-12/+17
2008-10-22s3: use shared asn1 code.Günther Deschner1-1/+1
2008-10-22Slightly simplify reply_sesssetup_blob(): Remove an else branchVolker Lendecke1-10/+11
2008-10-22Don't push the data out to the client in reply_sesssetup_blob()Volker Lendecke1-4/+0
2008-10-22Fix a debug message in send_nt_replies()Volker Lendecke1-3/+6
2008-10-19Fix nonempty blank linesVolker Lendecke1-91/+91
2008-10-19"fn_new"->"fn" in smb_messages[], we got beyond that :-)Volker Lendecke1-3/+3
2008-10-19Use a direct compare instead of calling strncmp in valid_smb_headerVolker Lendecke1-1/+5