search for: enumprinterdataex

Displaying 17 results from an estimated 17 matches for "enumprinterdataex".

Did you mean: enumprinterdataexw
2006 Dec 05
3
Incorrect pointers arithmetic in the PRINTER_ENUM_VALUES structure when calling Samba.
I try to use Win32API EnumPrinterDataEx to get registry key's values and data from Samba print server (of course I previously connect to the print queue and retrieve keys by EnumPrinterKey). During the function execution (EnumPrinterDataEx) I collect ethereal trace to verify correct data is sent on wire and that Ethereal can correct...
2002 Aug 27
1
cumulative printing patch for 2.2.5
FYI.... I've posted a patch file which contains the major spoolss fixes in the SAMBA_2_2 cvs tree. These include * security descriptor parsing fix for Win2k clients * correct access checks for modofying forms using a print server handle * add check for 0 length printer data in EnumPrinterDataEx() * fix alignment/offset bug in EnumPrinterDataEx() * fix bug in DeletPrinterDriver() so that it deletes the correct architecture You can grab the patch set from http://download.samba.org/samba/ftp/patches/jerry/post-2.2.5 Look for "samba-2.2.5-printing.patch". Of course, you can...
2002 Aug 29
1
samba-2.2.6pre2 snapshot available
...r() to correct compile problems on Solaris 9) Include the "account" objectclass when adding a new account to --with-ldapsam in order to comply with the data model implemented by OpenLDAP 2.1.x 10) Various fixes for POSIX compliance 11) Correct alignment & offset bug in EnumPrinterDataEx() 12) Fix access checks when modifying forms using a print server handle (not just a printer handle) 13) Account for case data_len == 0 in EnumPrinterDataEx() 14) Fix logic error in blocking lock code 15) Fixed various incorrect return codes to clients 16) Add RESOLVE_DFSPATH to mkdir operatio...
2004 May 15
4
CUPS - problems changing printing pref. on Win XP
Hello Hope I can get some help on printing problems. I have samba 3.0.0-15 as a PDC and printer server for a small netwrok - Win98, XP and 2000. I installed printer drivers on my server using cups 1.1.20 (and ghostscript ESP 7.07) but I have a few problems with the clients. XP downloaded the drivers, I can print but I canĀ“t change printing preferences on this machine. When I tried to see them I
2001 Feb 09
3
API implementation "HOWTO"
Maybe my imagination is overactive, but I seem to remember reading some- thing in the vein of a HOWTO/tutorial on adding a Win32 API call to Wine. It discussed the SPEC file, header files, etc. I've searched the winehq website and the source tree, but I can't seem to find this. Anyone know what I'm thinking of? Thanks! --
2002 Sep 24
1
AW: duplex settings [ was Re: parsing fix for spoolss & s amba-2.2.5]
...Re: parsing fix for spoolss & samba-2.2.5] On Fri, 2 Aug 2002, Glen Gibb wrote: > I've done a little more testing and have tried PCL 6, PCL 5e and PS > drivers for the LJ 4050N and NONE of them save the settings correctly on > the server... :( Found it. Was an alignment bug in EnumPrinterDataEx(). This only affected Windows 2k/XP clients. The bug caused the client to not retrieve all of the printer data settings from the server. Please check out the latest SAMBA_2_2 cvs tree and try again. Thanks. cheers, jerry ---------------------------------------------------------------------...
2003 Dec 01
0
No subject
problems. I think it is an alignment issue in the EnumPrinterDataEx() reply from smbd. I'm working on this today. The syptoms seems to come and go (depending on the length of various printer data fields obviously). Should have a fix by Monday. cheers, jerry --------------------------------------------------------------------- Hewlett-Packard...
2009 Dec 15
2
[Announce] Samba 3.5.0pre2 Available for Download
...al. * Fix several printing issues. * Fix the build on Mac OS X 10.6.2. * Fix net and rpcclient after setprinterdataex changes. * Add full support for level 8 printer drivers. * Add more spoolss architectures to IDL. * Fix enumprinter key client and server. * Fix crash in EnumPrinterDataEx. o Bj?rn Jacke <bj at sernet.de> * Prefer posix_fallocate for doing "strict allocate". o Matt Kraai <mkraai at beckman.com> * BUG 6860: Fix shared library build on QNX. o Volker Lendecke <vl at samba.org> * BUG 6288: SWAT adds a second share when...
2009 Dec 15
2
[Announce] Samba 3.5.0pre2 Available for Download
...al. * Fix several printing issues. * Fix the build on Mac OS X 10.6.2. * Fix net and rpcclient after setprinterdataex changes. * Add full support for level 8 printer drivers. * Add more spoolss architectures to IDL. * Fix enumprinter key client and server. * Fix crash in EnumPrinterDataEx. o Bj?rn Jacke <bj at sernet.de> * Prefer posix_fallocate for doing "strict allocate". o Matt Kraai <mkraai at beckman.com> * BUG 6860: Fix shared library build on QNX. o Volker Lendecke <vl at samba.org> * BUG 6288: SWAT adds a second share when...
2002 Aug 28
1
AW: duplex settings [ was Re: parsing fix for spoolss & s amba-2.2.5]
...Carter wrote: > On Fri, 2 Aug 2002, Glen Gibb wrote: > > > I've done a little more testing and have tried PCL 6, PCL 5e and PS > > drivers for the LJ 4050N and NONE of them save the settings correctly on > > the server... :( > > Found it. Was an alignment bug in EnumPrinterDataEx(). This > only affected Windows 2k/XP clients. The bug caused the client > to not retrieve all of the printer data settings from the server. > Please check out the latest SAMBA_2_2 cvs tree and try again. > Thanks. > > > > > > cheers, jerry > --------------------...
2002 Sep 26
0
Samba-3.0alpha20 released
...netatalk VFS module - Ensure we have at least smb_size bytes before processing a packet - Allow us to "lock" printer tdb entries in memory to stop them being re-used as cache - fix 2 byte alignment/offset bug that prevented Win2k/XP clients from receiving all the printer data in EnumPrinterDataEx() - Add option to compile new sam system can be enabled with the configure option --with-sam - Added SGML/DocBook version of developer oriented docs to build process - Return correct FILE_SUPERSEDED response - Added example sam module (skeleton) - Add plugin support for the sam system (base...
2010 Feb 19
2
[Announce] Samba 3.5.0rc3 Available for Download
...al. * Fix several printing issues. * Fix the build on Mac OS X 10.6.2. * Fix net and rpcclient after setprinterdataex changes. * Add full support for level 8 printer drivers. * Add more spoolss architectures to IDL. * Fix enumprinter key client and server. * Fix crash in EnumPrinterDataEx. o Bj?rn Jacke <bj at sernet.de> * Prefer posix_fallocate for doing "strict allocate". o Matt Kraai <mkraai at beckman.com> * BUG 6860: Fix shared library build on QNX. o Volker Lendecke <vl at samba.org> * BUG 6288: SWAT adds a second share when...
2010 Feb 19
2
[Announce] Samba 3.5.0rc3 Available for Download
...al. * Fix several printing issues. * Fix the build on Mac OS X 10.6.2. * Fix net and rpcclient after setprinterdataex changes. * Add full support for level 8 printer drivers. * Add more spoolss architectures to IDL. * Fix enumprinter key client and server. * Fix crash in EnumPrinterDataEx. o Bj?rn Jacke <bj at sernet.de> * Prefer posix_fallocate for doing "strict allocate". o Matt Kraai <mkraai at beckman.com> * BUG 6860: Fix shared library build on QNX. o Volker Lendecke <vl at samba.org> * BUG 6288: SWAT adds a second share when...
2010 Jan 26
1
[Announce] Samba 3.5.0rc2 Available for Download
...al. * Fix several printing issues. * Fix the build on Mac OS X 10.6.2. * Fix net and rpcclient after setprinterdataex changes. * Add full support for level 8 printer drivers. * Add more spoolss architectures to IDL. * Fix enumprinter key client and server. * Fix crash in EnumPrinterDataEx. o Bj?rn Jacke <bj at sernet.de> * Prefer posix_fallocate for doing "strict allocate". o Matt Kraai <mkraai at beckman.com> * BUG 6860: Fix shared library build on QNX. o Volker Lendecke <vl at samba.org> * BUG 6288: SWAT adds a second share when...
2010 Jan 26
1
[Announce] Samba 3.5.0rc2 Available for Download
...al. * Fix several printing issues. * Fix the build on Mac OS X 10.6.2. * Fix net and rpcclient after setprinterdataex changes. * Add full support for level 8 printer drivers. * Add more spoolss architectures to IDL. * Fix enumprinter key client and server. * Fix crash in EnumPrinterDataEx. o Bj?rn Jacke <bj at sernet.de> * Prefer posix_fallocate for doing "strict allocate". o Matt Kraai <mkraai at beckman.com> * BUG 6860: Fix shared library build on QNX. o Volker Lendecke <vl at samba.org> * BUG 6288: SWAT adds a second share when...
2010 Mar 01
3
[Announce] Samba 3.5.0 Available for Download
...al. * Fix several printing issues. * Fix the build on Mac OS X 10.6.2. * Fix net and rpcclient after setprinterdataex changes. * Add full support for level 8 printer drivers. * Add more spoolss architectures to IDL. * Fix enumprinter key client and server. * Fix crash in EnumPrinterDataEx. o Bj?rn Jacke <bj at sernet.de> * Prefer posix_fallocate for doing "strict allocate". o Matt Kraai <mkraai at beckman.com> * BUG 6860: Fix shared library build on QNX. o Volker Lendecke <vl at samba.org> * BUG 6288: SWAT adds a second share when...
2010 Mar 01
3
[Announce] Samba 3.5.0 Available for Download
...al. * Fix several printing issues. * Fix the build on Mac OS X 10.6.2. * Fix net and rpcclient after setprinterdataex changes. * Add full support for level 8 printer drivers. * Add more spoolss architectures to IDL. * Fix enumprinter key client and server. * Fix crash in EnumPrinterDataEx. o Bj?rn Jacke <bj at sernet.de> * Prefer posix_fallocate for doing "strict allocate". o Matt Kraai <mkraai at beckman.com> * BUG 6860: Fix shared library build on QNX. o Volker Lendecke <vl at samba.org> * BUG 6288: SWAT adds a second share when...