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
/
printing.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for updating of print queues changed from a local box. Essentially,
Jeremy Allison
2000-11-21
1
-15
/
+43
*
Fix for a problem with the new messaging system. If a sender is using the
Jeremy Allison
2000-11-16
1
-14
/
+7
*
Tuyrn debug timestamps on by default.
Jeremy Allison
2000-11-15
1
-4
/
+16
*
Merge from appliance head of JR's changes for driver versioning.
Jeremy Allison
2000-11-14
1
-8
/
+11
*
Added Tim's changes to lock DB during update.
Jeremy Allison
2000-11-10
1
-3
/
+18
*
printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.
Jeremy Allison
2000-11-10
1
-0
/
+5
*
Merge of latest round of printing fixes from appliance branch.
Tim Potter
2000-11-07
1
-30
/
+69
*
Merge from Tim - don't reinsert UNIX job if already exists.
Jeremy Allison
2000-11-04
1
-0
/
+8
*
Merge of printing improvements/fixes from appliance branch.
Tim Potter
2000-11-04
1
-1
/
+60
*
Removed null user checks to enable lanman print queue pausing and print job
Tim Potter
2000-10-18
1
-4
/
+0
*
Fix for growing printing.tdb by adding check on job creation.
Jeremy Allison
2000-10-11
1
-17
/
+50
*
Remove lpq as root fix - do this in print_job_start instead
Jeremy Allison
2000-10-11
1
-28
/
+0
*
Fixes to periodically scan printing.tdb in idle time and occasionally
Jeremy Allison
2000-10-10
1
-1
/
+42
*
Fixed Realloc memory fragmentation problems.
Jeremy Allison
2000-10-10
1
-17
/
+57
*
got rid of tdb_writelock() and instead lock a chain. tdb_writelock()
Andrew Tridgell
2000-10-10
1
-7
/
+9
*
When creating a print job entry for the printing backend, use the Windows
Tim Potter
2000-09-13
1
-11
/
+21
*
Added time check test before allowing print job.
Jeremy Allison
2000-09-13
1
-1
/
+6
*
Changes from APPLIANCE_HEAD (per Tim Potter):
David O'Neill
2000-09-01
1
-15
/
+15
*
Implemented AbortPrinter() from Gerald's Win32 test code. Just purge all
Jeremy Allison
2000-08-30
1
-3
/
+6
*
Tidied up some error returns from printing calls. Still need to map UNIX
Jeremy Allison
2000-08-23
1
-1
/
+3
*
added printer admin option
Andrew Tridgell
2000-08-09
1
-0
/
+2
*
Added print job substitutions for %{printername}, %{sharename} and %{portname}
Jeremy Allison
2000-08-01
1
-9
/
+16
*
Allow job owner to delete own print job.
Tim Potter
2000-07-17
1
-13
/
+28
*
Re-instated lanman printing security checks (oops).
Tim Potter
2000-07-10
1
-3
/
+24
*
printing/nt_printing.c: (From JF) use the driver name - already given to us.
Jeremy Allison
2000-07-06
1
-1
/
+1
*
Implemented NT printer descriptor checking. Yay!
Tim Potter
2000-07-06
1
-14
/
+14
*
Call print_access_check() function from printing back end.
Tim Potter
2000-06-16
1
-15
/
+45
*
added %J and %T to run_print_command()
Andrew Tridgell
2000-06-03
1
-17
/
+25
*
a fairly big change in spoolss.
Andrew Tridgell
2000-05-24
1
-1
/
+5
*
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
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
1
-2
/
+2
*
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
1
-65
/
+0
*
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
*
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
1
-309
/
+728
*
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
1
-858
/
+0
*
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
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-94
/
+80
*
delineation between smb and msrpc more marked. smbd now constructs
Luke Leighton
1999-12-12
1
-13
/
+45
*
Changed calls to strncat() to safe_strcat(). Fix from SAMBA_2_0 branch.
Tim Potter
1999-04-07
1
-4
/
+4
*
Makefile.in: Added maintainer mode fixes.
Jeremy Allison
1998-11-25
1
-1
/
+1
*
replace ' with _ as well
Andrew Tridgell
1998-11-23
1
-12
/
+12
*
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1998-11-17
1
-1
/
+1
*
include/kanji.h include/proto.h lib/kanji.c: Added const parameters in string...
Jeremy Allison
1998-11-12
1
-4
/
+6
*
J.F.'s latest printer fixes plus his gcc -picky fix for web/cgi.c
Jeremy Allison
1998-11-11
1
-1
/
+3
[next]