r19504: - fixed a free error in file_lines_parse
commitc5423ea22bdaa055807d4e6f7ac4be934194fe45
authorAndrew Tridgell <tridge@samba.org>
Sat, 28 Oct 2006 06:06:15 +0000 (28 06:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:24:40 +0000 (10 14:24 -0500)
tree666bbcb71596f4b9b6608ee98c02e4d96f9414bf
parent9e1a8475ca7d1f8490cf8502c08a2544cfec5599
r19504: - fixed a free error in file_lines_parse

- added a function to test for large file support

- enable CAP_LARGE_FILES only if the test passes

- don't test at large offsets if the server doesn't set
  CAP_LARGE_FILES
source/lib/util/util_file.c
source/smb_server/smb/negprot.c
source/torture/raw/read.c
source/torture/raw/write.c