summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2326: remove definition and usage of struct socket_contextStefan Metzmacher3-6/+7
2007-10-10r2320: add my copyrightStefan Metzmacher2-0/+2
2007-10-10r2288: Remove the claim/yield connection code - this will need to be redoneAndrew Bartlett3-240/+0
2007-10-10r2250: removed unnecessary mem_ctxAndrew Tridgell1-3/+0
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell13-66/+45
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter1-2/+2
2007-10-10r2159: converted samba4 over to UTF-16.Andrew Tridgell1-1/+1
2007-10-10r2046: fixed two server packet format errors found with the RAW-* testsAndrew Tridgell1-4/+3
2007-10-10r2045: fixed a date format push in SMBsearchAndrew Tridgell1-1/+1
2007-10-10r2044: fixed two uninAndrew Tridgell1-0/+2
2007-10-10r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett1-0/+2
2007-10-10r1999: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r1998: fix compiler warningStefan Metzmacher1-2/+1
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell2-3/+3
2007-10-10r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a cla...Andrew Tridgell1-5/+4
2007-10-10r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett6-64/+152
2007-10-10r1762: Ensure that a user (as opposed to guest) cannot login without SPNEGO,Andrew Bartlett1-4/+6
2007-10-10r1747: don't segfault when the spnego mech only use one call from the client ...Stefan Metzmacher1-9/+19
2007-10-10r1741: fixed padding of setpathinfo in serverAndrew Tridgell1-1/+1
2007-10-10r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signingAndrew Bartlett2-68/+149
2007-10-10r1727: SPNEGO session setup replies need to include the blob, even on errorAndrew Bartlett1-5/+4
2007-10-10r1726: Fix up the comments and indenting.Andrew Bartlett1-5/+3
2007-10-10r1687: Fix bogus requirement for SMB signing on guest connections.Andrew Bartlett1-1/+4
2007-10-10r1578: the first stage of the async client rewrite.Andrew Tridgell1-0/+1
2007-10-10r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher1-7/+7
2007-10-10r1521: Updates to our SMB signing code.Andrew Bartlett2-85/+8
2007-10-10r1514: close stuff from the server_connection not in theStefan Metzmacher1-4/+1
2007-10-10r1508: simple fix for broken server side signing. This may need more work forAndrew Tridgell1-1/+1
2007-10-10r1507: fixed the handling of SMB chaining with the new server structure. YouAndrew Tridgell2-17/+33
2007-10-10r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher7-89/+88
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher7-103/+114
2007-10-10r1479: print out domain tooStefan Metzmacher1-0/+1
2007-10-10r1470: Get the smb_trans2 structure out of the rap_cli_call struct.Volker Lendecke1-1/+1
2007-10-10r1337: use sess->nt1. in sesssetup_nt1 :-)Stefan Metzmacher1-1/+1
2007-10-10r1336: check the vuid in old style sessionsetup tooStefan Metzmacher1-0/+3
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-1/+1
2007-10-10r1293: IndentAndrew Bartlett1-3/+5
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher15-373/+349
2007-10-10r1281: move include/context.h to smb_server/smb_server.hStefan Metzmacher1-0/+375
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher10-170/+170
2007-10-10r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher8-154/+154
2007-10-10r1278: rename struct user_context to smbsrv_userStefan Metzmacher1-5/+5
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