CVS update: samba/source/include

Andrew Tridgell tridge at samba.org
Sun Apr 16 16:18:39 EST 2000


Date:	Sunday April 16, 2000 @ 16:18
Author:	tridge

Update of /data/cvs/samba/source/include
In directory samba:/tmp/cvs-serv3129

Modified Files:
	proto.h smb.h 
Log Message:
the fsp needs a jobid in it now


------------
The following series of commits are for the new tdb based printing
backend. This completely replaces our old printing backend.

Major changes include:

- all print ops are now done in printing/*.c rather than scattered all
  over the place
- system job ids are decoupled from SMB job ids
- the lpq parsers don't need to be nearly so smart, they only need to
  parse the filename, the status and system job id
- we can store lots more info about a job, including the full job name
- the queue cache control is much better

I also added a new utility routine file_lines_load() that loads a text
file and parses it into lines. This is used in out lpq parsing and I
also want to use it to replace all of our fgets() based code in other
places.



More information about the samba-cvs mailing list