summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-08s3: Lift the smbd_messaging_context from winreg_get_driverVolker Lendecke1-0/+4
2010-08-08s3: Lift the smbd_messaging_context from winreg_delete_printer_keyVolker Lendecke1-1/+3
2010-08-08s3: Lift the smbd_messaging_context from winreg_get_printer_secdescVolker Lendecke1-0/+1
2010-08-08s3: Lift the smbd_messaging_context from winreg_get_printerVolker Lendecke1-1/+3
2010-08-06s3-netlogon: remove global include of netlogon.h.Günther Deschner1-0/+1
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-08-05s3-printing: move AD related printing components to an own file.Günther Deschner1-440/+0
2010-08-03s3-spoolss: remove duplicate (and incorrect) header.Günther Deschner1-1/+0
2010-07-31s3-build: avoid to globally include printing and spoolss headers.Günther Deschner1-1/+2
2010-07-27s3-printing: Added automatic migration of printing tdbs.Andreas Schneider1-85/+0
2010-07-27s3-spoolss: Move the standard mappings to spoolss.Andreas Schneider1-14/+0
2010-07-27s3-printing: Added automatic migration of printing tdbs.Andreas Schneider1-0/+5
2010-07-27s3-printing: Move all tdb upgrade functions to a separate file.Andreas Schneider1-391/+4
2010-07-27s3-printing: Remove unused printer registry key functions.Andreas Schneider1-494/+0
2010-07-27s3-printing: Removed unused security descriptor functions.Andreas Schneider1-306/+0
2010-07-27s3-printing: Removed unused nt_forms.Andreas Schneider1-362/+0
2010-07-27s3-printing: Removed unsuded c_setprinter functions.Andreas Schneider1-66/+0
2010-07-27s3-printing: Removed unused free_a_printer function.Andreas Schneider1-26/+0
2010-07-27s3-printing: Removed unused mod_a_printer functions.Andreas Schneider1-313/+0
2010-07-27s3-printing: Removed unused get_a_printer functions.Andreas Schneider1-523/+0
2010-07-27s3-spoolss: Use winreg_delete_printer_key to delete printers.Simo Sorce1-32/+11
2010-07-27s3-spoolss: Get rid of get_server_name.Simo Sorce1-9/+0
2010-07-27s3-printing: Converted printer publishing functions.Simo Sorce1-107/+202
2010-07-27s3-printing: Convert print_driver_in_use.Simo Sorce1-6/+12
2010-07-27s3-printing: Convert print_time_access_check.Simo Sorce1-7/+15
2010-07-27s3-spoolss: Migrated driver functions to winreg.Simo Sorce1-512/+53
2010-07-27s3-spoolss: Set c_setprinter always to 0.Andreas Schneider1-2/+0
2010-07-27s3-spoolss: Migrated spoolss_AddPrinter and spoolss_SetPrinter.Andreas Schneider1-9/+20
2010-07-27s3-spoolss: Migrated NT_DEVICEMODE to spoolss_DeviceMode.Simo Sorce1-247/+100
2010-07-01s3-printing: Fix Bug #7541, %D in "printer admin" causing smbd crash.Günther Deschner1-1/+2
2010-06-16s3-printing: add BUILTIN\Print Operators as FULL CONTROL to default sd.Günther Deschner1-2/+22
2010-06-16s3-spoolss: Provide a memory context for clean_up_driver_struct().Andreas Schneider1-3/+4
2010-06-13s3: Remove the pointless PRINTERNAME macroVolker Lendecke1-1/+1
2010-05-31s3-build: only use ndr_security.h where needed.Günther Deschner1-0/+1
2010-05-25s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam1-0/+1
2010-05-25s3:nt_printing: use regval_ctr_init().Michael Adam1-1/+4
2010-05-25s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char *Michael Adam1-4/+4
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-6/+6
2010-05-18s3-spoolss: Added EN ISO 216, A0 and A1 to builtin forms.Andreas Schneider1-0/+2
2010-05-18s3-spoolss: Removed the Phantom DeviceMode.Simo Sorce1-378/+0
2010-05-18s3-spoolss: Create a spoolss_map_to_os2_driver function.Andreas Schneider1-0/+104
2010-05-18s3-spoolss: Use better names for set_last_from_to.Andreas Schneider1-23/+20
2010-05-18s3-secdesc: use SD_REVISION from security.idl.Günther Deschner1-3/+3
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-8/+8
2010-05-18s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner1-4/+4
2010-05-18s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner1-2/+2
2010-05-18s3-secdesc: remove "typedef struct sec_desc_buf SEC_DESC_BUF".Günther Deschner1-12/+12
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-3/+3
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
2010-05-18s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner1-5/+5