Searched refs:printer (Results 51 - 74 of 74) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Dsmb.conf110 # If you want to automatically load your printer list rather
124 # When using [print$], root is implicitly a 'printer admin', but you can
125 # also give this right to other users to add drivers and set printer
127 ; printer admin = @ntadmin
204 # printer drivers
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Dsmb.conf110 # If you want to automatically load your printer list rather
124 # When using [print$], root is implicitly a 'printer admin', but you can
125 # also give this right to other users to add drivers and set printer
127 ; printer admin = @ntadmin
204 # printer drivers
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsmb.conf36 # if you want to automatically load your printer list rather
48 # server. The printer admins (or root) may install drivers onto samba.
51 # printer admin = @<group> <user>
52 printer admin = @adm
54 # printer admin = @"Domain Admins"
393 # specifically define each individual printer.
395 # drivers on your Windows clients or upload the printer driver to the
414 print command = lpr-cups -P %p -o raw %s -r # using client side printer drivers.
422 # in the printer admin parameter above. Note that you also need write access
487 # A private printer, usabl
[all...]
H A Dsamba2.spec1158 cat packaging/Mandrake/smb.conf|sed -e 's/^; winbind/ winbind/g;s/^; obey pam/ obey pam/g; s/^; printer admin = @"D/ printer admin = @"D/g;s/^; password server = \*/ password server = \*/g;s/^; template/ template/g; s/^ security = user/ security = domain/g' > packaging/Mandrake/smb-winbind.conf
1164 sed -e 's/^; printer admin = @adm/ printer admin = @adm/g' >$RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/smb.conf
1831 - Don't set printcap name in pdf printer share (#11861)
1871 - make pdf printer work again, and other misc fixes to default config
1936 - Ensure printer drivers keep permissions by default (setgid and inherit perms)
1996 - Put printer directories back
2315 - Bugfix release. Fixed add user script, added print$ share and printer admin
2316 We need to test interaction of new print support with CUPS, but printer
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dtty.c329 printescape(opt, printer, arg)
331 void (*printer) __P((void *, char *, ...));
342 printer(arg, ",");
345 printer(arg, "%x", n);
349 printer(arg, "oops # nothing escaped");
H A Dpppd.h329 void (*printer) __P((void *, char *, ...)),
443 void pr_log __P((void *, char *, ...)); /* printer fn, output to syslog */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c374 printescape(opt, printer, arg)
376 void (*printer) __P((void *, char *, ...));
387 printer(arg, ",");
390 printer(arg, "%x", n);
394 printer(arg, "oops # nothing escaped");
H A Dpppd.h415 void (*printer) __P((void *, char *, ...)),
525 void pr_log __P((void *, char *, ...)); /* printer fn, output to syslog */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dfilename.c102 if (conn->printer) {
103 /* we don't ever use the filenames on a printer share as a
H A Dlanman.c513 This is used to get printer driver information for Win9x clients
521 NT_PRINTER_INFO_LEVEL *printer = NULL; local
525 if ( !W_ERROR_IS_OK(get_a_printer( NULL, &printer, 2, lp_servicename(snum))) ) {
526 DEBUG(3,("fill_printq_info_52: Failed to lookup printer [%s]\n",
531 if ( !W_ERROR_IS_OK(get_a_printer_driver(&driver, 3, printer->info_2->drivername,
535 printer->info_2->drivername));
544 PACKS(desc, "z", driver.info_3->name); /* long printer name */
588 if ( printer )
589 free_a_printer( &printer, 2 );
651 Win9X/ME printer comment
679 NT_PRINTER_INFO_LEVEL *printer = NULL; local
[all...]
H A Dservice.c159 /* If we still don't have a service, attempt to add it as a printer. */
164 DEBUG(3,("checking whether %s is a valid printer name...\n", service));
166 DEBUG(3,("%s is a valid printer name\n", service));
167 DEBUG(3,("adding %s as a printer service\n", service));
171 DEBUG(0,("failed to add %s as a printer service!\n", service));
174 DEBUG(3,("%s is not a valid printer name\n", service));
255 /* Behave as a printer if we are supposed to */
367 conn->printer = (strncmp(dev,"LPT",3) == 0);
H A Dopen.c1141 if (conn->printer) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dnt_printing.h177 /* predefined registry key names for printer data */
186 /* predefined value names for printer data */
251 /* container for all printer data */
415 fstring printer; /* Name of printer notified */ member in struct:spoolss_notify_msg
442 /* structure to store the printer handles */
477 /* cache the printer info */
H A Dsmb_macros.h78 #define IS_PRINT(conn) ((conn) && (conn)->printer)
H A Drpc_spoolss.h352 * The printer attributes.
547 /* SPOOL_Q_OPEN_PRINTER request to open a printer */
556 /* SPOOL_R_OPEN_PRINTER reply to an open printer */
564 /* SPOOL_Q_OPEN_PRINTER_EX request to open a printer */
575 /* SPOOL_R_OPEN_PRINTER_EX reply to an open printer */
1006 UNISTR guid; /* text form of printer guid */
1061 } printer; member in struct:printer_info_info
2028 uint32 printer; member in struct:spool_q_replyopenprinter
H A Dsmb.h532 BOOL printer; member in struct:connection_struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_spoolss.c1151 if (!smb_io_pol_hnd("printer handle",&(r_u->handle),ps,depth))
1212 if (!smb_io_pol_hnd("printer handle",&(r_u->handle),ps,depth))
1330 if (!smb_io_pol_hnd("printer handle",&q_u->handle,ps,depth))
1359 if (!smb_io_pol_hnd("printer handle",&q_u->handle,ps,depth))
1399 if (!smb_io_pol_hnd("printer handle", &q_u->handle, ps, depth))
1497 if (!smb_io_pol_hnd("printer handle",&q_u->handle,ps,depth))
1534 if (!smb_io_pol_hnd("printer handle",&q_u->handle,ps,depth))
1554 if (!smb_io_pol_hnd("printer handle",&r_u->handle,ps,depth))
1688 if (!smb_io_pol_hnd("printer handle",&q_u->handle,ps,depth))
1708 if (!smb_io_pol_hnd("printer handl
6635 free_printer_info_1(PRINTER_INFO_1 *printer) argument
6640 free_printer_info_2(PRINTER_INFO_2 *printer) argument
6649 free_printer_info_3(PRINTER_INFO_3 *printer) argument
6654 free_printer_info_4(PRINTER_INFO_4 *printer) argument
6659 free_printer_info_5(PRINTER_INFO_5 *printer) argument
6664 free_printer_info_7(PRINTER_INFO_7 *printer) argument
6679 make_spoolss_q_replyopenprinter(SPOOL_Q_REPLYOPENPRINTER *q_u, const fstring string, uint32 printer, uint32 type) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A DMakefile.in298 printer.h \
H A DMakefile298 printer.h \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsamba.spec266 %doc examples/autofs examples/LDAP examples/libsmbclient examples/misc examples/printer-accounting
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dpppd.h330 void (*printer) __P((void *, char *, ...)),
443 void pr_log __P((void *, char *, ...)); /* printer fn, output to syslog */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclirap2.c1538 int cli_NetPrintQGetInfo(struct cli_state *cli, const char *printer, argument
1545 +RAP_SHARENAME_LEN /* printer name */
1559 PUTSTRING(p, printer, RAP_SHARENAME_LEN-1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex8699 % To change the settings for a different printer or situation, adjust
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex8977 % To change the settings for a different printer or situation, adjust

Completed in 368 milliseconds

123