summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Fix the SMB2 showstopper, found by an extended torture test from Volker.Jeremy Allison2011-05-171-3/+25
* Ensure we always write the correct incoming mid into the share modeJeremy Allison2011-05-171-2/+4
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-175-0/+5
* s3: only include tdb headers where needed.Günther Deschner2011-05-177-3/+10
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-171-0/+1
* s3: include ntdomain.h before including generated srv_ headers.Günther Deschner2011-05-171-1/+1
* s3-proto: move remaining spoolss protos to own header file.Günther Deschner2011-05-171-0/+1
* s3-proto: move more rpc_server prototypes out of proto.hGünther Deschner2011-05-176-0/+6
* s3-proto: move more headers to rpc_server/rpc_ncacn_np.h where they origin from.Günther Deschner2011-05-171-0/+1
* s3-smbd: avoid using pipes_struct when only session_info is needed.Günther Deschner2011-05-172-6/+5
* Fix 3.6 headersSimo Sorce2011-05-151-0/+1
* rpc_server: Always use rpc_pipe_open_interface()Simo Sorce2011-05-151-8/+8
* s3: Fix a typoVolker Lendecke2011-05-151-1/+1
* s3: Fix dup_smb2_vec3Volker Lendecke2011-05-151-1/+1
* Fix off-by-one when used with safe_strcpy.Jeremy Allison2011-05-151-1/+1
* BUGFIX when converting from safe_strcpy to strlcpy.Jeremy Allison2011-05-151-1/+5
* s3: reply_readbraw_error needs an sconn as argument also in the non-LFS code ...Björn Jacke2011-05-151-1/+1
* s3: Handle EINTR from sys_poll correctlyVolker Lendecke2011-05-151-1/+4
* Fix bug #8112 - POSIX extension opens of a directory are denied with EISDIR.Jeremy Allison2011-05-151-2/+10
* Fix bug 8111 - CIFS VFS: unexpected error on SMB posix openJeremy Allison2011-05-151-12/+49
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-05-156-16/+16
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-05-156-40/+40
* s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLIDAndrew Bartlett2011-05-151-3/+3
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-05-155-14/+14
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-05-155-21/+21
* s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett2011-05-153-15/+15
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-05-1513-0/+13
* s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner2011-05-153-0/+3
* s3-build: remove some unused headers.Günther Deschner2011-05-153-6/+0
* s3: Fix a typoVolker Lendecke2011-04-261-1/+1
* No longer need to call SMB_VFS_LSTAT - check name hasn't changed above is suf...Jeremy Allison2011-04-261-23/+0
* Correctly detect and deny symlinks anywhere in a path (not just the last comp...Jeremy Allison2011-04-261-27/+60
* s3:smbd/trans2: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher2011-04-261-28/+2
* s3:smbd/nttrans: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher2011-04-261-44/+5
* s3: Fix Coverity ID 2335, CHECKED_RETURNVolker Lendecke2011-04-261-1/+3
* Cosmetic. Fix bad indentation.Jeremy Allison2011-04-261-18/+18
* Remove duplicate code - move to parent_dirname() as a common function.Jeremy Allison2011-04-261-25/+14
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-261-5/+2
* s3-smbd: fix the AIX 5.3 build.Günther Deschner2011-04-261-0/+3
* s3: Fix a typoVolker Lendecke2011-04-261-1/+1
* Use handle based xattr set if available.Jeremy Allison2011-04-261-4/+5
* Ensure vfs_chown_fsp() is safe against races.Jeremy Allison2011-04-263-6/+74
* Ensure change_dir_owner_to_parent() can't be raced.Jeremy Allison2011-04-261-1/+1
* Optimization for change_file_owner_to_parent() and change_dir_owner_to_parent()Jeremy Allison2011-04-261-0/+21
* s3: Fix smbd with the async echo responderVolker Lendecke2011-04-261-10/+13
* s3: only include smb profiling where needed.Günther Deschner2011-04-2613-0/+13
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-262-0/+2
* s3-smbd: Added a become_user_by_session() function.Andreas Schneider2011-04-122-0/+19
* s3-smbd: Added a change_to_user_by_session() function.Andreas Schneider2011-04-122-74/+98
* Subtle change. Microsoft SMB2 tests return different access mask than for SMB...Jeremy Allison2011-04-081-1/+12