Age | Commit message (Expand) | Author | Files | Lines |
2011-05-13 | rpc_server: Always use rpc_pipe_open_interface() | Simo Sorce | 1 | -8/+8 |
2011-05-12 | s3: Slightly simplify smbd_smb2_request_next_vector | Volker Lendecke | 1 | -3/+5 |
2011-05-08 | s3-smbd: expose smbd_set_server_fd() | Andrew Tridgell | 2 | -29/+29 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 4 | -0/+4 |
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 7 | -3/+10 |
2011-05-06 | s3-smbd ntstatus_to_dos() pulls the DOS error codes out internally | Andrew Bartlett | 1 | -5/+4 |
2011-05-06 | s3-lib Remove unused dos error codes from errmap_unix | Andrew Bartlett | 1 | -3/+0 |
2011-05-06 | lib/util Move source3 tdb_wrap_open() into the common code. | Andrew Bartlett | 1 | -0/+1 |
2011-05-06 | s3-auth: fixed bug with usernames longer than sizeof(char *) | Andrew Tridgell | 1 | -3/+3 |
2011-05-06 | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 2 | -3/+3 |
2011-05-05 | More simple const fixes. | Jeremy Allison | 7 | -14/+14 |
2011-05-05 | Fixup build without --with-aio. | Jeremy Allison | 1 | -1/+1 |
2011-05-05 | Fix many const compiler warnings. | Jeremy Allison | 13 | -40/+40 |
2011-05-05 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2011-05-05 | s3: Fix dup_smb2_vec3 | Volker Lendecke | 1 | -1/+1 |
2011-05-04 | Fix warning messages caused by addition of null check in fstrcpy macro. | Jeremy Allison | 2 | -5/+5 |
2011-05-04 | Fix off-by-one when used with safe_strcpy. | Jeremy Allison | 1 | -1/+1 |
2011-05-04 | Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl... | Jeremy Allison | 3 | -6/+6 |
2011-05-04 | BUGFIX when converting from safe_strcpy to strlcpy. | Jeremy Allison | 1 | -1/+5 |
2011-05-03 | s3: Handle EINTR from sys_poll correctly | Volker Lendecke | 1 | -1/+4 |
2011-05-03 | s3: reply_readbraw_error needs an sconn as argument also in the non-LFS code ... | Björn Jacke | 1 | -1/+1 |
2011-05-02 | s3: include ntdomain.h before including generated srv_ headers. | Günther Deschner | 1 | -1/+1 |
2011-05-02 | s3-smbd: avoid using pipes_struct when only session_info is needed. | Günther Deschner | 2 | -6/+5 |
2011-05-02 | s3-proto: move remaining spoolss protos to own header file. | Günther Deschner | 1 | -0/+1 |
2011-05-02 | s3-proto: move more rpc_server prototypes out of proto.h | Günther Deschner | 6 | -0/+6 |
2011-04-29 | Fix bug #8112 - POSIX extension opens of a directory are denied with EISDIR. | Jeremy Allison | 1 | -2/+10 |
2011-04-29 | Fix bug 8111 - CIFS VFS: unexpected error on SMB posix open | Jeremy Allison | 1 | -12/+49 |
2011-04-29 | s3-proto: move more headers to rpc_server/rpc_ncacn_np.h where they origin from. | Günther Deschner | 1 | -0/+1 |
2011-04-29 | s3-proto: remove duplicate prototypes. | Günther Deschner | 1 | -0/+1 |
2011-04-29 | s3-tevent: only include ../lib/util/tevent wrappers where needed. | Günther Deschner | 13 | -0/+13 |
2011-04-29 | s3-tsocket: only include ../lib/tsocket/tsocket.h where needed. | Günther Deschner | 3 | -0/+3 |
2011-04-29 | s3-build: remove some unused headers. | Günther Deschner | 3 | -6/+0 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH | Andrew Bartlett | 6 | -16/+16 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR | Andrew Bartlett | 6 | -40/+40 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLID | Andrew Bartlett | 1 | -3/+3 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM | Andrew Bartlett | 5 | -14/+14 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN | Andrew Bartlett | 5 | -21/+21 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY | Andrew Bartlett | 3 | -15/+15 |
2011-04-26 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2011-04-25 | No longer need to call SMB_VFS_LSTAT - check name hasn't changed above is suf... | Jeremy Allison | 1 | -23/+0 |
2011-04-25 | Correctly detect and deny symlinks anywhere in a path (not just the last comp... | Jeremy Allison | 1 | -27/+60 |
2011-04-24 | s3:smbd/trans2: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's | Stefan Metzmacher | 1 | -28/+2 |
2011-04-23 | s3:smbd/nttrans: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's | Stefan Metzmacher | 1 | -44/+5 |
2011-04-22 | s3: Fix Coverity ID 2335, CHECKED_RETURN | Volker Lendecke | 1 | -1/+3 |
2011-04-22 | Cosmetic. Fix bad indentation. | Jeremy Allison | 1 | -18/+18 |
2011-04-21 | Remove duplicate code - move to parent_dirname() as a common function. | Jeremy Allison | 1 | -25/+14 |
2011-04-21 | s3-vfs: rename open function to open_fn. | Günther Deschner | 1 | -5/+2 |
2011-04-20 | s3-smbd: fix the AIX 5.3 build. | Günther Deschner | 1 | -0/+3 |
2011-04-15 | Use handle based xattr set if available. | Jeremy Allison | 1 | -4/+5 |
2011-04-15 | Ensure vfs_chown_fsp() is safe against races. | Jeremy Allison | 3 | -6/+74 |