summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-1/+1
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell3-0/+49
2010-03-05s4-pvfs: move the private ntcreatex flags to private_flagsAndrew Tridgell2-6/+2
2010-02-02Change uint_t to unsigned int in source4Matt Kraai6-24/+24
2009-12-24s4:auth: change auth_check_password_send/recv to tevent_reqStefan Metzmacher1-13/+26
2009-12-24s4:gensec: change gensec_update_send/recv to tevent_reqStefan Metzmacher2-10/+27
2009-12-24s4:smb_server: fix mixing socket_address and tsocket_addressStefan Metzmacher1-6/+9
2009-12-22s4:auth Change 'get_challenge' API to be more like Samba3Andrew Bartlett1-4/+1
2009-12-10s4-server: use GUID_to_ndr_blob() in cldap and smb serversAndrew Tridgell2-9/+6
2009-12-10s4-smb2: use new GUID function in smb2 negprotAndrew Tridgell1-3/+2
2009-11-27s4:smb_server/smb2: don't reset highest_smb2_seqnum on SMB2 CancelStefan Metzmacher1-2/+4
2009-11-27s4-smb2: sequence numbers are not checked in SMB2_OP_CANCELAndrew Tridgell1-1/+2
2009-11-25s4/libcli: rename previously reserved field in SMB2 LOCK structSteven Danneman1-1/+1
2009-10-25s4-samdb: reduce the number of samdb opens at startupAndrew Tridgell1-14/+0
2009-10-17s4-smbserver: removed bogus initialisation of two union armsAndrew Tridgell2-2/+0
2009-10-15s4-smb: fill in fnum as well for root_fidAndrew Tridgell2-1/+3
2009-10-15s4-smbserver: fixed root_fid in nttrans createAndrew Tridgell1-1/+1
2009-10-15s4-smb: declare root_fid as a file handleAndrew Tridgell2-2/+2
2009-09-19s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell19-37/+0
2009-09-18s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell2-2/+2
2009-08-05changed BCC handling for SMBwriteX to handle broken MacOSX clientAndrew Tridgell1-13/+8
2009-08-05on buffer overflow windows gives SMBSRV:ERRerror hereAndrew Tridgell1-1/+1
2009-08-04fixed support for readx greater than 64kAndrew Tridgell1-1/+2
2009-07-01use the new talloc_reparent in two placesAndrew Tridgell1-1/+1
2009-06-09s4:smb2srv: don't allow the related flag on the first request in a compounded...Stefan Metzmacher1-0/+7
2009-06-09s4:smb2srv: correctly fail remaining compounded requests after a failureStefan Metzmacher2-5/+18
2009-06-09s4:smb2srv: remove old TODO comment, we already check the seqnumStefan Metzmacher1-2/+0
2009-06-09s4:smb2srv: fix handling of multiple compounded requestsStefan Metzmacher1-7/+12
2009-06-09s4:smb2srv: remove the chained file handle on closeStefan Metzmacher1-0/+4
2009-05-26s4:smb2srv: We only support SMB 2.002.Stefan Metzmacher2-6/+12
2009-05-20Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott3-30/+11
2009-05-20s4:smb_server: initialy read the first 4 bytes onlySam Liddicott1-0/+1
2009-05-11s4:smb_server: return after we have processed an invalid smb2 requestStefan Metzmacher1-0/+2
2009-04-23Add async support for reply_tcon* and ntvfs_connectSam Liddicott2-70/+105
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-6/+6
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-2/+2
2009-02-13Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett6-48/+49
2009-02-02s4:service_stream: s/private/private_dataStefan Metzmacher1-3/+3
2009-02-02s4:smb_server: s/private/private_dataStefan Metzmacher6-14/+14
2009-02-01s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher1-2/+4
2009-01-30Fix the mess with ldb includes.Simo Sorce1-1/+0
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher3-4/+4
2008-12-22Fix two remaining missing symbols in smbtorture4.Jelmer Vernooij1-0/+1
2008-12-22Fix missing symbols issues when building with shared libraries.Jelmer Vernooij1-1/+1
2008-12-22s4: Fix subsystem for various services in samba daemon.Jelmer Vernooij1-1/+1
2008-12-17s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher1-1/+2
2008-12-05Let ntvfs request transport close via ntvfs_request stateSam Liddicott2-0/+22
2008-11-02Fix the build.Jelmer Vernooij1-1/+1
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij4-4/+4
2008-10-24Remove unused include param/param.h.Jelmer Vernooij4-4/+0