Herb's warning fixes. Also the POSIX locking fix.
[samba.git] / source / rpc_server / srv_spoolss_nt.c
2000-04-16 Andrew TridgellJF and Jeremy - please have a look at what I did to...
2000-04-10 Jean-François Mico... added checks to open both \\server\printer and \\server...
2000-04-06 Jeremy AllisonModified interfaces and added checks around *all* ...
2000-04-06 Jean-François Mico... filled the architecture table (useless for the moment).
2000-04-05 Jean-François Mico... changed all the status code to ERROR_xxx instead of...
2000-03-29 Jean-François Mico... split addprinterex in preparation for level 1 support...
2000-03-29 Jean-François Mico... rewrote getprinterdriver level 3, now correctly handle...
2000-03-16 Jean-François Mico... fix a bug in enumprinterdrivers
2000-03-13 Jean-François Mico... oops ! forgot smb.h in last commit
2000-03-13 Jean-François Mico... small fix for addprinterex at level 2
2000-03-13 Jean-François Mico... parse correctly getprinterdriver2
2000-03-11 Jeremy AllisonYou *must* use O_EXCL when using mktemp (security issue).
2000-03-10 Jeremy AllisonFixups for compiles with gcc flags -Wall -Wshadow ...
2000-03-10 Jean-François Mico... getprinter level 0: was to short, found most of the...
2000-03-07 Jean-François Mico... Enumprinters level 1: reply *exactly* like an NT server
2000-03-07 Jean-François Mico... fixed enumprinterdata.
2000-03-06 Jean-François Mico... changed prs_unistr to parse empty and non-empty strings...
2000-02-26 Jean-François Mico... added enumprintprocessordatatypes
2000-02-26 Jean-François Mico... rewrote enumprinterdata. still a bug in it but reproduc...
2000-02-24 Jean-François Mico... made dynamic the Printer struct. No more limits :-)
2000-02-24 Jean-François Mico... converted a couple of bzero() to memset()
2000-02-21 Jean-François Mico... more rewrite ...
2000-02-15 Jean-François Mico... fix the reply of rpc_alter_context
2000-02-07 Jean-François Mico... Hum, I should remove my gloves when I'm in front of...
2000-02-07 Jean-François Mico... First commit of the spoolss code to the HEAD branch.