summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* we are now sure the printer_info_2 timestamp is updated everytimeJean-François Micouleau2000-07-121-0/+5
* - The printers are indexed by the sharename in both get_a_printer() andJean-François Micouleau2000-07-121-15/+15
* Allow name lookup to fail and fall back to using the "Everyone" SIDJeremy Allison2000-07-111-3/+5
* Moved winbind client functions from various odd locations toTim Potter2000-07-101-25/+0
* Re-instated lanman printing security checks (oops).Tim Potter2000-07-103-36/+115
* printing/nt_printing.c: (From JF) use the driver name - already given to us.Jeremy Allison2000-07-062-5/+2
* Don't check NT permissions when printing from lanman.Tim Potter2000-07-061-0/+8
* Implemented NT printer descriptor checking. Yay!Tim Potter2000-07-062-68/+115
* Found that the minimum priority is 1 and not 0 on NT.Jean-François Micouleau2000-07-011-1/+8
* Tidy up current spool code - added some JRATEST ifdefs to allowJeremy Allison2000-06-291-1/+1
* Changing drivers using the properties page works - but only if getting/settingJeremy Allison2000-06-261-4/+13
* Some compile fixes.Tim Potter2000-06-231-3/+0
* lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.Jeremy Allison2000-06-221-11/+9
* Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison2000-06-201-2/+10
* Pass the vuid from the connection_struct to the printing back end functions.Tim Potter2000-06-161-1/+1
* Call print_access_check() function from printing back end.Tim Potter2000-06-161-15/+45
* Added print_access_check() function for checking printer securityTim Potter2000-06-161-0/+71
* untiltime should be 0 by default to cover the whole 24 hours.Jean-François Micouleau2000-06-091-3/+3
* make_sec_acl was passed pointer to static array ace[2], oops.Luke Leighton2000-06-081-1/+1
* Cause printer SD's to be displayed correctly (full control).Jeremy Allison2000-06-081-7/+9
* Fixing get/set of security descriptors.Jeremy Allison2000-06-071-4/+17
* fixed sizeof() typoAndrew Tridgell2000-06-061-4/+4
* fixed!!Andrew Tridgell2000-06-061-10/+27
* Create elements in default, not in read.Jeremy Allison2000-06-061-0/+9
* fixed a off by one bug in ntforms read from the databaseAndrew Tridgell2000-06-051-1/+1
* we no longer need the code to cope with setprinter having corruptedAndrew Tridgell2000-06-041-6/+0
* some printer parameters are getting corrupted, possibly by the clientAndrew Tridgell2000-06-041-2/+12
* fixed the pack/unpack of the devicemodeAndrew Tridgell2000-06-041-50/+82
* someone forgot a !Andrew Tridgell2000-06-041-1/+1
* fixed some ptr declarationsAndrew Tridgell2000-06-031-2/+2
* added %J and %T to run_print_command()Andrew Tridgell2000-06-031-17/+25
* More memory corruption (leaks etc.) fixes.Jeremy Allison2000-06-021-0/+2
* More insure found memory leak and corruption fixes.Jeremy Allison2000-06-011-2/+19
* param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison2000-06-011-5/+15
* Back to building. Now to test with insure.Jeremy Allison2000-06-011-3/+1
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-91/+186
* if the tdb stored driver isn't formatted right then return a defaultAndrew Tridgell2000-05-291-1/+1
* fixed a couple of bugs in the driver return codeAndrew Tridgell2000-05-281-1/+9
* getting and setting security descriptors on printers now worksAndrew Tridgell2000-05-271-16/+61
* fixed return from nt_printing_init()Andrew Tridgell2000-05-271-1/+4
* fixed call of firstkey/nextkey to traverse driver databaseAndrew Tridgell2000-05-271-4/+4
* dummy trash in secdesc.Luke Leighton2000-05-271-3/+7
* bug-fix from tim (insure). dummy fn call for andrew to fill in.Luke Leighton2000-05-271-1/+12
* security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton2000-05-271-2/+2
* a fairly big change in spoolss.Andrew Tridgell2000-05-242-761/+465
* added spool_io_printer_driver_info_level_6()Andrew Tridgell2000-05-121-1/+76
* While we're all making incompatible tdb changes, I changed the implementationTim Potter2000-05-121-3/+3