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
2010-08-08
s3: Lift the smbd_messaging_context from print_queue_purge
Volker Lendecke
1
-2
/
+3
2010-08-08
s3: Lift the smbd_messaging_context from print_queue_resume
Volker Lendecke
1
-2
/
+3
2010-08-08
s3: Lift the smbd_messaging_context from print_queue_pause
Volker Lendecke
1
-2
/
+3
2010-08-08
s3: Lift the smbd_messaging_context from print_job_start
Volker Lendecke
1
-2
/
+2
2010-08-08
s3: Lift the smbd_messaging_context from print_job_checks
Volker Lendecke
1
-4
/
+5
2010-08-08
s3: Lift the smbd_messaging_context from print_job_resume
Volker Lendecke
1
-3
/
+4
2010-08-08
s3: Lift the smbd_messaging_context from print_job_pause
Volker Lendecke
1
-3
/
+4
2010-08-08
s3: Lift the smbd_messaging_context from print_job_delete
Volker Lendecke
1
-1
/
+2
2010-08-08
s3: Lift the smbd_messaging_context from print_time_access_check
Volker Lendecke
1
-1
/
+2
2010-08-08
s3: Lift the smbd_messaging_context from print_access_check
Volker Lendecke
1
-7
/
+13
2010-08-06
s3-netlogon: remove global include of netlogon.h.
Günther Deschner
1
-0
/
+1
2010-07-31
s3-build: avoid to globally include printing and spoolss headers.
Günther Deschner
1
-0
/
+2
2010-07-27
s3-printing: Added automatic migration of printing tdbs.
Andreas Schneider
1
-0
/
+83
2010-07-27
s3-printing: Removed unused function print_job_fd().
Simo Sorce
1
-15
/
+0
2010-07-27
s3-spoolss: Use WERROR for print_job_delete.
Simo Sorce
1
-18
/
+20
2010-07-27
s3-printing: Handled case when smbd spools a file on behalf of spoolss.
Simo Sorce
1
-29
/
+97
2010-07-27
s3-printing: Made print_job_start more robust.
Simo Sorce
1
-81
/
+144
2010-07-27
s3-smbd: Added code to print via spoolss.
Simo Sorce
1
-1
/
+1
2010-07-27
s3-printing: Convert print_time_access_check.
Simo Sorce
1
-1
/
+1
2010-07-27
s3-spoolss: Migrated NT_DEVICEMODE to spoolss_DeviceMode.
Simo Sorce
1
-11
/
+11
2010-07-04
s3: Pass the new server_id through reinit_after_fork
Volker Lendecke
1
-3
/
+6
2010-07-04
s3: Fix some nested extern warnings
Volker Lendecke
1
-2
/
+3
2010-07-04
s3: Remove serverid_[de]register_self
Volker Lendecke
1
-2
/
+3
2010-06-13
s3: Remove the pointless PRINTERNAME macro
Volker Lendecke
1
-6
/
+6
2010-06-10
s3:misc make use of server_[event/messaging]_context directly
Andreas Schneider
1
-6
/
+7
2010-05-28
s3:auth use info3 in auth_serversupplied_info
Simo Sorce
1
-1
/
+1
2010-05-06
s3: only include gen_ndr headers where needed.
Günther Deschner
1
-0
/
+1
2010-04-28
s3-spoolss: add support for SetJobInfo level 1 (for jobfile rename).
Günther Deschner
1
-1
/
+23
2010-04-28
s3-lanman: remove unsupported print_job_set_place().
Günther Deschner
1
-10
/
+0
2010-03-25
Second part of bug #7288 - SMB job IDs in CUPS job names wrong.
Jeremy Allison
1
-2
/
+0
2010-03-25
Fix bug #7288 - SMB job IDs in CUPS job names wrong.
Jeremy Allison
1
-19
/
+0
2010-03-10
Try and fix bug #7233 - print fails with jobs >4GB from Win7 clients.
Jeremy Allison
1
-1
/
+1
2010-03-10
s3: Fix a long-standing problem with recycled PIDs
Volker Lendecke
1
-2
/
+4
2010-02-14
s3: convert registry and printing code to TYPESAFE_QSORT()
Andrew Tridgell
1
-3
/
+2
2009-11-29
s3: "print_job_end" only looks at the size
Volker Lendecke
1
-2
/
+1
2009-11-29
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
1
-1
/
+2
2009-06-22
s3: forward MSG_DEBUG from smbd parent to all children
Aravind Srinivasan
1
-0
/
+19
2009-05-27
s3: Allow child processes to exit gracefully if we are out of fds
Marc VanHeyningen
1
-2
/
+3
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-1
/
+1
2009-05-11
Hopefully fix the buildfarm. Add some debug level 10 messages
Jeremy Allison
1
-1
/
+7
2009-05-06
s3-printing: simplify print_queue helper functions and return WERROR.
Günther Deschner
1
-17
/
+10
2009-04-20
Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if
Jelmer Vernooij
1
-1
/
+1
2009-03-18
s3:printing: use tevent_loop_wait() instead of manual looping
Stefan Metzmacher
1
-50
/
+6
2009-03-18
s3:printing: use a fd event to monitor the pipe to the parent
Stefan Metzmacher
1
-3
/
+23
2009-03-12
s3-spoolss: make jobname a const char * in print_job_start().
Günther Deschner
1
-1
/
+1
2009-03-01
Only copy sharename up from rap_to_pjobid
Volker Lendecke
1
-1
/
+3
2009-02-26
s3: fix the build JOB_STATUS_BLOCKED -> JOB_STATUS_BLOCKED_DEVQ
Michael Adam
1
-1
/
+1
2009-02-18
S3: Stop creating SMBD cores when failing to create a pipe.
todd stecher
1
-3
/
+7
2009-02-10
s3-spoolss: remove more whitespace.
Günther Deschner
1
-135
/
+135
2009-01-27
s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLD
Stefan Metzmacher
1
-15
/
+3
[prev]
[next]