summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* SMB2 renames return SHARING_VIOLATION if there is any existing oplock on a file.Jeremy Allison2011-03-181-0/+6
* The searches struct is still being used and idled in SMB2 - move it to the gl...Jeremy Allison2011-03-182-31/+33
* Fix crash bug on smbd shutdown when using FOPENDIR() found by Volker.Jeremy Allison2011-03-171-1/+13
* s3: Expose num_opens via api_RNetSessionEnumVolker Lendecke2011-03-171-1/+1
* s3-build: only include asn1 headers where actually needed.Günther Deschner2011-03-163-0/+3
* s3: Fix Coverity ID 2140, DEADCODEVolker Lendecke2011-03-161-1/+1
* s3-msdfs: avoid global inclusion of msdfs.h.Günther Deschner2011-03-161-0/+1
* s3-libsmb: move smb encryption structs into own header.Günther Deschner2011-03-161-0/+1
* s3-smbd: Increase debug level von context messages.Andreas Schneider2011-03-092-7/+7
* s3-rpc_server: Start the Endpoint Mapper Dameon if enabled.Andreas Schneider2011-03-081-0/+15
* s3-printing: follow force user/group for driver IODavid Disseldorp2011-03-041-56/+71
* s3: Pass smb_filename through the set_offline vfs opVolker Lendecke2011-03-022-3/+3
* s3: Pass smb_filename through the is_offline vfs opVolker Lendecke2011-03-022-3/+4
* s3-sessionid: avoid global include of sessionid.hGünther Deschner2011-03-021-0/+1
* s3-lanman: talk to srvsvc dcerpc server in api_RNetSessionEnum().Günther Deschner2011-03-021-10/+63
* s3-server_id: only include server_id where needed.Günther Deschner2011-03-023-0/+3
* s3-printing: vfs_connect prior to driver/dfs IODavid Disseldorp2011-03-021-10/+24
* s3: remove superfluous debug messages from msg_idmapGregor Beck2011-03-021-4/+0
* s3-auth struct security_unix_token replaces UNIX_USER_TOKENAndrew Bartlett2011-03-016-8/+8
* Fix warning introduced by changing the size of UNIX_USER_TOKEN->ngroups from ...Jeremy Allison2011-02-281-1/+1
* s3-smbd: Pass tevent context to messaging functions.Andreas Schneider2011-02-281-4/+11
* s3: Eliminate sys_select from fd_is_readableVolker Lendecke2011-02-281-10/+4
* s3: Use poll in smbdVolker Lendecke2011-02-282-20/+23
* s3:msg_idmap: The solaris cc compiler does not like unnamed unions as struct ...Michael Adam2011-02-281-13/+13
* s3: smbcontrol to notify smbd about idmap changesGregor Beck2011-02-282-0/+207
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-271-10/+9
* dirfd doesn't exist in some platforms.Jeremy Allison2011-02-261-0/+6
* Detect Mac OS X as a separate client type.Justin Maggard2011-02-251-0/+4
* Ensure we don't return an incorrect access mask.Jeremy Allison2011-02-251-1/+2
* Implement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move def...Jeremy Allison2011-02-251-20/+75
* Batch oplocks conflict with exclusive as well as themselves.Jeremy Allison2011-02-241-1/+1
* Remember to free the second temporary string.Jeremy Allison2011-02-241-0/+1
* Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 testJeremy Allison2011-02-231-6/+16
* Fix bug found against the new Mac client @ Connectathon. Mac clientsJeremy Allison2011-02-231-1/+9
* s3-printing: only include printing where really needed.Günther Deschner2011-02-224-0/+4
* s3-printing: fix pcacp prototypes and includes.Günther Deschner2011-02-223-0/+3
* s3-printing: isolate print notification prototypes better.Günther Deschner2011-02-221-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-2220-259/+259
* s3-rpc_server: Rename srv_rpc_register.c.Andreas Schneider2011-02-211-1/+1
* s3-rpc_server: Rename srv_rpc_register.Andreas Schneider2011-02-211-1/+1
* s3-rpc_server: Pass tevent_context to dcerpc endpoints.Andreas Schneider2011-02-211-1/+1
* s3: Convert init_system_info to NTSTATUSVolker Lendecke2011-02-201-2/+4
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-201-6/+6
* s3-cluster Always fill in the clustering vnn elementAndrew Bartlett2011-02-171-4/+0
* s3: increase the log level for missing PIDs on SIGCHLDDavid Disseldorp2011-02-171-1/+2
* s3: Avoid a select call per smbVolker Lendecke2011-02-111-1/+1
* s3:smbd: fix switch indentation level in get_ea_dos_attribute()Michael Adam2011-02-101-4/+4
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-106-26/+26
* Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...Jeremy Allison2011-02-104-20/+64
* Make it clear we're using the open file pathname.Jeremy Allison2011-02-101-6/+4