summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 8133 - strange behavior for the file (whose filename first character ...Jeremy Allison2011-05-201-2/+3
* Optimization. If the attributes passed to can_rename() include both FILE_ATTR...Jeremy Allison2011-05-201-5/+8
* s3:smbd remove unused codeChristian Ambach2011-05-201-11/+0
* s3: Fork the echo handler only after SMB1 negprot is doneVolker Lendecke2011-05-203-7/+8
* s3: Fix an uninitialized variableVolker Lendecke2011-05-201-1/+1
* Fix Bug 8152 - smbd crash in release_ip()Christian Ambach2011-05-191-0/+3
* s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett2011-05-181-1/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-183-6/+6
* Fix bug #8144 - touch /mnt/newfile fails to set timestamp with CIFS client.Jeremy Allison2011-05-181-10/+15
* s3: conn->sconn in smbd_server_connection_read/write_handlerVolker Lendecke2011-05-171-9/+10
* Fix the SMB2 showstopper, found by an extended torture test from Volker.Jeremy Allison2011-05-161-3/+25
* Ensure we always write the correct incoming mid into the share modeJeremy Allison2011-05-161-2/+4
* rpc_server: Always use rpc_pipe_open_interface()Simo Sorce2011-05-131-8/+8
* s3: Slightly simplify smbd_smb2_request_next_vectorVolker Lendecke2011-05-121-3/+5
* s3-smbd: expose smbd_set_server_fd()Andrew Tridgell2011-05-082-29/+29
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-064-0/+4
* s3: only include tdb headers where needed.Günther Deschner2011-05-067-3/+10
* s3-smbd ntstatus_to_dos() pulls the DOS error codes out internallyAndrew Bartlett2011-05-061-5/+4
* s3-lib Remove unused dos error codes from errmap_unixAndrew Bartlett2011-05-061-3/+0
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-0/+1
* s3-auth: fixed bug with usernames longer than sizeof(char *)Andrew Tridgell2011-05-061-3/+3
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-062-3/+3
* More simple const fixes.Jeremy Allison2011-05-057-14/+14
* Fixup build without --with-aio.Jeremy Allison2011-05-051-1/+1
* Fix many const compiler warnings.Jeremy Allison2011-05-0513-40/+40
* s3: Fix a typoVolker Lendecke2011-05-051-1/+1
* s3: Fix dup_smb2_vec3Volker Lendecke2011-05-051-1/+1
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-042-5/+5
* Fix off-by-one when used with safe_strcpy.Jeremy Allison2011-05-041-1/+1
* Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl...Jeremy Allison2011-05-043-6/+6
* BUGFIX when converting from safe_strcpy to strlcpy.Jeremy Allison2011-05-041-1/+5
* s3: Handle EINTR from sys_poll correctlyVolker Lendecke2011-05-031-1/+4
* s3: reply_readbraw_error needs an sconn as argument also in the non-LFS code ...Björn Jacke2011-05-031-1/+1
* s3: include ntdomain.h before including generated srv_ headers.Günther Deschner2011-05-021-1/+1
* s3-smbd: avoid using pipes_struct when only session_info is needed.Günther Deschner2011-05-022-6/+5
* s3-proto: move remaining spoolss protos to own header file.Günther Deschner2011-05-021-0/+1
* s3-proto: move more rpc_server prototypes out of proto.hGünther Deschner2011-05-026-0/+6
* Fix bug #8112 - POSIX extension opens of a directory are denied with EISDIR.Jeremy Allison2011-04-291-2/+10
* Fix bug 8111 - CIFS VFS: unexpected error on SMB posix openJeremy Allison2011-04-291-12/+49
* s3-proto: move more headers to rpc_server/rpc_ncacn_np.h where they origin from.Günther Deschner2011-04-291-0/+1
* s3-proto: remove duplicate prototypes.Günther Deschner2011-04-291-0/+1
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-2913-0/+13
* s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner2011-04-293-0/+3
* s3-build: remove some unused headers.Günther Deschner2011-04-293-6/+0
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-296-16/+16
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-296-40/+40
* s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLIDAndrew Bartlett2011-04-291-3/+3
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-295-14/+14
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-295-21/+21
* s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLYAndrew Bartlett2011-04-293-15/+15