summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing.c
AgeCommit message (Expand)AuthorFilesLines
2001-08-10Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter1-17/+17
2001-07-30Fixup error returns in updating driver db version.Jeremy Allison1-22/+40
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-3/+3
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-4/+4
2001-07-16Fix from Jim Vopni - muliple definitions of "letter".Jeremy Allison1-2/+0
2001-07-12Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter1-1/+1
2001-07-10Removed unused local variables.Tim Potter1-8/+0
2001-07-09split the nt_drivers.tdb in 3 separate tdb files. Should speed-up lookupsJean-François Micouleau1-32/+114
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-13/+13
2001-07-04The big character set handling changeover!Andrew Tridgell1-7/+1
2001-07-02Fixed extra file_free calls - my fault :-(.Jeremy Allison1-14/+4
2001-06-26SGI compiler fixes.Herb Lewis1-0/+6
2001-06-22Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(),Jeremy Allison1-5/+5
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2001-05-18merge from 2.2 (deleteprinterdriver RPC)Gerald Carter1-0/+101
2001-05-10Replaced a whole bunch of lookup_name() requests inTim Potter1-8/+11
2001-05-03Merging Gerald's "no printer driver" fix from 2.2.Jeremy Allison1-0/+10
2001-04-27More debug %d -> %u issues.Jeremy Allison1-6/+6
2001-04-08Added per-share security tdb. Tidied up many slprintfs (need -1 on length).Jeremy Allison1-38/+39
2001-04-03Sync up with new NT forms code.Jeremy Allison1-20/+155
2001-03-23Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison1-0/+85
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-8/+5
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-1/+1
2001-03-03Roll back to using malloc/realloc on some of spoolss in head.Jeremy Allison1-39/+15
2001-03-02Move to talloc controlled NT forms.Jeremy Allison1-15/+39
2001-03-01Fixed a couple of getpwXX calls that were not going through the sys_getpwXXJeremy Allison1-2/+2
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison1-55/+34
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison1-2/+13
2001-01-29Changes from APPLIANCE_HEAD:David O'Neill1-23/+82
2001-01-26Changes from APPLIANCE_HEAD:David O'Neill1-1/+23
2001-01-19Changes from APPLIANCE_HEAD:David O'Neill1-6/+26
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-3/+0
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-15/+32
2001-01-04Changes from APPLIANCE_HEAD:David O'Neill1-70/+36
2000-12-21merge from appliance headGerald Carter1-0/+5
2000-12-18Merged Tim's fixes from appliance-head.Jeremy Allison1-4/+8
2000-12-13Added proto definition for new RPC calls.Jeremy Allison1-32/+15
2000-12-11Adding in debug for SD's.Jeremy Allison1-0/+17
2000-12-06Sync-up with appliance-head printing code.Jeremy Allison1-48/+46
2000-12-04c++ style comments are NOT allowedAndrew Tridgell1-1/+0
2000-12-04no longer pass the type to make_sec_desc(), instead the type isAndrew Tridgell1-4/+0
2000-11-27passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison1-1/+10
2000-11-17Fix for memory leak when adding driver.Jeremy Allison1-6/+7
2000-11-17Fix for incorrect break using wrong offset when updating a form.Jeremy Allison1-6/+4
2000-11-15Uninitialized memory read fixes.Jeremy Allison1-3/+7
2000-11-14Merge from appliance head of JR's changes for driver versioning.Jeremy Allison1-175/+687
2000-11-14printing/nt_printing.c: After long soul searching and making both Andrew and myJeremy Allison1-2/+4
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-1/+2
2000-11-10printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison1-7/+14
2000-11-08an attempt to get the handling of fields in printer info structuresAndrew Tridgell1-5/+6