summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2000-11-15Uninitialized memory read fixes.Jeremy Allison1-3/+7
2000-11-15Tuyrn debug timestamps on by default.Jeremy Allison1-4/+16
2000-11-14Merge from appliance head of JR's changes for driver versioning.Jeremy Allison2-183/+698
2000-11-14Changes from APPLIANCE_HEAD:David O'Neill1-0/+51
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-10Added Tim's changes to lock DB during update.Jeremy Allison1-3/+18
2000-11-10printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison2-7/+19
2000-11-08an attempt to get the handling of fields in printer info structuresAndrew Tridgell1-5/+6
2000-11-07Merge of latest round of printing fixes from appliance branch.Tim Potter1-30/+69
2000-11-07Merge of printer security descriptor, info level and printerdataTim Potter1-58/+2
2000-11-04Merge from Tim - don't reinsert UNIX job if already exists.Jeremy Allison1-0/+8
2000-11-04Merge of printing improvements/fixes from appliance branch.Tim Potter1-1/+60
2000-11-04Sync up with Tim's changes in applience-head for SACLs.Jeremy Allison1-49/+44
2000-10-26Added John Reillys patch for error code returns from clean_up_printer_driver_...Jeremy Allison1-5/+7
2000-10-26Sorry JF - no billable hours :-). I fixed the "stream of events" problemJeremy Allison1-14/+42
2000-10-25We already have a perfectly good next_token() function we should be usingJeremy Allison1-6/+3
2000-10-25John Reilly @ HP (who is a wonderful human being and *definately* needsJeremy Allison1-54/+161
2000-10-18Removed null user checks to enable lanman print queue pausing and print jobTim Potter1-4/+0
2000-10-11Fix for growing printing.tdb by adding check on job creation.Jeremy Allison1-17/+50
2000-10-11Remove lpq as root fix - do this in print_job_start insteadJeremy Allison1-28/+0
2000-10-10Fixes to periodically scan printing.tdb in idle time and occasionallyJeremy Allison1-1/+42
2000-10-10Fixed Realloc memory fragmentation problems.Jeremy Allison1-17/+57
2000-10-10got rid of tdb_writelock() and instead lock a chain. tdb_writelock()Andrew Tridgell2-11/+14
2000-10-07Integrated support for NT and OS/2 lpq parsing. Code fromJeremy Allison1-0/+163
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-4/+4
2000-09-29utils/smbcontrol.c: Fixes from Herb for interactive use.Jeremy Allison1-1/+1
2000-09-28Fix from John Reilly for forms ordering problems.Jeremy Allison1-12/+19
2000-09-26fix for IRIX 6.2 compiler errorHerb Lewis1-1/+1
2000-09-15Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison1-2/+67
2000-09-13Ensure old DACL and SACL are preserved if the new SD is a 'set' only.Jeremy Allison1-2/+11
2000-09-13When creating a print job entry for the printing backend, use the WindowsTim Potter1-11/+21
2000-09-13Added time check test before allowing print job.Jeremy Allison2-1/+13
2000-09-13Added missing break statement for manage documents check inTim Potter1-1/+3
2000-09-11Fixed memory leaks found in enumprinterdrivers code.Jeremy Allison1-3/+3
2000-09-08Fixed up get_a_printer_driver_3 so it looks in the tdb using the correctJeremy Allison1-0/+11
2000-09-06Temporary fix to convert from level6 (Win2k) to level 3 (NT4)Jeremy Allison1-1/+28
2000-09-01Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill2-34/+99
2000-08-31Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison1-2/+49
2000-08-30Fixed error returns for moving printer driver files around so genericJeremy Allison1-8/+18
2000-08-30Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison1-3/+6
2000-08-23Tidied up some error returns from printing calls. Still need to map UNIXJeremy Allison2-3/+12
2000-08-23Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison1-2/+2
2000-08-22Patch from John Reilly <jreilly@hp.com> for not processing duplicate filesTim Potter1-0/+8
2000-08-10Tidied up security rights definitions.Jeremy Allison1-1/+1
2000-08-09Fixed bug in new printer access check code. If PRINTER_ALL_ACCESS is changedJeremy Allison1-0/+10
2000-08-09Fixed memory leak with NT tokens.Jeremy Allison1-41/+56
2000-08-09added printer admin optionAndrew Tridgell2-4/+18
2000-08-01Added print job substitutions for %{printername}, %{sharename} and %{portname}Jeremy Allison2-16/+71
2000-07-31Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison2-29/+44