summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2011-05-06s3-smbd ntstatus_to_dos() pulls the DOS error codes out internallyAndrew Bartlett1-5/+4
2011-05-06s3-lib Remove unused dos error codes from errmap_unixAndrew Bartlett1-3/+0
2011-05-06lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett1-0/+1
2011-05-06s3-auth: fixed bug with usernames longer than sizeof(char *)Andrew Tridgell1-3/+3
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison2-3/+3
2011-05-05More simple const fixes.Jeremy Allison7-14/+14
2011-05-05Fixup build without --with-aio.Jeremy Allison1-1/+1
2011-05-05Fix many const compiler warnings.Jeremy Allison13-40/+40
2011-05-05s3: Fix a typoVolker Lendecke1-1/+1
2011-05-05s3: Fix dup_smb2_vec3Volker Lendecke1-1/+1
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2-5/+5
2011-05-04Fix off-by-one when used with safe_strcpy.Jeremy Allison1-1/+1
2011-05-04Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl...Jeremy Allison3-6/+6
2011-05-04BUGFIX when converting from safe_strcpy to strlcpy.Jeremy Allison1-1/+5
2011-05-03s3: Handle EINTR from sys_poll correctlyVolker Lendecke1-1/+4
2011-05-03s3: reply_readbraw_error needs an sconn as argument also in the non-LFS code ...Björn Jacke1-1/+1
2011-05-02s3: include ntdomain.h before including generated srv_ headers.Günther Deschner1-1/+1
2011-05-02s3-smbd: avoid using pipes_struct when only session_info is needed.Günther Deschner2-6/+5
2011-05-02s3-proto: move remaining spoolss protos to own header file.Günther Deschner1-0/+1
2011-05-02s3-proto: move more rpc_server prototypes out of proto.hGünther Deschner6-0/+6
2011-04-29Fix bug #8112 - POSIX extension opens of a directory are denied with EISDIR.Jeremy Allison1-2/+10
2011-04-29Fix bug 8111 - CIFS VFS: unexpected error on SMB posix openJeremy Allison1-12/+49
2011-04-29s3-proto: move more headers to rpc_server/rpc_ncacn_np.h where they origin from.Günther Deschner1-0/+1
2011-04-29s3-proto: remove duplicate prototypes.Günther Deschner1-0/+1
2011-04-29s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner13-0/+13
2011-04-29s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner3-0/+3
2011-04-29s3-build: remove some unused headers.Günther Deschner3-6/+0
2011-04-29s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett6-16/+16
2011-04-29s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett6-40/+40
2011-04-29s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLIDAndrew Bartlett1-3/+3
2011-04-29s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett5-14/+14
2011-04-29s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett5-21/+21
2011-04-29s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett3-15/+15
2011-04-26s3: Fix a typoVolker Lendecke1-1/+1
2011-04-25No longer need to call SMB_VFS_LSTAT - check name hasn't changed above is suf...Jeremy Allison1-23/+0
2011-04-25Correctly detect and deny symlinks anywhere in a path (not just the last comp...Jeremy Allison1-27/+60
2011-04-24s3:smbd/trans2: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-28/+2
2011-04-23s3:smbd/nttrans: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-44/+5
2011-04-22s3: Fix Coverity ID 2335, CHECKED_RETURNVolker Lendecke1-1/+3
2011-04-22Cosmetic. Fix bad indentation.Jeremy Allison1-18/+18
2011-04-21Remove duplicate code - move to parent_dirname() as a common function.Jeremy Allison1-25/+14
2011-04-21s3-vfs: rename open function to open_fn.Günther Deschner1-5/+2
2011-04-20s3-smbd: fix the AIX 5.3 build.Günther Deschner1-0/+3
2011-04-15Use handle based xattr set if available.Jeremy Allison1-4/+5
2011-04-15Ensure vfs_chown_fsp() is safe against races.Jeremy Allison3-6/+74
2011-04-14Ensure change_dir_owner_to_parent() can't be raced.Jeremy Allison1-1/+1
2011-04-14Optimization for change_file_owner_to_parent() and change_dir_owner_to_parent()Jeremy Allison1-0/+21
2011-04-14s3: Fix smbd with the async echo responderVolker Lendecke1-10/+13
2011-04-14s3: Fix a typoVolker Lendecke1-1/+1
2011-04-14s3-lib Move strisnormal to it's only user in mangle_hash.cAndrew Bartlett1-0/+13