Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-05 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu May 5 16:10:35 CEST 2011 on sn-devel-104 | |||||
2011-05-05 | s3: Fix dup_smb2_vec3 | Volker Lendecke | 1 | -1/+1 | |
Metze, Jeremy, please check! Thanks, Volker Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu May 5 13:39:40 CEST 2011 on sn-devel-104 | |||||
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 ↵ | Jeremy Allison | 3 | -6/+6 | |
strlcpy. | |||||
2011-05-04 | BUGFIX when converting from safe_strcpy to strlcpy. | Jeremy Allison | 1 | -1/+5 | |
We must have a blob legth > 0 in order to safely copy the (possibly) 16 bytes + 1 byte zero character safely. | |||||
2011-05-03 | s3: Handle EINTR from sys_poll correctly | Volker Lendecke | 1 | -1/+4 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue May 3 18:06:48 CEST 2011 on sn-devel-104 | |||||
2011-05-03 | s3: reply_readbraw_error needs an sconn as argument also in the non-LFS code ↵ | Björn Jacke | 1 | -1/+1 | |
path Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Tue May 3 13:04:11 CEST 2011 on sn-devel-104 | |||||
2011-05-02 | s3: include ntdomain.h before including generated srv_ headers. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-05-02 | s3-smbd: avoid using pipes_struct when only session_info is needed. | Günther Deschner | 2 | -6/+5 | |
Guenther | |||||
2011-05-02 | s3-proto: move remaining spoolss protos to own header file. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-05-02 | s3-proto: move more rpc_server prototypes out of proto.h | Günther Deschner | 6 | -0/+6 | |
Guenther | |||||
2011-04-29 | Fix bug #8112 - POSIX extension opens of a directory are denied with EISDIR. | Jeremy Allison | 1 | -2/+10 | |
Ensure create_options are passed down to SMB_VFS_CREATE_FILE(). Correctly set create_options is SMB_O_DIRECTORY is set or pathname is known to be a directory. Jeremy. | |||||
2011-04-29 | Fix bug 8111 - CIFS VFS: unexpected error on SMB posix open | Jeremy Allison | 1 | -12/+49 | |
We are conflating the O_CREAT|O_EXCL with the O_TRUNC processing, they need to be separate. We need to chose using (O_CREAT|O_EXCL) first, then modify if O_TRUNC is set. This needs two separate switch statements. Jeremy | |||||
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 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Apr 29 22:05:07 CEST 2011 on sn-devel-104 | |||||
2011-04-29 | s3-proto: remove duplicate prototypes. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-04-29 | s3-tevent: only include ../lib/util/tevent wrappers where needed. | Günther Deschner | 13 | -0/+13 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Apr 29 14:00:30 CEST 2011 on sn-devel-104 | |||||
2011-04-29 | s3-tsocket: only include ../lib/tsocket/tsocket.h where needed. | Günther Deschner | 3 | -0/+3 | |
Guenther | |||||
2011-04-29 | s3-build: remove some unused headers. | Günther Deschner | 3 | -6/+0 | |
Guenther | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH | Andrew Bartlett | 6 | -16/+16 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR | Andrew Bartlett | 6 | -40/+40 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLID | Andrew Bartlett | 1 | -3/+3 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM | Andrew Bartlett | 5 | -14/+14 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN | Andrew Bartlett | 5 | -21/+21 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY | Andrew Bartlett | 3 | -15/+15 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-26 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Apr 26 13:31:08 CEST 2011 on sn-devel-104 | |||||
2011-04-25 | No longer need to call SMB_VFS_LSTAT - check name hasn't changed above is ↵ | Jeremy Allison | 1 | -23/+0 | |
sufficient. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Apr 25 23:35:37 CEST 2011 on sn-devel-104 | |||||
2011-04-25 | Correctly detect and deny symlinks anywhere in a path (not just the last ↵ | Jeremy Allison | 1 | -27/+60 | |
component) if "follow symlinks = no". | |||||
2011-04-24 | s3:smbd/trans2: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's | Stefan Metzmacher | 1 | -28/+2 | |
We rely on uint64_t for a long time now... metze | |||||
2011-04-23 | s3:smbd/nttrans: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's | Stefan Metzmacher | 1 | -44/+5 | |
We rely on uint64_t for a long time now... metze | |||||
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 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Apr 22 03:16:43 CEST 2011 on sn-devel-104 | |||||
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 | |
This should finally fix the AIX build and allow to remove AIX specific ifdefs. Guenther Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Apr 21 02:01:20 CEST 2011 on sn-devel-104 | |||||
2011-04-20 | s3-smbd: fix the AIX 5.3 build. | Günther Deschner | 1 | -0/+3 | |
(AIX defines open to be open64) Guenther | |||||
2011-04-15 | Use handle based xattr set if available. | Jeremy Allison | 1 | -4/+5 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Apr 15 22:11:12 CEST 2011 on sn-devel-104 | |||||
2011-04-15 | Ensure vfs_chown_fsp() is safe against races. | Jeremy Allison | 3 | -6/+74 | |
2011-04-14 | Ensure change_dir_owner_to_parent() can't be raced. | Jeremy Allison | 1 | -1/+1 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Apr 14 23:39:55 CEST 2011 on sn-devel-104 | |||||
2011-04-14 | Optimization for change_file_owner_to_parent() and change_dir_owner_to_parent() | Jeremy Allison | 1 | -0/+21 | |
Don't do the chown if the owner is already correct. | |||||
2011-04-14 | s3: Fix smbd with the async echo responder | Volker Lendecke | 1 | -10/+13 | |
We need to read from the echo socket, pass the socket to read from down to the read routines Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Apr 14 15:34:36 CEST 2011 on sn-devel-104 | |||||
2011-04-14 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Apr 14 11:55:56 CEST 2011 on sn-devel-104 | |||||
2011-04-14 | s3-lib Move strisnormal to it's only user in mangle_hash.c | Andrew Bartlett | 1 | -0/+13 | |
2011-04-14 | s3: only include smb profiling where needed. | Günther Deschner | 13 | -0/+13 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Apr 14 01:31:39 CEST 2011 on sn-devel-104 | |||||
2011-04-13 | Don't print "success" message after error message in ↵ | Jeremy Allison | 1 | -9/+8 | |
change_file_owner_to_parent(). Remove "goto" in change_dir_owner_to_parent(). | |||||
2011-04-13 | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2011-04-13 | s3: Make send_nt_replies() static | Volker Lendecke | 2 | -8/+4 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Apr 13 16:25:29 CEST 2011 on sn-devel-104 | |||||
2011-04-13 | s3-lib Move strdup_w to it's only user in mangle_hash.c | Andrew Bartlett | 1 | -0/+19 | |
Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-13 | s3-lib Move isvalid83_w to mangle_hash.c | Andrew Bartlett | 1 | -0/+34 | |
This means that there is no need for the 'valid.dat' table to be loaded by anything other than smbd, so the unloader is also removed. The concept of a 'valid dos character' has been replaced by the hash2 mangle method. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-11 | s3-smbd: Added a become_user_by_session() function. | Andreas Schneider | 2 | -0/+19 | |
This uses the provided session_info instead of searching the user via the vuid. This is useful to work with fake connnection you need to create if someone connects directly to a rpc service. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-11 | s3-smbd: Added a change_to_user_by_session() function. | Andreas Schneider | 2 | -74/+98 | |
Signed-off-by: Jeremy Allison <jra@samba.org> |