summaryrefslogtreecommitdiff
path: root/source4/torture/unix
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij1-2/+2
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
2007-10-10r24728: Use more stock torture functions.Jelmer Vernooij1-5/+5
(This used to be commit da3a7ee407a2b41bd01f45072cad12bf29250b33)
2007-10-10r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.Andrew Bartlett1-2/+2
Andrew Bartlett (This used to be commit 3d74d178bfd89127ff387939e848b240e638cc35)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell3-9/+6
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r22188: fix formating bugStefan Metzmacher1-1/+1
metze (This used to be commit e40912a2fd011351c6f0e7112f2984763bc53cb6)
2007-10-10r21951: Hopefully fix valgrind warning.James Peach1-0/+1
(This used to be commit e5d0487f3196da4e5aa79a6f285b3f3d23d303ca)
2007-10-10r21949: After discussion with the Apple and Linux client maintainers,James Peach1-2/+2
changing the FindFirst response for the UNIX_INFO2 level to include a length field before the name. The name is not required to be null terminated. the lenght field does not count any null. (This used to be commit eef672bfff6b112ceceec2a58c78042352e83276)
2007-10-10r21710: Add client support for the UNIX_INFO2 info level in the QueryFile,James Peach2-1/+460
QueryPath and FindFirst calls. Add a new torture test to verify the server side. (This used to be commit 7f56da2d1fa0718e5282bb4aea7d9a63a62f0bc7)
2007-10-10r21668: Add SMB_QFS_POSIX_WHOAMI to trans2.h so it's easy to find. AddJames Peach1-12/+13
convenience API to create an anonymous credential. Don't clobber cmdline_credentials in the UNIX-WHOAMI test. (This used to be commit 73cea4e0c66f57057ed12b07bbb94b4e783ba6bf)
2007-10-10r21659: Rename functions.James Peach2-2/+2
(This used to be commit 6e645577a60bc79431a962b6522e8592b7c50e98)
2007-10-10r21648: Start a UNIX extensions test set. Add a test for the SMBWhoami query.James Peach2-0/+381
(This used to be commit ca89683dc28104a8cee23b0c1428350f22a68c99)