summaryrefslogtreecommitdiff
path: root/source4/torture/unix/unix_info2.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-21/+21
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
2007-10-10r24728: Use more stock torture functions.Jelmer Vernooij1-5/+5
(This used to be commit da3a7ee407a2b41bd01f45072cad12bf29250b33)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
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 Peach1-0/+457
QueryPath and FindFirst calls. Add a new torture test to verify the server side. (This used to be commit 7f56da2d1fa0718e5282bb4aea7d9a63a62f0bc7)