summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher14-207/+207
2007-10-10r1268: varient -> variantTim Potter2-7/+7
2007-10-10r1233: -move smb related code to smb_server/*Stefan Metzmacher1-0/+98
2007-10-10r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...Andrew Tridgell2-14/+25
2007-10-10r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett2-2/+2
2007-10-10r1044: don't use sub_get_remote_machine()Andrew Tridgell1-3/+2
2007-10-10r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett2-36/+23
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2-12/+12
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher3-5/+5
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-2/+2
2007-10-10r898: - remove some unused macrosAndrew Tridgell1-4/+0
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher9-19/+19
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher11-70/+70
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher6-15/+15
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell3-71/+44
2007-10-10r861: remove the next round of unused stuffStefan Metzmacher2-92/+0
2007-10-10r847: convert SMB SERVER SUBSYSTEM to a config.mk fileStefan Metzmacher2-15/+27
2007-10-10r818: added server side SMB signing to Samba4Andrew Tridgell7-8/+196
2007-10-10r815: include our netbios name in the negprot response (this matches win2003)Andrew Tridgell1-0/+1
2007-10-10r685: The SAM is dead! Long live the new SAM! ;-)Andrew Bartlett1-8/+1
2007-10-10r665: merge over the new build system from my tmp branchStefan Metzmacher1-14/+13
2007-10-10r622: removed some unused functions to make smbd compile again afterAndrew Tridgell1-169/+0
2007-10-10r614: Clean out the POSIX assumptions from the Samba4 auth subsystem.Andrew Bartlett1-73/+1
2007-10-10r612: fixed a timezone call typo noticed by abartletAndrew Tridgell1-3/+3
2007-10-10r549: added support for DOS error codes in NTSTATUS returns. This uses aAndrew Tridgell2-2/+17
2007-10-10r508: fixed a place where we used free() on memory from a talloc(). The newAndrew Tridgell1-2/+1
2007-10-10r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett2-5/+26
2007-10-10r152: a quick airport commit ....Andrew Tridgell7-71/+137
2004-03-26copy with a null volume name in a trans2 QFSINFO callAndrew Tridgell1-1/+1
2004-03-25fixed the handling of level II oplocks in samba4, especially whenAndrew Tridgell1-1/+2
2004-03-23put the "max xmit" option back into Samba4Andrew Tridgell1-1/+1
2004-03-23readx reply packets can be over-sizedAndrew Tridgell1-3/+2
2004-02-18don't inlcude rpc/rpc.h and rpcsvc/*.h anymoreStefan Metzmacher1-18/+1
2004-02-03- move all SMB server stuff to smb_server/*Stefan Metzmacher14-0/+7609