search for: driverfile

Displaying 11 results from an estimated 11 matches for "driverfile".

Did you mean: driver_file
1999 Jan 13
2
makefile and path questions
Hi! This morning, I found a system that was still running an ancient samba. I immediately upgraded it to samba 1.9.18p1 and had the opportunity to fiddle with the make file after not doing this for a couple of months. The default makefile sorts the files like this: BINDIR (/usr/local/samba/bin) smbpasswd smbrun smbclient testparm testprns smbrun smbstatus smbpasswd
2001 Apr 07
1
samba on NetBSD - some patches
...es @@ -38,12 +40,12 @@ # set these to where to find various files # These can be overridden by command line switches (see smbd(8)) # or in smb.conf (see smb.conf(5)) -SMBLOGFILE = $(VARDIR)/log.smb -NMBLOGFILE = $(VARDIR)/log.nmb -CONFIGFILE = $(LIBDIR)/smb.conf -LMHOSTSFILE = $(LIBDIR)/lmhosts -DRIVERFILE = $(LIBDIR)/printers.def -PASSWD_PROGRAM = /bin/passwd +SMBLOGFILE = $(LOGDIR)/log.smb +NMBLOGFILE = $(LOGDIR)/log.nmb +CONFIGFILE = $(ETCDIR)/smb.conf +LMHOSTSFILE = $(ETCDIR)/lmhosts +DRIVERFILE = $(ETCDIR)/printers.def +PASSWD_PROGRAM = /usr/bin/passwd # This is where smbpasswd et al go PRIVAT...
2002 Apr 06
1
read.table and trouble
...0.09 5 NA 20 20 2 1000 0.02 0.10 2 0.10 5 NA > attach(example3) > Prefix[1] [1] 3 > Prefix[2] [1] NA > is.numeric(Prefix[1]) [1] TRUE > is.character(Prefix[1]) [1] FALSE Here's the read.table command: DriverTable <- read.table(file = DriverFile, header = T, sep = ",", row.names = NULL, na.strings = "NA") I then pass a bunch of arguments to another function like so: for(i in 1:length(nRows)) { RingSim(nWaves[i], nYears[i], Noise[i], Amp[i], Freq[i], AmpTwo[i], FreqTwo[i], as.character(Prefix[i])) } This works in...
2002 Jul 22
1
Printer Migration hackery
..."drivername: " . $printers{$printer}{"drivername"} . "\n\n"; } foreach $driver ( sort keys %drivers ) { print "dn: cn=$driver,$LDAPDRIVERBASE\n"; print "architecture: " . $drivers{$driver}{"architecture"} . "\n"; print "driverfile: " . $drivers{$driver}{"driverpath"} . "\n"; print "configfile: " . $drivers{$driver}{"configfile"} . "\n"; print "datafile: " . $drivers{$driver}{"datafile"} . "\n"; foreach $file (@{$drivers{$driver}{"FILES&...
2007 Feb 05
0
[SAMBA-SECURITY] CVE-2007-0452: Potential DoS against smbd in Samba 3.0.6 - 3.0.23d
...- samba-3.0.23d/source/printing/nt_printing.c 2006-07-10 11:27:50.000000000 -0500 +++ samba/source/printing/nt_printing.c 2007-01-30 15:00:45.000000000 -0600 @@ -4839,7 +4839,7 @@ pstrcpy( file, s ); driver_unix_convert(file, conn, NULL, &bad_path, &st); DEBUG(10,("deleting driverfile [%s]\n", s)); - unlink_internals(conn, 0, file, False); + unlink_internals(conn, 0, file, False, False); } } @@ -4848,7 +4848,7 @@ pstrcpy( file, s ); driver_unix_convert(file, conn, NULL, &bad_path, &st); DEBUG(10,("deleting configfile [%s]\n", s));...
2007 Feb 05
0
[SAMBA-SECURITY] CVE-2007-0452: Potential DoS against smbd in Samba 3.0.6 - 3.0.23d
...- samba-3.0.23d/source/printing/nt_printing.c 2006-07-10 11:27:50.000000000 -0500 +++ samba/source/printing/nt_printing.c 2007-01-30 15:00:45.000000000 -0600 @@ -4839,7 +4839,7 @@ pstrcpy( file, s ); driver_unix_convert(file, conn, NULL, &bad_path, &st); DEBUG(10,("deleting driverfile [%s]\n", s)); - unlink_internals(conn, 0, file, False); + unlink_internals(conn, 0, file, False, False); } } @@ -4848,7 +4848,7 @@ pstrcpy( file, s ); driver_unix_convert(file, conn, NULL, &bad_path, &st); DEBUG(10,("deleting configfile [%s]\n", s));...
2004 Oct 22
0
cupsaddsmb and .inf files
...2BE10318} Class=Printer [Manufacturer] "Adobe" [Adobe] "AdobePSGenericPostScriptPrinter" = DEFPRTR2.PPD [DEFPRTR2.PPD] CopyFiles=PSCRIPT DataSection=PSCRIPT_DATA [PSCRIPT] DEFPRTR2.PPD PS5UI.DLL PSCRIPT.HLP PSCRIPT.NTF PSCRIPT5.DLL [PSCRIPT_DATA] DriverFile=PSCRIPT5.DLL ConfigFile=PS5UI.DLL HelpFile=PSCRIPT.HLP [DestinationDirs] DefaultDestDir=66000 [ControlFlags] ExcludeFromSelect = 2369 ----------------------------------------------------------- Now I tried to edit this to work with the Cups set of files but I'm not a windows hacker and it sti...
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
...="/opt/samba/var" -DCONFIGFILE="/opt/samba/etc/smb.conf" -DLMHOSTSFILE="/opt/samba/etc/lmhosts" -DSWATDIR="/opt/samba/swat" -DSBINDIR="/opt/samba/sbin" -DLOCKDIR="/opt/samba/var/locks" -DCODEPAGEDIR="/opt/samba/etc/codepages" -DDRIVERFILE="/opt/samba/etc/printers.def" -DBINDIR="/opt/samba/bin" -DPIDDIR="/opt/samba/var/locks" -DLIBDIR="/opt/samba/etc" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/bin/passwd" -DSMB_PASSWD_FILE="/opt/samba/etc/smbpasswd" -DTDB_PASSWD_FILE="/opt/sa...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
...="/opt/samba/var" -DCONFIGFILE="/opt/samba/etc/smb.conf" -DLMHOSTSFILE="/opt/samba/etc/lmhosts" -DSWATDIR="/opt/samba/swat" -DSBINDIR="/opt/samba/sbin" -DLOCKDIR="/opt/samba/var/locks" -DCODEPAGEDIR="/opt/samba/etc/codepages" -DDRIVERFILE="/opt/samba/etc/printers.def" -DBINDIR="/opt/samba/bin" -DPIDDIR="/opt/samba/var/locks" -DLIBDIR="/opt/samba/etc" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/bin/passwd" -DSMB_PASSWD_FILE="/opt/samba/etc/smbpasswd" -DTDB_PASSWD_FILE="/opt/sa...
1998 Oct 15
1
Problem to map home dir
...# srcdir=./ # VPATH=$(srcdir) # set these to where to find various files # These can be overridden by command line switches (see smbd(8)) # or in smb.conf (see smb.conf(5)) SMBLOGFILE = $(VARDIR)/log.smb NMBLOGFILE = $(VARDIR)/log.nmb CONFIGFILE = $(LIBDIR)/smb.conf LMHOSTSFILE = $(LIBDIR)/lmhosts DRIVERFILE = $(LIBDIR)/printers.def SMB_PASSWD = $(BINDIR)/smbpasswd SMB_PASSWD_FILE = $(BASEDIR)/private/smbpasswd WEB_ROOT = $(BASEDIR) # the directory where lock files go LOCKDIR = $(VARDIR)/locks # The directory where code page definition files go CODEPAGEDIR = $(LIBDIR)/codepages # The current codepage...
2003 Mar 26
4
print$ share problem URGENT - BUG
Hello I try to install drivers from CD to print$ share. I use the APW for that, but when the system have finish to copy drivers, w2k says that he cannot complete the process. And the log of the machine says : [2003/03/26 11:56:41, 0] passdb/pdb_ldap.c:ldap_connect_system(316) ldap_connect_system: Binding to ldap server as "cn=manager,dc=corman,dc=be" [2003/03/26 14:26:53, 0]