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