summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
...
* Merge of printer security descriptor, info level and printerdataTim Potter2000-11-071-58/+2
* Merge from Tim - don't reinsert UNIX job if already exists.Jeremy Allison2000-11-041-0/+8
* Merge of printing improvements/fixes from appliance branch.Tim Potter2000-11-041-1/+60
* Sync up with Tim's changes in applience-head for SACLs.Jeremy Allison2000-11-041-49/+44
* Added John Reillys patch for error code returns from clean_up_printer_driver_...Jeremy Allison2000-10-261-5/+7
* Sorry JF - no billable hours :-). I fixed the "stream of events" problemJeremy Allison2000-10-261-14/+42
* We already have a perfectly good next_token() function we should be usingJeremy Allison2000-10-251-6/+3
* John Reilly @ HP (who is a wonderful human being and *definately* needsJeremy Allison2000-10-251-54/+161
* Removed null user checks to enable lanman print queue pausing and print jobTim Potter2000-10-181-4/+0
* Fix for growing printing.tdb by adding check on job creation.Jeremy Allison2000-10-111-17/+50
* Remove lpq as root fix - do this in print_job_start insteadJeremy Allison2000-10-111-28/+0
* Fixes to periodically scan printing.tdb in idle time and occasionallyJeremy Allison2000-10-101-1/+42
* Fixed Realloc memory fragmentation problems.Jeremy Allison2000-10-101-17/+57
* got rid of tdb_writelock() and instead lock a chain. tdb_writelock()Andrew Tridgell2000-10-102-11/+14
* Integrated support for NT and OS/2 lpq parsing. Code fromJeremy Allison2000-10-071-0/+163
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-4/+4
* utils/smbcontrol.c: Fixes from Herb for interactive use.Jeremy Allison2000-09-291-1/+1
* Fix from John Reilly for forms ordering problems.Jeremy Allison2000-09-281-12/+19
* fix for IRIX 6.2 compiler errorHerb Lewis2000-09-261-1/+1
* Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison2000-09-151-2/+67
* Ensure old DACL and SACL are preserved if the new SD is a 'set' only.Jeremy Allison2000-09-131-2/+11
* When creating a print job entry for the printing backend, use the WindowsTim Potter2000-09-131-11/+21
* Added time check test before allowing print job.Jeremy Allison2000-09-132-1/+13
* Added missing break statement for manage documents check inTim Potter2000-09-131-1/+3
* Fixed memory leaks found in enumprinterdrivers code.Jeremy Allison2000-09-111-3/+3
* Fixed up get_a_printer_driver_3 so it looks in the tdb using the correctJeremy Allison2000-09-081-0/+11
* Temporary fix to convert from level6 (Win2k) to level 3 (NT4)Jeremy Allison2000-09-061-1/+28
* Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill2000-09-012-34/+99
* Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison2000-08-311-2/+49
* Fixed error returns for moving printer driver files around so genericJeremy Allison2000-08-301-8/+18
* Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison2000-08-301-3/+6
* Tidied up some error returns from printing calls. Still need to map UNIXJeremy Allison2000-08-232-3/+12
* Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison2000-08-231-2/+2
* Patch from John Reilly <jreilly@hp.com> for not processing duplicate filesTim Potter2000-08-221-0/+8
* Tidied up security rights definitions.Jeremy Allison2000-08-101-1/+1
* Fixed bug in new printer access check code. If PRINTER_ALL_ACCESS is changedJeremy Allison2000-08-091-0/+10
* Fixed memory leak with NT tokens.Jeremy Allison2000-08-091-41/+56
* added printer admin optionAndrew Tridgell2000-08-092-4/+18
* Added print job substitutions for %{printername}, %{sharename} and %{portname}Jeremy Allison2000-08-012-16/+71
* Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison2000-07-312-29/+44
* fix the devmode.orientation being set to 0.Jean-François Micouleau2000-07-271-2/+8
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-3/+20
* Fixed up error checking and move printer file code. Fixed a memory leak.Jeremy Allison2000-07-251-8/+33
* Added some error checking and returns to the new 'move' code.Jeremy Allison2000-07-251-12/+46
* A rather big change set ! (listed in no particular order)Jean-François Micouleau2000-07-251-31/+243
* Fixed open handle code in printers - 3 functions were always being doneJeremy Allison2000-07-221-12/+13
* Code from John Reilly <jreilly@hp.com> to add tdb lookups into the Win95Jeremy Allison2000-07-191-0/+55
* Initialise current time to time(NULL) in add_a_printer_2()Tim Potter2000-07-171-1/+4
* Allow job owner to delete own print job.Tim Potter2000-07-171-13/+28
* Moved access check for nt_printing_setsec() up into rpc function.Tim Potter2000-07-171-36/+59