summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2011-03-22s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell2-6/+1
2011-03-21s3:smbd: access checks should not depend on share mode flagsStefan Metzmacher1-1/+0
2011-03-19s3:smbd: remove uses of "./" in unlink_internals()Stefan Metzmacher1-4/+0
2011-03-18SMB2 renames return SHARING_VIOLATION if there is any existing oplock on a file.Jeremy Allison1-0/+6
2011-03-18The searches struct is still being used and idled in SMB2 - move it to the gl...Jeremy Allison2-31/+33
2011-03-17Fix crash bug on smbd shutdown when using FOPENDIR() found by Volker.Jeremy Allison1-1/+13
2011-03-17s3: Expose num_opens via api_RNetSessionEnumVolker Lendecke1-1/+1
2011-03-16s3-build: only include asn1 headers where actually needed.Günther Deschner3-0/+3
2011-03-16s3: Fix Coverity ID 2140, DEADCODEVolker Lendecke1-1/+1
2011-03-16s3-msdfs: avoid global inclusion of msdfs.h.Günther Deschner1-0/+1
2011-03-16s3-libsmb: move smb encryption structs into own header.Günther Deschner1-0/+1
2011-03-09s3-smbd: Increase debug level von context messages.Andreas Schneider2-7/+7
2011-03-08s3-rpc_server: Start the Endpoint Mapper Dameon if enabled.Andreas Schneider1-0/+15
2011-03-04s3-printing: follow force user/group for driver IODavid Disseldorp1-56/+71
2011-03-02s3: Pass smb_filename through the set_offline vfs opVolker Lendecke2-3/+3
2011-03-02s3: Pass smb_filename through the is_offline vfs opVolker Lendecke2-3/+4
2011-03-02s3-sessionid: avoid global include of sessionid.hGünther Deschner1-0/+1
2011-03-02s3-lanman: talk to srvsvc dcerpc server in api_RNetSessionEnum().Günther Deschner1-10/+63
2011-03-02s3-server_id: only include server_id where needed.Günther Deschner3-0/+3
2011-03-02s3-printing: vfs_connect prior to driver/dfs IODavid Disseldorp1-10/+24
2011-03-02s3: remove superfluous debug messages from msg_idmapGregor Beck1-4/+0
2011-03-01s3-auth struct security_unix_token replaces UNIX_USER_TOKENAndrew Bartlett6-8/+8
2011-02-28Fix warning introduced by changing the size of UNIX_USER_TOKEN->ngroups from ...Jeremy Allison1-1/+1
2011-02-28s3-smbd: Pass tevent context to messaging functions.Andreas Schneider1-4/+11
2011-02-28s3: Eliminate sys_select from fd_is_readableVolker Lendecke1-10/+4
2011-02-28s3: Use poll in smbdVolker Lendecke2-20/+23
2011-02-28s3:msg_idmap: The solaris cc compiler does not like unnamed unions as struct ...Michael Adam1-13/+13
2011-02-28s3: smbcontrol to notify smbd about idmap changesGregor Beck2-0/+207
2011-02-27s3: Fix some nonempty blank linesVolker Lendecke1-10/+9
2011-02-26dirfd doesn't exist in some platforms.Jeremy Allison1-0/+6
2011-02-25Detect Mac OS X as a separate client type.Justin Maggard1-0/+4
2011-02-25Ensure we don't return an incorrect access mask.Jeremy Allison1-1/+2
2011-02-25Implement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move def...Jeremy Allison1-20/+75
2011-02-24Batch oplocks conflict with exclusive as well as themselves.Jeremy Allison1-1/+1
2011-02-24Remember to free the second temporary string.Jeremy Allison1-0/+1
2011-02-23Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 testJeremy Allison1-6/+16
2011-02-23Fix bug found against the new Mac client @ Connectathon. Mac clientsJeremy Allison1-1/+9
2011-02-22s3-printing: only include printing where really needed.Günther Deschner4-0/+4
2011-02-22s3-printing: fix pcacp prototypes and includes.Günther Deschner3-0/+3
2011-02-22s3-printing: isolate print notification prototypes better.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett20-259/+259
2011-02-21s3-rpc_server: Rename srv_rpc_register.c.Andreas Schneider1-1/+1
2011-02-21s3-rpc_server: Rename srv_rpc_register.Andreas Schneider1-1/+1
2011-02-21s3-rpc_server: Pass tevent_context to dcerpc endpoints.Andreas Schneider1-1/+1
2011-02-20s3: Convert init_system_info to NTSTATUSVolker Lendecke1-2/+4
2011-02-20s3: Fix some nonempty blank linesVolker Lendecke1-6/+6
2011-02-17s3-cluster Always fill in the clustering vnn elementAndrew Bartlett1-4/+0
2011-02-17s3: increase the log level for missing PIDs on SIGCHLDDavid Disseldorp1-1/+2
2011-02-11s3: Avoid a select call per smbVolker Lendecke1-1/+1
2011-02-10s3:smbd: fix switch indentation level in get_ea_dos_attribute()Michael Adam1-4/+4