index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
printing
/
printing.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-09-13
Added time check test before allowing print job.
Jeremy Allison
1
-1
/
+6
2000-09-01
Changes from APPLIANCE_HEAD (per Tim Potter):
David O'Neill
1
-15
/
+15
2000-08-30
Implemented AbortPrinter() from Gerald's Win32 test code. Just purge all
Jeremy Allison
1
-3
/
+6
2000-08-23
Tidied up some error returns from printing calls. Still need to map UNIX
Jeremy Allison
1
-1
/
+3
2000-08-09
added printer admin option
Andrew Tridgell
1
-0
/
+2
2000-08-01
Added print job substitutions for %{printername}, %{sharename} and %{portname}
Jeremy Allison
1
-9
/
+16
2000-07-17
Allow job owner to delete own print job.
Tim Potter
1
-13
/
+28
2000-07-10
Re-instated lanman printing security checks (oops).
Tim Potter
1
-3
/
+24
2000-07-06
printing/nt_printing.c: (From JF) use the driver name - already given to us.
Jeremy Allison
1
-1
/
+1
2000-07-06
Implemented NT printer descriptor checking. Yay!
Tim Potter
1
-14
/
+14
2000-06-16
Call print_access_check() function from printing back end.
Tim Potter
1
-15
/
+45
2000-06-03
added %J and %T to run_print_command()
Andrew Tridgell
1
-17
/
+25
2000-05-24
a fairly big change in spoolss.
Andrew Tridgell
1
-1
/
+5
2000-05-12
While we're all making incompatible tdb changes, I changed the implementation
Tim Potter
1
-3
/
+3
2000-05-10
fail a print start on a deleted auto printer
Andrew Tridgell
1
-0
/
+6
2000-05-02
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
1
-2
/
+2
2000-04-23
check for a valid snum when running a printing command
Andrew Tridgell
1
-0
/
+5
2000-04-23
split fsp specific routines out of printing.c to fix linking problem
Andrew Tridgell
1
-65
/
+0
2000-04-22
This is a *big* checkin that may break some things, but implements the
Jeremy Allison
1
-3
/
+14
2000-04-19
use sys_fsusage() not disk_free() in printing.c
Andrew Tridgell
1
-3
/
+3
2000-04-18
locking/locking.c: Fixed placeholder code for POSIX locking.
Jeremy Allison
1
-7
/
+7
2000-04-16
improved the error handling and added queue pause and resume
Andrew Tridgell
1
-25
/
+43
2000-04-16
the bulk of the changes. Also split the loadparm related code into printing/l...
Andrew Tridgell
1
-309
/
+728
2000-04-10
rather than doing print file open processing in open.c we now handle
Andrew Tridgell
1
-0
/
+74
2000-04-10
split out the lpq parsing code into a separate file
Andrew Tridgell
1
-858
/
+0
2000-03-13
Interim fix for LPRng. If a lpq parsed line start with a space, we skip
Jean-François Micouleau
1
-0
/
+8
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-94
/
+80
1999-12-12
delineation between smb and msrpc more marked. smbd now constructs
Luke Leighton
1
-13
/
+45
1999-04-07
Changed calls to strncat() to safe_strcat(). Fix from SAMBA_2_0 branch.
Tim Potter
1
-4
/
+4
1998-11-25
Makefile.in: Added maintainer mode fixes.
Jeremy Allison
1
-1
/
+1
1998-11-23
replace ' with _ as well
Andrew Tridgell
1
-12
/
+12
1998-11-17
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1
-1
/
+1
1998-11-12
include/kanji.h include/proto.h lib/kanji.c: Added const parameters in string...
Jeremy Allison
1
-4
/
+6
1998-11-11
J.F.'s latest printer fixes plus his gcc -picky fix for web/cgi.c
Jeremy Allison
1
-1
/
+3
1998-11-10
include/local.h:
Jeremy Allison
1
-3
/
+6
1998-11-09
Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.
Jeremy Allison
1
-2
/
+2
1998-11-03
Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...
Jeremy Allison
1
-176
/
+106
1998-09-18
Changed variable TAB to htab as TAB is defined in a header file on RedHat5.1
Jeremy Allison
1
-2
/
+2
1998-09-03
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1
-1
/
+1
1998-09-01
More abstraction of file system data types, to move to a 64
Jeremy Allison
1
-2
/
+2
1998-08-31
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1
-9
/
+18
1998-08-15
configure: Changes for extra headers.
Jeremy Allison
1
-14
/
+14
1998-08-14
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1
-151
/
+186
1998-07-16
Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.
Jeremy Allison
1
-0
/
+33
1998-05-21
printing.c: Fixed overflow by one problem in LPRng.
Jeremy Allison
1
-2
/
+2
1998-05-12
This is a security audit change of the main source.
Jeremy Allison
1
-30
/
+30
1998-05-11
changed to use slprintf() instead of sprintf() just about
Andrew Tridgell
1
-1
/
+1
1998-05-07
This should (hopefully :-) be the final fix for the %U %G substitution
Jeremy Allison
1
-4
/
+4
1998-05-06
Fixes for the %U and %G problems people have reported.
Jeremy Allison
1
-4
/
+4
1998-04-02
Patch from Chris Maltby <chris@softway.com.au>. His comments follow:
Jeremy Allison
1
-0
/
+81
[prev]
[next]