r10592: Add "adfgets()" function, which allocates and reads a line from a fd.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 28 Sep 2005 21:54:29 +0000 (21:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:39:08 +0000 (13:39 -0500)
commit87af8061c760b7d1eaa596183ac1635af73524b4
treebc1b6026945a6213e178a2949d2b2217183c000b
parent4abb4797613868e518baafb5f3618e78f67ac05c
r10592: Add "adfgets()" function, which allocates and reads a line from a fd.
Also add torture tests for this function and file_{load,save}. I've hardcoded
a file name here.. should I handle that neater somehow?
(This used to be commit 8fa383f182f1c4479979455968dd690edc0117ea)
source4/lib/util_file.c
source4/torture/config.mk
source4/torture/local/util_file.c [new file with mode: 0644]
source4/torture/torture.c