search for: error_nt

Displaying 6 results from an estimated 6 matches for "error_nt".

2009 Jul 01
0
Unix Extensions + ext3 quotas + df
.../smbd/trans2.c 2009-07-01 12:17:16.000000000 +0200 *************** *** 2583,2612 **** --- 2583,2642 ---- CIFS_UNIX_POSIX_PATH_OPERATIONS_CAP))); break; case SMB_QUERY_POSIX_FS_INFO: { int rc; vfs_statvfs_struct svfs; if (!lp_unix_extensions()) { return ERROR_NT(NT_STATUS_INVALID_LEVEL); } rc = SMB_VFS_STATVFS(conn, ".", &svfs); if (!rc) { + + { + SMB_BIG_UINT dfree,dsize,bsize,block_size,sectors_per_unit,bytes_per_sector; + + if (get_dfree_info(conn,".",False,&bsize,&dfree,&dsize) !=...
2005 Apr 06
1
File browser doesn't remember last directory over Dfs
Hi, I have encountered some strange behaviour after upgrading to 3.0.12 on FreeBSD 4.10 file servers. Normally when users on windows apps use the file browser to select a file it remembers the selected directory between invocations, so that, for example, they can easily read in multiple files from the same directory, or if they click on Save As... it takes them to the directory where they
2007 Feb 05
0
[SAMBA-SECURITY] CVE-2007-0452: Potential DoS against smbd in Samba 3.0.6 - 3.0.23d
...status = rename_internals(conn, fsp->fsp_name, new_name, 0, replace_if_exists, path_contains_wcard); - if (!NT_STATUS_IS_OK(status)) + + if (!NT_STATUS_IS_OK(status)) { + if (open_was_deferred(SVAL(inbuf,smb_mid))) { + /* We have re-scheduled this call. */ + return -1; + } return ERROR_NT(status); + } /* * Rename was successful. diff -urN samba-3.0.23d/source/smbd/reply.c samba/source/smbd/reply.c --- samba-3.0.23d/source/smbd/reply.c 2006-06-23 08:16:49.000000000 -0500 +++ samba/source/smbd/reply.c 2007-01-30 15:00:45.000000000 -0600 @@ -1865,7 +1865,7 @@ Check if a user i...
2007 Feb 05
0
[SAMBA-SECURITY] CVE-2007-0452: Potential DoS against smbd in Samba 3.0.6 - 3.0.23d
...status = rename_internals(conn, fsp->fsp_name, new_name, 0, replace_if_exists, path_contains_wcard); - if (!NT_STATUS_IS_OK(status)) + + if (!NT_STATUS_IS_OK(status)) { + if (open_was_deferred(SVAL(inbuf,smb_mid))) { + /* We have re-scheduled this call. */ + return -1; + } return ERROR_NT(status); + } /* * Rename was successful. diff -urN samba-3.0.23d/source/smbd/reply.c samba/source/smbd/reply.c --- samba-3.0.23d/source/smbd/reply.c 2006-06-23 08:16:49.000000000 -0500 +++ samba/source/smbd/reply.c 2007-01-30 15:00:45.000000000 -0600 @@ -1865,7 +1865,7 @@ Check if a user i...
2009 May 28
0
samba sessions dying - NT_STATUS_INVALID_PARAMETER
...2009/05/19 17:22:11, 3] smbd/error.c:error_packet_set(106) ????? error packet at smbd/sesssetup.c(1102) cmd=115 (SMBsesssetupX) NT_STATUS_INVALID_PARAMETER This seems to point to this section of code in sesssetup.c ? if (!vuser) { ??????????????? data_blob_free(&blob1); ??????????????? return ERROR_NT(nt_status_squash(NT_STATUS_INVALID_PARAMETER)); ??????? } I'm not sure why the value of 'vuser' would suddenly become invalid, any ideas? Any help or advice is greatly appreciated. Kind regards,
2003 Oct 23
1
Samba3+ldapsam+Win9x userlist, Bug596?! sniffing info
>Thereby sorry for being impolite :-(, but at present I'm running samba >3.0.1pre1 with ldapsam in the production servers, >and Win9x clients couldn't get list of users and groups from Samba DCs (Bug596). I have 3 >choices: >- -- Switch back to 2.2.7 (not very nice:-(, I would need group support for policy) >- -- Switch to tdbsam with fam/rsync/ssh-ing password and group