summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2010-05-31s3:smbd make yp cache local.Simo Sorce3-20/+8
2010-05-31ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett3-3/+3
2010-05-31s3:auth Remove AUTH_NTLMSSP_STATE typedef.Andrew Bartlett3-5/+5
2010-05-31s3:auth Make AUTH_NTLMSSP_STATE a private structure.Andrew Bartlett3-38/+28
2010-05-31s3: Fix some debug messagesVolker Lendecke1-4/+4
2010-05-31s3-build: only use ndr_security.h where needed.Günther Deschner5-0/+5
2010-05-29s3:smbd Use the right num_sidsSimo Sorce1-1/+1
2010-05-28s3:smbd move messaging_context and memcache into globals.cAndrew Bartlett2-26/+27
2010-05-28s3:smbd split reload services/printers functions from server.cAndrew Bartlett2-82/+109
2010-05-28s3:smbd split smbd/server.c into smbd/server.c and smbd/server_exit.cAndrew Bartlett2-146/+173
2010-05-28s3-auth: Added a function to get the server_info from the system user.Andreas Schneider1-0/+5
2010-05-28s3-lanman: Fix api_RNetUserGetInfo level 2 marshalling offset calculation.Günther Deschner1-16/+16
2010-05-28s3:auth Free sampass as soon as we have server_infoSimo Sorce2-0/+2
2010-05-28s3:auth use info3 in auth_serversupplied_infoSimo Sorce7-25/+25
2010-05-27s3: Fix a bad memleak in the async echo responderVolker Lendecke1-1/+1
2010-05-27s3: Remove an unused variableVolker Lendecke1-1/+0
2010-05-27s3-lanman: use samr for api_RNetUserGetInfo.Günther Deschner1-27/+130
2010-05-27s3:rpc_server: pass down local and remote tsocket_address to np_open()Stefan Metzmacher1-1/+4
2010-05-27s3:smbd: add PIPE_BUSY handling for SMBtrans calls on named pipesStefan Metzmacher1-0/+11
2010-05-26s3-lanman: remove defines now provided by IDL.Günther Deschner1-10/+0
2010-05-26s3-samr: move chgpasswd.c out of smbd and into the samr server.Günther Deschner1-1122/+0
2010-05-26s3-smbd: remove unused change/check_lanman_password.Günther Deschner1-203/+59
2010-05-26s3-lanman: parse encrypted and min_pwd_length in api_SetUserPassword().Günther Deschner1-3/+25
2010-05-26s3-lanman: use samr for api_SetUserPassword().Günther Deschner1-38/+123
2010-05-26s3-lanman: Migrated to rpc_connect_spoolss_pipe().Simo Sorce1-28/+9
2010-05-25Standardize debug messages for read and write.Jeremy Allison2-3/+11
2010-05-21If using fake oplocks, use the correct SMB2 type code for "no oplock".Jeremy Allison1-1/+1
2010-05-21Don't forget brackets around bitwise tests.Jeremy Allison1-1/+1
2010-05-21Make DFS work over SMB2.Jeremy Allison3-11/+43
2010-05-21Make krb5 over SMB2 identical to the way we handle it in SMB1.Jeremy Allison1-2/+50
2010-05-21s3: added support for fake oplocks in SMB2.Ira Cooper1-2/+14
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett5-28/+28
2010-05-20Fix bug #7410 - samba sends "raw" inode number as uniqueid with unix extensi...Jeremy Allison3-10/+35
2010-05-20s3-lanman: Fix various RAP printing calls according to win98 testing and MS-R...Günther Deschner1-10/+10
2010-05-20s3 smb2: Fix the build without kerberosKai Blin1-0/+2
2010-05-19Fix bug 7442 - Samba returns incorrect SMB2 QFS device info.Jeremy Allison1-2/+9
2010-05-19Fix connecting to [homes] share over SMB2.Jeremy Allison1-3/+20
2010-05-19After talking with Microsoft engineers, immediately replyingJeremy Allison1-1/+6
2010-05-19After talking with Microsoft engineers, the "lock spin time" isJeremy Allison1-1/+2
2010-05-19(Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...Jeremy Allison14-13/+24
2010-05-18Implement missing info level SMB_FILE_LINK_INFORMATION.Jeremy Allison2-5/+101
2010-05-18Keep track of credits we're giving out. Set initial credits to 1 (MS-SMB2 spe...Jeremy Allison2-1/+9
2010-05-18s3-rpc_client: move protos to init_spoolss.hGünther Deschner1-0/+1
2010-05-18s3-rpc_client: move protos to cli_spoolss.hGünther Deschner1-0/+1
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2-19/+20
2010-05-18s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner1-2/+2
2010-05-18s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner1-14/+14
2010-05-18s3-build: fix the build.Günther Deschner1-1/+1
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij5-20/+13
2010-05-17Plumb in krb5 to the SMB2 sessionsetup code. First cut of this code.Jeremy Allison2-11/+404