Displaying 20 results from an estimated 37 matches for "shirishpargaonkar".
2011 Sep 23
0
ANNOUNCE: cifs-utils release 5.1 available for download
...11/03/04/9
...and it seems to fix the reproducer that I was able to come up with.
Signed-off-by: Jeff Layton <jlayton at samba.org>
Reviewed-by: Suresh Jayaraman <sjayaraman at suse.de>
commit aa442e80e754f2952b0d90dbdbf2cb2807816ed2
Author: Shirish Pargaonkar <shirishpargaonkar at gmail.com>
Date: Mon Jul 18 12:06:03 2011 -0400
manpages: add contents for mount option cifsacl (try #3)
Manpage contents for cifs mount option cifsacl
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar at gmail.com>
commit d791892d901adde0dfb9e8d1099488f0787...
2011 Dec 10
0
ANNOUNCE: cifs-utils release 5.2 available for download
...Jeff Layton <jlayton at samba.org>
commit ca20bffffbff426d3b84c23df1df71d7a227206e
Author: Suresh Jayaraman <sjayaraman at suse.de>
Date: Tue Oct 18 08:01:21 2011 -0400
cifs-utils: mention the kernel version that introduced setcifsacl
Reviewed-by: Shirish Pargaonkar <shirishpargaonkar at gmail.com>
Signed-off-by: Suresh Jayaraman <sjayaraman at suse.de>
commit d9c1bf93015e6939d16a319411566de1563a93ca
Author: Suresh Jayaraman <sjayaraman at suse.de>
Date: Tue Oct 18 08:01:26 2011 -0400
cifs-utils: manpage: mention the kernel version that introduced getc...
2011 Jun 01
0
ANNOUNCE: cifs-utils release 5.0 available for download
...ilovsky <piastry at etersoft.ru>
Date: Fri May 20 07:36:33 2011 -0400
manpage: make serverino and noserverino option descriptions clear
Signed-off-by: Pavel Shilovsky <piastry at etersoft.ru>
commit f699e959d2afadffc6a4db96b57f873f7dd5e9d9
Author: Shirish Pargaonkar <shirishpargaonkar at gmail.com>
Date: Tue May 24 14:49:56 2011 -0400
cifs-utils: Create new binary cifs.idmap for sid to uid/gid mapping (try #4)
Handle cifs.idmap type of key. Extract a SID string from the description
and map it to either an uid or gid using winbind APIs.
If that fails (e...
2008 Feb 07
3
number of aces in big endian format?
Hello,
Not exactly samba but related to ntfs acls, so hope do not get flamed!
Recently I am seeing a response to get security descriptor query to Windows
server as Malformed Packet in wireshark trace and the number of aces
in the dacl in
big endian format. I thought all the data over the wire was in little
endian format!
I have seen this on Windows XP and Windows Server 2003.
Have not
2012 Nov 11
0
ANNOUNCE: cifs-utils release 5.8 is ready for download
...rspace and
kernel ones will be properly aligned. Fix the userspace definitions in a
similar fashion.
Given the way these structs are, there is probably not any padding
between fields on most arches, but it's best to be safe here.
Reviewed-by: Shirish Pargaonkar <shirishpargaonkar at gmail.com>
Signed-off-by: Jeff Layton <jlayton at samba.org>
commit 1a0523fbc469e34560bec0f06ce4622bb7db7b04
Author: Jeff Layton <jlayton at samba.org>
Date: Mon Oct 29 15:45:37 2012 -0400
cifs.idmap: get rid of useless strcmp prior to idmapping
The code copie...
2012 Mar 29
2
samba server does not list shares of type Pritner
Samba server does not list/return share type of Printer.
It only does Disk and IPC$.
In /etc/samba/smb.conf, [global] section has
load printers = yes
cups options = raw
printcap name = /etc/printcap
#obtain list of printers automatically on SystemV
; printcap name = lpstat
printing = cups
There is this section.
[printers]
comment = All
2011 Jan 16
0
ANNOUNCE: cifs-utils release 4.8 available for download
...f Layton <jlayton at samba.org>
Date: Wed Jan 5 10:52:19 2011 -0500
cifs.upcall: add 'l' to getopt_long string
Reported-by: Stefan Walter <walteste at inf.ethz.ch>
Signed-off-by: Jeff Layton <jlayton at samba.org>
Reviewed-by: Shirish Pargaonkar <shirishpargaonkar at gmail.com>
commit 5979d6dfe7fde7ab05f6bc02e771b4c05d994213
Author: Jeff Layton <jlayton at samba.org>
Date: Wed Jan 5 10:52:19 2011 -0500
cifs.upcall: fix crash when trying to free uninitialized var
If cifs.upcall is passed an invalid argument then it will "goto ou...
2010 Nov 08
7
winbind sometimes does not resolve sid to a name
Sometimes a group sid does not get resolved to its name.
Is this a settings problem? Looks like winbind deamon
went dormant for a while and then woke up?
I am using interface wbcLookupSid provided by the
library libwbclient.so for resolving sids to names.
These are the winbind related parameters in
/etc/samba/smb.conf
[global]
# separate domain and username with '\', like
2018 Mar 13
0
cifs-utils release 6.8 ready for download
...option is automatically
enabled if the system supports it. Explicitly enabling it will make the
configure script fail if pod2man is not installed.
Signed-off-by: Aurelien Aptel <aaptel at suse.com>
commit 48d88f946e72a3a8618498524e61f9053bb565f4
Author: Shirish Pargaonkar <shirishpargaonkar at gmail.com>
Date: Wed Aug 30 06:29:52 2017 -0500
cifs: setcifsacl - Send the actual (security descriptor) buffer
size instead of the pre-allocated size
Some SMB servers such as HDS HNAS (Hitachi NAS) return error
NT Status: STATUS_INVALID_SECURITY_DESCR (0xc0000079)
du...
2010 Jan 15
1
samba4 compilation error
Not sure if this is a known error during samba4 source code compilation
and how to fix it (which file has struct iovec defined and where to include it)
Compiling ../libcli/util/tstream.c
../libcli/util/tstream.c:39: error: field ?tmp_vector? has incomplete type
The following command failed:
DATA_BLOB pdu_blob;
struct iovec tmp_vector;
};
pwd =
2010 Jun 15
1
libldb-samba.so does not link in source4 samba
I am building in source4. Where are these symbols defined? Is any
library that is not getting linked?
samba/source4 # make
WAF_MAKE=1 ../buildtools/bin/waf build
Waf: Entering directory `/usr/src/bamba/samba/source4/bin'
[1816/1961] Linking default/source4/lib/ldb/libldb-samba4.so
[1908/1961] Linking default/source4/lib/ldb/ldbadd
default/source4/lib/ldb/libldb-samba4.so: undefined
2009 Feb 24
1
[Announce] Samba 3.3.1 Available for Download
..._IMPLEMENTED.
* Make Samba work with older ctdb versions.
* Add S-1-22-X-Y sids to the local token.
o Lars Mueller <lars@samba.org>
* Conditional install of the cifs.upcall man page.
* Adjust regex to match variable names including underscores.
o Shirish Pargaonkar <shirishpargaonkar@gmail.com>
* BUG 4370: Clean-up entries in /etc/mtab after unmount.
* Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
o Ted Percival <ted.percival@quest.com>
* Fix a crash during name resolution.
o Tim Prouty <tprouty@samba.org>
* Fix "assignment...
2009 Feb 24
1
[Announce] Samba 3.3.1 Available for Download
..._IMPLEMENTED.
* Make Samba work with older ctdb versions.
* Add S-1-22-X-Y sids to the local token.
o Lars Mueller <lars@samba.org>
* Conditional install of the cifs.upcall man page.
* Adjust regex to match variable names including underscores.
o Shirish Pargaonkar <shirishpargaonkar@gmail.com>
* BUG 4370: Clean-up entries in /etc/mtab after unmount.
* Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
o Ted Percival <ted.percival@quest.com>
* Fix a crash during name resolution.
o Tim Prouty <tprouty@samba.org>
* Fix "assignment...
2009 Mar 31
1
[Announce] Samba 3.2.9 Maintenance Release Available
...oken.
* Add idl for netr_LogonGetCapabilities().
* Fix the build on SLES8.
* Fix smb signing for fragmented trans/trans2/nttrans requests.
o Glenn Machin <gmachin@sandia.gov>
* Don''t miss an absolute pathname as a kerberos keytab path.
o Shirish Pargaonkar <shirishpargaonkar@gmail.com>
* Clean-up entries in /etc/mtab after unmount.
* Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
o Ted Percival <ted.percival@quest.com>
* Fix a crash during name resolution when log level >= 10 and libc
segfaults if printf is passed NULL for a &...
2009 Mar 31
1
[Announce] Samba 3.2.9 Maintenance Release Available
...oken.
* Add idl for netr_LogonGetCapabilities().
* Fix the build on SLES8.
* Fix smb signing for fragmented trans/trans2/nttrans requests.
o Glenn Machin <gmachin@sandia.gov>
* Don''t miss an absolute pathname as a kerberos keytab path.
o Shirish Pargaonkar <shirishpargaonkar@gmail.com>
* Clean-up entries in /etc/mtab after unmount.
* Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
o Ted Percival <ted.percival@quest.com>
* Fix a crash during name resolution when log level >= 10 and libc
segfaults if printf is passed NULL for a &...
2009 Mar 11
2
chown failure on a samba share
Is this working as designed or a samba bug?
I am trying to chown ownership of a file in a samba share and it
results in an error.
cifstest6:~ # smbclient //cifstest8/smb8 -U root
Enter root's password:
Domain=[CIFSTEST8] OS=[Unix] Server=[Samba 3.4.0-GIT-e6a5f11-devel]
smb: \> chown 65534 65534 file2
NT_STATUS_ACCESS_DENIED chown file \file2 uid=65534, gid=65534
The share is thus
2009 Aug 05
0
[Announce] Samba 3.0.36 Maintenance Release Available
...o.com>
* Prevent segmentation fault on joining a very long domain name.
o G?nter Kukkukk <linux at kukkukk.com>
* Don't try and delete a default ACL from a file.
o Volker Lendecke <vl at samba.org>
* Add workaround for MS KB932762.
o Shirish Pargaonkar <shirishpargaonkar at gmail.com>
* BUG 4370: Clean-up entries in /etc/mtab after unmount.
* Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
o Ted Percival <ted.percival at quest.com>
* Fix a crash during name resolution when log level >= 10
and libc segfaults if printf is pas...
2009 Aug 05
0
[Announce] Samba 3.0.36 Maintenance Release Available
...o.com>
* Prevent segmentation fault on joining a very long domain name.
o G?nter Kukkukk <linux at kukkukk.com>
* Don't try and delete a default ACL from a file.
o Volker Lendecke <vl at samba.org>
* Add workaround for MS KB932762.
o Shirish Pargaonkar <shirishpargaonkar at gmail.com>
* BUG 4370: Clean-up entries in /etc/mtab after unmount.
* Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
o Ted Percival <ted.percival at quest.com>
* Fix a crash during name resolution when log level >= 10
and libc segfaults if printf is pas...
2009 Oct 29
0
[Announce] Samba 3.4.3 Available for Download
...Buchan Milne <bgmilne at mandriva.org>
* BUG 6791: Fix linking order in cifs.upcall.
o Lars M?ller <lars at samba.org>
* BUG 6710: Adjust regex to match variable names including underscores.
* Conditional install of the cifs.upcall man page.
o Shirish Pargaonkar <shirishpargaonkar at gmail.com>
* BUG 4675: mount.cifs: Do not attempt to update /etc/mtab if it is
a symbolic link.
o Karolin Seeger <kseeger at samba.org>
* Fix warning occuring when building the manpages.
o Simo Sorce <ssorce at redhat.com>
* BUG 6764: Fix timeval calculat...
2009 Oct 29
0
[Announce] Samba 3.4.3 Available for Download
...Buchan Milne <bgmilne at mandriva.org>
* BUG 6791: Fix linking order in cifs.upcall.
o Lars M?ller <lars at samba.org>
* BUG 6710: Adjust regex to match variable names including underscores.
* Conditional install of the cifs.upcall man page.
o Shirish Pargaonkar <shirishpargaonkar at gmail.com>
* BUG 4675: mount.cifs: Do not attempt to update /etc/mtab if it is
a symbolic link.
o Karolin Seeger <kseeger at samba.org>
* Fix warning occuring when building the manpages.
o Simo Sorce <ssorce at redhat.com>
* BUG 6764: Fix timeval calculat...