Age | Commit message (Expand) | Author | Files | Lines |
2010-09-30 | s3-spoolss: Fix servername/printername handling which turns out to be very im... | Günther Deschner | 1 | -1/+1 |
2010-09-28 | s3-printing: remove unused old structs. | Günther Deschner | 1 | -60/+0 |
2010-09-10 | s3-spoolss: Move Printer_entry to srv_spoolss_nt.c | Simo Sorce | 1 | -40/+0 |
2010-09-09 | s3-printing: Make auth_serversupplied_info const. | Andreas Schneider | 1 | -8/+8 |
2010-08-08 | s3: Lift the smbd_messaging_context from is_printer_published | Volker Lendecke | 1 | -0/+1 |
2010-08-08 | s3: Lift the smbd_messaging_context from check_published_printers | Volker Lendecke | 1 | -1/+1 |
2010-08-08 | s3: Lift the smbd_messaging_context from nt_printer_publish | Volker Lendecke | 1 | -0/+1 |
2010-08-08 | s3: Lift the smbd_messaging_context from nt_printer_remove | Volker Lendecke | 1 | -0/+1 |
2010-08-08 | s3: Lift the smbd_messaging_context from print_time_access_check | Volker Lendecke | 1 | -0/+1 |
2010-08-08 | s3: Lift the smbd_messaging_context from print_access_check | Volker Lendecke | 1 | -1/+2 |
2010-08-08 | s3: Lift the smbd_messaging_context from printer_driver_files_in_use | Volker Lendecke | 1 | -0/+1 |
2010-08-08 | s3: Lift the smbd_messaging_context from printer_driver_in_use | Volker Lendecke | 1 | -0/+1 |
2010-08-08 | s3: Remove references to smbd_messaging_context() | Volker Lendecke | 1 | -0/+1 |
2010-08-07 | s3: Remove references to smbd_messaging_context() from the spoolss server | Volker Lendecke | 1 | -4/+0 |
2010-07-27 | s3-printing: Added automatic migration of printing tdbs. | Andreas Schneider | 1 | -6/+0 |
2010-07-27 | s3-spoolss: Remove the program global current_user_info. | Andreas Schneider | 1 | -1/+2 |
2010-07-27 | s3-printing: Moved remaining prototypes to nt_printing.h. | Andreas Schneider | 1 | -0/+24 |
2010-07-27 | s3-spoolss: Moved shared printing functions to nt_printing.h | Andreas Schneider | 1 | -0/+47 |
2010-07-27 | s3-spoolss: Removed the last free_a_printer() call in spoolss_nt.c. | Andreas Schneider | 1 | -2/+2 |
2010-07-27 | s3-spoolss: Migrated NT_DEVICEMODE to spoolss_DeviceMode. | Simo Sorce | 1 | -45/+4 |
2010-05-18 | s3-secdesc: remove "typedef struct sec_desc_buf SEC_DESC_BUF". | Günther Deschner | 1 | -1/+1 |
2009-12-02 | s3-spoolss: move MAXDEVICENAME to spoolss idl. | Günther Deschner | 1 | -2/+0 |
2009-11-23 | s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ... | Günther Deschner | 1 | -67/+0 |
2009-11-23 | s3-printing: remove unused NT_PRINTER_DRIVER_INFO_LEVEL structs. | Günther Deschner | 1 | -41/+0 |
2009-08-10 | s3-spoolss: remove device mode defines from nt_printing.h. | Günther Deschner | 1 | -110/+0 |
2009-05-13 | s3-printing: no need to define struct table_node 4 times. | Günther Deschner | 1 | -0/+6 |
2009-04-27 | s3:registry: replace typedef REGVAL_CTR by struct regval_ctr. | Michael Adam | 1 | -2/+2 |
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 1 | -1/+1 |
2009-03-17 | s3-spoolss: move DRIVER_X_VERSION flags into the backend, where they belong to. | Günther Deschner | 1 | -0/+3 |
2009-03-17 | s3-spoolss: move PRINTER_ATTRIBUTE_SAMBA to printing backend, where they belong. | Günther Deschner | 1 | -0/+13 |
2009-02-23 | s3-spoolss: use spoolss_NotifyOption and spoolss_NotifyType instead of SPOOL_... | Günther Deschner | 1 | -1/+1 |
2009-02-18 | s3-spoolss: remove old spoolss_XcvData. | Günther Deschner | 1 | -22/+0 |
2009-01-08 | Make use of a talloc_destructor for free_printer_entry | Volker Lendecke | 1 | -1/+0 |
2007-11-27 | Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.c | Jeremy Allison | 1 | -1/+1 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -6/+6 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21875: BUG 3275: Patch from Andy Polyakov <appro@fy.chalmers.se> | Gerald Carter | 1 | -7/+2 |
2007-10-10 | r13829: From the "It's not pretty but it works" category | Gerald Carter | 1 | -0/+22 |
2007-10-10 | r13820: * Start fleshing out the XcvDataPort() server implementation | Gerald Carter | 1 | -3/+4 |
2007-10-10 | r13815: "Into the blind world let us now descend," | Gerald Carter | 1 | -0/+1 |
2007-10-10 | r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r8152: * remove commented out structure | Gerald Carter | 1 | -15/+0 |
2007-10-10 | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re... | Gerald Carter | 1 | -4/+2 |
2003-03-06 | add #define for the max device name length in a DEVICEMODE | Gerald Carter | 1 | -0/+2 |
2003-02-25 | Progress on CR 601 | Gerald Carter | 1 | -0/+45 |
2002-12-05 | More printer data to publish | Jim McDonough | 1 | -0/+4 |
2002-12-03 | Add defines for standard DsSpooler/DsDriver values that get published. | Jim McDonough | 1 | -0/+54 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -2/+15 |