index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
printing
Commit message (
Expand
)
Author
Age
Files
Lines
*
if the tdb stored driver isn't formatted right then return a default
Andrew Tridgell
2000-05-29
1
-1
/
+1
*
fixed a couple of bugs in the driver return code
Andrew Tridgell
2000-05-28
1
-1
/
+9
*
getting and setting security descriptors on printers now works
Andrew Tridgell
2000-05-27
1
-16
/
+61
*
fixed return from nt_printing_init()
Andrew Tridgell
2000-05-27
1
-1
/
+4
*
fixed call of firstkey/nextkey to traverse driver database
Andrew Tridgell
2000-05-27
1
-4
/
+4
*
dummy trash in secdesc.
Luke Leighton
2000-05-27
1
-3
/
+7
*
bug-fix from tim (insure). dummy fn call for andrew to fill in.
Luke Leighton
2000-05-27
1
-1
/
+12
*
security descs in spoolss. needs parse_sec.c nttrans.c broken.
Luke Leighton
2000-05-27
1
-2
/
+2
*
a fairly big change in spoolss.
Andrew Tridgell
2000-05-24
2
-761
/
+465
*
added spool_io_printer_driver_info_level_6()
Andrew Tridgell
2000-05-12
1
-1
/
+76
*
While we're all making incompatible tdb changes, I changed the implementation
Tim Potter
2000-05-12
1
-3
/
+3
*
fail a print start on a deleted auto printer
Andrew Tridgell
2000-05-10
1
-0
/
+6
*
more merging voodoo
Andrew Tridgell
2000-05-10
1
-0
/
+4
*
- use full_name instead of real_name
Andrew Tridgell
2000-05-04
1
-10
/
+0
*
added support for deleting printers into the spoolss system
Andrew Tridgell
2000-05-02
1
-0
/
+15
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
1
-2
/
+2
*
handle tabs in printcap files
Andrew Tridgell
2000-05-01
1
-2
/
+2
*
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
2000-04-25
1
-1
/
+0
*
Now that fsp's are created on successful file open, the structure member
Jeremy Allison
2000-04-24
1
-1
/
+0
*
fixed another memory leak
Andrew Tridgell
2000-04-24
1
-0
/
+1
*
fixed a memory leak I caused last week with my lines[] changes
Andrew Tridgell
2000-04-23
1
-6
/
+1
*
check for a valid snum when running a printing command
Andrew Tridgell
2000-04-23
1
-0
/
+5
*
split fsp specific routines out of printing.c to fix linking problem
Andrew Tridgell
2000-04-23
2
-65
/
+91
*
This is a *big* checkin that may break some things, but implements the
Jeremy Allison
2000-04-22
1
-3
/
+14
*
use sys_fsusage() not disk_free() in printing.c
Andrew Tridgell
2000-04-19
1
-3
/
+3
*
locking/locking.c: Fixed placeholder code for POSIX locking.
Jeremy Allison
2000-04-18
1
-7
/
+7
*
don't parse blank lines
Andrew Tridgell
2000-04-18
1
-0
/
+2
*
fixed some crash bugs in the nt forms parsing
Andrew Tridgell
2000-04-18
1
-6
/
+6
*
converted a bunch more functions to use a fd instead of a FILE*
Andrew Tridgell
2000-04-16
1
-42
/
+41
*
got rid of all the FILE* calls in the NT print system.
Andrew Tridgell
2000-04-16
1
-118
/
+112
*
improved the error handling and added queue pause and resume
Andrew Tridgell
2000-04-16
1
-25
/
+43
*
the bulk of the changes. Also split the loadparm related code into printing/l...
Andrew Tridgell
2000-04-16
2
-309
/
+797
*
rather than doing print file open processing in open.c we now handle
Andrew Tridgell
2000-04-10
1
-0
/
+74
*
split out the lpq parsing code into a separate file
Andrew Tridgell
2000-04-10
2
-858
/
+883
*
Modified interfaces and added checks around *all* *alloc calls
Jeremy Allison
2000-04-06
1
-29
/
+21
*
filled the architecture table (useless for the moment).
Jean-François Micouleau
2000-04-06
1
-6
/
+6
*
JF - you might want to look at this patch.
Jeremy Allison
2000-04-05
1
-23
/
+134
*
Added strerror at debug level 0 on file create/open fail. Helps catch
Jeremy Allison
2000-04-05
1
-3
/
+3
*
Fix for spoolss code from Alan Hourihane <Alan.Hourihane@pinacl.co.uk>.
Jeremy Allison
2000-04-03
1
-1
/
+1
*
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
2000-03-22
1
-1
/
+1
*
Fixes to add "paranoid" option to popen. Checks some basic things.
Jeremy Allison
2000-03-16
1
-1
/
+1
*
Interim fix for LPRng. If a lpq parsed line start with a space, we skip
Jean-François Micouleau
2000-03-13
1
-0
/
+8
*
getprinter level 0: was to short, found most of the fields, undocumented,
Jean-François Micouleau
2000-03-10
1
-33
/
+57
*
fixed enumprinterdata.
Jean-François Micouleau
2000-03-07
1
-11
/
+10
*
Added replacement functions sys_popen and sys_pclose. These are based
Jeremy Allison
2000-02-15
1
-6
/
+2
*
fix the reply of rpc_alter_context
Jean-François Micouleau
2000-02-15
1
-70
/
+70
*
First commit of the spoolss code to the HEAD branch.
Jean-François Micouleau
2000-02-07
1
-0
/
+1413
*
Wrapped popen calls in HAVE_POPEN - needed if we are to add the
Jeremy Allison
2000-01-29
1
-0
/
+4
*
printing/print_cups.c from 2.0.6
Andrew Tridgell
1999-12-17
1
-0
/
+206
*
2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...
Andrew Tridgell
1999-12-13
1
-1412
/
+0
[next]