- Renamed read_line() to be read_line_old().
authorWayne Davison <wayned@samba.org>
Sun, 9 Sep 2007 07:53:12 +0000 (07:53 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 9 Sep 2007 07:53:12 +0000 (07:53 +0000)
commit67b8f3dfe7d2ae0aa31ece00242e990ed8e256a4
tree04d7aca11acdfb6722996d6961aee8a86a077bc5
parent95a44066da8ffc6c37f2c05f2225ae9f2dcf4caf
- Renamed read_line() to be read_line_old().
- Renamed read_filesfrom_line() to read_line() and added args to allow
  the caller to control how it works.
- Added a new function, read_args(), that reads args from a file
  descriptor (using read_line()) and expands any wildcards in them.
  This function has relocated daemon code (from clientserver.c) and
  is also used by the new --protect-args (-s) option.  The new code
  also got rid of an extra strdup() that wasn't needed.
io.c